.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* FAQ and contact commercial cleanup */
.faq-page,
.contacts-page {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.faq-page .wrap,
.contacts-simple {
  width: min(100% - 2rem, 1040px);
}

.faq-head,
.contacts-form-box--simple {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4dcc9;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 12%, rgba(238, 180, 56, 0.2), transparent 22rem),
    linear-gradient(135deg, #ffffff, #f8fbf4);
  box-shadow: 0 18px 42px rgba(33, 56, 47, 0.08);
}

.faq-head {
  margin: 1.2rem 0 1rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.faq-head h1,
.contacts-form-box--simple h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.faq-head p,
.contacts-form-lead {
  max-width: 720px;
  margin: 0.85rem 0 0;
  color: #536b60;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.faq-intro-copy {
  display: none;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid #e4dcc9;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(33, 56, 47, 0.07);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
  color: var(--blue-900);
  font-weight: 900;
  list-style: none;
}

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

.faq-question {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.faq-icon {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff0c6;
  color: #744e00;
}

.faq-icon::before {
  content: "+";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.faq-item[open] .faq-icon::before {
  content: "-";
}

.faq-answer {
  padding: 0 1.2rem 1.15rem;
  color: #536b60;
  line-height: 1.65;
}

.faq-answer p {
  margin: 0;
}

.contacts-simple {
  display: grid;
  justify-items: center;
}

.contacts-simple .breadcrumb-nav {
  width: 100%;
}

.contacts-form-box--simple {
  width: min(100%, 720px);
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.contacts-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.contacts-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--blue-900);
  font-weight: 800;
}

.contacts-form input,
.contacts-form select,
.contacts-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8cfbc;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  background: #ffffff;
  color: #21382f;
  font: inherit;
}

.contacts-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contacts-form input:focus,
.contacts-form select:focus,
.contacts-form textarea:focus {
  border-color: var(--blue-700);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(63, 122, 90, 0.13);
}

.contacts-form .choice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #536b60;
  font-weight: 700;
}

.contacts-form .choice input {
  width: auto;
  min-width: 18px;
  min-height: 18px;
  margin-top: 0.2rem;
}

.contacts-form .btn {
  width: fit-content;
  min-width: 190px;
}

@media (max-width: 640px) {
  .faq-head,
  .contacts-form-box--simple {
    border-radius: 14px;
  }

  .contacts-form .btn {
    width: 100%;
  }
}

main {
  min-height: 55vh;
}

.breadcrumb-nav {
  width: min(100% - 2rem, var(--wrap));
  margin: 1rem auto 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #617585;
  font-size: 0.9rem;
}

.breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.breadcrumb-list li + li::before {
  content: "/";
  color: #a5aa97;
}

.breadcrumb-list a {
  color: var(--blue-700);
  text-decoration: none;
}

.breadcrumb-list a:hover,
.breadcrumb-list a:focus-visible {
  text-decoration: underline;
}

.pagination-nav {
  width: min(100% - 2rem, var(--wrap));
  margin: 1rem auto 0;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.45rem 0.8rem;
  border: 1px solid #dfd8cc;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffffff, #fffcf4);
  color: var(--blue-900);
  text-decoration: none;
  font-weight: 700;
}

.pagination-link.is-current {
  background: var(--blue-900);
  border-color: var(--blue-900);
  color: #ffffff;
}

.flash-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.flash {
  border-radius: var(--radius-box);
  border: 1px solid #dfe1cf;
  background: linear-gradient(180deg, #fffdf7, #f6faf3);
  color: #365069;
  padding: 0.62rem 0.75rem;
}

.flash-error {
  border-color: #efc4bf;
  background: #fff2f1;
  color: #8b2419;
}

.flash-success {
  border-color: #bcdfca;
  background: #ebfbf1;
  color: #0c5f35;
}

.content-page-block {
  width: min(100% - 2rem, var(--wrap));
  margin: 1.1rem auto;
  border: 1px solid #e4ddd0;
  border-radius: var(--radius-box);
  background: linear-gradient(180deg, #fffdf8, #f7faf4);
  padding: 1rem;
  box-shadow: 0 18px 36px rgba(23, 49, 75, 0.06);
}

.panel h1 {
  margin: 0 0 0.55rem;
  color: var(--blue-700);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.panel p {
  margin: 0;
  color: #4d6478;
}

.cta-row {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.auth-form {
  display: grid;
  gap: 0.4rem;
}

.auth-form label {
  font-size: 0.9rem;
  color: var(--blue-900);
  font-weight: 600;
}

.auth-form input,
.auth-form select,
.auth-form textarea {
  width: 100%;
  border: 1px solid #dadccc;
  border-radius: var(--radius-box);
  padding: 0.54rem 0.62rem;
  font: inherit;
  color: #30485f;
  background: #fff;
}

.legal-content {
  margin-top: 0.9rem;
  line-height: 1.6;
  color: #395166;
}

.cookie-table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #ffffff;
  border: 1px solid #e3dccf;
  border-radius: 4px;
  overflow: hidden;
}

.cookie-table caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 0.7rem;
  color: var(--blue-900);
  font-weight: 700;
}

.cookie-table th,
.cookie-table td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid #e2e7dc;
  text-align: left;
  vertical-align: top;
}

.cookie-table thead th {
  background: #fff7e9;
  color: var(--blue-900);
  font-size: 0.88rem;
}

.cookie-table tbody tr:nth-child(even) {
  background: #fffdf8;
}

.content-page-image {
  width: 100%;
  border-radius: var(--radius-box);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  object-fit: cover;
  max-height: 420px;
}

.category-chip-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(28, 107, 93, 0.24);
}

.category-chip-link:hover,
.category-chip-link:focus-visible {
  color: var(--blue-700);
  border-bottom-color: currentColor;
}

.category-hero h1 {
  margin: 0 0 0.5rem;
  color: var(--blue-700);
}

.category-lead {
  margin: 0;
  max-width: 54rem;
  color: #536979;
}

.rich-content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  color: #30485f;
  line-height: 1.75;
}

.rich-content > :first-child {
  margin-top: 0;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin: 0;
  color: var(--blue-900);
}

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote,
.rich-content pre {
  margin: 0;
}

.rich-content ul,
.rich-content ol {
  padding-left: 1.35rem;
}

.rich-content a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.rich-content blockquote {
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--gold-500);
  border-radius: 0 4px 4px 0;
  background: #fff8ea;
  color: #425c72;
}

.rich-content pre,
.rich-content code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.rich-content pre {
  overflow-x: auto;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-box);
  background: #0f2233;
  color: #f5f8fb;
}

/* Public form refresh */
.panel {
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7faf4);
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 18px 40px rgba(23, 49, 75, 0.06);
}

.content-page-block {
  border-radius: 4px;
}

.auth-form {
  gap: 0.75rem;
}

.auth-form label {
  display: grid;
  gap: 0.38rem;
}

