

.quote-btn-large {
  min-height: 60px;
  padding-inline: 34px;
  font-size: 20px;
}



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

.quote-form {
  max-width: 720px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 8px;
  padding: 48px;
  box-shadow: var(--shadow);
}

.quote-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.quote-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}

.quote-form-grid input,
.quote-form-grid select,
.quote-form-grid textarea {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #cfd5de;
  background: transparent;
  outline: 0;
  font: inherit;
  color: var(--body);
  width: 100%;
}

.quote-form-grid textarea {
  resize: vertical;
}

.quote-form-full {
  grid-column: 1 / -1;
}

.quote-form-submit {
  margin-top: 36px;
  text-align: center;
}



.home-hero {
    min-height: 498px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--white);
    background: linear-gradient(rgba(104, 155, 211, 0.4), rgba(104, 155, 211, 0.4)), url(../images/raze-solar-Q8V1EEvnJgk-unsplash.jpg) center / cover;
}


.home-hero-content {
  width: min(980px, calc(100% - 36px));
  transform: translateY(-2px);
}



.about-hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}



.home-hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}



.section {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 70px 0;
}



.section h2,
.home-quote-section h2 {
  margin: 0 0 38px;
  color: var(--blue);
  text-align: center;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
}



.about-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}



.about-category-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
  background: #fff;
}



.about-category-grid svg {
  color: var(--blue);
  width: 30px;
  height: 30px;
}



.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}



.home-category-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
  background: #fff;
}



.home-category-grid svg {
  color: var(--blue);
  width: 30px;
  height: 30px;
}





p {
  color: var(--muted);
  line-height: 1.45;
}



.about-category-grid p {
  margin: 0 auto;
  max-width: 280px;
  font-size: 12px;
}



.home-category-grid p {
  margin: 0 auto;
  max-width: 280px;
  font-size: 12px;
}



.bloglist-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}



.bloglist-provider-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow);
}



.bloglist-provider-card img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  filter: brightness(0.5);
}



.bloglist-provider-card div:not(.bloglist-card-actions) {
  padding: 14px 18px;
}



.bloglist-provider-card h3 {
  margin: 0 0 4px;
}



.bloglist-provider-card p {
  margin: 0;
  font-size: 13px;
  color: #222;
}



.bloglist-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.bloglist-card-actions a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.bloglist-card-actions a:hover {
  text-decoration: none;
}



.home-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}



.home-provider-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow);
}



.home-provider-card img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  filter: brightness(0.5);
}



.home-provider-card div:not(.home-card-actions) {
  padding: 14px 18px;
}



.home-provider-card h3 {
  margin: 0 0 4px;
}



.home-provider-card p {
  margin: 0;
  font-size: 13px;
  color: #222;
}



.home-card-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid var(--line);
  align-items: center;
}



.home-card-actions button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--blue);
  background: var(--white);
  color: var(--blue);
  justify-content: center;
}



.home-stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 62px clamp(28px, 7vw, 96px);
  background: linear-gradient(90deg, #E2EDFF 0%, #A2C5FF 46%, #E2EDFF 100%);
}



.home-stats-band div {
  display: grid;
  gap: 10px;
  align-content: start;
}



.home-stats-band svg {
  width: 46px;
  height: 48px;
  border-radius: 6px;
  color: var(--blue);
  background: var(--white);
}



.home-stats-band strong {
  font-size: 26px;
  color: #071833;
}



.home-stats-band span {
  font-size: 13px;
  color: #1f2d45;
}



.home-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}



.home-image-pair {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}



.home-image-pair img {
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 8px;
}



.home-benefit-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}



.home-benefit-list article:last-child {
  border-bottom: 0;
}



.home-benefit-list svg {
  color: var(--blue);
  width: 28px;
  height: 28px;
}



.home-benefit-list h3,
.home-benefit-list p {
  margin: 0;
}



.home-benefit-list h3 {
  color: var(--blue);
}



.home-benefit-list p {
  font-size: 14px;
  color: #263248;
}



.home-saving-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}



.home-saving-grid article {
  padding: 34px;
  border-radius: 6px;
  background: linear-gradient(90deg, #E2EDFF 0%, #FFFFFF 46%, #E2EDFF 100%);
}



.home-saving-grid h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 28px;
}



.home-saving-grid span {
  display: block;
  color: #6c7280;
  margin-top: 12px;
}



.home-saving-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 22px;
}



.home-saving-grid p {
  padding: 16px;
  border: 1px solid #74a8ff;
  border-radius: 8px;
  color: var(--blue);
  font-size: 17px;
  background: rgb(255 255 255 / 50%);
}



.home-saving-grid b {
  display: block;
  margin-top: 6px;
  font-size: 24px;
}



.home-quote-section {
  width: min(900px, calc(100% - 34px));
  margin: 0 auto;
  padding: 42px 0 90px;
  text-align: center;
}



.home-quote-section h2 {
  margin-bottom: 12px;
}



.home-quote-section p {
  margin: 0 auto 26px;
  color: var(--blue);
  font-size: 24px;
}




.about-content-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 46%);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}



.about-content-split h2 {
  text-align: left;
}



.about-content-split p {
  font-size: 17px;
}



.about-content-image {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}



.about-content-actions {
  justify-content: flex-start;
  margin-top: 28px;
}



.about-content-band {
  background: var(--soft);
}




.about-stats {
  grid-template-columns: repeat(4, 1fr);
}



.contact-page {
  background: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 60px;
}



.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 30px;
}



.contact-info,
.contact-form {
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}



.contact-info {
  padding: 30px;
}



.contact-info h2 {
  text-align: left;
}



.contact-detail {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
}



.contact-detail h3,
.contact-detail p {
  margin: 0;
}



.contact-detail h3 {
  color: var(--blue);
}



.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 100%;
  margin-top: 7px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #cfd5de;
  color: var(--muted);
  outline: 0;
  background: transparent;
}



.contact-form textarea {
  resize: vertical;
}



.providers-listing-page {
  padding: 100px 0 60px;
  background: #f2f2f2;
}

.providers-inner {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}



.providers-filters-column {
  align-self: start;
  display: grid;
  gap: 24px;
}

.providers-filters-column .ad-slot {
  width: 360px;
  height: 500px;
  margin: 0 auto;
}

.product-card h2 a,
.product-card .product-head p a {
  color: inherit;
  text-decoration: none;
}

.product-card h2 a:hover,
.product-card .product-head p a:hover {
  text-decoration: none;
}


.product-card .product-head p a {
  display: flex;
  align-items: center;
}



.providers-filters {
  width: 360px;
  margin: 0 auto;
  padding: 24px 26px 30px;
  border-radius: 20px;
  background: var(--white);
  border: 2px solid #0450cf;
}



.contact-filters {
  padding: 24px 26px 30px;
  border-radius: 8px;
  background: var(--white);
}



