/* Pumput.com brand layer. The underlying layout remains the IV-nuohous theme. */
:root {
  --color-primary: #2E7BEF;
  --color-dark: #163B7A;
  --color-glow: #93BEFF;
  --color-bg: #EEF5FF;
  --color-text: #163B7A;
  --color-muted: #5B6F95;
  --tj-color-theme-primary: #2E7BEF;
  --tj-color-theme-dark: #163B7A;
  --tj-color-heading-primary: #163B7A;
  --tj-color-theme-bg: #EEF5FF;
  --tj-color-theme-bg-2: #DCEAFF;
  --tj-color-border-1: #2E7BEF;
  --ys-lime: #2E7BEF;
  --ys-lime-light: #93BEFF;
  --ys-lime-dark: #163B7A;
  --ys-forest: #163B7A;
  --ys-forest-light: #2E7BEF;
  --ys-green: #2E7BEF;
  --ys-dark: #102A5A;
  --ys-dark-2: #163B7A;
}

.header-topbar,
.footer-1,
.footer-copyright-area,
.tj-page-header,
.pricing__box.active,
.tj-contact-section,
.iv-dark {
  background-color: #163B7A !important;
}

.tj-footer-area.footer-1,
.tj-contact-section {
  background-image: linear-gradient(153.92deg, #102A5A 30%, #163B7A 70%, #2157A9 124%) !important;
}

.pumput-logo-img { object-fit: contain; }
.iv-logo-img.pumput-logo-img { height: 58px; width: auto; }
.mobile_logo .iv-logo-img.pumput-logo-img { height: 50px; }
.footer-1 .footer-logo-link .footer-logo-img.iv-logo-img.pumput-logo-img { height: 64px; }

.tj-primary-btn:hover { --ys-lime: #E84855; }
.tj-primary-btn .btn_inner::before { background-color: #2E7BEF; }
.tj-primary-btn:hover .btn_inner::before { background-color: #E84855; }
.price-highlight i,
.iv-svg,
.iv-check li i,
.pricing__box.active .price-number,
.pricing__box.active .pricing__features-list i { color: #2E7BEF !important; }
.header-sticky .mainmenu .current-menu-item a,
body:not(.page-home) .header-absolute .mainmenu .current-menu-item > a { color: #2E7BEF; }
.iv-bg-soft,
.tj-faq-section .accordion-button:not(.collapsed) { background: #EEF5FF !important; }

.pumput-theme-form { display: block; width: 100%; }
.pumput-theme-form .form-group { margin-bottom: 14px; }
.pumput-theme-form .form-control,
.pumput-theme-form .iv-select {
  width: 100%;
  min-height: 48px;
  color: #163B7A;
  background: #fff !important;
  border: 1px solid rgba(22, 59, 122, .2) !important;
  border-radius: 5px !important;
  padding: 10px 14px;
}
.pumput-theme-form .form-control:focus,
.pumput-theme-form .iv-select:focus {
  border-color: #2E7BEF !important;
  box-shadow: 0 0 0 3px rgba(46, 123, 239, .16);
}
.pumput-theme-form .iv-form-note { margin: 12px 0 0; }
.pumput-theme-form .lead-form__response { display: none; }
.pumput-theme-form .lead-form__response .alert { margin: 10px 0 0; }
.pumput-theme-form .hp-wrap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* The inherited IV layout included unsupported conversion percentages. */
body.page-vilp-hinta .progress-section-27080699 .progress-style-2,
body.page-ilppi .progress-section-27080699 .progress-style-2 {
  display: none !important;
}

@media (max-width: 575px) {
  .iv-logo-img.pumput-logo-img { height: 46px; }
  .footer-1 .footer-logo-link .footer-logo-img.iv-logo-img.pumput-logo-img { height: 55px; }
}

/* Selkeä hinnasto: samat kortit etusivulla ja erillisellä hinnastosivulla. */
.price-spotlight {
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}
.price-spotlight .section-heading,
body.page-hinnasto .section-heading {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}
.price-spotlight .eyebrow,
body.page-hinnasto .eyebrow {
  align-items: center;
  color: #2E7BEF;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: .11em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.price-spotlight .eyebrow::before,
body.page-hinnasto .eyebrow::before {
  background: #E84855;
  border-radius: 2px;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
}
.price-spotlight .section-heading h2,
body.page-hinnasto .section-heading h2 {
  color: #163B7A;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  margin: 0 0 17px;
}
.price-spotlight .section-heading p,
body.page-hinnasto .section-heading p {
  color: #5B6F95;
  margin: 0;
}
.price-spotlight__grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1040px;
}
.price-spotlight__card {
  background: #fff;
  border: 1px solid #dce8f7;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(16, 37, 74, .08);
  display: flex;
  flex-direction: column;
  padding: 37px;
}
.price-spotlight__card--dark {
  background: #163B7A;
  border-color: #163B7A;
  color: #fff;
}
.price-spotlight__label {
  color: #2E7BEF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 12px;
}
.price-spotlight__card--dark .price-spotlight__label { color: #9bc3ff; }
.price-spotlight__card h2 {
  color: #163B7A;
  font-size: 31px;
  line-height: 1.2;
  margin: 0 0 13px;
}
.price-spotlight__card--dark h2 { color: #fff; }
.price-spotlight__summary {
  color: #5B6F95;
  margin: 0;
  min-height: 54px;
}
.price-spotlight__card--dark .price-spotlight__summary { color: #dbe8ff; }
.price-spotlight__price {
  color: #163B7A;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.1;
  margin: 27px 0 5px;
}
.price-spotlight__card--dark .price-spotlight__price { color: #fff; }
.price-spotlight__note {
  color: #5B6F95;
  font-size: 14px;
  margin: 0;
}
.price-spotlight__card--dark .price-spotlight__note { color: #c9dcff; }
.price-spotlight__list {
  border-top: 1px solid #dce8f7;
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 24px 0 29px;
  padding: 24px 0 0;
}
.price-spotlight__card--dark .price-spotlight__list { border-color: rgba(255, 255, 255, .22); }
.price-spotlight__list li {
  align-items: flex-start;
  color: #163B7A;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.45;
}
.price-spotlight__card--dark .price-spotlight__list li { color: #e0ebff; }
.price-spotlight__list i { color: #E84855; font-size: 14px; margin-top: 5px; }
.price-spotlight .button,
body.page-hinnasto .button {
  align-items: center;
  background: #2E7BEF;
  border: 1px solid #2E7BEF;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 11px;
  justify-content: center;
  line-height: 1.2;
  padding: 15px 23px;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
.price-spotlight .button:hover,
body.page-hinnasto .button:hover {
  background: #163B7A;
  border-color: #163B7A;
  color: #fff !important;
  transform: translateY(-2px);
}
.price-spotlight__card--dark .button--white,
body.page-hinnasto .button--white {
  background: #fff;
  border-color: #fff;
  color: #163B7A !important;
}
.price-spotlight__card--dark .button--white:hover,
body.page-hinnasto .button--white:hover { background: transparent; color: #fff !important; }
.price-spotlight__card .button { align-self: flex-start; margin-top: auto; }
.price-spotlight__disclaimer {
  color: #5B6F95;
  font-size: 14px;
  line-height: 1.55;
  margin: 25px auto 0;
  max-width: 880px;
  text-align: center;
}
body.page-hinnasto .page-hero {
  background: linear-gradient(135deg, #163B7A, #0d2e63);
  color: #fff;
  padding: 185px 0 88px;
}
body.page-hinnasto .page-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.1;
  margin: 0 0 17px;
  max-width: 840px;
}
body.page-hinnasto .page-hero p { color: #d7e5fc; font-size: 19px; margin: 0; max-width: 720px; }
body.page-hinnasto .page-hero .eyebrow { color: #9bc3ff; justify-content: flex-start; }
body.page-hinnasto .section-space { padding: 105px 0; }
body.page-hinnasto .feature-band { background: #eef5ff; }
body.page-hinnasto .feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
body.page-hinnasto .feature-item { background: #fff; border-radius: 16px; padding: 28px; }
body.page-hinnasto .feature-item__number { color: #E84855; font-size: 18px; font-weight: 700; }
body.page-hinnasto .feature-item h3 { color: #163B7A; font-size: 21px; margin: 14px 0 10px; }
body.page-hinnasto .feature-item p { color: #5B6F95; font-size: 15px; margin: 0; }

@media (max-width: 767px) {
  .price-spotlight__grid,
  body.page-hinnasto .feature-grid { grid-template-columns: 1fr; }
  .price-spotlight__card { padding: 29px 24px; }
  .price-spotlight__summary { min-height: 0; }
  body.page-hinnasto .page-hero { padding: 150px 0 70px; }
  body.page-hinnasto .section-space { padding: 72px 0; }
}