.auth-form input,
.auth-form select,
.auth-form textarea {
  min-height: 2.9rem;
  border-radius: 4px;
  padding: 0.7rem 0.8rem;
  background: linear-gradient(180deg, #ffffff, #fffdf8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 1px 2px rgba(23, 49, 75, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.auth-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.auth-form input:focus,
.auth-form input:focus-visible,
.auth-form select:focus,
.auth-form select:focus-visible,
.auth-form textarea:focus,
.auth-form textarea:focus-visible {
  outline: none;
  border-color: var(--blue-700);
  box-shadow: 0 0 0 4px rgba(28, 107, 93, 0.15);
}

.auth-form.compact {
  max-width: 26rem;
}

.cta-row .btn {
  min-height: 2.75rem;
}

.builder-section {
  padding: 0.5rem 0 1.2rem;
}

.builder-grid {
  width: min(100% - 2rem, var(--wrap));
  margin: 0 auto 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.builder-card {
  border: 1px solid #e4ddd0;
  border-radius: var(--radius-box);
  background: linear-gradient(180deg, #ffffff, #fffcf6);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
}

.builder-card h2,
.builder-card h3 {
  margin: 0;
  color: var(--blue-900);
}

.builder-card p {
  margin: 0;
  color: #556a7c;
}

.builder-cards {
  display: grid;
  gap: 0.7rem;
}

.builder-card-item {
  border-top: 1px solid #ece4d8;
  padding-top: 0.7rem;
}

.faq-intro-copy {
  margin-bottom: 1rem;
}

.hero-kicker {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  color: var(--blue-700);
}

.hero-copy {
  max-width: 42rem;
  margin: 0.85rem 0 0;
  color: #526678;
  font-size: 1rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-card {
  border: 1px solid #e3dccf;
  border-radius: var(--radius-box);
  padding: 0.85rem;
  background: linear-gradient(180deg, #ffffff, #fffcf6);
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--blue-900);
}

.pricing-billing {
  margin: 0.3rem 0;
  color: #677783;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-price {
  margin: 0 0 0.45rem;
  color: var(--blue-700);
  font-weight: 700;
  font-size: 1.35rem;
}

.btn {
  font-size: 0.86rem;
}

.btn-primary,
.btn-secondary,
.btn-light,
.btn-small {
  min-height: 36px;
}

.auth-panel {
  max-width: 560px;
  margin: 1.2rem auto;
}

main:has(.auth-panel) {
  min-height: 72vh;
  display: grid;
  align-content: start;
  padding: clamp(1rem, 3vw, 2.4rem) 1rem clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(241, 187, 69, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(47, 111, 118, 0.16), transparent 26%),
    linear-gradient(180deg, #f8fbf4 0%, #eef6ef 100%);
}

main:has(.auth-panel) .breadcrumb-nav {
  width: min(100%, 560px);
  margin: 0 auto 1rem;
}

.auth-panel {
  width: min(100%, 560px);
  border: 1px solid rgba(220, 226, 205, 0.95);
  border-radius: 24px;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at top right, rgba(241, 187, 69, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbfdf7);
  box-shadow: 0 24px 62px rgba(23, 49, 75, 0.12);
}

.auth-panel h1 {
  color: #17314b;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.auth-panel > p {
  margin-top: 0.35rem;
  color: #617061;
}

.auth-panel .auth-form {
  margin-top: 1.25rem;
}

.auth-panel .auth-actions {
  margin-top: 1rem;
}

.auth-panel .auth-actions .btn {
  flex-basis: auto;
}

.checkout-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(243, 185, 59, 0.18), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f8fbf6 48%, #ffffff 100%);
}

.checkout-shell {
  max-width: 1080px;
  padding-block: clamp(28px, 6vw, 64px);
}

.checkout-header {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 18px;
}

.checkout-header h1 {
  margin: 0;
  color: #17314b;
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.checkout-header p:not(.pv-kicker) {
  margin: 0;
  color: #51677a;
  font-size: 1.05rem;
  line-height: 1.55;
}

.checkout-form.auth-form--wide {
  display: grid;
  gap: 18px;
  max-width: 100%;
  padding: clamp(18px, 3vw, 30px);
  border-color: rgba(228, 221, 208, 0.95);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.13), transparent 30%),
    linear-gradient(180deg, #ffffff, #fbfdf7);
}

.checkout-fields {
  gap: 14px 16px;
}

.checkout-billing-section {
  display: grid;
  gap: 12px;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(216, 223, 212, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.checkout-billing-section[hidden] {
  display: none;
}

.checkout-billing-section h2 {
  margin: 0;
  color: #17314b;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.checkout-billing-section p {
  margin: 0;
  color: #5f7068;
  line-height: 1.45;
}

.checkout-form label {
  min-width: 0;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  border-color: #d8dfd4;
  background: #ffffff;
}

.checkout-form input:disabled,
.checkout-form textarea:disabled,
.checkout-form select:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.checkout-lead-consent {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #dce7dd;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(241, 187, 69, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff, #f8fcf8);
}

.checkout-choice-box,
.checkout-account-box {
  margin: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid #dce7dd;
  border-radius: 10px;
  background:
    radial-gradient(circle at top left, rgba(77, 141, 115, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fcf8);
}

.checkout-choice-box--buyer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkout-choice-box legend {
  padding: 0 0.35rem;
  font-weight: 800;
  color: #17314b;
}

.checkout-choice-box .choice,
.checkout-account-box .choice {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-height: 58px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(216, 223, 212, 0.9);
  background: rgba(255, 255, 255, 0.78);
}

.checkout-choice-box .choice input,
.checkout-account-box .choice input,
.checkout-lead-consent .choice input {
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
}

.checkout-account-box > label:not(.choice) {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.9rem;
  font-weight: 800;
  color: #17314b;
}

.checkout-account-box > label.is-required::after {
  content: "Richiesta se crei l'account";
  color: #216248;
  font-size: 0.8rem;
  font-weight: 800;
}

.checkout-account-box small {
  display: block;
  margin-top: 0.35rem;
  color: #5f7068;
  line-height: 1.45;
}

.checkout-lead-consent .choice {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.checkout-lead-consent input[type="checkbox"] {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.2rem;
}

.checkout-lead-consent strong,
.checkout-lead-consent small {
  display: block;
}

.checkout-lead-consent strong {
  color: #17314b;
}

.checkout-lead-consent small {
  margin-top: 0.35rem;
  color: #5f7068;
  line-height: 1.45;
}

.checkout-form .detail-grid {
  margin-top: 0;
}

.checkout-submit-row {
  display: flex;
  justify-content: flex-end;
}

.checkout-submit-button {
  min-width: min(100%, 360px);
  min-height: 58px;
  font-size: 1.05rem;
  font-weight: 950;
}

.panel > p + .auth-form {
  margin-top: 1rem;
}

.auth-actions {
  align-items: stretch;
}

.auth-actions .btn {
  flex: 1 1 12rem;
  justify-content: center;
}

.auth-form > label > span {
  display: block;
}

@media (max-width: 900px) {
  .checkout-choice-box--buyer {
    grid-template-columns: 1fr;
  }

  .checkout-submit-row {
    justify-content: stretch;
  }

  .checkout-submit-button {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .auth-actions .btn {
    flex-basis: 100%;
  }
}

.page-shell {
  padding: 1.25rem 0 3rem;
}

.page-shell > .wrap > h1,
.page-shell > .wrap > p {
  width: min(100%, 72rem);
}

.page-shell > .wrap > h1 {
  margin: 0 0 0.55rem;
  color: var(--blue-900);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.page-shell > .wrap > p {
  margin: 0 0 1rem;
  color: #506577;
}

.hero--compact {
  height: auto;
  min-height: 0;
  padding: clamp(1.35rem, 3vw, 2rem) 0;
  margin-bottom: 1rem;
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(23, 49, 75, 0.94), rgba(28, 107, 93, 0.78));
  box-shadow: 0 18px 38px rgba(23, 49, 75, 0.1);
}

.hero--compact .wrap {
  position: relative;
  z-index: 1;
}

.hero--compact h1,
.hero--compact p {
  color: #ffffff;
}

.news-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffffff, #fcfdf9);
  box-shadow: 0 16px 34px rgba(23, 49, 75, 0.07);
}

.news-card__media {
  background: #f5f8f2;
  border-bottom: 1px solid #ece3d6;
}

.news-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.news-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.news-card__body h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.news-card__body p {
  margin: 0;
  color: #54697b;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(241, 187, 69, 0.45);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff5da, #fffaf0);
  color: var(--blue-900);
  font-weight: 700;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.detail-grid > div {
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, #fffdf8, #f7faf4);
  box-shadow: 0 12px 24px rgba(23, 49, 75, 0.05);
}

.detail-grid strong {
  display: block;
  color: var(--blue-900);
  margin-bottom: 0.35rem;
}

.detail-grid p {
  margin: 0;
  color: #506577;
}

.billing-table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(23, 49, 75, 0.05);
}

.billing-table th,
.billing-table td {
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid #eee7db;
  text-align: left;
  color: #405a6f;
}

.billing-table thead th {
  background: #fff7e8;
  color: var(--blue-900);
}

.billing-table tbody tr:nth-child(even) {
  background: #fffdf8;
}

.billing-table input[type="number"],
.shop-product-form__qty input {
  width: 100%;
  max-width: 140px;
  border: 1px solid #dadccc;
  border-radius: 4px;
  min-height: 2.8rem;
  padding: 0.65rem 0.7rem;
  background: linear-gradient(180deg, #ffffff, #fffdf7);
}

.form-grid {
  display: grid;
  gap: 0.85rem;
}

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

.form-grid-span-2 {
  grid-column: span 2;
}

.auth-form--wide {
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7faf4);
  padding: clamp(1rem, 2vw, 1.4rem);
  box-shadow: 0 18px 36px rgba(23, 49, 75, 0.06);
}

.news-empty-state {
  color: #576a78;
}

.btn-secondary {
  background: linear-gradient(180deg, #fffdf7, #f7faf4);
  color: var(--blue-900);
  border: 1px solid #dadccc;
  box-shadow: 0 10px 22px rgba(23, 49, 75, 0.08);
}

@media (max-width: 900px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .form-grid-span-2 {
    grid-column: span 1;
  }
}

.pv-hero {
  padding: 52px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(246, 186, 54, 0.22), transparent 25%),
    radial-gradient(circle at right 10% top 10%, rgba(33, 98, 72, 0.13), transparent 24%),
    linear-gradient(135deg, #fff8ea 0%, #f3f8ef 48%, #edf4fb 100%);
}

.pv-hero__grid,
.pv-layout {
  display: grid;
  gap: 24px;
}

.pv-hero__grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: stretch;
}

.pv-hero__copy {
  padding: 8px 0;
}

.pv-kicker {
  margin: 0 0 10px;
  color: #1c6b5d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-hero__copy h1,
.pv-status-card h2,
.pv-result-card h2,
.pv-map-panel__head h2 {
  margin: 0 0 12px;
}

.pv-hero__copy h1 {
  max-width: 12ch;
  color: #17314b;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.pv-hero__lead {
  max-width: 58ch;
  margin: 0 0 24px;
  color: #35516c;
  font-size: 18px;
}

.pv-hero__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pv-hero__feature {
  padding: 14px 14px 16px;
  border: 1px solid rgba(23, 49, 75, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(18, 48, 79, 0.06);
}

.pv-hero__feature p {
  margin: 8px 0 0;
  color: #28445f;
  font-size: 14px;
  line-height: 1.45;
}

.pv-hero__feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 0 10px;
  background: #17314b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pv-hero__card,
.pv-status-card,
.pv-result-card,
.pv-map-panel {
  border: 1px solid #dbe4eb;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 48, 79, 0.08);
}

.pv-hero__card,
.pv-status-card,
.pv-result-card {
  padding: 22px;
}

.pv-hero__card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(252, 219, 134, 0.22) 0%, rgba(255, 255, 255, 0) 44%),
    #ffffff;
}

.pv-hero__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 170px;
  margin: -22px -22px 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(249, 188, 52, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f5fbff, #fffaf0);
}

.pv-hero__sun {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffe89d 0%, #f7be3b 56%, #e7a426 100%);
  box-shadow: 0 0 0 14px rgba(247, 190, 59, 0.12), 0 0 0 32px rgba(247, 190, 59, 0.07);
}

.pv-hero__roof {
  position: absolute;
  inset: auto 22px 18px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 156px;
  transform: skew(-18deg);
}

.pv-hero__roof span {
  aspect-ratio: 1 / 1.4;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 36%),
    linear-gradient(135deg, #1f4358, #2f6f76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(13, 32, 41, 0.18);
}

.pv-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.pv-card__stats article {
  padding: 14px;
  background: linear-gradient(180deg, #fbfdff, #f3f8fb);
  border-top: 3px solid #f3b93b;
}

.pv-card__stats strong,
.pv-preview-card__value {
  display: block;
  font-size: 28px;
  line-height: 1.05;
}

.pv-card__stats span,
.pv-preview-card__label {
  display: block;
  margin-top: 6px;
  color: #4d6b86;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.pv-workspace {
  padding-bottom: 56px;
}

.pv-photo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
  min-height: 360px;
  margin: 0 0 22px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(243, 185, 59, 0.24), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #f2f8f0 48%, #edf6fa 100%);
  box-shadow: 0 24px 56px rgba(18, 48, 79, 0.10);
}

.pv-photo-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.pv-photo-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.pv-photo-hero__copy h1,
.pv-photo-hero__copy p {
  margin: 0;
}

.pv-photo-hero__copy h1 {
  color: #17314b;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.pv-photo-hero__copy p:last-child {
  max-width: 46ch;
  margin-top: 18px;
  color: #435d72;
  font-size: 17px;
  line-height: 1.55;
}

.pv-photo-hero__media {
  position: relative;
  z-index: 2;
  min-height: 310px;
}

.pv-photo-hero__media figure {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(18, 48, 79, 0.18);
}

.pv-photo-hero__media img,
.pv-config-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-photo-hero__main {
  position: absolute;
  inset: 16px 0 0 118px;
  min-height: 280px;
  transform: skew(-4deg) rotate(-1deg);
}

.pv-photo-hero__main img {
  transform: scale(1.08) skew(4deg);
}

.pv-photo-hero__float {
  position: absolute;
  border: 10px solid rgba(255, 255, 255, 0.92);
}

.pv-photo-hero__float--top {
  top: 0;
  left: 0;
  width: 210px;
  height: 160px;
  transform: rotate(-7deg);
}

.pv-photo-hero__float--bottom {
  right: 24px;
  bottom: -2px;
  width: 240px;
  height: 145px;
  transform: rotate(5deg);
}

.pv-loading-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

.pv-loading-modal[hidden] {
  display: none;
}

.pv-loading-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 39, 0.34);
  backdrop-filter: blur(10px);
}

.pv-loading-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 32px));
  margin: min(14vh, 110px) auto 0;
  padding: 28px 28px 24px;
  border: 1px solid rgba(243, 185, 59, 0.24);
  background:
    radial-gradient(circle at top center, rgba(243, 185, 59, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,252,244,0.98));
  box-shadow: 0 30px 70px rgba(18, 48, 79, 0.24);
}

.pv-loading-modal__scene {
  position: relative;
  width: 210px;
  height: 128px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid rgba(243, 185, 59, 0.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.94), transparent 18%),
    linear-gradient(180deg, #dff3ff 0%, #f9fbf4 58%, #eaf5ea 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.76),
    0 18px 38px rgba(18, 48, 79, 0.14);
}

.pv-loading-modal__sun {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff9c9 0 18%, #ffd765 36%, #f3a72d 72%);
  box-shadow:
    0 0 0 10px rgba(243, 185, 59, 0.14),
    0 0 32px rgba(243, 185, 59, 0.52);
  animation: pv-sun-sweep 3.8s ease-in-out infinite;
}

.pv-loading-modal__beam {
  position: absolute;
  width: 118px;
  height: 30px;
  background: linear-gradient(90deg, rgba(255, 215, 101, 0.44), rgba(255, 215, 101, 0));
  filter: blur(1px);
  opacity: .72;
  transform-origin: left center;
  animation: pv-sun-beam 2.4s ease-in-out infinite;
}

.pv-loading-modal__beam--one {
  top: 54px;
  left: 56px;
  transform: rotate(16deg);
}

.pv-loading-modal__beam--two {
  top: 76px;
  left: 66px;
  transform: rotate(31deg);
  animation-delay: .3s;
}

.pv-loading-modal__panels {
  position: absolute;
  right: 24px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, 44px);
  gap: 5px;
  transform: perspective(180px) rotateX(58deg) rotateZ(-9deg);
  transform-origin: bottom center;
}

.pv-loading-modal__panels span {
  display: block;
  width: 44px;
  height: 28px;
  border: 1px solid rgba(23, 49, 75, 0.32);
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,0.42) 49% 51%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(255,255,255,0.34) 49% 51%, transparent 52%),
    linear-gradient(135deg, #17314b, #24638d 48%, #1e8d74);
  box-shadow: 0 10px 18px rgba(18, 48, 79, 0.16);
  animation: pv-panel-glow 1.9s ease-in-out infinite;
}

.pv-loading-modal__panels span:nth-child(2),
.pv-loading-modal__panels span:nth-child(4) {
  animation-delay: .25s;
}

.pv-loading-modal__panel .pv-kicker,
.pv-loading-modal__panel h2,
.pv-loading-modal__lead {
  text-align: center;
}

.pv-loading-modal__lead {
  max-width: 42ch;
  margin: 10px auto 0;
  color: #596f81;
}

.pv-loading-modal__steps {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pv-loading-modal__steps li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(228, 221, 208, 0.9);
  background: rgba(255,255,255,0.84);
  color: #5f7386;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.pv-loading-modal__steps li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d9e4ea, #c8d4dc);
}

.pv-loading-modal__steps li.is-active {
  transform: translateY(-1px);
  border-color: rgba(243, 185, 59, 0.44);
  box-shadow: 0 12px 24px rgba(18, 48, 79, 0.08);
  color: #17314b;
}

.pv-loading-modal__steps li.is-active::before {
  background: linear-gradient(180deg, #f3b93b, #216248);
  box-shadow: 0 0 0 6px rgba(243, 185, 59, 0.14);
}

.pv-loading-modal__footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #17314b;
  font-size: 13px;
  font-weight: 700;
}

.pv-loading-modal__percent {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-top: 18px;
  color: #17314b;
}

.pv-loading-modal__percent strong {
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.pv-loading-modal__percent span {
  color: #5f7386;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pv-loading-modal__pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #216248;
  box-shadow: 0 0 0 0 rgba(33, 98, 72, 0.4);
  animation: pv-loading-pulse 1.6s ease-out infinite;
}

body.pv-loading-open {
  overflow: hidden;
}

.pv-location-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.pv-location-modal[hidden] {
  display: none;
}

.pv-location-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 39, 0.38);
  backdrop-filter: blur(10px);
}

.pv-location-modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 32px));
  margin: min(14vh, 110px) auto 0;
  padding: 26px;
  border: 1px solid rgba(243, 185, 59, 0.28);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff, #fffaf0);
  box-shadow: 0 30px 70px rgba(18, 48, 79, 0.24);
}

.pv-location-modal.is-loading .pv-location-modal__panel {
  text-align: center;
}

.pv-location-modal.is-loading .pv-location-modal__panel::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 5px solid rgba(243, 185, 59, 0.28);
  border-top-color: #f3b93b;
  animation: pv-location-spin 0.9s linear infinite;
}

@keyframes pv-location-spin {
  to {
    transform: rotate(360deg);
  }
}

.pv-location-modal__panel h2,
.pv-location-modal__panel p {
  margin: 0;
}

.pv-location-modal__panel h2 {
  color: #17314b;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.1;
}

.pv-location-modal__panel p {
  margin-top: 12px;
  color: #4d6b86;
  line-height: 1.55;
}

.pv-location-modal__tips {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.pv-location-modal__tips span {
  padding: 10px 12px;
  border: 1px solid rgba(215, 225, 234, 0.9);
  background: rgba(255, 255, 255, 0.82);
  color: #24425c;
  font-size: 14px;
  font-weight: 700;
}

.pv-location-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.pv-location-open {
  overflow: hidden;
}

.pv-purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 1550;
}

.pv-purchase-modal[hidden] {
  display: none;
}

.pv-purchase-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 39, 0.44);
  backdrop-filter: blur(12px);
}

.pv-purchase-modal__panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 28px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  padding: clamp(22px, 4vw, 32px);
  overflow: auto;
  border: 1px solid rgba(243, 185, 59, 0.28);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff, #fffaf0);
  box-shadow: 0 32px 80px rgba(18, 48, 79, 0.28);
}

.pv-purchase-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(215, 225, 234, 0.9);
  background: #ffffff;
  color: #17314b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pv-purchase-stage h2,
.pv-purchase-stage p {
  margin: 0;
}

.pv-purchase-stage h2 {
  margin-top: 4px;
  color: #17314b;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.03;
}

.pv-purchase-stage > p:not(.pv-kicker) {
  margin-top: 12px;
  color: #4d6b86;
  line-height: 1.55;
}

.pv-purchase-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.pv-purchase-summary div {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(215, 225, 234, 0.92);
  background: rgba(255, 255, 255, 0.86);
}

.pv-purchase-summary span {
  color: #6b7d87;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pv-purchase-summary strong {
  color: #17314b;
  font-size: 16px;
}

.pv-purchase-warning {
  display: grid;
  gap: 3px;
  margin-top: 14px;
  padding: 13px 14px;
  border-left: 4px solid #f3b93b;
  background: rgba(243, 185, 59, 0.13);
  color: #344f61;
}

.pv-purchase-warning strong {
  color: #17314b;
}

.pv-purchase-report-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pv-purchase-report-list li {
  padding: 11px 13px;
  border: 1px solid rgba(215, 225, 234, 0.9);
  background: rgba(255, 255, 255, 0.74);
  color: #344f61;
  font-weight: 700;
}

.pv-purchase-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.pv-purchase-choice {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(33, 98, 72, 0.22);
  background: linear-gradient(180deg, #ffffff, #f7fbf6);
  color: #17314b;
  text-align: left;
  cursor: pointer;
}

.pv-purchase-choice:hover,
.pv-purchase-choice:focus-visible {
  border-color: #216248;
  outline: 2px solid rgba(33, 98, 72, 0.16);
  outline-offset: 0;
}

.pv-purchase-choice strong {
  font-size: 17px;
}

.pv-purchase-choice span {
  color: #587080;
  line-height: 1.45;
}

.pv-purchase-choice.is-company {
  margin-top: 18px;
  cursor: default;
}

.pv-purchase-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

body.pv-purchase-open {
  overflow: hidden;
}

.pv-preview-page {
  background:
    radial-gradient(circle at 10% 4%, rgba(243, 185, 59, 0.2), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(33, 98, 72, 0.14), transparent 26%),
    linear-gradient(180deg, #fffaf0 0%, #f8fbf6 44%, #ffffff 100%);
}

.pv-preview-sales {
  display: grid;
  gap: 26px;
  padding-block: clamp(28px, 6vw, 64px);
}

.pv-preview-back {
  width: fit-content;
  color: #216248;
  font-weight: 900;
  text-decoration: none;
}

.pv-preview-sales__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: stretch;
  gap: 14px;
}

.pv-preview-sales__hero h1 {
  max-width: 930px;
  margin: 0;
  color: #17314b;
  font-size: clamp(2.3rem, 6vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.pv-preview-sales__hero p {
  max-width: 700px;
  margin: 0;
  color: #51677a;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.55;
}

.pv-preview-sales__copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.pv-preview-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pv-preview-cta {
  min-height: 48px;
  padding-inline: 20px;
}

.pv-preview-cta--ghost {
  color: #17314b;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(23, 49, 75, 0.16);
}

.pv-preview-hero-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 360px;
  padding: 26px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(23, 49, 75, 0.08), rgba(23, 49, 75, 0.9)),
    url("/assets/public/img/photovoltaic/panel-planning.jpg") center / cover;
  box-shadow: 0 28px 70px rgba(18, 48, 79, 0.18);
}

.pv-preview-hero-card span,
.pv-preview-screen-card span,
.pv-preview-report-list span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-preview-hero-card strong {
  max-width: 280px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.pv-preview-hero-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-preview-hero-card li {
  padding-left: 18px;
  position: relative;
  font-weight: 800;
}

.pv-preview-hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f3b93b;
}

.pv-preview-address {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  padding: 13px 16px;
  border: 1px solid #e4ddd0;
  background: rgba(255, 255, 255, 0.76);
}

.pv-preview-address span,
.pv-preview-free-grid span,
.pv-preview-premium-card span {
  color: #6b7d87;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-preview-address strong {
  color: #17314b;
}

.pv-preview-free-grid,
.pv-preview-premium-grid,
.pv-preview-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pv-preview-free-grid article,
.pv-preview-premium-card,
.pv-preview-buy,
.pv-preview-choice {
  border: 1px solid #e4ddd0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(18, 48, 79, 0.06);
}

.pv-preview-free-grid article,
.pv-preview-premium-card {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 3vw, 26px);
}