.providers-filters h2 {
  margin: 0 0 26px;
  color: var(--blue);
  text-decoration: underline;
  font-size: 18px;
}



.contact-filters h2 {
  margin: 0 0 26px;
  color: var(--blue);
  text-decoration: underline;
  font-size: 18px;
}



.providers-filters label,
.providers-filters legend {
  display: block;
  margin-bottom: 12px;
  color: #3f4657;
  font-size: 17px;
}



.contact-filters label,
.contact-filters legend {
  display: block;
  margin-bottom: 12px;
  color: #3f4657;
  font-size: 17px;
}



.providers-filters input[type="search"],
.providers-filters select {
  width: 100%;
  margin-top: 7px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #cfd5de;
  color: var(--muted);
  outline: 0;
  background: transparent;
}



.contact-filters input[type="search"],
.contact-filters select {
  width: 100%;
  margin-top: 7px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #cfd5de;
  color: var(--muted);
  outline: 0;
  background: transparent;
}



.providers-filters fieldset {
  margin: 22px 0;
  padding: 0;
  border: 0;
}



.contact-filters fieldset {
  margin: 22px 0;
  padding: 0;
  border: 0;
}



.providers-filters fieldset label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: 15px;
}



.contact-filters fieldset label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: 15px;
}



.providers-filters input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--blue);
}



.contact-filters input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--blue);
}



.providers-filters input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
}



.contact-filters input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
}



.providers-search-btn {
  width: 100%;
  margin-top: 14px;
}



.contact-search-btn {
  width: 100%;
  margin-top: 14px;
}



.providers-reset-btn {
  width: 100%;
  margin-top: 16px;
  border: 0;
  background: transparent;
  color: #9aa2b0;
  cursor: pointer;
}



.providers-reset-btn svg {
  width: 20px;
  color: var(--blue);
  vertical-align: middle;
}


.providers-product-list {
  display: grid;
  gap: 24px;
}


.providers-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 36px;
}

.providers-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dde1ea;
  border-radius: 8px;
  background: #fff;
  color: #4e5565;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.providers-page-btn:hover:not(:disabled):not(.active) {
  border-color: var(--blue);
  color: var(--blue);
}

.providers-page-btn.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.providers-page-btn:disabled {
  opacity: .4;
  cursor: default;
}

.providers-page-ellipsis {
  color: #9aa0ae;
  padding: 0 4px;
  line-height: 40px;
}


.product-card {
  display: grid;
  grid-template-columns: minmax(300px, 45%) minmax(0, 1fr);
  gap: 30px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
}



.product-image {
  position: relative;
  overflow: hidden;
}



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



.badge {
  position: absolute;
  top: 20px;
  left: 22px;
  padding: 8px 14px;
  border-radius: 4px;
  color: var(--blue);
  background: var(--white);
  font-size: 11px;
  font-weight: 800;
}



.product-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--blue);
}



.product-head h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
}



.product-head p {
  margin: 4px 0 0;
  color: var(--blue);
  align-items: center;
  display: flex;
  gap: 5px;
}



.product-price {
  white-space: nowrap;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}



.specs {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
}



.specs td {
  padding: 8px 0;
}



.specs tr {
  border-bottom: 1px solid var(--line) !important;
}



.specs td:last-child {
  text-align: right;
  color: #4c5565;
}



.product-actions {
  display: flex;
  justify-content: flex-end;
}






.quote-btn {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
  text-decoration: none;
}



.empty-state {
  padding: 48px;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  color: var(--muted);
}

@media (max-width: 1199px) {


  .about-category-grid,
  .bloglist-provider-grid,
  .home-category-grid,
  .home-provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .about-content-split,
  .contact-grid {
    grid-template-columns: 1fr;
  }


  .providers-inner {
    grid-template-columns: 300px 1fr;
  }


  .product-card {
    grid-template-columns: 1fr;
  }


  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {


  .home-hero {
    min-height: 540px;
  }


  .about-hero-actions .btn {
    width: 100%;
  }


  .home-hero-actions .btn {
    width: 100%;
  }


  .event-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    opacity: 0.95;
    justify-content: center !important;
  }


  .about-category-grid,
  .bloglist-provider-grid,
  .home-category-grid,
  .home-provider-grid,
  .home-stats-band,
  .home-why-grid,
  .home-saving-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .providers-inner {
    grid-template-columns: 1fr;
  }

  .providers-listing-page {
    padding: 40px 0 32px;
  }


  .about-content-actions .btn {
    width: 100%;
  }


  .about-stats {
    grid-template-columns: 1fr;
    display: grid;
  }


  .home-stats-band {
    padding: 34px 22px;
    display: flex;
  }


  .home-stats-band strong {
    font-size: 14px !important;
  }


  .home-stats-band span {
    font-size: 10px;
  }


  .home-stats-band div {
    display: grid;
    gap: 6px;
    justify-content: center;
    text-align: center;
  }


  .home-stats-band svg {
    width: -webkit-fill-available !important;
  }


  .home-stats-band {
    gap: 12px !important;
  }


  .section {
    padding: 38px 20px;
  }


  .flex-center-col {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
  }


  .home-image-pair {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}



.providers-filters {
  position: static;
}



.contact-filters {
  position: static;
}





.product-card {
  padding: 16px;
  gap: 18px;
}



.product-head {
  display: block;
}



.product-price {
  margin-top: 10px;
}



.specs td {
  display: block;
  text-align: left !important;
}



.specs td:first-child {
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--muted);
}



.quote-btn {
  width: max-content;
  margin-left: 0;
}






/* Product company profile page */
.product-company-page {
  --pcp-blue: #0758d6;
  --pcp-blue-dark: #0448b6;
  --pcp-ink: #222533;
  --pcp-muted: #677086;
  --pcp-line: #e0e1e6;
  --pcp-soft: #f2f2f3;
  --pcp-white: #fff;
  --pcp-radius: 6px;
  --pcp-shadow: 0 2px 10px rgba(25, 35, 58, .08);
  margin: 0;
  font-family: "Glacial Indifference", sans-serif;
  color: var(--pcp-ink);
  background: var(--pcp-white);
}



.product-company-page *,
.product-company-page *::before,
.product-company-page *::after {
  box-sizing: border-box;
}



.product-company-page a {
  color: inherit;
  text-decoration: none;
}



.product-company-page button,
.product-company-page input {
  font: inherit;
}



.product-company-page img {
  display: block;
  max-width: 100%;
}



.product-company-page .sa-container {
  width: min(1180px, calc(100% - 34px));
  margin-inline: auto;
  padding: 0;
}