.pv-preview-free-grid strong,
.pv-preview-premium-card strong {
  color: #17314b;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pv-preview-free-grid p,
.pv-preview-premium-card p,
.pv-preview-premium__head p,
.pv-preview-buy p,
.pv-preview-screen-section__head p,
.pv-preview-report-map p,
.pv-preview-cta-strip span {
  margin: 0;
  color: #587080;
  line-height: 1.5;
}

.pv-preview-premium,
.pv-preview-buy,
.pv-preview-screen-section,
.pv-preview-report-map {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid #e4ddd0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(18, 48, 79, 0.06);
}

.pv-preview-premium__head,
.pv-preview-screen-section__head {
  display: grid;
  gap: 8px;
}

.pv-preview-premium__head h2,
.pv-preview-buy h2,
.pv-preview-screen-section__head h2,
.pv-preview-report-map h2 {
  margin: 0;
  color: #17314b;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pv-preview-premium-card .is-soft-blur,
.pv-preview-savings-teaser .is-soft-blur {
  display: inline-block;
  width: fit-content;
  min-width: 170px;
  filter: blur(14px);
  opacity: 0.44;
  color: transparent;
  text-shadow: 0 0 18px rgba(23, 49, 75, 0.88);
  user-select: none;
  pointer-events: none;
}

.pv-preview-savings-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 16px;
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(33, 98, 72, 0.16);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.2), transparent 40%),
    linear-gradient(135deg, #fffdf7, #f5fbf2);
}

.pv-preview-savings-teaser h3 {
  margin: 0;
  color: #17314b;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.pv-preview-savings-teaser p {
  margin: 0;
  color: #587080;
  line-height: 1.5;
}

.pv-preview-savings-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pv-preview-savings-teaser__grid article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 49, 75, 0.1);
}

.pv-preview-savings-teaser__grid span {
  color: #216248;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-preview-savings-teaser__grid strong {
  align-self: end;
  color: #17314b;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pv-preview-savings-teaser__grid strong.is-soft-blur {
  color: transparent;
  text-shadow: 0 0 18px rgba(23, 49, 75, 0.88);
}

.pv-preview-blurred-chart {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-height: 150px;
  padding: 18px;
  border: 1px solid #e8decb;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 18%, rgba(255, 255, 255, 0.78) 50%, transparent 80%, rgba(255, 255, 255, 0.76)),
    linear-gradient(180deg, #fff7ea, #ffffff);
  overflow: hidden;
}

.pv-preview-blurred-chart span {
  display: grid;
  gap: 6px;
  justify-items: center;
  filter: blur(9px);
  opacity: 0.58;
  user-select: none;
}

.pv-preview-blurred-chart i {
  width: 100%;
  height: var(--h);
  background: linear-gradient(180deg, #f3b93b, #216248);
}

.pv-preview-blurred-chart em {
  color: transparent;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(82, 107, 127, 0.9);
}

.pv-preview-buy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.pv-preview-buy__price {
  justify-self: end;
  padding: 12px 16px;
  background: #17314b;
  color: #ffffff;
  font-weight: 900;
}

.pv-preview-choice-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-preview-choice {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: #17314b;
  text-align: left;
  cursor: pointer;
}

.pv-preview-choice strong {
  font-size: 18px;
}

.pv-preview-choice span {
  color: #587080;
  line-height: 1.45;
}

.pv-preview-choice:hover,
.pv-preview-choice:focus-visible {
  border-color: #216248;
  outline: 2px solid rgba(33, 98, 72, 0.16);
  outline-offset: 0;
}

.pv-preview-buy > .btn {
  justify-self: end;
}

.pv-preview-buy__error {
  grid-column: 1 / -1;
  padding: 12px 14px;
  background: #fff1ec;
  color: #a63d30;
  font-weight: 800;
}

.pv-preview-cta-strip {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(33, 98, 72, 0.18);
  background:
    linear-gradient(135deg, rgba(243, 185, 59, 0.18), rgba(255, 255, 255, 0.92) 46%, rgba(33, 98, 72, 0.12));
  box-shadow: 0 18px 42px rgba(18, 48, 79, 0.06);
}

.pv-preview-cta-strip div {
  display: grid;
  gap: 4px;
}

.pv-preview-cta-strip strong {
  color: #17314b;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pv-preview-cta-strip--strong {
  background:
    linear-gradient(120deg, rgba(23, 49, 75, 0.92), rgba(33, 98, 72, 0.88)),
    url("/assets/public/img/photovoltaic/solar-illustration.jpg") center / cover;
}

.pv-preview-cta-strip--strong strong,
.pv-preview-cta-strip--strong span {
  color: #ffffff;
}

.pv-preview-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pv-preview-screen-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #e4ddd0;
  background: #ffffff;
}

.pv-preview-screen-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.pv-preview-screen-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.pv-preview-screen-card span {
  color: #216248;
}

.pv-preview-screen-card h3 {
  margin: 0;
  color: #17314b;
  font-size: 1.22rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.pv-preview-screen-card p {
  margin: 0;
  color: #587080;
  line-height: 1.45;
}

.pv-preview-report-map {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 240, 0.86)),
    url("/assets/public/img/photovoltaic/no-preventivi-bg.jpg") center / cover;
}

.pv-preview-report-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pv-preview-report-list span {
  padding: 13px 14px;
  color: #17314b;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 49, 75, 0.1);
  box-shadow: 0 12px 30px rgba(18, 48, 79, 0.07);
}

.pv-toolbar {
  padding: 16px;
  border: 1px solid #dbe4eb;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: 0 10px 24px rgba(18, 48, 79, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.pv-layout > .pv-toolbar {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
}

.pv-layout > .pv-toolbar .pv-map-panel__meta {
  margin: 0;
  align-self: center;
}

.pv-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  flex: 1 1 560px;
}

.pv-search input {
  min-width: 0;
  border: 1px solid #c8d6e3;
  background: #ffffff;
}

.pv-toolbar__hint {
  margin: 0;
  color: #4d6b86;
  font-size: 14px;
}

.pv-map-panel > .pv-toolbar {
  position: absolute;
  top: 18px;
  left: 22px;
  right: 448px;
  z-index: 65;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0;
  max-width: none;
}

.pv-map-panel > .pv-toolbar .pv-search {
  width: 100%;
  flex: none;
}

.pv-map-panel > .pv-toolbar .pv-map-panel__meta {
  margin: 0;
  align-self: center;
}

.pv-map-panel > .pv-toolbar .pv-toolbar__hint {
  font-size: 13px;
  line-height: 1.45;
}

.pv-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pv-flow-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid #dbe4eb;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  color: #667989;
  box-shadow: 0 10px 24px rgba(18, 48, 79, 0.05);
}

.pv-flow-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #edf2f6;
  color: #48637d;
  font-size: 13px;
  font-weight: 800;
  flex: 0 0 auto;
}

.pv-flow-steps strong {
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
}

.pv-flow-steps .is-active {
  border-color: rgba(243, 185, 59, 0.95);
  background: linear-gradient(180deg, #fff8ea, #ffffff);
  color: #17314b;
}

.pv-flow-steps .is-active span {
  background: #f3b93b;
  color: #17314b;
}

.pv-flow-steps .is-complete {
  border-color: rgba(33, 98, 72, 0.28);
  color: #216248;
}

.pv-flow-steps .is-complete span {
  background: #216248;
  color: #ffffff;
}

.pv-showcase-shell {
  padding-bottom: 18px;
}

.pv-showcase-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at top left, rgba(243, 185, 59, 0.18), transparent 38%),
    linear-gradient(135deg, #fffdf8, #f6fbff);
}

.pv-showcase-intro__copy h1,
.pv-showcase-intro__copy p {
  margin: 0;
}

.pv-showcase-intro__copy p:last-child {
  margin-top: 10px;
  color: #526b80;
}

.pv-showcase-intro__actions {
  display: grid;
  gap: 10px;
  align-content: start;
}

.pv-showcase-chip {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #d9e3ea;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pv-showcase-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 185, 59, 0.55);
  box-shadow: 0 16px 28px rgba(28, 54, 75, 0.08);
}

.pv-showcase-chip span {
  color: #7b8fa3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pv-showcase-chip strong {
  color: #1e4058;
  font-size: 15px;
}

.pv-showcase-chip.is-active {
  border-color: rgba(243, 185, 59, 0.7);
  background: linear-gradient(180deg, rgba(255, 248, 225, 0.96), rgba(255, 255, 255, 0.96));
}

.pv-layout {
  display: block;
}

.pv-map-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 187, 59, 0.08), rgba(255,255,255,0) 80%),
    #fff;
  margin-bottom: 20px;
}

.pv-map-panel__top {
  position: relative;
  display: block;
  padding: 0;
}

.pv-config-card {
  display: grid;
  gap: 14px;
}

.has-pv-area .pv-config-card--compact {
  gap: 9px;
  padding: 16px;
  max-height: min(690px, calc(100vh - 160px));
  overflow-y: auto;
}

.pv-config-card__photo {
  height: 96px;
  margin: -4px -4px 0;
  overflow: hidden;
  background: #edf6fa;
}

.pv-config-card__photo img {
  filter: saturate(1.08) contrast(1.03);
}

.pv-config-card h2,
.pv-config-card p {
  margin: 0;
}

.pv-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pv-config-grid label {
  display: grid;
  gap: 8px;
  color: #24425c;
  font-weight: 700;
}

.pv-config-grid input,
.pv-config-grid select {
  width: 100%;
  border: 1px solid #c8d6e3;
  background: #fff;
}

.pv-config-intro {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(243, 185, 59, 0.42);
  background: linear-gradient(180deg, #fff9ea, #ffffff);
  color: #40596c;
  font-size: 14px;
}

.pv-config-intro[hidden],
.pv-system-step[hidden] {
  display: none;
}

.pv-config-intro strong,
.pv-system-step__title {
  margin: 0;
  color: #17314b;
  font-weight: 800;
}

.pv-system-step {
  display: grid;
  gap: 12px;
}

.has-pv-area .pv-system-step {
  gap: 8px;
}

.pv-size-pills {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.pv-size-pills button {
  min-height: 42px;
  border: 1px solid #d7e1ea;
  background: #ffffff;
  color: #21405e;
  font-weight: 800;
  cursor: pointer;
}

.has-pv-area .pv-size-pills {
  gap: 6px;
}

.has-pv-area .pv-size-pills button {
  min-height: 36px;
  padding: 0 6px;
  font-size: 12px;
}

.pv-size-pills button:hover,
.pv-size-pills button:focus-visible,
.pv-size-pills button.is-active {
  border-color: #216248;
  background: linear-gradient(180deg, #216248, #17314b);
  color: #ffffff;
}

.pv-size-pills button:disabled,
.pv-size-pills button.is-unavailable {
  border-color: #e1e5e8;
  background: #f3f5f3;
  color: #91a099;
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
}

.pv-custom-system {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px dashed #d7e1ea;
  background: linear-gradient(180deg, #fffdf7, #f8fbf7);
}

.pv-custom-system label {
  color: #17314b;
  font-size: 12px;
  font-weight: 800;
}

.pv-custom-system__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 7px;
  align-items: center;
}

.pv-custom-system input {
  min-height: 38px;
  width: 100%;
  border: 1px solid #d7e1ea;
  border-radius: 0;
  padding: 0 10px;
  color: #17314b;
  font-weight: 800;
}

.pv-custom-system input:focus {
  border-color: #216248;
  outline: 2px solid rgba(33, 98, 72, 0.18);
  outline-offset: 0;
}

.pv-custom-system__row > span {
  color: #50697d;
  font-weight: 900;
}

.pv-custom-system .btn {
  min-height: 38px;
  padding: 0 12px;
}

.pv-custom-system.is-active {
  border-color: #216248;
  background: linear-gradient(180deg, #eef8ef, #ffffff);
}

.pv-custom-system.is-invalid {
  border-color: #c84f3f;
  background: linear-gradient(180deg, #fff5f0, #ffffff);
}

.pv-custom-system input.is-invalid {
  border-color: #c84f3f;
}

.pv-system-step__hint {
  margin: 0;
  color: #4d6b86;
  font-size: 13px;
  line-height: 1.45;
}

.has-pv-area [data-pv-config-text],
.has-pv-area .pv-draw-hint {
  display: none;
}

.has-pv-area .pv-system-step__title,
.has-pv-area .pv-system-step__hint,
.has-pv-area .pv-draw-area {
  font-size: 12px;
  line-height: 1.3;
}

.pv-draw-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-draw-tools .btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.has-pv-area .pv-draw-tools {
  gap: 6px;
}

.has-pv-area .pv-draw-tools .btn {
  min-height: 34px;
  padding: 0 8px;
  gap: 6px;
  font-size: 12px;
}

.pv-draw-tools .btn:disabled {
  opacity: 0.46;
  cursor: not-allowed;
}

.pv-button-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pv-draw-tools .is-active {
  background: #216248;
  color: #fff;
  border-color: #216248;
}

.pv-draw-hint,
.pv-draw-area,
.pv-fit-note {
  margin: 0;
  color: #4d6b86;
  font-size: 14px;
}

.pv-fit-note {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(228, 221, 208, 0.9);
  background: linear-gradient(180deg, #fffdf8, #ffffff);
  line-height: 1.5;
}

.pv-map-panel__head {
  padding: 0;
  max-width: calc(100% - 430px);
}

.pv-map-panel__head p {
  margin: 0;
  color: #48637d;
}

.pv-map-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.pv-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d7e1ea;
  background: rgba(255, 255, 255, 0.85);
  color: #21405e;
  font-size: 12px;
  font-weight: 700;
}

.pv-layer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #d7e1ea;
  background: rgba(255, 255, 255, 0.92);
}

.pv-layer-toggle__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 8px;
  color: #52665b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pv-layer-toggle__button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #48637d;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pv-layer-toggle__button.is-active {
  background: linear-gradient(180deg, #216248, #17314b);
  color: #ffffff;
}

.pv-map {
  min-height: 760px;
  margin-top: 0;
  border: 0;
  background: linear-gradient(180deg, #f8f1dc, #eef6ee);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pv-map-legendbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: 18px 22px 0;
  padding: 12px 14px;
  border: 1px solid #d7e1ea;
  background: rgba(255, 255, 255, 0.92);
}

.pv-map-legendbar[hidden] {
  display: none !important;
}

.pv-map-legendbar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-map-legendbar__items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #40596c;
  font-size: 12px;
  font-weight: 700;
}

.pv-map-legendbar__items i {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 2px;
}

.pv-map-legendbar__items .is-area {
  border: 2px solid #216248;
  background: rgba(243, 185, 59, 0.28);
}

.pv-map-legendbar__items .is-panel {
  border: 1px solid #1f4358;
  background: #2f6f76;
}

.pv-map-legendbar__items .is-point {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #1f4358;
  box-shadow: 0 0 0 1px #1f4358;
}

.pv-map-legendbar__summary {
  color: #17314b;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.pv-map-legendbar--compact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
  background: rgba(248, 252, 247, 0.94);
}

.has-pv-area .pv-map-legendbar--compact {
  gap: 6px;
  padding: 8px;
}

.pv-map-legendbar--compact .pv-map-legendbar__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.pv-map-legendbar--compact .pv-map-legendbar__summary {
  text-align: left;
  font-size: 12px;
  line-height: 1.35;
}

.pv-config-actions[hidden] {
  display: none !important;
}

.pv-config-actions .btn {
  width: 100%;
}

.pv-generate-report-button {
  min-height: 58px;
  padding: 0 24px;
  background: linear-gradient(135deg, #ffb000 0%, #ffd35a 48%, #ff8f00 100%);
  color: #183227;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  box-shadow: 0 20px 44px rgba(255, 176, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.has-pv-area .pv-generate-report-button {
  min-height: 52px;
}

.pv-generate-report-button:hover,
.pv-generate-report-button:focus-visible {
  background: linear-gradient(135deg, #ffd35a 0%, #ffb000 52%, #ff7a00 100%);
  color: #183227;
  transform: translateY(-1px);
  box-shadow: 0 26px 58px rgba(255, 143, 0, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.pv-generate-report-button:disabled {
  background: linear-gradient(135deg, #e9dcc0, #f4ead4);
  color: rgba(24, 50, 39, 0.56);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.pv-vertex-marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f3b93b;
  border: 2px solid #216248;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.pv-vertex-marker--active {
  cursor: crosshair;
}

.pv-vertex-marker--closer {
  background: #216248;
  border-color: #f3b93b;
  box-shadow: 0 0 0 4px rgba(243, 185, 59, 0.24);
}

.pv-sidebar {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.pv-layout--showcase .pv-sidebar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pv-result-card--context,
.pv-result-card--context-note {
  grid-column: span 3;
}

.pv-context-map {
  min-height: 280px;
  margin-top: 16px;
  border: 1px solid #d7e1ea;
  background: linear-gradient(180deg, #eef5f7, #ffffff);
}

.pv-sidebar > [data-pv-preview-section] {
  grid-column: span 1;
  align-self: stretch;
}

.pv-sidebar > [data-pv-locked-section] {
  grid-column: span 2;
}

.pv-map-top-card {
  position: absolute;
  top: 92px;
  right: 22px;
  width: 380px;
  max-width: calc(100% - 44px);
  z-index: 50;
  display: grid;
  gap: 0;
}

.pv-map-top-card .pv-config-card--compact,
.pv-map-top-card .pv-status-card--compact {
  position: relative;
  z-index: 51;
}

.pv-config-card--compact,
.pv-status-card--compact {
  box-shadow: 0 18px 40px rgba(18, 48, 79, 0.10);
}

.pv-config-card--compact {
  border-bottom: 0;
  padding-bottom: 16px;
}

.pv-status-card--compact {
  margin-top: -1px;
  border-top: 1px solid #edf2f6;
}

.pv-status-progress {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(243, 185, 59, 0.35);
  background: linear-gradient(180deg, rgba(255, 247, 224, 0.96), rgba(255, 255, 255, 0.96));
  color: #17314b;
  font-size: 13px;
  font-weight: 600;
}

.pv-status-progress[hidden] {
  display: none;
}

.pv-status-progress__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(23, 49, 75, 0.18);
  border-top-color: #f3b93b;
  animation: pv-spin 0.85s linear infinite;
  flex: 0 0 auto;
}

.pv-status-progress__dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pv-status-progress__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #216248;
  opacity: 0.3;
  animation: pv-pulse 1.2s ease-in-out infinite;
}

.pv-status-progress__dots span:nth-child(2) {
  animation-delay: 0.18s;
}

.pv-status-progress__dots span:nth-child(3) {
  animation-delay: 0.36s;
}

.pv-target-meta {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.pv-target-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #edf2f6;
}

.pv-target-meta dt {
  color: #4d6b86;
}

.pv-target-meta dd {
  margin: 0;
  font-weight: 700;
}

.pv-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}

.pv-preview-card {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 118px;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.12), transparent 34%),
    linear-gradient(180deg, #fbfdff, #f4f8fb);
  border-left: 4px solid #216248;
  box-shadow: inset 0 0 0 1px rgba(23, 49, 75, 0.04);
}

.pv-preview-card:nth-child(2) {
  border-left-color: #f3b93b;
}

.pv-preview-card:nth-child(3) {
  border-left-color: #1b66ad;
}

.pv-preview-upsell {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(243, 185, 59, 0.46);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.18), transparent 34%),
    linear-gradient(180deg, #fffaf0, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(23, 49, 75, 0.03);
}

.pv-preview-upsell[hidden] {
  display: none;
}

.pv-preview-upsell__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #216248;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-preview-upsell strong {
  display: block;
  color: #17314b;
  font-size: 18px;
  line-height: 1.2;
}

.pv-preview-upsell p {
  margin: 8px 0 0;
  color: #4d6b86;
  font-size: 14px;
  line-height: 1.5;
}

.pv-preview-upsell__mock {
  display: grid;
  gap: 8px;
}

.pv-preview-upsell__mock span {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(33, 98, 72, 0.12), rgba(243, 185, 59, 0.22));
  color: #17314b;
  font-weight: 800;
}

.pv-preview-upsell__mock .is-blurred {
  filter: blur(4px);
  user-select: none;
}

.is-pv-busy .pv-map {
  filter: saturate(0.96) brightness(0.99);
}

.is-pv-busy [data-pv-analyze-button].is-loading {
  position: relative;
  padding-left: 44px;
}

.is-pv-busy [data-pv-analyze-button].is-loading::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  animation: pv-spin 0.85s linear infinite;
}

.pv-result-card--locked {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 230, 0.92), rgba(255, 255, 255, 0.98));
}

.pv-premium-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 12px;
  margin-top: 18px;
}

.pv-premium-showcase__card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(228, 221, 208, 0.95);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,248,230,0.78));
  box-shadow: inset 0 0 0 1px rgba(23, 49, 75, 0.03);
}

.pv-premium-showcase__eyebrow {
  color: #687989;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-premium-showcase__stats {
  display: grid;
  gap: 10px;
}

.pv-premium-showcase__stat {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(243, 185, 59, 0.14), rgba(33, 98, 72, 0.08));
  color: #17314b;
  font-size: 18px;
  font-weight: 700;
}

.pv-premium-showcase__roof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 2px;
  transform: skew(-14deg);
}

.pv-premium-showcase__roof span {
  aspect-ratio: 1 / 1.55;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 36%), linear-gradient(135deg, #1f4358, #2f6f76);
  box-shadow: inset 0 0 0 1px rgba(13, 32, 41, 0.18);
  filter: blur(1.8px);
  opacity: 0.88;
}

.pv-premium-showcase__lines {
  display: grid;
  gap: 10px;
  align-content: start;
}

.pv-premium-showcase__lines span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(33, 98, 72, 0.2), rgba(243, 185, 59, 0.45), rgba(23, 49, 75, 0.18));
}

.pv-premium-showcase__lines span.short {
  width: 68%;
}

.pv-premium-showcase .is-blurred {
  filter: blur(4px);
  user-select: none;
}

.pv-locked-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #24425c;
}

.pv-locked-list li {
  opacity: 0.96;
}

.pv-locked-teaser {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(228, 221, 208, 0.9);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,248,230,0.78));
}

.pv-locked-teaser__title {
  margin: 0 0 12px;
  color: #17314b;
  font-weight: 700;
}

.pv-locked-teaser__chart {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.pv-locked-teaser__item {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.pv-locked-teaser__bar {
  width: 100%;
  min-height: 18px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #f3b93b, #216248);
  filter: blur(4px);
  opacity: 0.82;
}

.pv-locked-teaser__label {
  color: #687989;
  font-size: 11px;
  font-weight: 700;
}

.pv-locked-cta {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pv-locked-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-locked-cta__price {
  margin: 0;
  color: var(--blue-900);
  font-weight: 700;
}

.pv-result-card--error {
  border-color: #efc6c6;
  background: #fff7f7;
}

.pv-monthly {
  margin-top: 16px;
}

.pv-monthly h3 {
  margin: 0 0 12px;
  font-size: 16px;
}

.pv-monthly-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pv-monthly-card {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffdf8, #ffffff);
}

.pv-monthly-card__label {
  color: #687989;
  font-size: 13px;
}

.pv-monthly-card__value {
  color: #17314b;
  font-size: 16px;
}

.pv-report-page {
  padding: 1.5rem 0 3rem;
}

.pv-report-shell {
  display: grid;
  gap: 1rem;
}

.pv-report-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  padding: 1.1rem 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f7faf4);
  box-shadow: 0 18px 36px rgba(23, 49, 75, 0.06);
}

.pv-report-head h1,
.pv-report-head p {
  margin: 0;
}

.pv-report-head > div:first-child {
  display: grid;
  gap: 0.45rem;
}

.pv-report-head__actions {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.pv-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pv-report-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.pv-report-metrics div {
  display: grid;
  gap: 0.3rem;
  border: 1px solid #e4ddd0;
  border-radius: 4px;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(180deg, #ffffff, #fffdf7);
}

.pv-report-metrics span {
  color: #687989;
  font-size: 0.84rem;
}

.pv-report-metrics strong {
  color: var(--blue-900);
  font-size: 1.02rem;
}

.pv-report-shadow-visual {
  position: relative;
  min-height: 280px;
  margin: 1rem 0 1.1rem;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  border-radius: 6px;
  background: #17314b;
}

.pv-report-shadow-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pv-premium-page {
  padding: 36px 0 56px;
}

.pv-print-page-header {
  display: none;
}

.pv-report-docbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #e4ddd0;
  background: #ffffff;
  color: #17314b;
  box-shadow: 0 12px 28px rgba(18, 48, 79, 0.06);
}

.pv-report-docbar__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pv-report-docbar__brand img {
  width: 210px;
  max-width: 40vw;
  height: auto;
  display: block;
}

.pv-report-docbar__brand div {
  display: grid;
  gap: 3px;
}

.pv-report-docbar__brand strong {
  font-size: 14px;
}

.pv-report-docbar__brand span,
.pv-report-docbar > span {
  color: #667989;
  font-size: 13px;
}

.pv-premium-shell {
  display: grid;
  gap: 24px;
}

.pv-premium-empty {
  max-width: 760px;
  margin: 0 auto;
}

.pv-premium-docbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid #e4ddd0;
  background: #ffffff;
  color: #17314b;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(18, 48, 79, 0.06);
}

.pv-premium-docbar__brand,
.pv-premium-docbar__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pv-premium-docbar__brand img {
  width: 210px;
  max-width: 40vw;
  height: auto;
  display: block;
}

.pv-premium-docbar__brand div {
  display: grid;
  gap: 3px;
}

.pv-premium-docbar span,
.pv-premium-docbar__brand span {
  color: #667989;
}

.pv-premium-print-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #216248;
  background: #216248;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pv-premium-print-button:hover,
.pv-premium-print-button:focus-visible {
  background: #17314b;
  border-color: #17314b;
}

.pv-premium-cover {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: space-between;
  min-height: 680px;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid #e4ddd0;
  background:
    linear-gradient(115deg, rgba(255, 253, 248, 0.97) 0 42%, rgba(255, 253, 248, 0.78) 62%, rgba(255, 253, 248, 0.18) 100%),
    var(--cover-image) center/cover no-repeat;
  box-shadow: 0 18px 42px rgba(18, 48, 79, 0.08);
}

.pv-premium-cover::after {
  content: "";
  position: absolute;
  inset: auto -12% -24% 35%;
  z-index: -1;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(243, 185, 59, 0.36), rgba(33, 98, 72, 0.12) 48%, transparent 70%);
}

.pv-premium-cover__image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 58%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.pv-premium-cover__brand img {
  width: min(300px, 72vw);
  height: auto;
  display: block;
}

.pv-premium-cover__content {
  max-width: 760px;
  display: grid;
  gap: 18px;
}

.pv-premium-cover__content h1 {
  margin: 0;
  max-width: 720px;
  color: #17314b;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.pv-premium-cover__content p {
  margin: 0;
  max-width: 620px;
  color: #40596c;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.pv-premium-cover__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.pv-premium-cover__facts div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(33, 98, 72, 0.14);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
}

.pv-premium-cover__facts span {
  color: #667989;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-premium-cover__facts strong {
  color: #17314b;
  font-size: 17px;
  line-height: 1.3;
}

.pv-premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid #e4ddd0;
  background:
    radial-gradient(circle at top left, rgba(243, 185, 59, 0.18), transparent 32%),
    linear-gradient(180deg, #fffef9, #ffffff);
  box-shadow: 0 18px 40px rgba(18, 48, 79, 0.08);
}

.pv-premium-hero__lead {
  max-width: 58rem;
  color: #51677a;
}

.pv-premium-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pv-premium-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(33, 98, 72, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: #17314b;
  font-size: 13px;
  font-weight: 700;
}

.pv-premium-badges span.is-verified,
.pv-premium-inline-badge.is-verified {
  border-color: rgba(33, 98, 72, 0.22);
  background: rgba(237, 247, 242, 0.95);
  color: #1d5e44;
}

.pv-premium-badges span.is-pending,
.pv-premium-inline-badge.is-pending {
  border-color: rgba(243, 185, 59, 0.28);
  background: rgba(255, 248, 230, 0.96);
  color: #8d6315;
}

.pv-premium-score {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(243, 185, 59, 0.28);
  background: linear-gradient(180deg, rgba(255,248,230,0.92), rgba(255,255,255,0.98));
}

.pv-premium-score p,
.pv-premium-score small {
  margin: 0;
}

.pv-premium-score strong {
  font-size: 28px;
  line-height: 1.1;
  color: #17314b;
}

.pv-premium-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pv-premium-kpis article,
.pv-premium-card {
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #ffffff, #fffdf8);
  box-shadow: 0 14px 34px rgba(18, 48, 79, 0.06);
}

.pv-premium-kpis article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.pv-premium-kpis span {
  color: #687989;
  font-size: 13px;
}

.pv-premium-kpis strong {
  font-size: 24px;
  color: #17314b;
}

.pv-premium-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #ffffff, #fffdf8);
}

.pv-premium-index a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #e6dfd3;
  background: #fffef9;
  color: #17314b;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pv-premium-index a:hover,
.pv-premium-index a:focus-visible {
  border-color: #216248;
  color: #216248;
}

.pv-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pv-premium-opening-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.75fr);
  gap: 18px;
  align-items: start;
}

.pv-premium-opening-side {
  display: grid;
  gap: 16px;
}

.pv-premium-opening-side--below {
  grid-column: 1 / -1;
}

.pv-premium-kpis--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-premium-card__head h3 {
  margin: 0;
  color: #17314b;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.pv-premium-card {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.pv-premium-card--wide {
  grid-column: span 2;
}

.pv-premium-card--valued {
  position: relative;
  overflow: hidden;
}

.pv-premium-card--valued::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0 64%, rgba(255,255,255,0.70) 84%, rgba(255,255,255,0.26) 100%),
    var(--value-image) right center/auto 100% no-repeat;
  opacity: 0.9;
}

.pv-premium-card--valued > * {
  position: relative;
  z-index: 1;
}

.pv-premium-card__head h2,
.pv-premium-card__head p {
  margin: 0;
}

.pv-premium-inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid #e4ddd0;
  background: #fffdf8;
  color: #51677a;
  font-size: 13px;
  font-weight: 700;
}

.pv-premium-inline-badge.is-info {
  border-color: rgba(27, 102, 173, 0.18);
  background: rgba(237, 244, 251, 0.96);
  color: #1b66ad;
}

.pv-premium-reliability {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.pv-premium-reliability__gauge {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 52%, transparent 53%),
    conic-gradient(#216248 0 35%, #f3b93b 35% 70%, #dbe4eb 70% 100%);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.92);
}

.pv-premium-reliability__value {
  display: block;
  color: #17314b;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.pv-premium-reliability__gauge small {
  color: #687989;
  font-size: 12px;
  font-weight: 700;
}

.pv-premium-reliability__copy {
  display: grid;
  gap: 8px;
}

.pv-premium-reliability__copy strong {
  color: #17314b;
  font-size: 22px;
  line-height: 1.15;
}

.pv-premium-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-premium-signals span {
  padding: 8px 12px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffef8, #f6fbf7);
  color: #17314b;
  font-size: 12px;
  font-weight: 700;
}

.pv-premium-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: center;
}

.pv-premium-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
}

.pv-premium-visuals--single {
  grid-template-columns: minmax(0, 1fr);
}

.pv-premium-visual {
  display: grid;
  gap: 12px;
}

.pv-premium-map-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 14px;
}

.pv-premium-map-card {
  display: grid;
  gap: 8px;
  margin: 0;
}

.pv-premium-map-card > span {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid #e4ddd0;
  background: #fffdf8;
  color: #17314b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pv-premium-map,
.pv-premium-context-map {
  min-height: 420px;
  border: 1px solid #e4ddd0;
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f7faf4);
}

.pv-premium-map-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pv-premium-map-summary div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffef9, #f8faf6);
}

.pv-premium-map-summary span {
  color: #667989;
  font-size: 12px;
}

.pv-premium-map-summary strong {
  color: #17314b;
  font-size: 18px;
}

.pv-premium-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-premium-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #e4ddd0;
  background: #ffffff;
  color: #40596c;
  font-size: 12px;
  font-weight: 700;
}

.pv-premium-map-legend i {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 2px;
}

.pv-premium-map-legend .is-area {
  border: 2px solid #216248;
  background: rgba(243, 185, 59, 0.28);
}

.pv-premium-map-legend .is-panel {
  border: 1px solid #1f4358;
  background: #2f6f76;
}

.pv-premium-map-legend .is-point {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #1f4358;
  box-shadow: 0 0 0 1px #1f4358;
}

.pv-premium-map-empty .leaflet-popup-content-wrapper {
  border-radius: 4px;
  border: 1px solid #e4ddd0;
  box-shadow: 0 10px 22px rgba(23, 49, 75, 0.12);
}

.pv-premium-map-empty .leaflet-popup-content {
  color: #17314b;
  font-weight: 700;
}

.pv-premium-visual__caption {
  margin: 0;
  color: #566c7f;
  font-size: 0.94rem;
  line-height: 1.6;
}

.pv-premium-module-box {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffef9, #f8faf6);
}