.product-company-page .sa-header {
  height: 146px;
  background: #fff;
  border-bottom: 1px solid #e9e9ed;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}



.product-company-page .sa-header__inner {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 38px;
}



.product-company-page .sa-brand {
  display: inline-grid;
  justify-items: center;
  align-content: center;
  width: 92px;
  line-height: 1;
  color: var(--pcp-blue);
  font-weight: 800;
}



.product-company-page .sa-brand__mark {
  width: 72px;
  height: 44px;
  display: block;
}



.product-company-page .sa-brand__mark svg {
  width: 100%;
  height: 100%;
}



.product-company-page .sa-brand__name {
  font-size: 15px;
  margin-top: -3px;
}



.product-company-page .sa-brand__sub {
  font-size: 8px;
  color: #f28c20;
  letter-spacing: .02em;
}



.product-company-page .sa-nav {
  display: flex;
  justify-content: center;
  gap: clamp(42px, 6vw, 82px);
  color: #3b3c42;
  font-size: 15px;
}



.product-company-page .sa-nav a {
  position: relative;
  padding: 17px 0;
}



.product-company-page .sa-nav a.profile-is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  background: var(--blue);
}



.product-company-page .sa-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}



.product-company-page .sa-currency {
  border: 0;
  background: transparent;
  color: var(--pcp-blue);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  cursor: pointer;
}



.product-company-page .sa-flag {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    linear-gradient(#fff 0 12%, #d92732 12% 24%, #fff 24% 36%, #d92732 36% 48%, #fff 48% 60%, #d92732 60% 72%, #fff 72% 84%, #d92732 84% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
  position: relative;
}



.product-company-page .sa-flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 14px;
  border-radius: 50% 0 3px 0;
  background: #1e58a8;
}



.product-company-page .profile-sa-button {
  min-height: 50px;
  border-radius: 4px;
  border: 1px solid var(--pcp-blue);
  background: var(--blue);
  color: #fff;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  cursor: pointer;
}



.product-company-page .profile-sa-button--ghost {
  background: #fff;
  color: var(--pcp-blue);
}



.product-company-page .sa-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--pcp-line);
  background: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}



.product-company-page .sa-menu span {
  width: 22px;
  height: 2px;
  background: var(--blue);
}



.product-company-page .product-hero {
  background: var(--blue);
  color: #fff;
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
}



.product-company-page .product-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
}



.product-company-page .product-hero p {
  margin: 0 auto;
  max-width: 790px;
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.35;
}


.events-section {
  padding: 100px 0 60px;
}



.product-company-page .profile-area {
  background: var(--pcp-soft);
  padding: 100px 0 60px;
}



.product-company-page .top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}



.product-company-page .panel {
  background: #fff;
  border: 1px solid var(--pcp-line);
  border-radius: var(--pcp-radius);
  box-shadow: var(--pcp-shadow);
}



.product-company-page .panel h2 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}



.product-company-page .gallery-panel {
  padding: 20px;
}



.product-company-page .gallery-main {
  width: 100%;
  height: 410px;
  margin-top: 16px;
  object-fit: cover;
}



.product-company-page .profile-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(100%, 650px);
  margin: 12px auto 0;
}



.product-company-page .profile-gallery-thumbs button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}



.product-company-page .profile-gallery-thumbs img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 3px;
}



.product-company-page .profile-gallery-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}



.product-company-page .profile-gallery-controls button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f3;
  color: #7b7f88;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}



.product-company-page .ad-slot {
  width: 360px;
  max-width: 100%;
  height: 500px;
  display: grid;
  place-items: center;
  border: 1px dashed #aeb6c4;
  border-radius: 9px;
  background: #f5f7fb;
  color: #667085;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}



.product-company-page .profile-tabs {
  margin-top: 0;
  min-height: 33px;
  background: #fff;
  display: flex;
  align-items: stretch;
  border: 1px solid #ededed;
}



.product-company-page .profile-tabs button {
  min-width: 164px;
  padding: 0 24px;
  border: 0;
  background: #fff;
  color: #171a22;
  font-weight: 800;
  cursor: pointer;
}



.product-company-page .profile-tabs button[data-tab="stories"] {
  min-width: 300px;
}



.product-company-page .profile-tabs button.profile-is-active {
  background: var(--blue);
  color: #fff;
}



.product-company-page .profile-grid {
  display: grid;
  grid-template-columns: 1fr 630px;
  gap: 56px;
  margin-top: 34px;
  align-items: start;
}



.product-company-page .profile-grid.is-wide-tab {
  grid-template-columns: 1fr;
  gap: 0;
}



.product-company-page .profile-grid.is-wide-tab .profile-location-panel {
  display: none;
}



.product-company-page .profile-grid.is-stories-tab {
  direction: rtl;
}



.product-company-page .profile-grid.is-stories-tab>* {
  direction: ltr;
}



.product-company-page .profile-company-card,
.product-company-page .profile-stories-card {
  padding-top: 40px;
}



.product-company-page .profile-company-card h2 {
  color: var(--pcp-blue);
  font-size: 26px;
  margin: 0 0 26px;
}



.product-company-page .profile-company-card p {
  color: var(--pcp-muted);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}



.product-company-page .profile-company-card svg {
  color: var(--pcp-blue);
  flex: 0 0 auto;
}



.product-company-page .profile-quote-link {
  min-height: 34px;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  margin: 5px 0 25px;
  font-weight: 700;
  font-size: 14px;
}



.product-company-page .profile-social-row {
  display: flex;
  gap: 22px;
}



.product-company-page .profile-social-row a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--pcp-blue);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 23px;
}



.product-company-page .profile-location-panel {
  padding: 22px 18px 18px;
}



.product-company-page .profile-map-wrap {
  height: 258px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
  background: #edf0f2;
}



.product-company-page .profile-map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: .42;
}



.product-company-page .profile-map-marker {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}



.product-company-page .profile-map-control {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}



.product-company-page .profile-map-control.plus {
  top: 12px;
}



.product-company-page .profile-map-control.minus {
  top: 41px;
}



.product-company-page .profile-map-control.expand {
  top: 86px;
}



.product-company-page .profile-map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}



.product-company-page .profile-map-footer p {
  margin: 0;
  color: #4d5463;
  font-size: 13px;
}



.product-company-page .profile-map-footer .profile-sa-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: 18px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}



.product-company-page .profile-is-hidden {
  display: none;
}



.product-company-page .profile-product-info-card {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}



.product-company-page .profile-spec-table-wrap {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #dcdfe6;
}



.product-company-page .table-scrollbar {
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: #d9e2f1;
  overflow: hidden;
}



.product-company-page .table-scrollbar span {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}



.product-company-page .profile-spec-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #fff;
  color: #272b36;
  font-size: 17px;
}



.product-company-page .profile-spec-table th,
.product-company-page .profile-spec-table td {
  height: 52px;
  border-bottom: 1px solid #dcdfe6;
  padding: 0 14px;
  text-align: left;
  font-weight: 400;
}



.product-company-page .profile-spec-table td:first-child {
  width: 285px;
  left: 0;
  z-index: 1;
  background: #fff;
}



.product-company-page .profile-spec-table .profile-section-row th {
  height: 50px;
  font-size: 18px;
  font-weight: 800;
  color: #282b35;
  background: #fff;
}