.pv-premium-module-box__shape {
  width: 52px;
  aspect-ratio: 1 / 1.65;
  height: auto;
  display: block;
  justify-self: center;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0) 34%),
    repeating-linear-gradient(90deg, #1f4358 0 8px, #2f6f76 8px 16px);
  box-shadow: inset 0 0 0 1px rgba(13, 32, 41, 0.18), 0 10px 18px rgba(23, 49, 75, 0.10);
}

.pv-premium-module-box__copy {
  display: grid;
  gap: 4px;
}

.pv-premium-module-box__copy strong {
  color: #17314b;
  font-size: 20px;
}

.pv-premium-module-box__copy span {
  color: #667989;
  font-size: 13px;
}

.pv-premium-panel-media {
  display: block;
  min-height: clamp(280px, 42vw, 520px);
  border: 1px solid #e4ddd0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
    var(--panel-media-image) center/cover no-repeat,
    #fffdf8;
}

.pv-premium-panel-media img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

.pv-premium-plan__roof {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0)),
    linear-gradient(145deg, #e9f1f4, #d8e4ea);
}

.pv-premium-plan__roof span {
  aspect-ratio: 1 / 1.55;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 36%), linear-gradient(135deg, #9fb3bf, #cad7de);
  box-shadow: inset 0 0 0 1px rgba(13, 32, 41, 0.12);
}

.pv-premium-plan__roof span.is-active {
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 36%), linear-gradient(135deg, #1f4358, #2f6f76);
}

.pv-premium-plan__meta dl,
.pv-premium-table {
  display: grid;
  gap: 12px;
}

.pv-premium-plan__meta div,
.pv-premium-table div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f6;
}

.pv-premium-plan__meta dt,
.pv-premium-table span {
  color: #687989;
}

.pv-premium-plan__meta dd,
.pv-premium-table strong {
  margin: 0;
  color: #17314b;
  font-weight: 700;
  text-align: right;
}

.pv-premium-recommendation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.8fr);
  gap: 14px;
}

.pv-premium-recommendation-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(33, 98, 72, 0.22);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.18), transparent 38%),
    linear-gradient(180deg, #f7fbf7, #ffffff);
}

.pv-premium-recommendation-card.is-muted {
  border-color: #e4ddd0;
  background: linear-gradient(180deg, #fffdf8, #ffffff);
}

.pv-premium-recommendation-card.is-score {
  border-color: rgba(31, 67, 88, 0.22);
  background: linear-gradient(180deg, #edf7f7, #ffffff);
}

.pv-premium-recommendation-card span,
.pv-premium-factor-grid span {
  color: #667989;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pv-premium-recommendation-card strong {
  color: #17314b;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.pv-premium-recommendation-card p {
  margin: 0;
  color: #40596c;
  line-height: 1.55;
}

.pv-premium-size-table-wrap {
  overflow-x: auto;
}

.pv-premium-size-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid #e4ddd0;
  background: #ffffff;
}

.pv-premium-size-table caption {
  padding: 0 0 10px;
  color: #17314b;
  font-weight: 800;
  text-align: left;
}

.pv-premium-size-table th,
.pv-premium-size-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf2f6;
  color: #40596c;
  text-align: left;
}

.pv-premium-size-table th {
  background: #fff8ea;
  color: #17314b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pv-premium-size-table td:first-child,
.pv-premium-size-table td:last-child {
  color: #17314b;
  font-weight: 800;
}

.pv-premium-size-table tr.is-compatible td:last-child {
  color: #216248;
}

.pv-premium-size-table tr.is-not-compatible {
  opacity: 0.68;
}

.pv-premium-size-table tr.is-not-compatible td:last-child {
  color: #9b5b18;
}

.pv-premium-factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pv-premium-factor-grid div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #ffffff, #f8faf6);
}

.pv-premium-factor-grid strong {
  color: #17314b;
  font-size: 16px;
}

.pv-premium-planning-summary {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-left: 4px solid #f3b93b;
  background: linear-gradient(180deg, #fff8ea, #ffffff);
}

.pv-premium-planning-summary strong {
  color: #17314b;
  font-size: 18px;
}

.pv-premium-planning-summary p {
  margin: 0;
  color: #51677a;
  line-height: 1.6;
}

.pv-premium-scenarios {
  display: grid;
  gap: 12px;
}

.pv-premium-scenarios div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-left: 4px solid #f3b93b;
  background: linear-gradient(180deg, #fffef8, #f6fbf7);
}

.pv-premium-scenarios strong {
  color: #17314b;
  font-size: 20px;
}

.pv-premium-chart {
  min-height: 320px;
}

.pv-premium-bar-infographic {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid #e4ddd0;
  background: #fbf2ef;
}

.pv-premium-bar-infographic__intro {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.pv-premium-bar-infographic__intro h3 {
  margin: 0;
  color: #0f4f7a;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.pv-premium-bar-legend {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.pv-premium-bar-legend span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #40596c;
  font-size: 13px;
  font-weight: 700;
}

.pv-premium-bar-legend i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.pv-premium-bar-legend .is-winter {
  background: #0f4f7a;
}

.pv-premium-bar-legend .is-midseason {
  background: #129c9b;
}

.pv-premium-bar-legend .is-summer {
  background: #82d957;
}

.pv-premium-bar-plot {
  position: relative;
  min-height: 330px;
  padding-left: 42px;
}

.pv-premium-bar-plot__grid {
  position: absolute;
  inset: 0 0 42px 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr) auto;
  color: #77827d;
  font-size: 12px;
}

.pv-premium-bar-plot__grid span {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(23, 49, 75, 0.14);
  transform: translateY(-0.4em);
}

.pv-premium-bar-groups {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  height: 330px;
  align-items: end;
}

.pv-premium-bar-group {
  display: grid;
  gap: 10px;
}

.pv-premium-bar-group__bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-height: 250px;
}

.pv-premium-bar-item {
  display: grid;
  grid-template-rows: 24px 210px 18px 16px;
  gap: 5px;
  justify-items: center;
  align-items: end;
}

.pv-premium-bar-item strong {
  color: #17314b;
  font-size: 12px;
  line-height: 1;
}

.pv-premium-bar-item__track {
  position: relative;
  width: 100%;
  height: 210px;
}

.pv-premium-bar-item__track i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(42px, 78%);
  transform: translateX(-50%);
  display: block;
  border-radius: 999px 999px 8px 8px;
  box-shadow: 0 10px 18px rgba(23, 49, 75, 0.08);
}

.pv-premium-bar-item.is-winter i {
  background: #0f4f7a;
}

.pv-premium-bar-item.is-midseason i {
  background: #129c9b;
}

.pv-premium-bar-item.is-summer i {
  background: #82d957;
}

.pv-premium-bar-item span {
  color: #17314b;
  font-size: 12px;
  font-weight: 800;
}

.pv-premium-bar-item small {
  color: #697a72;
  font-size: 10px;
  font-weight: 700;
}

.pv-premium-bar-group > p {
  margin: 0;
  color: #596f81;
  font-weight: 800;
  text-align: center;
}

.pv-premium-production-callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.pv-premium-production-callouts span {
  padding: 9px 12px;
  border: 1px solid rgba(33, 98, 72, 0.14);
  background: #fffdf8;
  color: #596f81;
  font-size: 13px;
}

.pv-premium-production-callouts strong {
  color: #17314b;
}

.pv-premium-chart-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.pv-premium-chart-summary div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #e6dfd3;
  background: linear-gradient(180deg, #fffef9, #f8faf6);
}

.pv-premium-chart-summary span {
  color: #667989;
  font-size: 12px;
}

.pv-premium-chart-summary strong {
  color: var(--blue-900);
  font-size: 17px;
}

.pv-premium-economics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pv-premium-economics-grid div {
  display: grid;
  gap: 6px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(33, 98, 72, 0.16);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.18), transparent 38%),
    linear-gradient(180deg, #fffef9, #f7fbf5);
}

.pv-premium-economics-grid span {
  color: #667989;
  font-size: 12px;
  font-weight: 700;
}

.pv-premium-economics-grid strong {
  color: #17314b;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.pv-premium-economics-grid small {
  color: #596f81;
  line-height: 1.45;
}

.pv-premium-monthly-showcase {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 14px;
  align-items: stretch;
}

.pv-premium-monthly-visual {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  background: #17314b;
}

.pv-premium-monthly-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 49, 75, 0.06), rgba(23, 49, 75, 0.74));
}

.pv-premium-monthly-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pv-premium-monthly-visual figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 18px;
  color: #ffffff;
}

.pv-premium-monthly-visual span {
  width: fit-content;
  padding: 6px 10px;
  background: rgba(243, 185, 59, 0.94);
  color: #17314b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-premium-monthly-visual strong {
  max-width: 24rem;
  font-size: 22px;
  line-height: 1.12;
}

.pv-premium-monthly-table-wrap {
  overflow-x: auto;
}

.pv-premium-monthly-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid #e4ddd0;
  background: #ffffff;
}

.pv-premium-monthly-table caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 10px;
  color: #17314b;
  font-weight: 700;
}

.pv-premium-monthly-table th,
.pv-premium-monthly-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f6;
  text-align: left;
}

.pv-premium-monthly-table th {
  background: #fff8ea;
  color: #17314b;
  font-size: 12px;
  text-transform: uppercase;
}

.pv-premium-monthly-table td {
  color: #40596c;
}

.pv-premium-season-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pv-premium-season-strip div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffef9, #f8faf6);
}

.pv-premium-season-strip span {
  color: #667989;
  font-size: 12px;
}

.pv-premium-season-strip strong {
  color: #17314b;
  font-size: 17px;
}

.pv-premium-note {
  margin: 0;
  color: #596f81;
}

.pv-premium-subblock {
  display: grid;
  gap: 10px;
}

.pv-premium-subtitle {
  margin: 0;
  color: #17314b;
  font-size: 14px;
  font-weight: 700;
}

.pv-premium-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-premium-summary {
  display: grid;
  gap: 14px;
  color: #40596c;
  line-height: 1.8;
}

.pv-premium-summary p {
  margin: 0;
}

.pv-premium-card--conclusion {
  position: relative;
  overflow: hidden;
}

.pv-premium-conclusion-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.pv-premium-conclusion-visual {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  background: #17314b;
}

.pv-premium-conclusion-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pv-premium-conclusion-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 49, 75, 0.04), rgba(23, 49, 75, 0.78));
}

.pv-premium-conclusion-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: #ffffff;
}

.pv-premium-conclusion-visual span {
  width: fit-content;
  padding: 6px 10px;
  background: #f3b93b;
  color: #17314b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-premium-conclusion-visual strong {
  max-width: 24rem;
  font-size: 28px;
  line-height: 1.02;
}

.pv-premium-card--economics {
  overflow: hidden;
}

.pv-premium-economics-visual img {
  object-position: center center;
}

.pv-premium-economics-visual figcaption {
  top: 18px;
  bottom: auto;
}

.pv-premium-economics-visual strong {
  max-width: 18rem;
  padding: 10px 12px;
  background: rgba(23, 49, 75, 0.82);
  color: #ffffff;
  font-size: 22px;
}

.pv-premium-economics-kpis strong {
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.pv-premium-projection {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(33, 98, 72, 0.16);
  background:
    radial-gradient(circle at top right, rgba(243, 185, 59, 0.22), transparent 40%),
    linear-gradient(135deg, #fffdf7, #f5fbf2);
}

.pv-premium-projection__head {
  display: grid;
  gap: 6px;
}

.pv-premium-projection__head h3 {
  margin: 0;
  color: #17314b;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pv-premium-projection__head p {
  margin: 0;
  color: #596f81;
  line-height: 1.5;
}

.pv-premium-projection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pv-premium-projection-grid div {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 49, 75, 0.1);
  box-shadow: 0 16px 34px rgba(18, 48, 79, 0.07);
}

.pv-premium-projection-grid span {
  color: #216248;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pv-premium-projection-grid strong {
  color: #17314b;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pv-premium-projection-grid small {
  color: #596f81;
  line-height: 1.45;
}

.pv-premium-shadow-visual img {
  object-position: center center;
}

.pv-premium-shadow-visual,
.pv-premium-result-reading-visual {
  min-height: 380px;
}

.pv-premium-card--result-reading {
  overflow: hidden;
}

.pv-premium-result-reading-visual img {
  object-position: center center;
}

.pv-premium-result-reading-layout > div:last-child {
  display: grid;
  align-content: start;
  gap: 16px;
}

.pv-premium-conclusion-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pv-premium-conclusion-kpis div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #e4ddd0;
  background: linear-gradient(180deg, #fffef9, #f8faf6);
}

.pv-premium-conclusion-kpis span {
  color: #667989;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pv-premium-conclusion-kpis strong {
  color: #17314b;
  font-size: 18px;
}

.pv-premium-notes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #51677a;
}

.pv-premium-notes li {
  padding-left: 2px;
}

@keyframes pv-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pv-loading-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 98, 72, 0.38);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(33, 98, 72, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 98, 72, 0);
  }
}

@keyframes pv-sun-sweep {
  0%, 100% {
    transform: translate(0, 14px) scale(.92);
  }
  48% {
    transform: translate(72px, -5px) scale(1.06);
  }
}

@keyframes pv-sun-beam {
  0%, 100% {
    opacity: .35;
    transform: rotate(18deg) scaleX(.74);
  }
  50% {
    opacity: .9;
    transform: rotate(25deg) scaleX(1.08);
  }
}

@keyframes pv-panel-glow {
  0%, 100% {
    filter: brightness(.95);
  }
  50% {
    filter: brightness(1.22);
  }
}