.product-company-page .profile-spec-table tbody tr:first-child th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
}



.product-company-page .profile-spec-table .profile-center {
  text-align: center;
}



.product-company-page .profile-stories-card h2 {
  color: var(--pcp-blue);
  font-size: 36px;
}



.product-company-page .profile-stories-card h3 {
  font-size: 20px;
}



.product-company-page .profile-stories-card p {
  margin: 0;
  color: var(--pcp-muted);
  font-size: 17px;
  line-height: 1.2;
}



.product-company-page .sa-footer {
  background: #fff;
  border-top: 1px solid #e1e3e8;
  padding: 27px 0 62px;
}



.product-company-page .footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .6fr 1.05fr 1.35fr;
  gap: 58px;
  align-items: start;
}



.product-company-page .footer-brand {
  margin-bottom: 13px;
}



.product-company-page .sa-footer h3 {
  margin: 0 0 18px;
  font-size: 16px;
}



.product-company-page .sa-footer p,
.product-company-page .sa-footer a {
  color: #596176;
  font-size: 15px;
  line-height: 1.45;
}



.product-company-page .sa-footer p {
  margin: 0 0 12px;
}



.product-company-page .sa-footer>.sa-container>div:first-child p {
  max-width: 310px;
  font-size: 17px;
  color: #1f2940;
}



.product-company-page .sa-footer div:not(:first-child)>a {
  display: block;
  margin-bottom: 13px;
}



.product-company-page .social-title {
  margin-top: 46px !important;
}



.product-company-page .profile-social-row--small {
  gap: 15px;
}



.product-company-page .profile-social-row--small a {
  width: 28px;
  height: 28px;
  font-size: 15px;
  background: #f5f6f8;
}



.product-company-page .newsletter-title {
  margin-top: 46px !important;
}



.product-company-page .newsletter {
  height: 45px;
  border-bottom: 1px solid #bcc1ca;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pcp-blue);
}



/* ── NEW PROFILE LAYOUT ──────────────────────────────────────── */

.product-company-page .profile-hero-new {
  background: linear-gradient(rgba(7, 91, 216, .72), rgba(7, 91, 216, .72)), url("../images/solar-farm.jpg") 50% 67%/cover;
  min-height: 340px;
  display: grid;
  align-items: center;
  padding: 40px 0;
}

.product-company-page .profile-hero-new__inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.product-company-page .profile-vendor-logo {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  color: #0250CE;
}

.product-company-page .profile-hero-new__info {
  flex: 1;
  min-width: 0;
}

.product-company-page .profile-hero-new__info h1 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 6px;
}

.product-company-page .profile-hero-new__info p {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.product-company-page .profile-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.product-company-page .profile-hero-badge {
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.product-company-page .profile-hero-badge--verified {
  background: rgba(52,211,153,.25);
  color: #6ee7b7;
}

.product-company-page .profile-hero-new__cta {
  flex-shrink: 0;
}

.product-company-page .profile-hero-new__cta .profile-sa-button {
  background: #fff;
  color: #0250CE;
  font-size: 15px;
  padding: 14px 28px;
  min-height: auto;
}

.product-company-page .profile-body-section {
  background: var(--pcp-soft);
  padding: 100px 0 60px;
}

.product-company-page .profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.product-company-page .profile-content-card {
  background: #fff;
  border: 1px solid var(--pcp-line);
  border-radius: var(--pcp-radius);
  box-shadow: var(--pcp-shadow);
  padding: 24px;
  margin-bottom: 20px;
}

.product-company-page .profile-content-card h3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--pcp-ink);
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
}

.product-company-page .profile-about-card p {
  color: var(--pcp-muted);
  line-height: 1.75;
  margin: 0 0 24px;
  font-size: 15px;
}

.product-company-page .profile-key-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.product-company-page .profile-key-fact {
  background: var(--pcp-soft);
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
}

.product-company-page .profile-key-fact__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #999;
  margin-bottom: 4px;
}

.product-company-page .profile-key-fact__value {
  font-size: 18px;
  font-weight: 700;
  color: var(--pcp-ink);
}

.product-company-page .profile-sidebar-card {
  background: #fff;
  border: 1px solid var(--pcp-line);
  border-radius: var(--pcp-radius);
  box-shadow: var(--pcp-shadow);
  padding: 20px;
  margin-bottom: 16px;
}

.product-company-page .profile-sidebar-heading {
  font-weight: 700;
  color: var(--pcp-ink);
  margin: 0 0 14px;
}

.product-company-page .profile-sidebar-sub {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin: 8px 0 0;
}

.product-company-page .profile-sidebar-card .profile-sa-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.product-company-page .profile-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--pcp-line);
  font-size: 13px;
  color: var(--pcp-muted);
  line-height: 1.4;
}

.product-company-page .profile-contact-row:last-of-type {
  border-bottom: 0;
}

.product-company-page .profile-contact-row svg {
  flex-shrink: 0;
  color: var(--pcp-blue);
  margin-top: 1px;
}

.product-company-page .profile-sidebar-card .social {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.product-company-page .profile-sidebar-card .social svg {
  width: 36px;
  height: 36px;
}

.product-company-page .profile-sidebar-card .profile-map-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-company-page .profile-sidebar-card .profile-map-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-company-page .profile-sidebar-card .profile-map-footer p {
  font-size: 12px;
  color: var(--pcp-muted);
  margin: 0;
}

.product-company-page .profile-sidebar-col .ad-slot {
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
}

.product-company-page .profile-accordion {
  border-top: 1px solid var(--pcp-line);
  margin-top: 20px;
}

.product-company-page .profile-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--pcp-ink);
  cursor: pointer;
  margin: 0;
  line-height: 1.3;
}

.product-company-page .profile-accordion-toggle::after {
  content: '+';
  font-size: 30px;
  font-weight: 400;
  color: var(--pcp-blue);
  line-height: 1;
  flex-shrink: 0;
}

.product-company-page .profile-accordion.is-open .profile-accordion-toggle::after {
  content: '−';
}

.product-company-page .profile-accordion-body {
  max-height: 0;
  overflow: hidden;
  overflow-x: auto;
  transition: max-height 0.4s ease;
}

.product-company-page .profile-accordion.is-open .profile-accordion-body {
  max-height: 2000px;
  padding-bottom: 20px;
}