@keyframes pv-pulse {
  0%, 80%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@media (max-width: 980px) {
  .pv-showcase-intro {
    grid-template-columns: 1fr;
  }

  .pv-hero__grid {
    grid-template-columns: 1fr;
  }

  .pv-loading-modal__panel {
    margin-top: 60px;
    width: min(520px, calc(100vw - 24px));
    padding: 24px 20px 20px;
  }

  .pv-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-map-panel__top {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pv-sidebar {
    grid-template-columns: 1fr;
  }

  .pv-sidebar > [data-pv-preview-section] {
    grid-column: auto;
  }

  .pv-sidebar > [data-pv-locked-section] {
    grid-column: auto;
  }

  .pv-result-card--context,
  .pv-result-card--context-note {
    grid-column: auto;
  }

  .pv-map-panel {
    min-height: auto;
  }

  .pv-map-panel__head {
    max-width: none;
  }

  .pv-map-top-card {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 18px;
  }

  .pv-map-panel > .pv-toolbar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin: 18px 18px 0;
  }

  .pv-map-legendbar {
    display: grid;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pv-map-legendbar__summary {
    text-align: left;
  }

  .pv-report-grid {
    grid-template-columns: 1fr;
  }

  .pv-report-head {
    display: grid;
  }

  .pv-report-docbar,
  .pv-premium-docbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv-report-docbar__brand,
  .pv-premium-docbar__brand,
  .pv-premium-docbar__meta {
    width: 100%;
  }

  .pv-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .pv-premium-showcase {
    grid-template-columns: 1fr;
  }

  .pv-premium-hero,
  .pv-premium-cover__facts,
  .pv-premium-grid,
  .pv-premium-opening-layout,
  .pv-premium-plan,
  .pv-premium-visuals,
  .pv-premium-map-pair,
  .pv-premium-panel-media,
  .pv-premium-kpis,
  .pv-premium-economics-grid,
  .pv-premium-projection-grid,
  .pv-premium-recommendation-grid,
  .pv-premium-factor-grid,
  .pv-premium-conclusion-grid,
  .pv-premium-conclusion-kpis,
  .pv-premium-reliability {
    grid-template-columns: 1fr;
  }

  .pv-premium-card--wide {
    grid-column: span 1;
  }

  .pv-premium-chart {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .pv-premium-chart-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pv-showcase-intro {
    padding: 18px;
  }

  .pv-hero {
    padding-top: 32px;
  }

  .pv-hero__copy h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .pv-flow-steps {
    grid-template-columns: 1fr;
  }

  .pv-map-panel > .pv-toolbar {
    margin: 16px 14px 0;
    padding: 14px;
  }

  .pv-location-modal__panel {
    width: min(480px, calc(100vw - 24px));
    margin-top: 48px;
    padding: 22px 18px;
  }

  .pv-location-modal__actions {
    display: grid;
  }

  .pv-hero__feature-grid,
  .pv-card__stats,
  .pv-config-grid,
  .pv-size-pills,
  .pv-preview-grid,
  .pv-search {
    grid-template-columns: 1fr;
  }

  .pv-hero__art {
    min-height: 130px;
  }

  .pv-hero__sun {
    width: 72px;
    height: 72px;
  }

  .pv-hero__roof {
    width: 120px;
    right: 16px;
  }

  .pv-map {
    min-height: 520px;
  }
}

/* Site-wide photographic redesign */
:root {
  --blue-900: #1f3f33;
  --blue-800: #2d5a48;
  --blue-700: #3f7a5a;
  --blue-600: #6f9a66;
  --blue-500: #9daf73;
  --ink: #21382f;
  --gold-500: #eeb438;
  --gold-400: #f7d274;
  --sand-100: #fff8e9;
  --gray-100: #fbf6ea;
  --gray-200: #e7ddc8;
  --radius-box: 0;
  --hero-height: 580px;
}

body {
  color: #21382f;
  background:
    radial-gradient(circle at 8% 2%, rgba(238, 180, 56, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(63, 122, 90, 0.12), transparent 26rem),
    linear-gradient(180deg, #fffaf0 0%, #f8fbf4 38%, #ffffff 100%);
}

main {
  background: transparent;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(33, 56, 47, 0.08);
  box-shadow: 0 14px 40px rgba(33, 56, 47, 0.08);
  backdrop-filter: blur(18px);
}

.top-header__inner {
  min-height: 78px;
}

.logos img {
  height: 58px;
}

.top-nav ul {
  gap: 0.25rem;
}

.top-header .top-nav a,
.top-header .top-nav a:visited {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.8rem;
  border-radius: 999px;
  color: #244238 !important;
  text-decoration: none;
}

.top-header .top-nav a:hover,
.top-header .top-nav a:focus-visible,
.top-header .top-nav a.is-active {
  background: #fff1cc;
  color: #1f3f33 !important;
  text-decoration: none;
}

.lang-select,
.private-area-btn {
  border-radius: 999px;
}

.btn,
.pv-size-pills button,
.pv-layer-toggle,
.pv-layer-toggle__button,
.pv-meta-pill,
.pv-map-legendbar,
.pv-config-intro,
.pv-fit-note,
.content-page-block,
.panel,
.builder-card,
.news-card,
.detail-grid > div,
.pv-result-card,
.pv-status-card,
.pv-map-panel,
.pv-premium-card {
  border-radius: 0;
}

.btn {
  align-items: center;
  justify-content: center;
  border: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn-primary,
.btn-light,
.pv-search .btn:not(.btn-secondary) {
  background: linear-gradient(135deg, #eeb438, #f7d274);
  color: #1f3f33;
  box-shadow: 0 14px 30px rgba(238, 180, 56, 0.26);
}

.btn-secondary,
.private-area-btn {
  border: 1px solid rgba(63, 122, 90, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #1f3f33;
  box-shadow: 0 12px 28px rgba(33, 56, 47, 0.08);
}

.hero-slider,
.hero-track,
.hero-slide {
  height: var(--hero-height);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background: #162e26;
}

.hero__bg {
  background:
    linear-gradient(90deg, rgba(22, 46, 38, 0.86) 0%, rgba(22, 46, 38, 0.54) 42%, rgba(238, 180, 56, 0.18) 100%),
    var(--hero-bg-image, url("/assets/public/img/photovoltaic/panel-planning.jpg")) center/cover no-repeat;
  filter: saturate(1.08) contrast(1.02);
}

.hero__content {
  height: var(--hero-height);
  max-width: 760px;
}

.hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.hero-kicker {
  color: #f7d274;
  font-weight: 800;
}

.hero-copy {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.hero__actions .btn-light {
  background: #ffffff;
  color: #1f3f33;
}

.hero__actions .btn-light + .btn-light {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.slider-dots .dot {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.35);
}

.slider-dots .dot.active {
  background: #f7d274;
  border-color: #f7d274;
}

.pv-hero {
  padding: clamp(52px, 8vw, 92px) 0 44px;
  background:
    radial-gradient(circle at 8% 12%, rgba(238, 180, 56, 0.22), transparent 24rem),
    linear-gradient(135deg, #fff8e9 0%, #f5fbef 48%, #eef7f3 100%);
}

.pv-hero__copy h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.pv-hero__card,
.home-feature-card,
.builder-card,
.content-page-block,
.panel,
.news-card,
.detail-grid > div,
.pv-result-card,
.pv-map-panel,
.pv-status-card {
  border: 1px solid rgba(33, 56, 47, 0.10);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(33, 56, 47, 0.08);
}

.pv-hero__art {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 63, 51, 0.10), rgba(238, 180, 56, 0.12)),
    url("/assets/public/img/photovoltaic/solar-illustration.jpg") center/cover no-repeat;
}

.pv-hero__art::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.70);
}

.pv-hero__sun,
.pv-hero__roof {
  display: none;
}

.home-photo-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(220px, 0.85fr));
  gap: 1rem;
  margin: 0 auto clamp(42px, 6vw, 72px);
}

.home-photo-strip__item {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #1f3f33;
  box-shadow: 0 24px 54px rgba(33, 56, 47, 0.12);
}

.home-photo-strip__item--large {
  min-height: 360px;
}

.home-photo-strip__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.home-photo-strip__item:hover img {
  transform: scale(1.07);
}

.home-photo-strip__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 46, 38, 0.04), rgba(22, 46, 38, 0.72));
}

.home-photo-strip__item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.home-photo-strip__item figcaption span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: #f7d274;
  font-weight: 900;
}

.home-photo-strip__item figcaption strong {
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1;
}

.home-feature-band,
.home-stream {
  padding: clamp(48px, 7vw, 86px) 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.page-shell > .wrap > h1 {
  color: #1f3f33;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.section-kicker,
.home-feature-card__eyebrow,
.pv-kicker {
  color: #3f7a5a;
  font-weight: 900;
}

.home-feature-grid,
.news-grid {
  gap: 1.15rem;
}

.home-feature-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

.home-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: #eeb438;
}

.news-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card__body {
  padding: 1.15rem;
}

.site-footer {
  margin-top: 56px;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 184, 63, 0.20), transparent 24rem),
    linear-gradient(180deg, #fff8e6 0%, #f1ead7 100%);
  color: #1f3529;
}

.footer-width-fixer {
  padding-top: 0;
}

.footer-main {
  padding: 54px 0 30px;
}

.footer-brand-text,
.footer-contact-static,
.footer-legal__inner p,
.footer-bottom__inner p {
  color: rgba(31, 53, 41, 0.74);
}

.footer-nav-group h2,
.footer-contact-group h2 {
  color: #1a5a3c;
}

.footer-bottom,
.footer-legal {
  border-color: rgba(26, 90, 60, 0.16);
  background: rgba(255, 255, 255, 0.34);
}

.footer-links a,
.footer-contact-list a,
.footer-legal a,
.footer-bottom a,
.footer-link-button {
  color: #244b37;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact-list a:hover,
.footer-contact-list a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: #d88912;
}

.footer-social-link {
  background: rgba(26, 90, 60, 0.08);
  border-color: rgba(26, 90, 60, 0.18);
  color: #1a5a3c;
}

.pricing-page {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff8e9;
}

.pricing-hero,
.pricing-section,
.pricing-final {
  position: relative;
}

.pricing-hero {
  min-height: clamp(560px, 74vh, 760px);
  display: flex;
  align-items: center;
  padding: clamp(70px, 10vw, 120px) 0;
  background:
    linear-gradient(90deg, rgba(22, 46, 38, 0.90) 0%, rgba(22, 46, 38, 0.62) 46%, rgba(238, 180, 56, 0.18) 100%),
    var(--pricing-bg-hero) center/cover no-repeat;
  background-attachment: fixed;
}

.pricing-hero::after,
.pricing-section--split::after,
.pricing-final::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(247, 210, 116, 0.24), transparent 20rem),
    linear-gradient(180deg, transparent, rgba(22, 46, 38, 0.16));
}

.pricing-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.pricing-hero h1,
.pricing-section h2,
.pricing-final h2 {
  margin: 0;
  color: #1f3f33;
  letter-spacing: -0.055em;
}

.pricing-hero h1 {
  max-width: 880px;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.9;
}

.pricing-hero .section-kicker {
  color: #f7d274;
}

.pricing-hero__copy > p:not(.section-kicker),
.pricing-final p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.pricing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pricing-hero__ticket {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  min-height: 360px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 233, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}

.pricing-hero__ticket span,
.pricing-badge {
  width: fit-content;
  margin: 0;
  padding: 8px 12px;
  background: rgba(247, 210, 116, 0.18);
  color: #b56a00;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-hero__ticket span {
  background: rgba(247, 210, 116, 0.92);
  color: #1f3f33;
}

.pricing-hero__ticket strong {
  color: #1f3f33;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.pricing-hero__ticket p {
  margin: 0;
  color: #4f665a;
  line-height: 1.5;
}

.pricing-plans-wrap {
  position: relative;
  z-index: 2;
  margin-top: clamp(-76px, -6vw, -48px);
  margin-bottom: clamp(44px, 7vw, 78px);
}

.pricing-grid--commercial {
  gap: 18px;
}

.pricing-grid--commercial .pricing-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(33, 56, 47, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 180, 56, 0.12), transparent 16rem),
    #ffffff;
  box-shadow: 0 24px 60px rgba(33, 56, 47, 0.08);
}

.pricing-grid--commercial .pricing-card h2,
.pricing-grid--commercial .pricing-card h3 {
  margin: 0;
  color: #1f3f33;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.pricing-grid--commercial .pricing-card p {
  margin: 0;
  color: #5c7167;
  line-height: 1.55;
}

.pricing-grid--commercial .pricing-price {
  margin: 0;
  color: #d88912;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  letter-spacing: -0.045em;
}

.pricing-card--featured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(247, 210, 116, 0.20), transparent 18rem),
    linear-gradient(180deg, #21382f 0%, #162e26 100%) !important;
  color: #ffffff;
  transform: translateY(-10px);
}

.pricing-card--featured .pricing-badge {
  background: #f7d274;
  color: #1f3f33;
}

.pricing-card--featured h2,
.pricing-card--featured .pricing-price {
  color: #ffffff !important;
}

.pricing-card--featured p,
.pricing-card--featured .pricing-list li {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pricing-list {
  display: grid;
  gap: 10px;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  padding-left: 28px;
  color: #405d4f;
  line-height: 1.45;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #eeb438, #f7d274);
}

.pricing-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.pricing-section--split {
  background:
    linear-gradient(90deg, rgba(255, 248, 233, 0.94), rgba(255, 248, 233, 0.76)),
    var(--pricing-bg-split) center/cover no-repeat;
  background-attachment: fixed;
}

.pricing-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.pricing-section h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
}

.pricing-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-proof-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(33, 56, 47, 0.10);
}

.pricing-proof-grid strong {
  color: #d88912;
  font-size: 2rem;
  line-height: 1;
}

.pricing-proof-grid span {
  color: #50695d;
  line-height: 1.45;
}

.pricing-compare__head {
  max-width: 860px;
  margin-bottom: 24px;
}

.pricing-compare__table {
  display: grid;
  border: 1px solid rgba(33, 56, 47, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 54px rgba(33, 56, 47, 0.08);
}

.pricing-compare__table > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 150px;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(33, 56, 47, 0.10);
}

.pricing-compare__table > div:last-child {
  border-bottom: 0;
}

.pricing-compare__table span {
  color: #274535;
  font-weight: 800;
}

.pricing-compare__table strong,
.pricing-compare__table em {
  justify-self: start;
  padding: 7px 10px;
  font-style: normal;
  font-weight: 900;
}

.pricing-compare__table strong {
  background: rgba(26, 90, 60, 0.10);
  color: #1a5a3c;
}

.pricing-compare__table em {
  background: rgba(216, 137, 18, 0.10);
  color: #b56a00;
}

.pricing-faq {
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.96), rgba(238, 247, 243, 0.96)),
    var(--pricing-bg-report) center/cover no-repeat;
}

.pricing-faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-faq article {
  padding: 20px;
  background: #fff8e9;
  border: 1px solid rgba(33, 56, 47, 0.10);
}

.pricing-faq h3 {
  margin: 0 0 10px;
  color: #1f3f33;
  font-size: 1.1rem;
}

.pricing-faq p {
  margin: 0;
  color: #5a7065;
  line-height: 1.5;
}

.pricing-final {
  padding: clamp(70px, 9vw, 118px) 0;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(22, 46, 38, 0.90), rgba(22, 46, 38, 0.62)),
    var(--pricing-bg-final) center/cover no-repeat;
  background-attachment: fixed;
}

.pricing-final .wrap {
  position: relative;
  z-index: 1;
}

.pricing-final h2 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.pricing-final p {
  margin: 16px auto 24px;
  color: rgba(255, 255, 255, 0.80);
}

@media (max-width: 1080px) {
  .pricing-hero__inner,
  .pricing-section__inner,
  .pricing-faq__inner {
    grid-template-columns: 1fr;
  }

  .pricing-proof-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card--featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .pricing-hero,
  .pricing-section--split,
  .pricing-final {
    background-attachment: scroll;
  }

  .pricing-hero {
    min-height: auto;
    padding: 62px 0;
  }

  .pricing-hero__ticket {
    min-height: 260px;
  }

  .pricing-grid--commercial {
    grid-template-columns: 1fr;
  }

  .pricing-compare__table > div {
    grid-template-columns: 1fr;
  }
}

.mobile-menu-panel {
  background:
    radial-gradient(circle at 20% 0%, rgba(238, 180, 56, 0.18), transparent 18rem),
    #fffaf0;
}

.pv-workspace {
  padding-top: 26px;
}

.pv-photo-hero {
  min-height: 420px;
  margin-bottom: 26px;
  background:
    radial-gradient(circle at 16% 18%, rgba(238, 180, 56, 0.28), transparent 30%),
    linear-gradient(135deg, #fff8e9 0%, #f4fbef 44%, #eef8f4 100%);
}

.pv-photo-hero__copy h1 {
  font-size: clamp(2.7rem, 5.6vw, 5.7rem);
}

.pv-map-panel {
  border: 1px solid rgba(33, 56, 47, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.82), rgba(255, 255, 255, 0.96) 34%),
    #ffffff;
}

.pv-map {
  border-color: rgba(33, 56, 47, 0.14);
}

.pv-map-top-card .pv-config-card--compact,
.pv-map-top-card .pv-status-card--compact {
  box-shadow: 0 28px 70px rgba(22, 46, 38, 0.16);
}

.pv-config-card__photo {
  height: 116px;
}