@media (max-width: 1100px) {

  .product-company-page .sa-container {
    width: min(100% - 44px, 1180px);
  }


  .product-company-page .sa-header {
    height: auto;
    min-height: 94px;
  }


  .product-company-page .sa-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 18px 0;
  }


  .product-company-page .sa-menu {
    display: inline-flex;
  }


  .product-company-page .sa-nav,
  .product-company-page .sa-actions {
    grid-column: 1 / -1;
    display: none;
  }


  .product-company-page .sa-header.is-open .sa-nav,
  .product-company-page .sa-header.is-open .sa-actions {
    display: flex;
  }


  .product-company-page .sa-header.is-open .sa-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }


  .product-company-page .sa-header.is-open .sa-actions {
    flex-wrap: wrap;
  }


  .product-company-page .top-grid,
  .product-company-page .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .product-company-page .ad-slot {
    width: 100%;
    height: 320px;
  }


  .product-company-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {

  .product-company-page .sa-container {
    width: min(100% - 30px, 1180px);
  }


  .product-company-page .product-hero {
    min-height: 300px;
  }


  .product-company-page .profile-area {
    padding: 42px 0 52px;
  }


  .product-company-page .gallery-panel {
    padding: 14px;
  }


  .product-company-page .gallery-main {
    height: 260px;
  }


  .product-company-page .profile-gallery-thumbs {
    gap: 7px;
  }


  .product-company-page .profile-gallery-thumbs img {
    height: 74px;
  }


  .product-company-page .profile-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }


  .product-company-page .profile-tabs button {
    min-width: 0;
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }


  .product-company-page .profile-tabs button[data-tab="stories"] {
    min-width: 0;
  }


  .product-company-page .profile-spec-table {
    font-size: 14px;
    min-width: 760px;
  }


  .product-company-page .profile-spec-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }


  .product-company-page .profile-spec-table .profile-section-row th {
    font-size: 18px;
  }


  .product-company-page .profile-spec-table th,
  .product-company-page .profile-spec-table td {
    height: 46px;
    padding: 0 10px;
    white-space: nowrap;
  }


  .product-company-page .profile-spec-table td:first-child {
    width: 190px;
    min-width: 190px;
    white-space: normal;
  }


  .product-company-page .profile-company-card,
  .product-company-page .profile-stories-card {
    padding-top: 16px;
  }


  .product-company-page .profile-company-card h2 {
    font-size: 22px;
  }


  .product-company-page .profile-company-card p {
    align-items: flex-start;
    font-size: 15px;
  }


  .product-company-page .profile-map-footer {
    flex-direction: column;
    align-items: flex-start;
  }


  .product-company-page .profile-map-footer .profile-sa-button {
    width: 100%;
  }


  .product-company-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }


  .product-company-page .profile-sa-button {
    min-height: 44px;
    padding-inline: 18px;
  }

  /* New profile layout mobile overrides */
  .product-company-page .profile-body-section {
    padding: 40px 0 40px;
  }

  .product-company-page .profile-layout {
    grid-template-columns: 1fr;
  }

  .product-company-page .profile-hero-new {
    padding: 28px 0;
  }

  .product-company-page .profile-hero-new__inner {
    flex-direction: column;
    gap: 16px;
  }

  .product-company-page .profile-hero-new__cta {
    width: 100%;
  }

  .product-company-page .profile-hero-new__cta .profile-sa-button {
    width: 100%;
    justify-content: center;
  }

  .product-company-page .profile-hero-new__info h1 {
    font-size: 20px;
  }

  .product-company-page .profile-key-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {

  .product-company-page .profile-grid.is-wide-tab {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }


  .product-company-page .profile-product-info-card {
    max-width: 100%;
  }


  .product-company-page .profile-spec-table-wrap {
    max-width: 100%;
  }


  .product-company-page .profile-spec-table {
    min-width: 680px;
    font-size: 13px;
  }


  .product-company-page .profile-spec-table td:first-child {
    width: 160px;
    min-width: 160px;
  }
}



.line-height-1 {
  line-height: 1;
}



.event-bottom p {
  color: #0450cf !important;
}



.fixed-icon-admin {
  position: absolute;
  right: -4px;
  top: 80px;
}



.flex-no-gap {
  display: flex;
  gap: 0 !important;
}



.bg-white {
  background-color: white !important;
}



.blog-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 70px 0;
}

.blog-article__body {
  padding: 20px 40px;
}



.rounded {
  border-radius: 6px;
}



.blog-sidebar-recent {
  padding: 20px 20px;
  background-color: white;
}



.no-padding {
  padding: 0 !important;
}



.add-new-item-btn {
  padding: 10px 15px;
  background-color: #0250CE;
  border-radius: 8px;
}



.add-new-item-btn p {
  margin: 0;
  color: white !important;
}



.select-file {
  margin: 0;
  max-width: 202px !important;
}



.upload {
  width: -webkit-fill-available;
}



.align-center {
  align-items: center !important;
}



.quote-text-center {
  text-align: center !important;
}



.width-fill {
  width: -webkit-fill-available !important;
}

@media (max-width: 768px) {

  .quote-form {
    padding: 28px 20px;
  }

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

  .sidebar {
    width: -webkit-fill-available !important;
  }


  .dashboard-table-card,
  .dashboard-content {
    width: -webkit-fill-available !important;
    overflow: hidden !important;
  }


  .image-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
}



.dashboard-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  padding: 30px;
}



.border-none {
  border: none !important;
}



.pad-sm {
  padding: 14px 16px !important;
}



.border-bottom {
  border-bottom: 1px solid #ccc;
}



.width-max {
  width: max-content;
}



.align-right {
  align-items: end !important;
}



.margin-bottom-sm {
  margin-bottom: 10px !important;
}



.home-trust svg {
  margin: 0 auto;
}



.home-trust strong,
span {
  align-items: center;
  text-align: center;
}



.specs-row {
  display: flex !important;
  justify-content: space-between !important;
}



.sa-container {
  width: min(1180px, calc(100% - 34px));
  margin-inline: auto;
}



.sa-header {
  height: 146px;
  background: #fff;
  border-bottom: 1px solid #e9e9ed;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}



.sa-header__inner {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 38px;
}



.sa-brand {
  display: inline-grid;
  justify-items: center;
  align-content: center;
  width: 92px;
  line-height: 1;
  color: var(--blue);
  font-weight: 800;
}



.sa-brand__mark {
  width: 72px;
  height: 44px;
  display: block;
}



.sa-brand__mark svg {
  width: 100%;
  height: 100%;
}



.sa-brand__name {
  font-size: 15px;
  margin-top: -3px;
}



.sa-brand__sub {
  font-size: 8px;
  color: #f28c20;
  letter-spacing: .02em;
}



.sa-nav {
  display: flex;
  justify-content: center;
  gap: clamp(42px, 6vw, 82px);
  color: #3b3c42;
  font-size: 15px;
}



.sa-nav a {
  position: relative;
  padding: 17px 0;
}



.sa-nav a.profile-is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  background: var(--blue);
}



.sa-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}



.sa-currency {
  border: 0;
  background: transparent;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  cursor: pointer;
}



.sa-flag {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    linear-gradient(#fff 0 12%, #d92732 12% 24%, #fff 24% 36%, #d92732 36% 48%, #fff 48% 60%, #d92732 60% 72%, #fff 72% 84%, #d92732 84% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
  position: relative;
}



.sa-flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 14px;
  border-radius: 50% 0 3px 0;
  background: #1e58a8;
}



.profile-sa-button {
  min-height: 50px;
  border-radius: 4px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  cursor: pointer;
}



.profile-sa-button--ghost {
  background: #fff;
  color: var(--blue);
}



.sa-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}



.sa-menu span {
  width: 22px;
  height: 2px;
  background: var(--blue);
}



.product-hero {
  background: var(--blue);
  color: #fff;
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
}



.product-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
}



.product-hero p {
  margin: 0 auto;
  max-width: 790px;
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.35;
}



.profile-area {
  background: var(--soft);
  padding: 100px 0 60px;
}



.top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}



.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}



.panel h2 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}



.gallery-panel {
  padding: 20px;
}




.gallery-main {
  width: 100%;
  height: 410px;
  margin-top: 16px;
  object-fit: cover;
}



.profile-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(100%, 650px);
  margin: 12px auto 0;
}



.profile-gallery-thumbs button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}



.profile-gallery-thumbs img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 3px;
}



.profile-gallery-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}



.profile-gallery-controls button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f3;
  color: #7b7f88;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}



.ad-card {
  min-height: 500px;
  border-radius: 9px;
  overflow: hidden;
  color: #fff;
  padding: 90px 25px 34px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .48)),
    url("../images/justin-lim-Fpcy-AdFhUg-unsplash.jpg") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.ad-card h2 {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.2;
}



.ad-card p {
  margin: 0 0 24px;
  font-size: 21px;
  line-height: 1.28;
}



.ad-card strong {
  font-size: 13px;
}



.ad-card a {
  align-self: flex-end;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: #20232a;
  display: grid;
  place-items: center;
}



.profile-tabs {
  margin-top: 24px;
  min-height: 33px;
  background: #fff;
  display: flex;
  align-items: stretch;
  border: 1px solid #ededed;
}



.profile-tabs button {
  min-width: 164px;
  padding: 0 24px;
  border: 0;
  background: #fff;
  color: #171a22;
  font-weight: 800;
  cursor: pointer;
}



.profile-tabs button[data-tab="stories"] {
  min-width: 300px;
}



.profile-tabs button.profile-is-active {
  background: var(--blue);
  color: #fff;
}



.profile-grid {
  display: grid;
  grid-template-columns: 1fr 630px;
  gap: 56px;
  margin-top: 34px;
  align-items: start;
}



.profile-grid.is-wide-tab,
.profile-grid.is-stories-tab {
  grid-template-columns: 1fr;
  gap: 0;
}



.profile-grid.is-wide-tab .profile-location-panel,
.profile-grid.is-stories-tab .profile-location-panel {
  display: none;
}



.profile-company-card {
  padding-top: 40px;
}



.profile-company-card h2 {
  color: var(--blue);
  font-size: 26px;
  margin: 0 0 26px;
}



.profile-company-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}



.profile-company-card svg {
  color: var(--blue);
  flex: 0 0 auto;
}



.profile-quote-link {
  min-height: 34px;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  margin: 5px 0 25px;
  font-weight: 700;
  font-size: 14px;
}




.profile-location-panel {
  padding: 22px 18px 18px;
}



.profile-map-wrap {
  height: 258px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
  background: #edf0f2;
}



.profile-map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: .42;
}



.profile-map-marker {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}



.profile-map-control {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}



.profile-map-control.plus {
  top: 12px;
}



.profile-map-control.minus {
  top: 41px;
}



.profile-map-control.expand {
  top: 86px;
}



.profile-map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}



.profile-map-footer p {
  margin: 0;
  color: #4d5463;
  font-size: 13px;
}



.profile-map-footer .profile-sa-button {
  min-height: 43px;
  padding-inline: 18px;
  font-size: 13px;
}



.profile-is-hidden {
  display: none;
}



.profile-product-info-card {
  grid-column: 1 / -1;
}



.profile-spec-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dcdfe6;
}



.profile-spec-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #fff;
  color: #272b36;
  font-size: 17px;
}



.profile-spec-table th,
.profile-spec-table td {
  height: 52px;
  border-bottom: 1px solid #dcdfe6;
  padding: 0 14px;
  text-align: left;
  font-weight: 400;
}



.profile-spec-table td:first-child {
  width: 285px;
}



.profile-spec-table .profile-section-row th {
  height: 50px;
  font-size: 22px;
  font-weight: 800;
  color: #282b35;
  background: #fff;
}



.profile-spec-table .profile-center {
  text-align: center;
}



.profile-stories-card {
  grid-column: 1 / -1;
  padding-top: 72px;
}



.profile-stories-card>article {
  display: none;
}



.profile-stories-layout {
  display: grid;
  gap: 72px;
}



.profile-stories-hero {
  text-align: center;
  max-width: 1040px;
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: 10px;
}



.profile-stories-hero h2,
.profile-story-overview h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  font-weight: 500;
}



.profile-stories-hero p {
  margin: 14px auto 0;
  max-width: 1040px;
  color: #11131a;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.35;
}



.profile-story-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 48px;
  align-items: center;
}



.profile-story-feature img {
  width: 100%;
  min-height: 480px;
  max-height: 560px;
  object-fit: cover;
}



.profile-story-feature__details {
  display: grid;
  gap: 14px;
}



.profile-story-feature__details article {
  margin: 0;
}



.profile-story-feature h3,
.profile-story-benefit-card h3,
.profile-story-accordion summary {
  color: #11131a;
  font-weight: 500;
}



.profile-story-feature h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.15;
}



.profile-story-feature p,
.profile-story-benefit-card p,
.profile-story-accordion p {
  margin: 0;
  color: #1f2230;
  font-size: 17px;
  line-height: 1.45;
}



.profile-story-benefits {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
  padding: 54px 40px 58px;
}



.profile-story-benefit-card {
  min-width: 0;
}



.profile-story-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}



.profile-story-card-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}



.profile-story-benefit-card h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 23px;
  line-height: 1.25;
}



.profile-story-benefit-card p {
  font-size: 15px;
  line-height: 1.32;
}



.profile-story-overview h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(30px, 3.1vw, 40px);
  font-weight: 800;
}



.profile-story-accordion {
  border-top: 3px solid #d9e5fb;
}



.profile-story-accordion details {
  border-bottom: 3px solid #d9e5fb;
  padding: 0;
}



.profile-story-accordion details:last-child {
  border-bottom: 0;
}



.profile-story-accordion summary {
  min-height: 58px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 21px;
  line-height: 1.2;
}



.profile-story-accordion summary::-webkit-details-marker {
  display: none;
}