.pv-layer-toggle__button.is-active,
.pv-size-pills button.is-active,
.pv-size-pills button:hover,
.pv-size-pills button:focus-visible,
.pv-draw-tools .is-active {
  background: linear-gradient(135deg, #1f3f33, #3f7a5a);
  color: #ffffff;
}

@media (max-width: 980px) {
  :root {
    --hero-height: 500px;
  }

  .top-header__inner {
    min-height: 72px;
  }

  .logos img {
    height: 50px;
  }

  .pv-photo-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .pv-photo-hero__media {
    min-height: 280px;
  }

  .pv-photo-hero__main {
    inset: 24px 0 0 92px;
  }

  .home-photo-strip {
    grid-template-columns: 1fr;
  }

  .home-photo-strip__item,
  .home-photo-strip__item--large {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  :root {
    --hero-height: 520px;
  }

  .hero__content {
    justify-content: flex-end;
    padding-bottom: 70px;
  }

  .hero h1,
  .pv-hero__copy h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .hero__actions {
    width: 100%;
  }

  .hero__actions .btn-light {
    flex: 1 1 100%;
  }

  .pv-photo-hero {
    min-height: auto;
    padding: 22px 18px 18px;
  }

  .pv-photo-hero::before {
    inset: 10px;
  }

  .pv-photo-hero__copy h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .pv-photo-hero__copy p:last-child {
    font-size: 15px;
  }

  .pv-photo-hero__media {
    min-height: 230px;
  }

  .pv-photo-hero__main {
    inset: 28px 0 0 42px;
    min-height: 205px;
  }

  .pv-photo-hero__float {
    border-width: 7px;
  }

  .pv-photo-hero__float--top {
    width: 136px;
    height: 104px;
  }

  .pv-photo-hero__float--bottom {
    right: 4px;
    width: 154px;
    height: 94px;
  }

  .pv-map-top-card {
    width: auto;
  }
}

/* Fotovoltaico24 template reboot */
.top-header {
  background: rgba(255, 253, 246, 0.94);
  border-bottom: 1px solid rgba(26, 48, 37, 0.08);
  box-shadow: 0 18px 46px rgba(26, 48, 37, 0.09);
}

.top-header__inner {
  min-height: 82px;
}

.logos img {
  height: 62px;
}

.top-header .top-nav a,
.top-header .top-nav a:visited {
  min-height: 44px;
  padding: 0 0.95rem;
  color: #183227 !important;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.top-header .top-nav a:hover,
.top-header .top-nav a:focus-visible,
.top-header .top-nav a.is-active {
  background: #f2b93b;
  color: #183227 !important;
}

.private-area-btn,
.lang-select {
  border-color: rgba(24, 50, 39, 0.14);
  background: #ffffff;
}

.fvx-home {
  --fvx-ink: #183227;
  --fvx-green: #2f6b4f;
  --fvx-green-dark: #132b22;
  --fvx-gold: #f2b93b;
  --fvx-cream: #fff8e8;
  --fvx-paper: #ffffff;
  --fvx-muted: #65786e;
  overflow: hidden;
  color: var(--fvx-ink);
  background:
    radial-gradient(circle at 5% 0%, rgba(242, 185, 59, 0.18), transparent 26rem),
    linear-gradient(180deg, #fff8e8 0%, #fbfcf4 38%, #ffffff 100%);
}

.fvx-home img {
  display: block;
  max-width: 100%;
}

.fvx-kicker {
  margin: 0 0 16px;
  color: var(--fvx-green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fvx-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: clamp(48px, 7vw, 96px) 0 clamp(42px, 6vw, 74px);
}

.fvx-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(43vw, 620px);
  height: 100%;
  background: linear-gradient(180deg, #f2b93b, #e8a92c);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.92;
}

.fvx-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.fvx-hero__copy h1,
.fvx-section__copy h2,
.fvx-report-card h2,
.fvx-final-cta h2 {
  margin: 0;
  color: var(--fvx-ink);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.fvx-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: #52685e;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.fvx-hero__actions,
.fvx-final-cta__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.fvx-hero__actions {
  margin-top: 34px;
}

.fvx-home .btn {
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fvx-home .btn-primary {
  background: var(--fvx-gold);
  color: var(--fvx-ink);
  box-shadow: 0 18px 36px rgba(242, 185, 59, 0.26);
}

.fvx-home .btn-secondary {
  border: 1px solid rgba(24, 50, 39, 0.14);
  background: #ffffff;
  color: var(--fvx-ink);
}

.fvx-hero__visual {
  position: relative;
  min-height: 620px;
}

.fvx-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--fvx-green-dark);
  box-shadow: 0 28px 70px rgba(19, 43, 34, 0.22);
}

.fvx-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fvx-photo--main {
  inset: 24px 0 0 104px;
}

.fvx-photo--side {
  left: 0;
  bottom: 28px;
  width: 260px;
  height: 330px;
  border: 14px solid #fff8e8;
}

.fvx-floating-card {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: min(330px, 72%);
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(19, 43, 34, 0.18);
}

.fvx-floating-card span,
.fvx-report-mock span,
.fvx-value-grid span,
.fvx-intro-strip span,
.fvx-steps span {
  color: var(--fvx-green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fvx-floating-card strong {
  display: block;
  margin-top: 8px;
  color: var(--fvx-ink);
  font-size: 1.25rem;
  line-height: 1.12;
}

.fvx-intro-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -34px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(19, 43, 34, 0.10);
}

.fvx-intro-strip article {
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(24, 50, 39, 0.10);
}

.fvx-intro-strip article:last-child {
  border-right: 0;
}

.fvx-intro-strip strong,
.fvx-steps h3,
.fvx-value-grid h3 {
  display: block;
  margin: 12px 0 8px;
  color: var(--fvx-ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.06;
}

.fvx-intro-strip p,
.fvx-steps p,
.fvx-value-grid p,
.fvx-section__copy p,
.fvx-report-card p,
.fvx-final-cta p {
  margin: 0;
  color: var(--fvx-muted);
  line-height: 1.58;
}

.fvx-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.fvx-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.fvx-section__copy h2,
.fvx-report-card h2,
.fvx-final-cta h2 {
  font-size: clamp(2.7rem, 5.6vw, 5.6rem);
}

.fvx-section__copy p {
  max-width: 590px;
  margin-top: 24px;
  font-size: 1.06rem;
}

.fvx-steps {
  display: grid;
  gap: 16px;
}

.fvx-steps article {
  position: relative;
  padding: 28px 30px 28px 96px;
  background: #ffffff;
  border: 1px solid rgba(24, 50, 39, 0.10);
  box-shadow: 0 18px 44px rgba(19, 43, 34, 0.07);
}

.fvx-steps span {
  position: absolute;
  top: 28px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--fvx-gold);
  color: var(--fvx-ink);
}

.fvx-showcase {
  position: relative;
  display: grid;
  min-height: clamp(620px, 76vw, 820px);
  margin: 0 0 clamp(64px, 8vw, 112px);
  padding: clamp(54px, 8vw, 110px) max(1rem, calc((100vw - var(--wrap)) / 2 + 1rem));
  align-items: center;
  background:
    linear-gradient(90deg, rgba(19, 43, 34, 0.92), rgba(19, 43, 34, 0.72) 42%, rgba(19, 43, 34, 0.26)),
    radial-gradient(circle at 78% 20%, rgba(242, 185, 59, 0.28), transparent 20rem),
    var(--fvx-bg-report) center/cover no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  box-shadow: inset 0 -90px 120px rgba(255, 255, 255, 0.96);
}

.fvx-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.08), transparent 18%, transparent 72%, #ffffff 100%);
  pointer-events: none;
}

.fvx-report-card {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  display: grid;
  align-content: center;
  gap: 24px;
  padding: clamp(34px, 5vw, 62px);
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 185, 59, 0.28), transparent 18rem),
    linear-gradient(180deg, rgba(19, 43, 34, 0.94), rgba(19, 43, 34, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
}

.fvx-report-card .fvx-kicker,
.fvx-report-card h2 {
  color: #ffffff;
}

.fvx-report-card p {
  color: rgba(255, 255, 255, 0.76);
}

.fvx-report-mock {
  display: grid;
  gap: 10px;
}

.fvx-report-mock div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(242, 185, 59, 0.24);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
}

.fvx-report-mock strong {
  color: #ffffff;
}

.fvx-report-mock .is-blurred {
  filter: blur(5px);
  user-select: none;
}

.fvx-section--light {
  padding-top: 0;
}

.fvx-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(24, 50, 39, 0.10);
  border: 1px solid rgba(24, 50, 39, 0.10);
}

.fvx-value-grid article {
  min-height: 270px;
  padding: clamp(26px, 3vw, 42px);
  background: #ffffff;
}

.fvx-final-cta {
  padding: clamp(34px, 5vw, 58px) 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 185, 59, 0.18), transparent 20rem),
    linear-gradient(135deg, #fff8e8, #ffffff);
  border-top: 1px solid rgba(24, 50, 39, 0.08);
  border-bottom: 1px solid rgba(24, 50, 39, 0.08);
}

.fvx-final-cta__inner {
  justify-content: space-between;
  gap: 28px;
}

.fvx-final-cta h2,
.fvx-final-cta p,
.fvx-final-cta .fvx-kicker {
  color: var(--fvx-ink);
}

.fvx-final-cta p {
  max-width: 720px;
  margin-top: 18px;
  color: var(--fvx-muted);
}

.site-footer {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .fvx-hero__grid,
  .fvx-split,
  .fvx-showcase {
    grid-template-columns: 1fr;
  }

  .fvx-hero::before {
    width: 54vw;
  }

  .fvx-hero__visual {
    min-height: 520px;
  }

  .fvx-photo--main {
    inset: 0 0 0 82px;
  }

  .fvx-intro-strip,
  .fvx-value-grid {
    grid-template-columns: 1fr;
  }

  .fvx-intro-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 50, 39, 0.10);
  }

  .fvx-intro-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .top-header__inner {
    min-height: 70px;
  }

  .logos img {
    height: 48px;
  }

  .fvx-hero {
    min-height: auto;
    padding-top: 38px;
  }

  .fvx-hero::before {
    width: 100%;
    height: 38%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 100%);
  }

  .fvx-hero__copy h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .fvx-hero__lead {
    font-size: 1rem;
  }

  .fvx-hero__actions .btn,
  .fvx-final-cta .btn {
    width: 100%;
  }

  .fvx-hero__visual {
    min-height: 430px;
  }

  .fvx-photo--main {
    inset: 0 0 76px 42px;
  }

  .fvx-photo--side {
    width: 168px;
    height: 210px;
    border-width: 8px;
  }

  .fvx-floating-card {
    right: 0;
    bottom: 18px;
    width: min(310px, 82%);
    padding: 18px;
  }

  .fvx-intro-strip {
    margin-top: -12px;
  }

  .fvx-steps article {
    padding: 24px;
  }

  .fvx-steps span {
    position: static;
    margin-bottom: 14px;
  }

  .fvx-showcase {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .fvx-report-card {
    padding: 28px 22px;
  }

  .fvx-report-mock div {
    display: grid;
  }
}

/* Fotovoltaico24 commercial landing pass */
.top-header__inner {
  min-height: 68px;
}

.logos img {
  height: 46px;
}

.top-header .top-nav a,
.top-header .top-nav a:visited {
  min-height: 34px;
  padding: 0 0.62rem;
  font-size: 0.72rem;
  letter-spacing: 0.065em;
}

.header-right {
  gap: 0.7rem;
}

.private-area-btn {
  min-height: 34px;
  padding: 0 0.75rem;
  font-size: 0.72rem;
}

.fvx-home {
  background:
    radial-gradient(circle at 9% 0%, rgba(242, 185, 59, 0.18), transparent 22rem),
    linear-gradient(180deg, #fff8e8 0%, #fbfcf4 34%, #ffffff 100%);
}

.fvx-hero {
  min-height: auto;
  padding: clamp(46px, 7vw, 86px) 0 clamp(26px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(19, 43, 34, 0.90), rgba(19, 43, 34, 0.66) 48%, rgba(242, 185, 59, 0.18)),
    var(--fvx-bg-hero) center/cover no-repeat;
  background-attachment: fixed;
}

.fvx-hero::before {
  display: none;
}

.fvx-hero__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
}

.fvx-hero__copy h1 {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(3.2rem, 7.2vw, 7rem);
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.20);
}

.fvx-hero__lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
}

.fvx-hero .fvx-kicker {
  color: #f2b93b;
}

.fvx-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.fvx-hero__visual {
  min-height: 430px;
  padding: 26px;
  display: grid;
  align-content: end;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(19, 43, 34, 0.06), rgba(19, 43, 34, 0.74)),
    var(--fvx-bg-flow) center/cover no-repeat;
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.28);
}

.fvx-hero__screen,
.fvx-floating-card {
  position: static;
  width: auto;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.fvx-hero__screen span,
.fvx-floating-card span {
  color: #2f6b4f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fvx-hero__screen strong,
.fvx-floating-card strong {
  display: block;
  margin-top: 8px;
  color: #183227;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.1;
}

.fvx-intro-strip {
  margin-top: 0;
  transform: translateY(-10px);
  margin-bottom: clamp(26px, 4vw, 44px);
}

.fvx-intro-strip article {
  position: relative;
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.fvx-intro-strip article::after {
  content: "";
  position: absolute;
  left: clamp(24px, 3vw, 38px);
  right: clamp(24px, 3vw, 38px);
  bottom: 0;
  height: 4px;
  background: #f2b93b;
}

.fvx-intro-strip .fvx-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  background: #fff3cf;
  color: #183227;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
}

.fvx-intro-strip strong {
  margin: 0;
}

.fvx-intro-strip small {
  display: block;
  margin-top: 4px;
  color: #2f6b4f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fvx-section--split {
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0.96), rgba(255, 248, 232, 0.72) 46%, rgba(255, 248, 232, 0.34)),
    var(--fvx-bg-no-preventivi) center/cover no-repeat;
  background-attachment: fixed;
}

.fvx-final-cta {
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 185, 59, 0.18), transparent 20rem),
    linear-gradient(135deg, #fff8e8, #ffffff);
}

@media (max-width: 1100px) {
  .top-header .top-nav a,
  .top-header .top-nav a:visited {
    font-size: 0.68rem;
    padding: 0 0.46rem;
  }
}

@media (max-width: 900px) {
  .fvx-hero,
  .fvx-section--split,
  .fvx-showcase,
  .fvx-final-cta {
    background-attachment: scroll;
  }

  .fvx-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .top-header__inner {
    min-height: 64px;
  }

  .logos img {
    height: 42px;
  }

  .fvx-hero {
    min-height: auto;
    padding: 42px 0 22px;
  }

  .fvx-hero__copy h1 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .fvx-hero__visual {
    min-height: 330px;
    padding: 16px;
  }

  .fvx-intro-strip {
    transform: none;
    margin-top: 0;
  }

  .fvx-intro-strip article {
    min-height: auto;
  }
}

/* News demo polish */
.news-page {
  padding-bottom: clamp(54px, 7vw, 96px);
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 185, 59, 0.16), transparent 24rem),
    linear-gradient(180deg, #fff8e8 0%, #fbfcf4 38%, #ffffff 100%);
}

.news-page .breadcrumb-nav {
  margin-top: 0;
  padding-top: 18px;
}

.news-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: 24px;
  align-items: end;
  min-height: 360px;
  margin: 22px 0 28px;
  padding: clamp(30px, 5vw, 62px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(19, 43, 34, 0.92), rgba(19, 43, 34, 0.64)),
    url("/assets/public/img/photovoltaic/no-preventivi-bg.jpg") center/cover no-repeat;
  color: #ffffff;
  box-shadow: 0 28px 76px rgba(19, 43, 34, 0.18);
}

.news-hero .section-kicker,
.news-hero h1,
.news-hero p {
  color: #ffffff;
}

.news-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.news-hero__content p:last-child {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.news-hero__aside {
  justify-items: stretch;
}

.news-hero-stat {
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #183227;
}

.news-hero-stat strong {
  color: #183227;
  font-size: 3rem;
  line-height: 1;
}

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

.news-card--editorial {
  border: 0;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(19, 43, 34, 0.10);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card--editorial:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(19, 43, 34, 0.15);
}

.news-card--editorial .news-card__media {
  border: 0;
}

.news-card--editorial .news-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
}

.news-card--editorial .news-card__body {
  padding: 22px;
}

.news-card--editorial h2 {
  color: #183227;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.05;
}

.news-card--editorial .card-text {
  color: #65786e;
  line-height: 1.55;
}

.news-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.news-card__date {
  color: #7d8d84;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .news-grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-preview-sales__hero,
  .pv-preview-report-map {
    grid-template-columns: 1fr;
  }

  .pv-preview-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-preview-savings-teaser {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .pv-preview-free-grid,
  .pv-preview-premium-grid,
  .pv-preview-choice-grid,
  .pv-preview-buy {
    grid-template-columns: 1fr;
  }

  .pv-preview-sales {
    padding-block: 22px 42px;
  }

  .pv-preview-sales__hero h1 {
    font-size: clamp(2.15rem, 14vw, 3.5rem);
  }

  .pv-preview-hero-actions,
  .pv-preview-cta-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .pv-preview-cta,
  .pv-preview-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .pv-preview-hero-card {
    min-height: 300px;
    padding: 22px;
  }

  .pv-preview-buy__price,
  .pv-preview-buy > .btn {
    justify-self: stretch;
  }

  .pv-preview-screen-grid,
  .pv-preview-report-list,
  .pv-preview-savings-teaser__grid {
    grid-template-columns: 1fr;
  }

  .pv-preview-screen-card img {
    height: 165px;
  }

  .pv-preview-blurred-chart {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .pv-purchase-modal__panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 22px 16px;
  }

  .pv-purchase-summary,
  .pv-purchase-choice-grid {
    grid-template-columns: 1fr;
  }

  .pv-purchase-actions {
    justify-content: stretch;
  }

  .pv-purchase-actions .btn {
    width: 100%;
  }

  .news-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .news-grid--editorial {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    size: A4;
    margin: 14mm 12mm;
  }

  body:has(.pv-premium-page),
  body:has(.pv-report-page) {
    background: #ffffff !important;
    color: #17314b;
    min-width: 0 !important;
    overflow: visible !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body:has(.pv-premium-page) .top-header,
  body:has(.pv-premium-page) .site-header,
  body:has(.pv-premium-page) .site-footer,
  body:has(.pv-premium-page) .mobile-menu-panel,
  body:has(.pv-premium-page) .breadcrumb-nav,
  body:has(.pv-premium-page) .a11y-panel,
  body:has(.pv-premium-page) .pv-premium-docbar,
  body:has(.pv-premium-page) .pv-premium-footer-actions,
  body:has(.pv-premium-page) .pv-premium-print-button,
  body:has(.pv-premium-page) .pv-premium-index,
  body:has(.pv-premium-page) .leaflet-control-container,
  body:has(.pv-premium-page) #cookie-consent-banner,
  body:has(.pv-premium-page) #cookie-consent-modal,
  body:has(.pv-report-page) .top-header,
  body:has(.pv-report-page) .site-header,
  body:has(.pv-report-page) .site-footer,
  body:has(.pv-report-page) .mobile-menu-panel,
  body:has(.pv-report-page) .breadcrumb-nav,
  body:has(.pv-report-page) .a11y-panel,
  body:has(.pv-report-page) .pv-report-docbar,
  body:has(.pv-report-page) .pv-report-head__actions {
    display: none !important;
  }

  body:has(.pv-premium-page) .pv-print-page-header {
    display: none !important;
  }

  body:has(.pv-report-page) .pv-print-page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 22mm;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #17314b;
    z-index: 9999;
  }

  .pv-print-page-header img {
    width: 72mm;
    height: auto;
    display: block;
  }

  .pv-premium-page,
  .pv-report-page {
    width: 186mm !important;
    max-width: 186mm !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  .pv-premium-page {
    padding: 0 !important;
  }

  .pv-report-page {
    padding: 28mm 0 0 !important;
  }

  .pv-premium-shell,
  .pv-report-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 12px;
  }

  .pv-report-docbar,
  .pv-report-head,
  .pv-report-metrics div,
  .pv-report-page .panel,
  .pv-premium-docbar,
  .pv-premium-hero,
  .pv-premium-kpis article,
  .pv-premium-index,
  .pv-premium-card {
    box-shadow: none !important;
    border-color: #d7d7d7;
    background: #ffffff !important;
  }

  .pv-report-docbar,
  .pv-premium-docbar {
    display: none !important;
  }

  .pv-report-docbar__brand img,
  .pv-premium-docbar__brand img {
    width: 46mm;
    max-width: none;
  }

  .pv-report-docbar__brand,
  .pv-premium-docbar__brand {
    align-items: flex-start;
  }

  .pv-report-docbar__brand strong,
  .pv-premium-docbar__brand strong {
    font-size: 10pt;
  }

  .pv-premium-docbar__meta {
    align-items: flex-end;
  }

  .pv-report-head,
  .pv-premium-hero,
  .pv-premium-kpis,
  .pv-premium-index,
  .pv-premium-cover,
  .pv-premium-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-cover {
    min-height: 269mm;
    padding: 22mm 14mm 16mm;
    border: 0;
    box-shadow: none !important;
    break-after: page;
    page-break-after: always;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .pv-premium-cover__image {
    opacity: 0.28;
  }

  .pv-premium-cover__brand {
    display: flex;
    justify-content: center;
  }

  .pv-premium-cover__brand img {
    width: 78mm;
    max-width: none;
  }

  .pv-premium-cover__content {
    max-width: 145mm;
  }

  .pv-premium-cover__content h1 {
    font-size: 42pt;
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .pv-premium-cover__content p {
    font-size: 13pt;
  }

  .pv-premium-cover__facts {
    grid-template-columns: 1fr;
    gap: 6mm;
  }

  .pv-premium-cover__facts div {
    padding: 5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-hero {
    grid-template-columns: 1fr;
    padding: 0 0 8mm;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .pv-premium-hero h1 {
    font-size: 24pt;
    line-height: 1.15;
  }

  .pv-premium-opening-layout {
    grid-template-columns: 1fr;
    gap: 5mm;
    align-items: start;
    break-inside: auto;
    page-break-inside: auto;
  }

  .pv-premium-opening-side {
    gap: 3.5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-report-head {
    padding: 0 0 8mm;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .pv-report-head h1 {
    font-size: 22pt;
    line-height: 1.15;
  }

  .pv-report-grid {
    grid-template-columns: 1fr;
    gap: 8mm;
  }

  .pv-report-page .content-page-block {
    padding: 0;
    border: 0;
    border-top: 1px solid #d7d7d7;
    padding-top: 6mm;
  }

  .pv-report-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .pv-report-metrics div {
    padding: 8px 10px;
  }

  .pv-report-shadow-visual {
    min-height: 72mm;
    margin: 4mm 0 5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-score {
    padding: 10px 0 0;
    border: 0;
    background: #ffffff !important;
  }

  .pv-premium-badges span,
  .pv-premium-inline-badge,
  .pv-premium-index a {
    border-color: #d7d7d7 !important;
    background: #ffffff !important;
    color: #17314b !important;
  }

  .pv-premium-kpis {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .pv-premium-kpis--compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .pv-premium-kpis article {
    padding: 7px 8px;
  }

  .pv-premium-kpis span {
    font-size: 8pt;
  }

  .pv-premium-kpis strong {
    font-size: 13pt;
  }

  .pv-premium-grid {
    grid-template-columns: 1fr;
    gap: 10mm;
  }

  .pv-premium-print-section {
    break-before: page;
    page-break-before: always;
  }

  .pv-premium-card {
    padding: 0;
    border: 0;
    border-top: 1px solid #d7d7d7;
    padding-top: 6mm;
  }

  #pv-section-layout {
    gap: 4mm;
    break-inside: auto;
    page-break-inside: auto;
  }

  #pv-section-layout .pv-premium-card__head {
    display: grid;
    gap: 2mm;
  }

  #pv-section-layout .pv-premium-card__head h2 {
    font-size: 14pt;
    line-height: 1.12;
  }

  #pv-section-layout .pv-premium-hero__lead {
    max-width: none;
    font-size: 9pt;
    line-height: 1.32;
  }

  #pv-section-layout .pv-premium-opening-layout {
    display: block;
  }

  #pv-section-layout .pv-premium-visual--roof {
    display: grid;
    gap: 3mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  #pv-section-layout .pv-premium-map-pair {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3mm;
  }

  #pv-section-layout .pv-premium-map-card {
    gap: 1.5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  #pv-section-layout .pv-premium-map-card > span {
    padding: 1.5mm 2.5mm;
    font-size: 7.5pt;
  }

  #pv-section-layout .pv-premium-opening-side {
    gap: 2.5mm;
  }

  #pv-section-layout .pv-premium-score {
    gap: 1mm;
    padding: 0;
  }

  #pv-section-layout .pv-premium-score p,
  #pv-section-layout .pv-premium-score small {
    font-size: 8pt;
    line-height: 1.25;
  }

  #pv-section-layout .pv-premium-score strong {
    font-size: 17pt;
    line-height: 1.02;
  }

  #pv-section-layout .pv-premium-kpis--compact {
    gap: 2mm;
  }

  #pv-section-layout .pv-premium-kpis article {
    gap: 1mm;
    padding: 2mm;
  }

  #pv-section-layout .pv-premium-kpis span {
    font-size: 7pt;
  }

  #pv-section-layout .pv-premium-kpis strong {
    font-size: 10.5pt;
  }

  #pv-section-layout .pv-premium-opening-side .pv-premium-card__head {
    gap: 1mm;
  }

  #pv-section-layout .pv-premium-opening-side .pv-premium-card__head h3 {
    font-size: 11.5pt;
  }

  #pv-section-layout .pv-premium-opening-side .pv-premium-table {
    gap: 3px;
  }

  #pv-section-layout .pv-premium-opening-side .pv-premium-table div {
    padding-bottom: 3px;
    font-size: 9pt;
  }

  #pv-section-layout .pv-premium-opening-side .pv-premium-note {
    font-size: 8pt;
    line-height: 1.3;
  }

  .pv-premium-card--wide {
    grid-column: span 1;
  }

  .pv-premium-card__head h2 {
    font-size: 16pt;
  }

  .pv-premium-card--valued::before {
    opacity: 0.16;
  }

  #pv-section-sizing {
    break-before: page;
    page-break-before: always;
    break-inside: avoid;
    page-break-inside: avoid;
    gap: 4mm;
  }

  #pv-section-recommendation {
    gap: 4mm;
    break-before: page;
    page-break-before: always;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-recommendation-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3mm;
  }

  .pv-premium-recommendation-card {
    min-height: auto;
    padding: 4mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-recommendation-card strong {
    font-size: 20pt;
  }

  .pv-premium-recommendation-card p {
    font-size: 8.5pt;
    line-height: 1.35;
  }

  .pv-premium-size-table {
    min-width: 0;
    font-size: 9pt;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-size-table th,
  .pv-premium-size-table td {
    padding: 6px 8px;
  }

  .pv-premium-factor-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5mm;
  }

  .pv-premium-factor-grid div {
    padding: 3mm;
  }

  .pv-premium-panel-media {
    min-height: 112mm;
    break-inside: avoid;
    page-break-inside: avoid;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
      var(--panel-media-image) center/cover no-repeat,
      #fffdf8 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .pv-premium-panel-media img {
    height: 112mm;
    min-height: 0;
    object-fit: cover;
  }

  .pv-premium-module-box {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 4mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-module-box__shape {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0) 34%),
      repeating-linear-gradient(90deg, #1f4358 0 8px, #2f6f76 8px 16px) !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .pv-premium-map {
    height: 72mm;
    min-height: 0;
    border-color: #d7d7d7;
    overflow: hidden;
  }

  .pv-premium-chart {
    min-height: 94mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-bar-infographic {
    gap: 4mm;
    padding: 6mm;
    background: #fbf2ef !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-bar-infographic__intro h3 {
    font-size: 22pt;
  }

  .pv-premium-bar-legend {
    min-width: 42mm;
  }

  .pv-premium-bar-legend span {
    font-size: 8pt;
  }

  .pv-premium-bar-plot {
    min-height: 86mm;
    padding-left: 11mm;
  }

  .pv-premium-bar-groups {
    gap: 6mm;
    height: 86mm;
  }

  .pv-premium-bar-group__bars {
    gap: 2mm;
    min-height: 65mm;
  }

  .pv-premium-bar-item {
    grid-template-rows: 7mm 55mm 5mm 4mm;
    gap: 1.2mm;
  }

  .pv-premium-bar-item strong {
    font-size: 8pt;
  }

  .pv-premium-bar-item span,
  .pv-premium-bar-item small,
  .pv-premium-bar-group > p {
    font-size: 8pt;
  }

  .pv-premium-bar-item__track {
    height: 55mm;
  }

  .pv-premium-production-callouts {
    justify-content: center;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-chart-summary,
  .pv-premium-season-strip,
  .pv-premium-economics-grid,
  .pv-premium-projection-grid,
  .pv-premium-monthly-showcase {
    grid-template-columns: repeat(3, 1fr);
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-monthly-showcase {
    grid-template-columns: 1fr;
    gap: 6mm;
    padding-top: 8mm;
    break-before: page;
    page-break-before: always;
  }

  .pv-premium-monthly-visual {
    min-height: 46mm;
    align-content: center;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-monthly-visual::after {
    background: linear-gradient(90deg, rgba(23, 49, 75, 0.82) 0 54%, rgba(23, 49, 75, 0.28) 78%, rgba(23, 49, 75, 0.08) 100%);
  }

  .pv-premium-monthly-visual img {
    object-position: center center;
  }

  .pv-premium-monthly-visual figcaption {
    align-self: start;
    max-width: 118mm;
    padding: 8mm 9mm;
  }

  .pv-premium-monthly-visual strong {
    display: none;
  }

  #pv-section-conclusion {
    gap: 5mm;
    break-before: page;
    page-break-before: always;
  }

  #pv-section-economics {
    gap: 5mm;
    break-before: page;
    page-break-before: always;
  }

  #pv-section-shadow {
    gap: 5mm;
    break-before: page;
    page-break-before: always;
  }

  #pv-section-result-reading {
    gap: 5mm;
    break-before: page;
    page-break-before: always;
  }

  .pv-premium-conclusion-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-conclusion-visual {
    min-height: 105mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-conclusion-visual img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .pv-premium-shadow-visual,
  .pv-premium-result-reading-visual {
    min-height: 105mm;
    background: #17314b !important;
  }

  .pv-premium-conclusion-visual figcaption {
    left: 6mm;
    right: 6mm;
    bottom: 6mm;
  }

  .pv-premium-conclusion-visual strong {
    font-size: 18pt;
  }

  .pv-premium-economics-visual figcaption {
    top: 6mm;
    bottom: auto;
  }

  .pv-premium-economics-visual strong {
    max-width: 62mm;
    font-size: 12pt;
  }

  .pv-premium-conclusion-kpis {
    grid-template-columns: repeat(4, 1fr);
    gap: 3mm;
  }

  .pv-premium-conclusion-kpis div {
    padding: 3mm;
  }

  .pv-premium-conclusion-kpis span {
    font-size: 7.5pt;
  }

  .pv-premium-conclusion-kpis strong {
    font-size: 11pt;
  }

  .pv-premium-economics-kpis strong {
    font-size: 9.5pt;
  }

  .pv-premium-economics-grid div,
  .pv-premium-projection-grid div {
    min-height: auto;
    padding: 10px;
  }

  .pv-premium-monthly-table {
    min-width: 0;
    font-size: 9pt;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-monthly-table th,
  .pv-premium-monthly-table td {
    padding: 6px 8px;
  }

  .pv-premium-monthly-table thead {
    display: table-header-group;
  }

  .pv-premium-monthly-table tbody,
  .pv-premium-monthly-table tr,
  .pv-premium-monthly-table th,
  .pv-premium-monthly-table td,
  .pv-premium-size-table tbody,
  .pv-premium-size-table tr,
  .pv-premium-size-table th,
  .pv-premium-size-table td,
  .billing-table tbody,
  .billing-table tr,
  .billing-table th,
  .billing-table td {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-table div,
  .pv-premium-plan__meta div,
  .pv-report-metrics div,
  .pv-premium-map-summary div,
  .pv-premium-factor-grid div,
  .pv-premium-economics-grid div,
  .pv-premium-season-strip div,
  .pv-premium-chart-summary div {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-map-summary {
    gap: 3mm;
  }

  .pv-premium-map-summary div {
    padding: 2.5mm 3mm;
  }

  .pv-premium-map-summary span,
  .pv-premium-map-legend span {
    font-size: 8pt;
  }

  .pv-premium-map-summary strong {
    font-size: 12pt;
  }

  .pv-premium-map-legend {
    gap: 2mm;
  }

  .pv-premium-map-legend span {
    min-height: 7mm;
    padding: 0 3mm;
  }

  .pv-premium-opening-side .pv-premium-table {
    gap: 6px;
  }

  .pv-premium-opening-side .pv-premium-table div {
    padding-bottom: 5px;
  }

  .pv-premium-opening-side .pv-premium-card__head h3 {
    font-size: 13pt;
  }

  .pv-premium-opening-side .pv-premium-note,
  .pv-premium-visual__caption {
    font-size: 9pt;
    line-height: 1.35;
  }

  .pv-premium-opening-side--below {
    display: grid;
    grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
    gap: 5mm;
    align-items: start;
    margin-top: 5mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-opening-side--below .pv-premium-score,
  .pv-premium-opening-side--below .pv-premium-kpis,
  .pv-premium-opening-side--below .pv-premium-card__head,
  .pv-premium-opening-side--below .pv-premium-table,
  .pv-premium-opening-side--below .pv-premium-note {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pv-premium-opening-side--below .pv-premium-score,
  .pv-premium-opening-side--below .pv-premium-kpis {
    grid-column: 1;
  }

  .pv-premium-opening-side--below .pv-premium-card__head,
  .pv-premium-opening-side--below .pv-premium-table,
  .pv-premium-opening-side--below .pv-premium-note {
    grid-column: 2;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }
}