.profile-story-accordion summary::after {
  content: "+";
  color: var(--blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}



.profile-story-accordion details[open] summary::after {
  content: "x";
}



.profile-story-accordion p {
  max-width: 1120px;
  padding: 0 54px 18px 0;
  color: #667085;
  font-size: 19px;
}

.profile-case-study-list {
  border-top: 1px solid #d9e5fb;
  padding-top: 16px;
}

.profile-case-study-item h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.profile-case-study-item p {
  font-size: 14px;
  color: #667085;
  margin: 0;
  line-height: 1.65;
}

.sa-footer {
  background: #fff;
  border-top: 1px solid #e1e3e8;
  padding: 27px 0 62px;
}



.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .6fr 1.05fr 1.35fr;
  gap: 58px;
  align-items: start;
}



.footer-brand {
  margin-bottom: 13px;
}



.sa-footer h3 {
  margin: 0 0 18px;
  font-size: 16px;
}



.sa-footer p,
.sa-footer a {
  color: #596176;
  font-size: 15px;
  line-height: 1.45;
}



.sa-footer p {
  margin: 0 0 12px;
}



.sa-footer>.sa-container>div:first-child p {
  max-width: 310px;
  font-size: 17px;
  color: #1f2940;
}



.sa-footer div:not(:first-child)>a {
  display: block;
  margin-bottom: 13px;
}

@media (max-width: 1100px) {

  .sa-container {
    width: min(100% - 44px, 1180px);
  }


  .sa-header {
    height: auto;
    min-height: 94px;
  }


  .sa-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 18px 0;
  }


  .sa-menu {
    display: inline-flex;
  }


  .sa-nav,
  .sa-actions {
    grid-column: 1 / -1;
    display: none;
  }


  .sa-header.is-open .sa-nav,
  .sa-header.is-open .sa-actions {
    display: flex;
  }


  .sa-header.is-open .sa-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }


  .sa-header.is-open .sa-actions {
    flex-wrap: wrap;
  }


  .top-grid,
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .ad-card {
    min-height: 320px;
    padding-top: 46px;
  }


  .profile-stories-card {
    padding-top: 44px;
  }


  .profile-stories-layout {
    gap: 48px;
  }


  .profile-story-feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }


  .profile-story-feature img {
    min-height: 340px;
    max-height: 460px;
  }


  .profile-story-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding: 38px 28px 42px;
  }


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

@media (max-width: 700px) {

  .events-section {
    padding: 40px 0 28px;
  }

  .sa-container {
    width: min(100% - 30px, 1180px);
  }


  .product-hero {
    min-height: 300px;
  }


  .listing-hero {
    min-height: 300px;
  }


  .profile-area {
    padding: 42px 0 52px;
  }


  .gallery-panel {
    padding: 14px;
  }


  .gallery-main {
    height: 260px;
  }


  .profile-gallery-thumbs {
    gap: 7px;
  }


  .profile-gallery-thumbs img {
    height: 74px;
  }


  .profile-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }


  .profile-tabs button {
    min-width: 0;
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }


  .profile-tabs button[data-tab="stories"] {
    min-width: 0;
  }


  .profile-spec-table {
    font-size: 14px;
    min-width: 850px;
  }


  .profile-spec-table .profile-section-row th {
    font-size: 18px;
  }


  .profile-company-card {
    padding-top: 16px;
  }


  .profile-company-card h2 {
    font-size: 22px;
  }


  .profile-company-card p {
    align-items: flex-start;
    font-size: 15px;
  }


  .profile-stories-card {
    padding-top: 34px;
  }


  .profile-stories-layout {
    gap: 36px;
  }


  .profile-stories-hero {
    text-align: left;
  }


  .profile-stories-hero h2,
  .profile-story-overview h2 {
    font-size: 32px;
    line-height: 1.12;
  }


  .profile-stories-hero p {
    font-size: 17px;
  }


  .profile-story-feature img {
    min-height: 260px;
    max-height: none;
    aspect-ratio: 4 / 3;
  }


  .profile-story-feature__details {
    gap: 20px;
  }


  .profile-story-feature h3 {
    font-size: 21px;
  }


  .profile-story-feature p {
    font-size: 16px;
  }


  .profile-story-benefits {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px 32px;
  }


  .profile-story-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }


  .profile-story-benefit-card h3 {
    font-size: 21px;
  }


  .profile-story-overview h2 {
    text-align: left;
    margin-bottom: 26px;
  }


  .profile-story-accordion summary {
    min-height: 54px;
    font-size: 18px;
  }


  .profile-story-accordion p {
    padding-right: 0;
    font-size: 16px;
  }


  .profile-map-footer {
    flex-direction: column;
    align-items: flex-start;
  }


  .profile-map-footer .profile-sa-button {
    width: 100%;
  }


  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }


  .profile-sa-button {
    min-height: 44px;
    padding-inline: 18px;
  }
}


/* ── event-list.html ── */

    .events-hero {
      background: #0450cf;
      padding: 120px 20px;
      text-align: center;
      color: #fff;
    }

    .events-hero h1 {
      font-size: 64px;
      line-height: 1;
      margin-bottom: 24px;
      font-weight: 700;
    }

    .events-hero p {
      max-width: 760px;
      margin: 0 auto;
      font-size: 26px;
      line-height: 1.5;
    }

    .events-layout {
      max-width: 1180px;
      margin: auto;
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 28px;
      align-items: start;
    }

    .events-left-column {
      display: flex;
      flex-direction: column;
      gap: 28px;
      position: sticky;
      top: 30px;
    }

    .events-quote-card {
      background: #fff;
      border-radius: 20px;
      border: 2px solid #0450cf;
      padding: 30px;
    }

    .events-quote-card h3 {
      font-size: 32px;
      margin-bottom: 12px;
      color: #111;
    }

    .events-quote-card p {
      font-size: 15px;
      line-height: 1.5;
      color: #666;
      margin-bottom: 20px;
    }

    .events-quote-form {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .events-quote-form input,
    .events-quote-form select,
    .events-quote-form textarea {
      width: 100%;
      border: none;
      background: #edf3ff;
      border-radius: 10px;
      padding: 16px;
      font-size: 15px;
      outline: none;
      font-family: inherit;
    }

    .events-quote-form textarea {
      resize: none;
      min-height: 110px;
    }

    .events-quote-form button {
      height: 52px;
      border: none;
      border-radius: 10px;
      background: #0450cf;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      margin-top: 10px;
    }


    .events-list {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .event-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid #e6e6e6;
    }

    .event-image {
      position: relative;
      height: 320px;
    }

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

    .event-overlay {
      position: absolute;
      left: 32px;
      bottom: 28px;
      display: flex;
      align-items: center;
      gap: 18px;
      color: #fff;
    }

    .event-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #0450cf;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .event-icon svg {
      width: 28px;
      height: 28px;
    }

    .event-content h3 {
      font-size: 30px;
      margin-bottom: 8px;
      color: #fff;
    }

    .event-location {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      opacity: 0.95;
    }

    .event-bottom {
      padding: 26px 32px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
    }

    .event-bottom h4 {
      font-size: 20px;
      color: #0450cf;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .event-bottom p {
      color: #555;
      line-height: 1.4;
      font-size: 15px;
      max-width: 90%;
    }

    .events-view-btn {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 2px solid #0450cf;
      background: transparent;
      color: #0450cf;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      cursor: pointer;
    }


    @media (max-width: 1200px) {
      .events-layout {
        grid-template-columns: 1fr;
      }

      .events-left-column {
        position: static;
      }
    }

    @media (max-width: 768px) {

      .events-hero {
        padding: 90px 20px;
      }

      .events-hero h1 {
        font-size: 42px;
      }

      .events-hero p {
        font-size: 18px;
      }

      .event-image {
        height: 240px;
      }

      .event-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
      }

      .event-icon {
        width: 56px;
        height: 56px;
      }

      .event-content h3 {
        font-size: 22px;
      }

      .event-location {
        font-size: 14px;
      }

      .event-bottom {
        flex-direction: column;
        align-items: flex-start;
      }

      .event-bottom p {
        max-width: 100%;
      }

      .events-quote-card {
        padding: 22px;
      }
    }

    .events-quote-form .events-form-group {
      margin-bottom: 20px;
    }

    .events-quote-form label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 600;
      color: #222;
    }

    .events-quote-form input,
    .events-quote-form select,
    .events-quote-form textarea {
      width: 100%;
      padding: 14px 18px;
      border: 1px solid #dcdcdc;
      border-radius: 8px;
      font-size: 15px;
      outline: none;
      box-sizing: border-box;
    }

    .events-quote-form select {
      padding-right: 45px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;

      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

      background-repeat: no-repeat;
      background-position: right 16px center;
      background-size: 14px;
    }

    .events-quote-form textarea {
      min-height: 120px;
      resize: vertical;
    }

    .events-quote-form button {
      border: none;
      cursor: pointer;
    }

/* ── popup.html ── */
.event-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    justify-content: center;
    padding: 30px;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    overflow-y: auto; 
}

.event-popup-box {
    width: 90%;
    max-width: 1600px;
    background: #fff;
    border-radius: 35px;
    padding: 60px;
    position: relative;
    overflow: visible;
    max-height: none;
    margin: auto;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 50px;
    border: none;
    background: none;
    font-size: 80px;
    line-height: 1;
    cursor: pointer;
    color: #111;
}

.event-popup-content{
    display:flex;
    gap:60px;
}

.event-left{
    flex:1;
}

.event-left h2{
    font-size: 48px;
    color:#0250CE;
    margin-bottom:60px;
    font-weight:700;
}

.event-info h3{
    font-size: 22px;
    margin-bottom:20px;
    color:#222;
}

.event-info p{
    font-size: 16px;
    line-height: 1.4;
    color:#555;
    margin-bottom:50px;
}

.event-meta{
    display:flex;
    flex-direction:column;
}

.popup-meta-row{
    display:flex;
    justify-content:space-between;
    gap: 10px;
    padding: 14px 0;
    border-bottom:1px solid #e4e4e4;
}

.popup-meta-row span{
    font-size: 18px;
    color:#333;
}

.popup-meta-row strong{
    font-size: 14px;
    color:#444;
    font-weight:500;
    text-align:right;
}

.event-right{
    width:48%;
}

.popup-gallery-title{
    font-size: 28px;
    margin-bottom:15px;
    color:#222;
}

.popup-main-gallery-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:10px;
}

.popup-gallery-thumbs{
    display:flex;
    gap:16px;
    margin-top:18px;
}

.popup-gallery-thumbs img{
    width:calc(33.333% - 11px);
    height:140px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
}
.popup-gallery-nav{
    display:flex;
    justify-content:center;
    gap:34px;
    margin-top:30px;
}

.popup-gallery-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f1f1f1;
    font-size: 22px;
    cursor: pointer;
}
@media(max-width:1200px){

    .event-popup-box{
        padding:40px;
    }

    .event-popup-content{
        flex-direction:column;
    }

    .event-right{
        width:100%;
    }

    .event-left h2{
        font-size:48px;
        margin-bottom:40px;
    }

    .event-info h3{
        font-size:30px;
    }

    .event-info p{
        font-size:18px;
    }

    .popup-meta-row span,
    .popup-meta-row strong{
        font-size:18px;
    }
}

@media(max-width:768px){

    .event-popup{
        padding:10px;
    }

    .event-popup-box{
        border-radius:20px;
        padding:25px;
    }

    .popup-close{
        top:20px;
        right:20px;
        font-size:40px;
    }

    .event-left h2{
        font-size:36px;
        margin-bottom:25px;
    }

    .event-info h3{
        font-size:24px;
    }

    .event-info p{
        font-size:16px;
        line-height:1.6;
    }

    .popup-meta-row{
        flex-direction:column;
        gap:8px;
    }

    .popup-meta-row strong{
        text-align:left;
    }

    .popup-gallery-title{
        font-size:28px;
    }

    .popup-main-gallery-image img{
        height:280px;
    }

    .popup-gallery-thumbs img{
        height:90px;
    }

    .popup-gallery-nav button{
        width:55px;
        height:55px;
        font-size:24px;
    }
}


/* ── AUTH PAGES (sign-in.html / create-account.html) ─────────── */

.auth-page {
  background: var(--soft);
}

.auth-main {
  min-height: calc(100vh - 94px - 64px);
  display: grid;
  place-items: center;
  padding: 48px 20px;
}

.auth-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  width: 100%;
  max-width: 460px;
  padding: 40px 40px 36px;
}

.auth-card--wide {
  max-width: 600px;
}

.auth-card__header {
  text-align: center;
  margin-bottom: 32px;
}

.auth-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.auth-card__header h1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px;
}

.auth-card__header p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-fieldset legend {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--muted);
  margin-bottom: 12px;
  padding: 0;
  width: 100%;
}

.auth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth-field__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.auth-forgot {
  font-size: 13px;
  color: var(--blue);
  font-weight: 600;
}

.auth-forgot:hover {
  text-decoration: underline;
}

.auth-field input,
.auth-field select {
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  color: var(--ink);
  background: var(--white);
  outline: 0;
  transition: border-color 0.15s;
  width: 100%;
}

.auth-field input::placeholder {
  color: #aab0be;
}

.auth-field input:focus,
.auth-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(7, 91, 216, 0.1);
}

.auth-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--ink);
}

.auth-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
  cursor: pointer;
  flex-shrink: 0;
}

.auth-notice {
  font-size: 13px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  margin: 0;
  line-height: 1.6;
}

.auth-submit {
  width: 100%;
  height: 48px;
  font-size: 15px;
}

.auth-switch {
  text-align: center;
  margin: 20px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.auth-switch a {
  color: var(--blue);
  font-weight: 700;
}

.auth-switch a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .auth-card {
    padding: 28px 20px 24px;
  }

  .auth-row {
    grid-template-columns: 1fr;
  }
}
