:root {
  --jano-blue: #006e8a;
  --jano-blue-dark: #005a73;
  --jano-blue-light: #e0f7fb;
  --jano-teal: #006e8a;
  --jano-teal-light: #e0f5f8;
  --jano-navy: #1a2b4a;
  --white: #ffffff;
  --gray-50: #f8f9fb;
  --gray-100: #f0f2f5;
  --gray-200: #e2e5ea;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --green-100: #dcfce7;
  --green-400: #4ade80;
  --green-600: #16a34a;
  --green-800: #166534;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
  --shadow-card: 0 2px 8px rgba(0,0,0,0.06), 0 0 1px rgba(0,0,0,0.08);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  background: var(--jano-navy);
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 var(--radius-sm) 0;
  transition: top 0.1s;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid var(--jano-blue);
  outline-offset: 2px;
}

.w-fit-content {
  width: fit-content;
}

.no-event {
  pointer-events: none;
  cursor: auto;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--jano-navy);
  font-size: 16px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 2.5rem !important;
  font-weight: 700;
}
h1.main-headline {
  margin-top: 53px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
h3.lh-40 {
  line-height: 40px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 30px;
}
p a {
  border-bottom: 2px solid var(--jano-blue);
  font-weight: 700;
}

.number {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: white;
}

.fineprint {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.mw-serif {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
}

.mws {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mws.old-style-numbers {
  font-variant-numeric: oldstyle-nums tabular-nums;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 40px;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.lh-normal {
  line-height: normal;
}

.lh-18 {
  line-height: 18px;
}

.lh-40 {
  line-height: 40px;
}

.lh-48 {
  line-height: 48px;
}

.underline {
  border-bottom: 3px solid var(--jano-blue);
}
.underline.no-color {
  border-bottom: 3px solid;
}

.p-no-mb p {
  margin-bottom: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.line-height-140-percent {
  line-height: 140%;
}

.line-height-30-px {
  line-height: 30px;
}

.letter-spacing-1px {
  letter-spacing: 1px;
}

.search-result-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.company-highlight p {
  margin-bottom: 0;
}

.text-link {
  border-bottom: 2px solid var(--jano-blue);
}
.text-link:hover {
  color: var(--jano-blue);
}

.text-nowrap {
  white-space: nowrap;
}

.zoom-90 {
  zoom: 90%;
}

/* inter variable (400-800) - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  src: url("/website/fonts/inter/inter-v20-latin-wght400-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* inter variable (400-800) - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  src: url("/website/fonts/inter/inter-v20-latin-ext-wght400-800.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/merriweather-sans/merriweather-sans-v26-latin-regular.woff2") format("woff2");
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/website/fonts/merriweather-sans/merriweather-sans-v26-latin-700.woff2") format("woff2");
}
/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/merriweather/merriweather-regular.woff2") format("woff2");
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/website/fonts/merriweather/merriweather-bold.woff2") format("woff2");
}
.telephone-icon {
  height: 13px;
  width: 13px;
  -webkit-mask: url("../images/icons/telephone-63d96eaab8cb0becec62935472a5a83e.svg") no-repeat center;
  mask: url("../images/icons/telephone-63d96eaab8cb0becec62935472a5a83e.svg") no-repeat center;
}
.telephone-icon.dark {
  background-color: var(--jano-blue);
}

.circle-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg") no-repeat center;
  mask: url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg") no-repeat center;
  background-color: var(--jano-blue);
}

.circle-checkmark-icon {
  height: 32px;
  width: 32px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg"), url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: 50%, cover;
  border-radius: 50%;
  background-color: var(--jano-blue);
}

.arrow-right-icon {
  height: 24px;
  width: 8px;
  -webkit-mask: url("../images/icons/arrow_right-9e98b42519e86679c50215955c0c7117.svg") no-repeat center;
  mask: url("../images/icons/arrow_right-9e98b42519e86679c50215955c0c7117.svg") no-repeat center;
  background-color: #83cea6;
}

.circled-checkmark-green-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/circled_checkmark_green-ebb0cd68231fe8187e97c3308e002a17.svg") no-repeat center;
  mask: url("../images/icons/circled_checkmark_green-ebb0cd68231fe8187e97c3308e002a17.svg") no-repeat center;
  background-color: #83cea6;
}
.circled-checkmark-green-icon.side-38 {
  height: 38px;
  width: 38px;
}

.arrow-down-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/arrow_down-261655e6fd537c546ceb02c81e33efa6.svg") no-repeat center;
  mask: url("../images/icons/arrow_down-261655e6fd537c546ceb02c81e33efa6.svg") no-repeat center;
  background-color: var(--jano-navy);
  transition: transform 0.5s ease;
}
.arrow-down-icon.small {
  height: 20px;
  width: 20px;
}
.arrow-down-icon.arrow-rotate {
  transform: rotate(-180deg);
}

.dot-icon {
  height: 7px;
  width: 7px;
  -webkit-mask: url("../images/icons/dot-d5a170c827fd04de33dcc35093122e8f.svg") no-repeat center;
  mask: url("../images/icons/dot-d5a170c827fd04de33dcc35093122e8f.svg") no-repeat center;
}

.edit-icon {
  height: 22px;
  width: 22px;
  -webkit-mask: url("../images/icons/edit-bac6d04c157d33de694499734775be01.svg") no-repeat center;
  mask: url("../images/icons/edit-bac6d04c157d33de694499734775be01.svg") no-repeat center;
}

.eye-icon {
  height: 22px;
  width: 22px;
  -webkit-mask: url("../images/icons/eye-aa102a80cbbea2095edb1ff66805ce82.svg") no-repeat center;
  mask: url("../images/icons/eye-aa102a80cbbea2095edb1ff66805ce82.svg") no-repeat center;
}

.shield-icon {
  -webkit-mask: url("../images/icons/shield-a4f4759c1e8f6eede154eed08d71be4c.svg") no-repeat center;
  mask: url("../images/icons/shield-a4f4759c1e8f6eede154eed08d71be4c.svg") no-repeat center;
}

.family-icon {
  -webkit-mask: url("../images/icons/family-cbf028d113f167ce53250390dbfea26e.svg") no-repeat center;
  mask: url("../images/icons/family-cbf028d113f167ce53250390dbfea26e.svg") no-repeat center;
}

.house-icon {
  -webkit-mask: url("../images/icons/house-3f4af1f0bb4afb545c498a1d0ec7f8ed.svg") no-repeat center;
  mask: url("../images/icons/house-3f4af1f0bb4afb545c498a1d0ec7f8ed.svg") no-repeat center;
}

.construction-icon {
  -webkit-mask: url("../images/icons/construction-7d2c467302167a28a268fae9ef515b24.svg") no-repeat center;
  mask: url("../images/icons/construction-7d2c467302167a28a268fae9ef515b24.svg") no-repeat center;
}

.hands-icon {
  -webkit-mask: url("../images/icons/two_hands-7dafae5e600737bbad6fb9428295e03f.svg") no-repeat center;
  mask: url("../images/icons/two_hands-7dafae5e600737bbad6fb9428295e03f.svg") no-repeat center;
}

.moneyTransfer-icon {
  -webkit-mask: url("../images/icons/money_transfer-70b37ab955502b498cfc159a53621a82.svg") no-repeat center;
  mask: url("../images/icons/money_transfer-70b37ab955502b498cfc159a53621a82.svg") no-repeat center;
}

.building-icon {
  -webkit-mask: url("../images/icons/building-4be9b6feca0842a191a771fbb60b9183.svg") no-repeat center;
  mask: url("../images/icons/building-4be9b6feca0842a191a771fbb60b9183.svg") no-repeat center;
}

.car-icon {
  -webkit-mask: url("../images/icons/car-eb067eb23292db5fe487b8488748e11c.svg") no-repeat center;
  mask: url("../images/icons/car-eb067eb23292db5fe487b8488748e11c.svg") no-repeat center;
}

.arrow-left-circled-icon {
  -webkit-mask: url("../images/icons/arrow_left_circled-d37c88178915ada1dd276dcfa4467585.svg") no-repeat center;
  mask: url("../images/icons/arrow_left_circled-d37c88178915ada1dd276dcfa4467585.svg") no-repeat center;
}

.arrow-right-circled-icon {
  -webkit-mask: url("../images/icons/arrow_right_circled-c672c4df78acc08b44973ffe8b8433a6.svg") no-repeat center;
  mask: url("../images/icons/arrow_right_circled-c672c4df78acc08b44973ffe8b8433a6.svg") no-repeat center;
}

.quick-check-icon {
  -webkit-mask: url("../images/graphics/quick_check.svg") no-repeat center;
  mask: url("../images/graphics/quick_check.svg") no-repeat center;
}

.documents-icon {
  -webkit-mask: url("../images/icons/documents-1c8a304f2b1f442eb8f8b8513ab57ed0.svg") no-repeat center;
  mask: url("../images/icons/documents-1c8a304f2b1f442eb8f8b8513ab57ed0.svg") no-repeat center;
}

.instruction-icon {
  -webkit-mask: url("../images/icons/instruction-2761c29bab64a80e2605157bafbc107a.svg") no-repeat center;
  mask: url("../images/icons/instruction-2761c29bab64a80e2605157bafbc107a.svg") no-repeat center;
}

.interface-icon {
  -webkit-mask: url("../images/icons/interface-cce0c043e9d689f52fe313331f109148.svg") no-repeat center;
  mask: url("../images/icons/interface-cce0c043e9d689f52fe313331f109148.svg") no-repeat center;
}

.nav-arrow-left-icon {
  -webkit-mask: url("../images/icons/nav-arrow-left-da1343438d73d066e10e5a483f88d96c.svg") no-repeat center;
  mask: url("../images/icons/nav-arrow-left-da1343438d73d066e10e5a483f88d96c.svg") no-repeat center;
}

.nav-arrow-right-icon {
  -webkit-mask: url("../images/icons/nav-arrow-right-a604cc34a81c856a246757919e243ee1.svg") no-repeat center;
  mask: url("../images/icons/nav-arrow-right-a604cc34a81c856a246757919e243ee1.svg") no-repeat center;
}

.icon-container-square-rounded {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background-color: var(--jano-blue-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-18 {
  height: 18px;
}

.icon-16 {
  height: 16px;
  width: 16px;
}

.icon-20 {
  height: 20px;
}

.icon-26 {
  height: 26px;
}

.icon-27 {
  width: 27px;
  height: 27px;
}

.icon-29 {
  width: 29px;
  height: 29px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-h-64 {
  height: 64px;
  width: 100%;
}

.shopping-cart-icon {
  position: relative;
}
.shopping-cart-icon .counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -25%;
  right: -25%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 4px 8px rgba(2, 53, 66, 0.25);
}

.color-jnl-bb {
  color: var(--gray-900);
}

.color-jnl-db {
  color: var(--jano-navy);
}

.color-jnl-db-80 {
  color: rgba(16, 38, 59, 0.9019607843);
}

.color-jnl-b {
  color: var(--jano-blue);
}

.color-jnl-lb {
  color: var(--jano-blue);
}

.color-jnl-lgb {
  color: var(--jano-blue-light);
}

.color-jnl-gb {
  color: var(--gray-700);
}

.color-jnl-g {
  color: var(--gray-600);
}

.color-jnl-lg {
  color: var(--gray-400);
}

.color-jnl-wg {
  color: var(--gray-200);
}

.color-jnl-be {
  color: #FFF4E5;
}

.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.color-jnl-o {
  color: #C45E00;
}

.bg-jnl-be {
  background-color: #FFF4E5;
}

.bg-jnl-lb {
  background-color: var(--jano-blue);
}

.bg-jnl-b {
  background-color: var(--jano-blue);
}

.bg-jnl-g {
  background-color: var(--gray-600);
}

.bg-jnl-db {
  background-color: var(--jano-navy);
}

.bg-jnl-wb {
  background-color: var(--jano-blue-light);
}

.bg-jnl-db-80 {
  background-color: rgba(16, 38, 59, 0.9019607843);
}

.bg-traffic-light-green {
  background-color: #00D115;
}

.bg-traffic-light-orange {
  background-color: #D17E00;
}

.bg-traffic-light-red {
  background-color: #D10000;
}

.bottom-gradient {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.mb-1-px {
  margin-bottom: 1px;
}

.mb-4-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.mt-4-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 4rem !important;
}

.flex-1 {
  flex: 1;
}

.gap-4-5 {
  gap: 2.5rem;
}

.py-2-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.w-60 {
  width: 60%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.price-label-position-packages-tab {
  position: relative;
  top: 192px;
}

.fade-in {
  animation: fadeIn 0.3s forwards;
}

.fade-out {
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fill-width {
  height: auto;
  object-fit: contain;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  transition: box-shadow 0.2s;
}

.header.scrolled {
  box-shadow: var(--shadow-md);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  height: 46px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: all 0.15s;
  white-space: nowrap;
}

.nav-dropdown-trigger:hover {
  color: var(--jano-blue);
  background: var(--gray-50);
}

.nav-dropdown-trigger.active {
  color: var(--jano-blue);
  font-weight: 600;
}

.nav-dropdown-trigger svg {
  transition: transform 0.2s;
}

.nav-dropdown:hover .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 6px;
  padding-top: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.18s, transform 0.18s;
  z-index: 200;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 0.12s, color 0.12s;
}

.nav-dropdown-menu a:hover {
  background: var(--jano-blue-light);
  color: var(--jano-blue);
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-desktop a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: all 0.15s;
  white-space: nowrap;
}

.nav-desktop a:hover {
  color: var(--jano-blue);
  background: var(--gray-50);
}

.nav-desktop a.active {
  color: var(--jano-blue);
  font-weight: 600;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-icon-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: var(--radius-sm);
  color: var(--gray-600);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.header-icon-btn:hover {
  background: var(--gray-100);
  color: var(--jano-blue);
}

.header-actions .cart-icon-container {
  position: relative;
}
.header-actions .cart-icon-container .counter {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  background: var(--jano-blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.btn-login {
  font-size: 14px;
  font-weight: 600;
  color: var(--jano-blue);
  text-decoration: none;
  padding: 8px 16px;
  border: 1.5px solid var(--jano-blue);
  border-radius: var(--radius-sm);
  transition: all 0.15s;
  white-space: nowrap;
}
.btn-login:hover {
  background: var(--jano-blue);
  color: var(--white);
}

.mobile-toggle {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: var(--radius-sm);
  color: var(--gray-700);
  cursor: pointer;
  transition: background 0.15s;
}
.mobile-toggle:hover {
  background: var(--gray-100);
}

.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100;
  backdrop-filter: blur(2px);
}
.mobile-overlay.active {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  max-width: 85vw;
  background: var(--white);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}
.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-200);
}
.mobile-menu-header .logo-img {
  height: 38px;
}

.mobile-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: var(--radius-sm);
  color: var(--gray-600);
  cursor: pointer;
  transition: background 0.15s;
}
.mobile-close:hover {
  background: var(--gray-100);
}

.mobile-nav {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
.mobile-nav a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-800);
  text-decoration: none;
  transition: background 0.12s, color 0.12s;
}
.mobile-nav a:hover {
  background: var(--gray-50);
  color: var(--jano-blue);
}
.mobile-nav .mobile-nav-sub {
  padding-left: 36px;
  font-size: 14px;
  color: var(--gray-500);
}
.mobile-nav .mobile-nav-sub:hover {
  color: var(--jano-blue);
}

.mobile-nav-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--gray-200);
}
.mobile-nav-footer .btn-login {
  display: block;
  text-align: center;
}

.search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  backdrop-filter: blur(4px);
}
.search-overlay.open {
  display: flex;
}

.search-box {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 560px;
  margin: 0 24px;
  overflow: hidden;
}

.search-box-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-100);
}
.search-box-inner input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--gray-900);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: transparent;
}
.search-box-inner input::placeholder {
  color: var(--gray-400);
}

.search-close-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  border: none;
  border-radius: var(--radius-sm);
  color: var(--gray-500);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
.search-close-btn:hover {
  background: var(--gray-200);
}

.search-hint {
  padding: 10px 20px;
  font-size: 12px;
  color: var(--gray-400);
}

@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .header-icon-btn {
    display: none;
  }
}
.header-functions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 47px;
}

.header__image {
  display: block;
  height: 56px;
}

.homepage-header {
  height: 607px;
  background: linear-gradient(10.48deg, rgba(1, 5, 6, 0.4) 35.3%, rgba(4, 97, 121, 0) 84.77%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.homepage-header .hero-image {
  position: absolute;
  z-index: -1000;
  height: 100%;
  width: 100%;
}
.homepage-header .hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.homepage-header .homepage-banner-headline {
  text-align: center;
  text-shadow: 0 4px 8px rgba(1, 34, 43, 0.2);
}

.navbar-main {
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
  top: 88px;
  width: 100%;
  z-index: 10;
  font-size: 14px;
}

.subnav {
  float: left;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 48px;
}
.subnav .subnav-btn {
  display: flex;
  padding: 5px 0 17px 0;
  color: var(--gray-900) !important;
}
.subnav .subnav-btn:hover {
  color: var(--jano-blue) !important;
}
.subnav img {
  position: relative;
  top: -16px;
  color: var(--jano-blue-light);
  display: none;
  height: 32px;
  width: 32px;
}
.subnav:before {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 9.5px solid transparent;
  border-bottom: 10.5px solid #B4DBE6;
  top: 31px;
  left: calc(50% - 22px);
}
.subnav:after {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #FBFBFB;
  top: 31px;
  left: calc(50% - 20px);
}
.subnav:hover .subnav-content {
  display: flex;
}
.subnav:hover img {
  display: block;
}
.subnav:hover::after, .subnav:hover::before {
  opacity: 1;
}

.subnav-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 18px;
  top: 48px;
  flex-direction: column;
  padding: 24px 40px;
  display: none;
  background: var(--jano-blue-light);
  border-radius: 16px;
  background: #FBFBFB;
  border: 1px solid #B4DBE6;
  box-shadow: 0 6px 12px rgba(29, 194, 229, 0.1);
  white-space: nowrap;
}
.subnav-content.first {
  left: 0;
  transform: none;
}
.subnav-content.last {
  left: auto;
  transform: none;
  right: 0;
}
.subnav-content a {
  color: var(--jano-navy);
}
.subnav-content hr {
  margin: 0;
}

.subnav-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-pagination-nav {
  display: flex;
  justify-content: start;
  gap: 16px;
  margin-top: 80px;
}

.breadcrumbs-bar {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 14px 24px;
}

.breadcrumbs-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  color: var(--gray-500);
}
.breadcrumbs-inner a {
  text-decoration: none;
}
.breadcrumbs-inner .pre {
  color: var(--jano-blue);
}
.breadcrumbs-inner .pre:hover {
  text-decoration: underline;
}
.breadcrumbs-inner .last {
  color: var(--gray-500);
}
.breadcrumbs-inner .breadcrumb-separator {
  color: var(--gray-400);
}

.content {
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
}
.content.breadcrumbs {
  position: absolute;
  top: 165px;
  font-size: 14px;
  line-height: 30px;
  color: var(--gray-900);
}
.content.breadcrumbs .separator {
  color: var(--gray-400);
  font-size: 14px;
  line-height: 0;
  margin-bottom: 3px;
}
.content.breadcrumbs .pre {
  text-decoration-line: underline;
}
.content.breadcrumbs .last {
  color: var(--jano-blue);
}
.content #headline-content {
  font-weight: 700;
}
.content #headline-category {
  margin-top: 10px;
  font-weight: 700;
}
.content .sub-categories {
  display: flex;
  padding: 5px 0;
}
.content .sub-categories a {
  margin-left: 16px;
  padding-top: 4px;
}
.content .sub-categories a.arrow {
  margin-left: 4px;
}
.content .sub-categories p {
  max-height: 20px;
  font-weight: 700;
}
.content .sub-categories:nth-of-type(2n) {
  background: var(--jano-blue-light);
}
.content.template-site {
  margin-bottom: 165px;
}

.content-padded {
  position: relative;
  padding-top: 48px;
  padding-bottom: 64px;
}

.cta-box-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.content-segment {
  margin: 120px auto;
}

.content-header {
  height: 360px;
  margin-top: 128px;
  background: linear-gradient(360deg, rgba(217, 217, 217, 0) 0%, #CDF3FE 100%);
}
.content-header.template-site {
  height: unset;
}
.content-header.main-category {
  display: flex;
  margin-bottom: 140px;
  height: 484px;
}
.content-header .headline-container {
  margin: 120px 80px -120px 161px;
  margin: 120px 80px -120px 161px;
}
.content-header .headline-container.with-picture {
  margin: 70px calc((100vw - 1440px) / 2 + 159px) 0;
  max-width: 1441px;
  height: 484px;
  padding: 0;
}
.content-header .headline-container.with-picture .side-by-side {
  display: flex;
}
.content-header .headline-container.with-picture .left-side h1 {
  margin-top: 124px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  max-width: 453px;
}
.content-header .headline-container.with-picture .left-side ul {
  max-width: 453px;
  margin-top: 30px;
}
.content-header .headline-container.with-picture .left-side .list-element {
  display: flex;
  margin-top: 8px;
}
.content-header .headline-container.with-picture .left-side .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content-header .headline-container.with-picture .headline-image {
  max-width: 597.579px;
  position: relative;
}
.content-header .headline-container.with-picture .headline-image .background-image {
  filter: blur(10px);
  margin: 10px 0 0 10px;
  z-index: -1;
  position: absolute;
  border-radius: 24px;
}
.content-header .headline-container.with-picture .headline-image .foreground-image {
  z-index: 0;
  position: absolute;
  border-radius: 24px;
}
.content-header .headline-container.central {
  margin: unset;
  text-align: center;
  padding: 40px calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
}
.content-header .headline-container.central h1 {
  margin-top: 60px;
  font-weight: 700;
  max-width: 100%;
}
.content-header .headline-container.central p {
  font-weight: 700;
}
.content-header .headline-container ul {
  margin-top: 36px;
  padding-left: unset;
}
.content-header .headline-container .list-element {
  display: flex;
  margin-top: 8px;
}
.content-header .headline-container .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content-header .headline-container p {
  font-size: 16px;
}

.homepage-content {
  position: relative;
  top: -360px;
  margin-bottom: -360px;
}
.homepage-content .bottom-element {
  margin-top: 320px;
  padding-bottom: 126px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.bottom-gradient {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.wide-content {
  padding: 0 calc((100vw - 1440px) / 2 + 110px);
}

.extra-wide-content {
  padding: 0 calc((100vw - 1440px) / 2);
}

.header-info-card-container {
  display: flex;
  gap: 32px;
  position: relative;
  top: -114px;
}

.jnl-intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 0 54px 0;
}
.jnl-intro-container .icons-container {
  display: flex;
  gap: 72px;
  margin-top: 36px;
}

.interfaces-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.quick-check-image {
  width: 100%;
}

.footer {
  background: var(--jano-navy);
  color: rgba(255, 255, 255, 0.88);
  padding: 64px 24px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo-row {
  margin-bottom: 48px;
}

.footer-logo-img {
  height: 40px;
  width: auto;
  display: block;
  opacity: 0.95;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
  align-items: start;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul a {
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-kontakt-hours {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}

.footer-kontakt-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.15s;
}
.footer-kontakt-item:hover {
  color: #fff;
}
.footer-kontakt-item svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.footer-kontakt-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  transition: color 0.15s;
}
.footer-kontakt-link:hover {
  color: #fff;
}

.footer-bottom {
  padding: 24px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-bottom-links a:hover {
  color: #fff;
}

.support-floating-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8000;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-right: none;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  text-decoration: none;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.15s, color 0.15s;
}
.support-floating-btn:hover {
  background: var(--gray-50);
  color: var(--jano-blue);
}
.support-floating-btn svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .support-floating-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.content .content-select-block {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content .content-select-block p {
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.content .content-select-block p#above-h {
  color: var(--jano-blue);
  font-size: 16px;
}
.content .content-select-block p#below-h {
  color: rgba(16, 38, 59, 0.8);
}
.content .content-select-block h1, .content .content-select-block h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 2.5rem !important;
}
.content .content-with-button-block {
  margin-top: 89px;
  text-align: center;
  justify-content: center;
}
.content .content-with-button-block p {
  margin: 24px auto 41px auto;
  text-align: center;
  color: var(--gray-900);
  max-width: 740px;
}
.content .content-with-button-block h2 {
  font-size: 16px;
  color: var(--jano-blue);
  margin-bottom: 24px;
}
.content .content-with-button-block h1 {
  font-weight: 700;
  margin-bottom: unset;
}
.content .content-with-button-block .content-fixed-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  height: 20px;
}
.content .content-with-button-block .content-fixed-buttons button {
  width: 172.462px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--jano-blue);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-with-button-block .content-fixed-buttons button p {
  width: 93px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.content .content-with-button-block .content-fixed-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 49.54px;
  height: 20px;
  flex-shrink: 0;
  color: #10263B;
  font-weight: 700;
}
.content .content-with-button-block .content-fixed-buttons a p {
  width: unset;
  height: unset;
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--jano-blue);
}
.content .content-with-button-block .content-fixed-buttons a img {
  margin-left: 5px;
}

.content-with-image-block {
  display: flex;
  text-align: center;
  background-image: linear-gradient(284deg, var(--jano-blue) 43.07%, #63BBD4 89.11%);
  border-radius: 24px;
  margin: 100px auto 50px auto;
}
.content-with-image-block .content-image {
  width: 79px;
  flex-shrink: 0;
  margin: 55px 60px;
}
.content-with-image-block.wide .content-image {
  width: 185px;
}
.content-with-image-block .content-text {
  margin: 0 64px 0 51px;
  color: white;
  text-align: center;
}
.content-with-image-block .content-text ul {
  margin-top: 36px;
  padding-left: unset;
}
.content-with-image-block .content-text .list-element {
  display: flex;
  margin-top: 8px;
}
.content-with-image-block .content-text .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content-with-image-block .content-text h2 {
  width: 514px;
  height: 30px;
  margin-top: 50px;
  text-align: left;
}
.content-with-image-block .content-text p {
  width: 514px;
  min-height: 91px;
  flex-shrink: 0;
  margin-top: 21px;
  text-align: left;
}
.content-with-image-block .content-fixed-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 20px;
  width: 198px;
}
.content-with-image-block .content-fixed-buttons a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 20px;
  flex-shrink: 0;
  font-weight: 700;
}
.content-with-image-block .content-fixed-buttons a p {
  width: unset;
  height: unset;
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.paginated-slider-nav-button:hover {
  background-color: var(--jano-navy);
}

.accordion-item {
  overflow: hidden;
}
.accordion-item.active .accordion-title {
  border-bottom: 2px solid var(--jano-blue);
}

.accordion-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.accordion-title h3 {
  margin: 0;
}

.accordion-title .arrow {
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  padding: 0 69px 0 47px;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background-color: var(--jano-blue-light);
}

.accordion-content p {
  margin: 0;
  padding: 10px 0;
}

.accordion-item.active .accordion-content {
  max-height: fit-content;
  opacity: 1;
}

.accordion-item.active .arrow {
  transform: rotate(90deg);
}

.login-section {
  text-align: left;
}
.login-section h1 {
  margin-bottom: 72px !important;
}

.registration-login {
  display: flex;
  justify-content: left;
  gap: 80px;
  margin-top: 20px;
}
.registration-login .registration,
.registration-login .login {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
  width: 368px;
  min-height: 465px;
  box-shadow: 0 0 10px rgba(3, 95, 119, 0.1);
}
.registration-login .registration .login,
.registration-login .login .login {
  background-image: url("/build/admin/images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: 62% 50%;
}
.registration-login .registration h2,
.registration-login .login h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 10px;
}

.registration ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.registration ul .list-element {
  display: flex;
}
.registration ul .list-element img.first-img-element {
  margin-top: -20px;
}
.registration ul .list-element img.second-img-element {
  margin-top: 5px;
}

.registration ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-left: 8px;
}

.center-buttons {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.center-buttons .line-container {
  margin-top: 15px;
}
.center-buttons .line-container p {
  position: relative;
  margin: 0 10px;
}
.center-buttons .line-container p::before,
.center-buttons .line-container p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 130px; /* Length of the line */
  border-top: 1px solid rgba(41, 149, 187, 0.2); /* Line style and color */
}
.center-buttons .line-container p::before {
  left: -140px; /* Position the left line */
  transform: translateY(-50%);
}
.center-buttons .line-container p::after {
  right: -140px; /* Position the right line */
  transform: translateY(-50%);
}

.styled-button {
  border: 1px solid var(--jano-blue);
  display: block;
  width: 75%;
  margin-top: 10px;
  border-radius: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 10px;
  text-align: center;
}

.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 80%;
  background-color: white;
  z-index: 1;
}

.loader {
  margin-left: -24px;
  margin-top: -24px;
  position: relative;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 5px solid #777;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  text-align: center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--jano-teal);
  background: var(--jano-teal-light);
  border-radius: 20px;
  margin-bottom: 16px;
}

.section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--jano-teal);
  margin-bottom: 12px;
}

.overview-section {
  padding: 72px 24px;
  background: var(--white);
}
.overview-section.gray {
  background: var(--gray-50);
}

.overview-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--gray-700);
  font-weight: 500;
}
.hero-checklist li svg {
  color: var(--jano-teal);
  flex-shrink: 0;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--gray-900);
  margin-bottom: 12px;
}

.section-header p {
  font-size: 17px;
  color: var(--gray-500);
  max-width: 580px;
  margin: 0 auto;
}

.trust-bar {
  padding: 48px 24px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.trust-bar-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.trust-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--jano-blue);
  letter-spacing: -1px;
}

.trust-stat-label {
  font-size: 14px;
  color: var(--gray-500);
  font-weight: 500;
}

.trust-divider {
  width: 1px;
  height: 48px;
  background: var(--gray-200);
}

.page-hero {
  background: linear-gradient(175deg, var(--white) 0%, var(--gray-50) 60%, var(--jano-teal-light) 100%);
  padding: 72px 24px 60px;
}

.page-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--jano-teal);
  background: var(--jano-teal-light);
  border-radius: 20px;
  margin-bottom: 20px;
}

.page-hero h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--gray-900);
  margin-bottom: 20px;
}
.page-hero h1 .highlight {
  color: var(--jano-blue);
}

.page-hero .hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 36px;
}

.page-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.usecases-section {
  padding: 72px 24px;
}
.usecases-section.gray {
  background: var(--gray-50);
}

.usecases-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.usecase-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: all 0.2s;
}
.usecase-card:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.usecase-icon {
  width: 48px;
  height: 48px;
  background: var(--jano-blue-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.usecase-icon svg {
  color: var(--jano-blue);
}

.usecase-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}

.usecase-card p {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.6;
}

.hero {
  background: linear-gradient(175deg, var(--white) 0%, var(--gray-50) 50%, var(--jano-teal-light) 100%);
  padding: 80px 24px 60px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-content {
  max-width: 560px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--gray-900);
  margin-bottom: 20px;
}
.hero h1 .highlight {
  color: var(--jano-blue);
}
.hero h1 strong {
  color: var(--jano-blue);
  font-weight: inherit;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 32px;
  max-width: 480px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.hero-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-trust-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--jano-teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-trust-icon svg {
  width: 18px;
  height: 18px;
  color: var(--jano-teal);
  flex-shrink: 0;
}

.hero-trust-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-700);
  line-height: 1.4;
}
.hero-trust-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-900);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  border-radius: var(--radius-lg);
}

.hero-illustration {
  width: 100%;
  max-width: 480px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  overflow: hidden;
}

.illustration-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: 12px;
}

.illustration-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.illustration-dot.green {
  background: #34d399;
}
.illustration-dot.yellow {
  background: #fbbf24;
}
.illustration-dot.red {
  background: #f87171;
}

.illustration-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
  margin-left: 4px;
}

.illustration-body {
  padding: 24px;
}

.doc-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.doc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--gray-50);
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-100);
}

.doc-icon {
  width: 40px;
  height: 40px;
  background: var(--jano-blue);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.doc-icon svg {
  color: var(--white);
}

.doc-info {
  flex: 1;
  min-width: 0;
}

.doc-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-800);
}

.doc-status {
  font-size: 12px;
  color: var(--gray-500);
}

.doc-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.doc-badge.active {
  background: var(--green-100);
  color: var(--green-800);
}
.doc-badge.draft {
  background: #fef3c7;
  color: #92400e;
}

.why-section {
  padding: 96px 24px;
  background: var(--white);
}

.why-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s;
}
.why-card:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  background: var(--white);
}

.why-icon {
  width: 48px;
  height: 48px;
  background: var(--jano-blue-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-icon svg {
  color: var(--jano-blue);
}
.why-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.why-card-text h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-900);
}

.why-card-text p {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.65;
}

.why-card-subitems {
  list-style: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.why-card-subitems li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray-600);
  font-weight: 500;
}
.why-card-subitems li svg {
  color: var(--jano-teal);
  flex-shrink: 0;
}
.why-card-subitems li a {
  color: var(--jano-blue);
  text-decoration: none;
}
.why-card-subitems li a:hover {
  text-decoration: underline;
}

.why-card--dark {
  background: linear-gradient(135deg, var(--jano-navy), #2a3f5f);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.why-card--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: linear-gradient(135deg, var(--jano-navy), #2a3f5f);
}
.why-card--dark .why-icon {
  background: rgba(255, 255, 255, 0.15);
}
.why-card--dark .why-card-text h3 {
  color: var(--white);
}
.why-card--dark .why-card-text p {
  color: rgba(255, 255, 255, 0.85);
}
.why-card--dark .why-card-subitems li {
  color: rgba(255, 255, 255, 0.8);
}

.why-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  background: var(--white);
  color: var(--jano-navy);
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s;
}
.why-card-cta:hover {
  transform: translateY(-1px);
}

.why-section--usecases .why-inner {
  max-width: 1000px;
}
.why-section--usecases .why-grid {
  gap: 20px;
}
.why-section--usecases .why-card {
  background: var(--white);
  border-color: var(--gray-200);
}
.why-section--usecases .why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 8px;
}

.why-section--docs {
  background: var(--gray-50);
}
.why-section--docs .why-card {
  background: var(--white);
  border-color: var(--gray-100);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.why-grid--left {
  grid-template-columns: repeat(2, 1fr);
}
.why-grid--left .why-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
}
.why-grid--left .why-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.how-section {
  padding: 96px 24px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
}

.how-inner {
  max-width: 900px;
  margin: 0 auto;
}

.how-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.how-step {
  flex: 0 0 260px;
  max-width: 300px;
  text-align: center;
}

.how-step-number {
  width: 56px;
  height: 56px;
  background: var(--jano-blue);
  color: var(--white);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.how-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 10px;
}

.how-step p {
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-visual {
    order: -1;
  }
  .hero-illustration {
    max-width: 400px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid--left {
    grid-template-columns: 1fr;
  }
  .how-step {
    flex: 0 0 100%;
    max-width: 360px;
  }
  .usecases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
  .page-hero h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .page-hero .hero-sub {
    font-size: 16px;
  }
  .page-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .trust-bar-inner {
    flex-direction: column;
    gap: 24px;
  }
  .trust-divider {
    width: 48px;
    height: 1px;
  }
  .usecases-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .hero {
    padding: 48px 24px 40px;
  }
  .hero h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .hero-sub {
    font-size: 16px;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .hero-trust-row {
    grid-template-columns: 1fr;
  }
  .hero-illustration {
    max-width: 100%;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-grid--left {
    grid-template-columns: 1fr;
  }
  .why-grid--left .why-card {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .page-hero {
    padding: 56px 24px 48px;
  }
  .page-hero h1 {
    font-size: 28px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .why-grid--left .why-card {
    flex-direction: column;
  }
}
.timeline-section {
  padding: 96px 24px;
  background: var(--white);
}

.timeline-inner {
  max-width: 900px;
  margin: 0 auto;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 64px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--jano-blue), var(--jano-teal));
}

.timeline-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 48px;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-year-col {
  width: 128px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.timeline-year {
  font-size: 22px;
  font-weight: 800;
  color: var(--jano-blue);
  letter-spacing: -0.5px;
  background: var(--white);
  padding: 4px 0;
  position: relative;
  z-index: 1;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--jano-blue);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--jano-blue);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline-content {
  flex: 1;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.timeline-content:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
}

.timeline-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.tl-label {
  color: var(--jano-blue);
  font-weight: 800;
}

.timeline-text {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.65;
  white-space: pre-line;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 40px;
  }
  .timeline-year-col {
    width: 80px;
  }
  .timeline-year {
    font-size: 17px;
  }
  .timeline-item {
    gap: 20px;
  }
  .timeline-content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .timeline-item {
    flex-direction: column;
    gap: 8px;
  }
  .timeline-year-col {
    flex-direction: row;
    width: 100%;
    gap: 12px;
    align-items: center;
  }
  .timeline::before {
    display: none;
  }
}
.package-section {
  padding: 80px 24px;
  background: var(--white);
}
.package-section.gray {
  background: var(--gray-50);
}

.package-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.package-box {
  background: var(--white);
  border: 2px solid var(--jano-blue);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 153, 184, 0.12);
}

.package-header {
  background: linear-gradient(135deg, var(--jano-blue), var(--jano-navy));
  color: var(--white);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.package-header-content {
  flex: 1;
}

.package-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.package-subtitle {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.5;
}

.pricing-toggle-wrap {
  margin-top: 20px;
}

.pricing-toggle-pills {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: 4px;
  gap: 4px;
}

.pricing-toggle-pill {
  padding: 8px 18px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pricing-toggle-pill.active {
  background: var(--white);
  color: var(--jano-blue);
}
.pricing-toggle-pill:hover:not(.active) {
  color: var(--white);
}

.save-chip {
  font-size: 11px;
  font-weight: 700;
  background: var(--green-400);
  color: var(--green-800);
  padding: 2px 7px;
  border-radius: 10px;
}

.package-price-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 20px 28px;
  min-width: 140px;
}

.package-price-amount {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}

.package-price-period {
  font-size: 14px;
  opacity: 0.75;
  margin-top: 4px;
}

.package-price-note {
  font-size: 12px;
  opacity: 0.65;
  margin-top: 4px;
}

.package-body {
  padding: 40px 48px;
}

.package-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  margin-bottom: 32px;
}

.package-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--gray-700);
}
.package-feature svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--jano-teal);
}

.package-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .package-features-grid {
    grid-template-columns: 1fr;
  }
  .package-header {
    flex-direction: column;
    text-align: center;
  }
  .package-body {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .package-body {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .package-header {
    padding: 28px 24px;
  }
}
.pricing-section {
  padding: 96px 24px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
}

.pricing-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto 32px;
  max-width: 960px;
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s;
}
.pricing-card.popular {
  border-color: var(--jano-blue);
  box-shadow: 0 4px 20px rgba(0, 153, 184, 0.18);
}
.pricing-card.pro {
  border-color: var(--jano-teal);
  box-shadow: 0 2px 12px rgba(0, 178, 204, 0.12);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--jano-blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-tier-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 8px;
}

.pricing-card.popular .pricing-tier-name {
  color: var(--jano-blue);
}

.pricing-card.pro .pricing-tier-name {
  color: var(--jano-teal);
}

.pricing-amount {
  font-size: 40px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-currency {
  font-size: 22px;
  font-weight: 700;
}

.pricing-period {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 16px;
}

.pricing-tagline {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
  line-height: 1.5;
  flex: 0;
}

.pricing-features {
  list-style: none;
  margin-bottom: 28px;
  flex: 1;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-600);
  padding: 6px 0;
  border-bottom: 1px solid var(--gray-50);
}
.pricing-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.check {
  color: var(--jano-teal);
}

.x-mark {
  color: var(--gray-300);
}

.pricing-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  color: var(--jano-blue);
  font-family: "Inter", sans-serif;
}
.pricing-cta-btn:hover {
  border-color: var(--jano-blue);
  background: var(--gray-50);
}
.pricing-cta-btn.blue {
  background: var(--jano-blue);
  color: var(--white);
  border-color: var(--jano-blue);
}
.pricing-cta-btn.blue:hover {
  background: var(--jano-blue-dark);
  border-color: var(--jano-blue-dark);
}

.pricing-card.pro .pricing-cta-btn {
  border-color: var(--jano-teal);
  color: var(--jano-teal);
}
.pricing-card.pro .pricing-cta-btn:hover {
  background: var(--jano-teal);
  color: var(--white);
  border-color: var(--jano-teal);
}

.pricing-note {
  text-align: center;
  font-size: 13px;
  color: var(--gray-400);
  margin-top: 8px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 700px) and (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
@media (max-width: 699px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}
.faq-section {
  padding: 72px 24px;
  background: var(--white);
}
.faq-section.gray {
  background: var(--gray-50);
}

.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  transition: background 0.15s;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.faq-q:hover {
  background: var(--gray-50);
}
.faq-q.open {
  color: var(--jano-blue);
  background: var(--gray-50);
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: var(--gray-400);
}

.faq-q.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--jano-blue);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.faq-a.open {
  grid-template-rows: 1fr;
}

.faq-a-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-a-content {
  padding: 20px 24px;
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.7;
  border-top: 1px solid var(--gray-100);
}

@media (prefers-reduced-motion: reduce) {
  .faq-a {
    transition: none;
  }
  .faq-chevron {
    transition: none;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 56px 16px;
  }
  .faq-q {
    font-size: 15px;
    padding: 16px 18px;
  }
}
.cta-band {
  padding: 80px 24px;
  background: linear-gradient(135deg, var(--jano-blue), var(--jano-navy));
  color: var(--white);
  text-align: center;
}

.cta-band-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-band h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: var(--white);
}

.cta-band p {
  font-size: 17px;
  opacity: 0.85;
  margin-bottom: 36px;
  line-height: 1.7;
}

.cta-band-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .cta-band h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .cta-band {
    padding: 56px 24px;
  }
  .cta-band h2 {
    font-size: 26px;
  }
  .cta-band-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-band-buttons .btn-primary,
  .cta-band-buttons .btn-white,
  .cta-band-buttons .btn-outline-white {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .cta-band h2 {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}
.support-section {
  padding: 72px 24px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
}

.support-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.support-inner h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.support-inner p {
  font-size: 16px;
  color: var(--gray-500);
  margin-bottom: 32px;
}

.support-options {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.support-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  min-width: 200px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.support-card:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.support-card-icon {
  width: 44px;
  height: 44px;
  background: var(--jano-blue-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-card-icon svg {
  color: var(--jano-blue);
}

.support-card-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-800);
}

.support-card-sub {
  font-size: 12px;
  color: var(--gray-500);
}

.ehi-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  text-decoration: none;
}
.ehi-badge:hover {
  box-shadow: var(--shadow-md);
}

.ehi-badge-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8102e, #8b0018);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ehi-badge-logo svg {
  color: #fff;
}

.ehi-badge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ehi-badge-rating {
  font-size: 22px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.5px;
  line-height: 1;
}

.ehi-badge-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ehi-badge-stars {
  display: flex;
  gap: 2px;
  margin-top: 2px;
}
.ehi-badge-stars svg {
  color: #f59e0b;
}

@media (max-width: 768px) {
  .support-options {
    flex-direction: column;
    align-items: center;
  }
  .support-card {
    width: 100%;
    max-width: 360px;
  }
}
.clarius-section {
  padding: 72px 24px;
  background: var(--jano-navy);
  color: var(--white);
}

.clarius-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.clarius-header {
  text-align: center;
  margin-bottom: 48px;
}
.clarius-header h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
  color: var(--white);
}
.clarius-header p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 auto;
}

.clarius-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.clarius-card {
  flex: 0 0 280px;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 28px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}
.clarius-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.clarius-card-icon-box {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.clarius-card-icon-box svg {
  color: rgba(255, 255, 255, 0.9);
}

.clarius-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.clarius-card-tagline {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.clarius-card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  flex: 1;
}

.clarius-card-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s;
}

.clarius-card:hover .clarius-card-cta {
  color: rgba(255, 255, 255, 0.95);
}

.clarius-feature-list {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.clarius-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.clarius-feature-list li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--jano-teal);
}

.clarius-cta-center {
  text-align: center;
}

@media (max-width: 768px) {
  .clarius-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jano-login-page {
  min-height: 100vh;
  background: linear-gradient(160deg, var(--gray-50) 0%, var(--jano-teal-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.jano-login-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(0, 153, 184, 0.12);
  padding: 48px;
  width: 100%;
  max-width: 440px;
}

.jano-login-logo {
  text-align: center;
  margin-bottom: 32px;
}
.jano-login-logo img {
  height: 44px;
  width: auto;
}

.jano-login-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--gray-900);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.jano-login-subtitle {
  font-size: 15px;
  color: var(--gray-500);
  text-align: center;
  margin-bottom: 32px;
}

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

.jano-form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 8px;
}

.jano-form-input {
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  color: var(--gray-900);
}
.jano-form-input:focus {
  border-color: var(--jano-blue);
  box-shadow: 0 0 0 3px rgba(0, 110, 138, 0.2);
}
.jano-form-input::placeholder {
  color: var(--gray-400);
}

.jano-login-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  background: var(--jano-blue);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 8px;
}
.jano-login-btn:hover {
  background: var(--jano-blue-dark);
}

a.jano-login-btn {
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
}

.jano-login-forgot {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.jano-login-forgot a {
  color: var(--jano-blue);
  text-decoration: none;
  font-weight: 500;
}
.jano-login-forgot a:hover {
  text-decoration: underline;
}

.jano-login-divider {
  text-align: center;
  color: var(--gray-500);
  font-size: 13px;
  margin: 24px 0;
  position: relative;
}
.jano-login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gray-200);
}
.jano-login-divider span {
  background: #fff;
  padding: 0 12px;
  position: relative;
}

.jano-login-register {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: var(--gray-600);
}
.jano-login-register a {
  color: var(--jano-blue);
  font-weight: 600;
  text-decoration: none;
}
.jano-login-register a:hover {
  text-decoration: underline;
}

.myjano-layout {
  min-height: 100vh;
  background: var(--gray-50);
}

.myjano-sidebar {
  width: 260px;
  background: var(--white);
  border-right: 1px solid var(--gray-200);
  padding: 32px 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 100;
}

.myjano-sidebar-logo {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-200);
}
.myjano-sidebar-logo img {
  height: 36px;
  width: auto;
}

.myjano-nav-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-500);
  margin-bottom: 10px;
  margin-top: 24px;
}

.myjano-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 0.15s, color 0.15s;
  margin-bottom: 2px;
}
.myjano-nav a:hover {
  background: var(--gray-50);
  color: var(--jano-blue);
}
.myjano-nav a.active {
  background: var(--jano-blue-light);
  color: var(--jano-blue);
  font-weight: 600;
}
.myjano-nav a svg {
  flex-shrink: 0;
}

.myjano-main {
  margin-left: 260px;
  padding: 40px;
}

.myjano-header {
  margin-bottom: 32px;
}
.myjano-header h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.5px;
}
.myjano-header p {
  font-size: 15px;
  color: var(--gray-500);
  margin-top: 4px;
}

.myjano-welcome {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px;
  margin-bottom: 28px;
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.7;
}
.myjano-welcome p {
  margin: 0;
}

.myjano-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
  gap: 20px;
  margin-bottom: 32px;
  justify-content: start;
}

.myjano-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px;
}

.myjano-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.myjano-card-icon {
  width: 44px;
  height: 44px;
  background: var(--jano-blue-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.myjano-card-icon svg {
  color: var(--jano-blue);
}

.myjano-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
}

.myjano-card-sub {
  font-size: 13px;
  color: var(--gray-500);
}

.myjano-product-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--jano-teal-light);
  color: var(--jano-blue);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.myjano-product-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 6px;
}

.myjano-product-price {
  font-size: 14px;
  color: var(--gray-500);
}

.myjano-product-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--green-100);
  color: var(--green-800);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.myjano-product-status::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--green-600);
  border-radius: 50%;
  display: inline-block;
}

.myjano-section-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gray-500);
  margin: 8px 0 16px;
}

.myjano-tab-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.myjano-card--link {
  display: block;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.myjano-card--link:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.myjano-card-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}

.myjano-file-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--jano-blue);
  text-decoration: none;
}
.myjano-file-link svg {
  flex-shrink: 0;
}
.myjano-file-link:hover {
  text-decoration: underline;
}

.myjano-file-ext {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
}

.myjano-promo {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 32px;
  background: linear-gradient(135deg, var(--jano-blue), var(--jano-navy));
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 32px;
  color: var(--white);
}

.myjano-promo-main {
  display: flex;
  gap: 24px;
  align-items: center;
}
.myjano-promo-main h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.myjano-promo-main .btn-white {
  margin-top: 8px;
}

.myjano-promo-img {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}

.myjano-promo-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 20px;
}
.myjano-promo-text p {
  margin: 0;
}

.myjano-promo-aside {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 32px;
}
.myjano-promo-aside h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.myjano-promo-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.myjano-promo-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}
.myjano-promo-list li svg {
  color: var(--jano-teal);
  flex-shrink: 0;
  margin-top: 2px;
}

.myjano-promo-link {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.myjano-promo-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .myjano-promo {
    grid-template-columns: 1fr;
  }
  .myjano-promo-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .myjano-promo-aside {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  .myjano-sidebar {
    display: none;
  }
  .myjano-main {
    margin-left: 0;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .jano-login-card {
    padding: 32px 24px;
  }
}
.detail-hero {
  background: linear-gradient(170deg, var(--white) 0%, var(--jano-blue-light) 100%);
  padding: 72px 24px 56px;
}

.detail-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.detail-breadcrumb a {
  color: var(--jano-blue);
  text-decoration: none;
}
.detail-breadcrumb a:hover {
  text-decoration: underline;
}
.detail-breadcrumb span {
  color: var(--gray-400);
}

.breadcrumb-sep {
  color: var(--gray-400);
}

.detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  background: var(--jano-teal-light);
  color: var(--jano-teal);
  margin-bottom: 20px;
}

.detail-hero h1 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--gray-900);
  margin-bottom: 16px;
}

.detail-hero-sub {
  font-size: 18px;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 620px;
  margin: 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 24px;
  align-items: start;
}

.detail-main {
  min-width: 0;
}

.detail-desc {
  font-size: 17px;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 32px;
}

.detail-section-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.5px;
  margin: 40px 0 20px;
}

.detail-content-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 32px;
  margin-bottom: 32px;
}
.detail-content-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 20px;
}

.detail-bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.5;
}
.detail-bullet-list li svg {
  color: var(--jano-teal);
  flex-shrink: 0;
  margin-top: 2px;
}

.detail-note {
  background: var(--gray-50);
  border-left: 3px solid var(--jano-blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.6;
}
.detail-note strong {
  display: block;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 6px;
}

.detail-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.detail-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.detail-step p {
  font-size: 15px;
  color: var(--gray-700);
  padding-top: 5px;
  margin: 0;
}

.detail-step-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--jano-blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.detail-promo-box {
  background: linear-gradient(135deg, var(--jano-blue), var(--jano-navy));
  border-radius: var(--radius-md);
  padding: 32px;
  color: var(--white);
  margin-bottom: 32px;
}
.detail-promo-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.detail-promo-box p {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 20px;
  line-height: 1.6;
}

.detail-related-section {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  padding: 64px 24px;
}

.detail-related-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.detail-related-inner h2 {
  font-size: 22px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.detail-related-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 20px;
  text-decoration: none;
  display: block;
  transition: all 0.2s;
}
.detail-related-card:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.detail-related-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 6px;
  line-height: 1.4;
}

.detail-related-card-desc {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.5;
}

.detail-sidebar {
  position: sticky;
  top: 100px;
}

.buy-card {
  background: var(--white);
  border: 2px solid var(--jano-blue);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 153, 184, 0.12);
}

.buy-price-label {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 6px;
}

.buy-amount {
  font-size: 42px;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 6px;
}

.buy-period {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 24px;
}

.buy-cta {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}

.buy-legal {
  font-size: 12px;
  color: var(--gray-400);
  font-style: italic;
  line-height: 1.5;
  margin-top: 8px;
}
.buy-legal a {
  color: var(--jano-blue);
}

.buy-divider {
  height: 1px;
  background: var(--gray-200);
  margin: 20px 0;
}

.buy-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buy-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray-600);
}
.buy-trust-item svg {
  color: var(--jano-teal);
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .detail-layout {
    grid-template-columns: 1fr 300px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .detail-hero h1 {
    font-size: 28px;
  }
  .detail-hero {
    padding: 56px 24px 40px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }
  .detail-sidebar {
    position: static;
  }
  .buy-card {
    order: -1;
  }
}
@media (max-width: 480px) {
  .detail-hero h1 {
    font-size: 24px;
  }
  .detail-content-box {
    padding: 20px;
  }
}
.catalog-section {
  padding: 72px 24px;
  background: var(--gray-50);
}

.catalog-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.catalog-cta-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -24px;
  margin-bottom: 24px;
}

.kat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.kat-chip {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  border: 1.5px solid var(--gray-200);
  color: var(--gray-600);
  background: var(--white);
}
.kat-chip:hover {
  border-color: var(--jano-blue);
  color: var(--jano-blue);
}
.kat-chip.active {
  background: var(--jano-blue);
  color: var(--white);
  border-color: var(--jano-blue);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-card:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.product-card--static {
  cursor: default;
}
.product-card--static:hover {
  border-color: var(--gray-200);
  box-shadow: none;
  transform: none;
}
.product-card.is-hidden {
  display: none;
}
.product-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
  line-height: 1.4;
}
.product-card p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.product-card-kat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--jano-teal);
  margin-bottom: 10px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  margin-top: auto;
  border-top: 1px solid var(--gray-100);
}

.product-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-800);
}

.product-arrow {
  width: 28px;
  height: 28px;
  background: var(--jano-blue-light);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jano-blue);
  cursor: pointer;
  transition: all 0.15s;
  flex-shrink: 0;
}

.product-card:hover .product-arrow,
.product-arrow:hover {
  background: var(--jano-blue);
  color: var(--white);
}

.catalog-empty {
  color: var(--gray-500);
  text-align: center;
  padding: 32px 0;
}

@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .catalog-cta-row {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.search-hero {
  background: linear-gradient(170deg, var(--white) 0%, var(--jano-blue-light) 100%);
  padding: 64px 24px 48px;
}

.search-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.search-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 20px;
}
.search-breadcrumb a {
  color: var(--jano-blue);
  text-decoration: none;
}
.search-breadcrumb a:hover {
  text-decoration: underline;
}
.search-breadcrumb span {
  color: var(--gray-400);
}

.search-hero h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--gray-900);
  margin-bottom: 24px;
}

.search-hero-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  max-width: 520px;
  box-shadow: var(--shadow-sm);
}
.search-hero-form svg {
  color: var(--gray-400);
  flex-shrink: 0;
}
.search-hero-form input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  color: var(--gray-900);
  background: transparent;
}
.search-hero-form input::placeholder {
  color: var(--gray-400);
}

.search-count {
  margin-top: 16px;
  font-size: 14px;
  color: var(--gray-500);
}

.search-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 72px;
  align-items: start;
}

.search-main {
  min-width: 0;
}

.search-result {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.search-result:hover {
  border-color: var(--jano-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.search-result-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.4;
}

.search-result-desc {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.6;
}

.search-result-url {
  font-size: 12px;
  color: var(--jano-blue);
  word-break: break-all;
}

.search-empty {
  font-size: 15px;
  color: var(--gray-500);
  padding: 24px 0;
}

.search-sidebar {
  position: sticky;
  top: 100px;
}

.search-support {
  background: linear-gradient(135deg, var(--jano-blue), var(--jano-navy));
  border-radius: var(--radius-lg);
  padding: 28px;
  color: var(--white);
}
.search-support h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search-support p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
  margin-bottom: 20px;
}

.search-support-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search-support-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.search-support-contact a svg {
  opacity: 0.85;
  flex-shrink: 0;
}
.search-support-contact a:hover {
  text-decoration: underline;
}

.search-pagination-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination-buttons {
  display: flex;
  gap: 6px;
}

.btn-pagination,
.pagination-prev,
.pagination-next {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--gray-200);
  background: var(--white);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  cursor: pointer;
  transition: all 0.15s;
}
.btn-pagination:hover:not(:disabled),
.pagination-prev:hover:not(:disabled),
.pagination-next:hover:not(:disabled) {
  border-color: var(--jano-blue);
  color: var(--jano-blue);
}
.btn-pagination:disabled,
.pagination-prev:disabled,
.pagination-next:disabled {
  opacity: 0.4;
  cursor: default;
}

.btn-pagination.selected {
  background: var(--jano-blue);
  border-color: var(--jano-blue);
  color: var(--white);
}

.result-summary {
  font-size: 13px;
  color: var(--gray-500);
  margin-top: 24px;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .search-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .search-sidebar {
    position: static;
  }
}
@media (max-width: 768px) {
  .search-hero h1 {
    font-size: 26px;
  }
  .search-hero {
    padding: 48px 24px 36px;
  }
}
a {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: inherit;
}

.btn-round {
  display: flex;
  padding: 14px 25px;
  gap: 11px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  border: none;
  background: none;
}
.btn-round.slim {
  padding: 0 48px;
  height: 44px;
}
.btn-round.solid-white-blue-shadowed {
  background: var(--jano-blue-light);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--jano-blue);
}
.btn-round.disabled {
  pointer-events: none;
  background-color: var(--gray-400) !important;
}
.btn-round.selected {
  border: 2px solid var(--jano-blue);
}
.btn-round.selected:hover {
  background: var(--jano-blue-light) !important;
}
.btn-round.unselected {
  opacity: 0.7;
  border: 1px solid var(--gray-600);
}
.btn-round.unselected:hover {
  opacity: 1;
  border: 1px solid var(--jano-navy);
}

.btn-underline-with-arrow {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid var(--jano-blue);
  font-weight: bold;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  position: relative;
  height: fit-content;
}
.btn-underline-with-arrow:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='$jnl-dark-blue' xmlns='http://www.w3.org/2000/svg'><path d='M5.84086 5.38862L1.44079 9.83902C1.22858 10.0537 0.884535 10.0537 0.672348 9.83902L0.159153 9.31995C-0.0526957 9.10568 -0.0531032 8.75841 0.158247 8.54363L3.64538 4.99999L0.158247 1.45637C-0.0531032 1.24159 -0.0526957 0.89432 0.159153 0.680047L0.672348 0.160979C0.884558 -0.0536598 1.22861 -0.0536598 1.44079 0.160979L5.84084 4.61138C6.05305 4.826 6.05305 5.17398 5.84086 5.38862Z' fill='$jnl-dark-blue'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
.btn-underline-with-arrow.white {
  color: white;
}
.btn-underline-with-arrow.white:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M5.84086 5.38862L1.44079 9.83902C1.22858 10.0537 0.884535 10.0537 0.672348 9.83902L0.159153 9.31995C-0.0526957 9.10568 -0.0531032 8.75841 0.158247 8.54363L3.64538 4.99999L0.158247 1.45637C-0.0531032 1.24159 -0.0526957 0.89432 0.159153 0.680047L0.672348 0.160979C0.884558 -0.0536598 1.22861 -0.0536598 1.44079 0.160979L5.84084 4.61138C6.05305 4.826 6.05305 5.17398 5.84086 5.38862Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}

.support-btn-position {
  position: fixed;
  right: 20px;
  top: 640px;
  z-index: 2;
}

.btn-dot {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--gray-400);
}
.btn-dot.selected {
  background-color: var(--jano-blue);
}
.btn-dot:hover {
  background-color: var(--jano-blue);
}

.btn-capital-text {
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--jano-blue);
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.btn-capital-text:hover {
  color: var(--jano-navy);
}
.btn-capital-text:hover .nav-arrow-right-icon, .btn-capital-text:hover .nav-arrow-left-icon {
  background-color: var(--jano-navy);
}
.btn-capital-text.disabled {
  color: #689FAD;
  cursor: default;
}
.btn-capital-text.disabled .nav-arrow-right-icon, .btn-capital-text.disabled .nav-arrow-left-icon {
  background-color: #689FAD;
}

.btn-pagination {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: var(--jano-blue);
  background-color: transparent;
}
.btn-pagination:hover {
  color: var(--jano-navy);
  background-color: var(--gray-50);
}
.btn-pagination.selected {
  color: var(--jano-blue);
  background-color: var(--jano-blue-light);
  cursor: default;
}

.trash-btn {
  height: 20px;
  width: 16px;
  -webkit-mask: url("../images/icons/trash-4459856191c4ef956643041f9808411a.svg") no-repeat center;
  mask: url("../images/icons/trash-4459856191c4ef956643041f9808411a.svg") no-repeat center;
  background-color: #939599;
}
.trash-btn:hover {
  background-color: var(--gray-600);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--jano-blue);
  border: none;
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 0 2px 4px rgba(0, 153, 184, 0.25);
}
.btn-primary:hover {
  background: var(--jano-blue-dark);
  box-shadow: 0 4px 12px rgba(0, 153, 184, 0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--jano-blue);
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}
.btn-secondary:hover {
  border-color: var(--jano-blue);
  background: var(--gray-50);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--jano-blue);
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}
.btn-white:hover {
  background: var(--gray-100);
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}
.btn-outline-white:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--jano-teal);
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s;
}
.btn-ghost:hover {
  color: var(--jano-blue);
}

.btn-primary.disabled, .btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-white.disabled,
.btn-white:disabled,
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none;
  transform: none;
}
.btn-primary.less-padding,
.btn-secondary.less-padding,
.btn-white.less-padding,
.btn-outline-white.less-padding {
  padding: 9px 16px;
  font-size: 14px;
}

.form-input {
  position: relative;
  height: 48px;
  width: 256px;
  box-sizing: border-box;
  background: white;
  border: 2px solid var(--gray-400);
  border-radius: 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-input .search-input {
  padding: 13px 10px 12px 52px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.form-input img {
  position: absolute;
  left: 10px;
  top: -1px;
}

.form-group {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-group.search-container {
  display: inline-block;
  position: relative;
}
.form-group .search-icon,
.form-group .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-group .search-icon {
  left: 10px;
}
.form-group .clear-icon {
  right: 12px;
  display: none;
  cursor: pointer;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--jano-navy);
}
.form-group input {
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid var(--gray-400);
  border-radius: 8px;
  box-sizing: border-box;
}
.form-group input.search-input {
  border-radius: 30px;
  padding: 11px 24px 12px 49px;
}
.form-group input.w-standard {
  width: 288px;
}
.form-group input.w-tiny {
  width: 118px;
}
.form-group input.w-wide {
  width: 399px;
}
.form-group input:focus {
  outline: none;
  border-color: var(--jano-blue);
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group input:hover:not(:focus) {
  border-color: var(--gray-900);
}
.form-group textarea {
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid var(--gray-400);
  border-radius: 8px;
  box-sizing: border-box;
}
.form-group textarea:focus {
  outline: none;
  border-color: var(--jano-blue);
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group textarea:hover:not(:focus) {
  border-color: var(--gray-900);
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/icons/triangle_down-c814e0d13b6456464d3298b896994ce1.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px;
  position: relative;
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
}
.form-group select.w-standard {
  width: 288px;
}
.form-group select.w-tiny {
  width: 118px;
}
.form-group select.w-wide {
  width: 399px;
}
.form-group select:focus {
  outline: none;
  border-color: var(--jano-blue);
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group select:hover:not(:focus) {
  border-color: var(--gray-900);
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #939599;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  accent-color: var(--jano-blue);
}
input[type=checkbox]:checked {
  background-color: var(--jano-blue);
  border: none;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=checkbox]:checked:hover {
  background-color: var(--jano-blue);
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--gray-400);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: var(--jano-blue);
  border: none;
}
input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-group {
  display: flex;
  margin-bottom: 24px;
}

.coupon-trigger {
  cursor: pointer;
}

.coupon-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s, opacity 0.8s;
}

.coupon-content.visible {
  opacity: 1;
  max-height: 500px;
}

.edit-button {
  cursor: pointer;
}
.edit-button.disabled {
  pointer-events: none;
}

.payment-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s, opacity 0.8s;
}

.payment-detail.visible {
  opacity: 1;
  max-height: 500px;
}

.dropdown-select {
  position: relative;
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
}
.dropdown-select:hover {
  border-color: var(--gray-900);
}
.dropdown-select::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/triangle_down-c814e0d13b6456464d3298b896994ce1.svg");
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  pointer-events: none;
}
.dropdown-select .dropdown-options {
  display: none;
  position: absolute;
  width: calc(100% + 4px);
  background: white;
  z-index: 1000;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  left: -2px;
  top: 46px;
  border-radius: 0 0 8px 8px;
  border: 2px solid var(--jano-blue);
  max-height: 300px;
  overflow: auto;
}
.dropdown-select .dropdown-options li {
  padding: 11px 24px 11px 24px;
  border-bottom: 1px solid var(--gray-200);
}
.dropdown-select .dropdown-options li.last {
  border-radius: 0 0 8px 8px;
}
.dropdown-select .dropdown-options li.selected-option {
  background-color: var(--jano-blue-light);
  color: var(--jano-blue);
}
.dropdown-select .dropdown-options li:hover {
  background-color: var(--gray-50);
}
.dropdown-select.active {
  border-radius: 8px 8px 0 0;
  border: 2px solid var(--jano-blue);
  background-color: var(--jano-blue-light);
}
.dropdown-select.active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
  background-image: url("../images/icons/triangle_down_dark-49a0db71076cfcca4b9e55c4904cf30b.svg");
}
.dropdown-select.active .dropdown-options {
  display: block;
}

.form-error {
  color: #dc3545;
  min-height: 24px;
}
.form-error ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-success {
  color: green;
  min-height: 24px;
}
.form-success ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.info-box-wrap {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.info-box-wrap .info-box {
  position: relative;
  width: 691px;
  top: -240px;
  padding: 57px 52px;
  background: white;
  --webkit-clip-path: polygon(96.7% 0, 100% 3.3%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(96.7% 0, 100% 3.3%, 100% 100%, 0 100%, 0 0);
}
.info-box-wrap .info-box .corner-top-right {
  position: absolute;
  top: 0;
  right: -4px;
}

.simple-border-box {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
  padding: 32px 24px;
}
.simple-border-box .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.simple-border-box .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.simple-border-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-element {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background: white;
  height: 464px;
  gap: 84px;
}
.cta-element.no-shadow {
  box-shadow: none;
}
.cta-element.full-width {
  background: var(--jano-blue-light);
  border-radius: 0;
  padding: 57px calc((100vw - 1440px) / 2 + 159px);
}
.cta-element .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 20px 0;
}
.cta-element .content-area > :nth-last-child(2) {
  flex-grow: 2;
}
.cta-element .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.cta-element .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-border-box-rounder {
  border-radius: 16px;
  padding: 57px 41px;
  box-shadow: 0 3px 10px 0 rgba(3, 95, 119, 0.1);
  background: white;
}

.data-box {
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
}
.data-box .box-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: var(--jano-navy);
  font-size: 14px;
  letter-spacing: 1px;
}
.data-box .data-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: var(--gray-400);
  font-size: 14px;
  letter-spacing: 0.4px;
}
.data-box .data-content {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--jano-navy);
  font-size: 16px;
}
.data-box .data-note {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #C45E00;
  font-size: 16px;
}

.simple-border {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
}

.create-account-box {
  width: 100%;
  height: 334px;
  display: flex;
}
.create-account-box .cta-part {
  width: 60%;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  border-radius: 24px 0 0 24px;
  padding: 54px 47px 54px 47px;
}
.create-account-box .action-part {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid var(--jano-blue);
  border-radius: 0 24px 24px 0;
  padding: 54px 47px 54px 47px;
}

.cta-box {
  width: 100%;
  height: 334px;
  display: flex;
  margin-top: 100px;
}
.cta-box .left-part {
  width: 60%;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  border-radius: 24px 0 0 24px;
  padding: 54px 47px 54px 47px;
}
.cta-box .right-part {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid var(--jano-blue);
  border-radius: 0 24px 24px 0;
  padding: 54px 47px 54px 47px;
}

.cta-element-3-sections {
  height: 334px;
  display: flex;
  margin-top: 100px;
}
.cta-element-3-sections .section-1 {
  height: 100%;
  border-radius: 24px 0 0 24px;
  padding: 0;
  overflow: hidden;
}
.cta-element-3-sections .section-1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cta-element-3-sections .section-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  padding: 42px;
}
.cta-element-3-sections .section-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid var(--jano-blue);
  padding: 42px;
  border-radius: 0 24px 24px 0;
}

.account-number-badge {
  background: #FFFFFF;
  border-radius: 16px;
  color: var(--jano-navy);
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}

.aoi-box {
  height: 238px;
  width: 100%;
  padding: 40px 30px 20px 30px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 16px;
  background: white;
  box-shadow: 0 3px 10px 0 rgba(3, 95, 119, 0.1);
}

.jnl-credit-box {
  background-color: rgba(5, 136, 171, 0.05);
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.recommendation-badge {
  display: flex;
  align-items: center;
  height: 26px;
  width: 83px;
  padding: 7px 12px;
  border-radius: 30px;
  background: #FFF4E5;
  color: var(--jano-blue);
  font-size: 10px;
  line-height: 0;
}

.tooltip-right {
  position: relative;
  display: flex;
}
.tooltip-right .tooltip-content {
  position: absolute;
  top: -12px;
  left: 44px;
  padding: 18px;
  font-size: 14px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #B4DBE6;
  background: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 200px;
  max-width: 300px;
  z-index: 3;
}
.tooltip-right .tooltip-content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #B4DBE6;
  top: 11px;
  left: -16px;
  z-index: 2;
}
.tooltip-right .tooltip-content:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid white;
  top: 11px;
  left: -14px;
  z-index: 3;
}
.tooltip-right:hover .tooltip-content {
  display: block;
}

.blue-box {
  border-radius: 24px;
  background: linear-gradient(284deg, var(--jano-blue) 43.07%, #63BBD4 89.11%);
}
.blue-box .icon-area {
  width: 20%;
  display: flex;
  align-items: start;
}
.blue-box .content-area {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  color: white;
}

.search-info-box {
  display: flex;
  position: absolute;
  right: 0;
  top: 12px;
}
.search-info-box .text-box {
  width: 300px;
  height: 115px;
  padding: 16px 25px;
  background-color: var(--jano-blue);
}
.search-info-box .contact-details-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  padding: 23px 25px;
  background-color: #0e7089;
}
.search-info-box .end-box {
  width: 300px;
  height: 32px;
  background-color: var(--jano-blue);
}

.profile-badge {
  width: 40px;
  height: 40px;
  background: var(--jano-blue);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-cta-box {
  display: flex;
  width: 601px;
  height: 334px;
  background: linear-gradient(281deg, var(--jano-blue) 58.93%, #63BBD4 103.26%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  margin: auto;
  padding: 49px 54px;
}
.icon-cta-box .icon-area {
  width: 190px;
  display: flex;
  align-items: start;
}
.icon-cta-box .content-area {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

.right-side-box {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
  padding: 32px 24px;
}
.right-side-box p {
  margin-bottom: 0;
}
.right-side-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.border-bottom-54 {
  border-bottom: 1px solid var(--gray-400);
  padding-bottom: 54px;
}

.data-box-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: var(--gray-400);
  font-size: 14px;
  letter-spacing: 0.4px;
}

.data-box-content {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--jano-navy);
  font-size: 16px;
}

.legal-notice p {
  font-size: unset;
  line-height: unset;
}

.jnlTable {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px var(--jano-blue-light);
  border-radius: 4px;
  table-layout: auto;
}
.jnlTable thead {
  background-color: var(--jano-blue-light);
  color: var(--jano-navy);
  height: 58px;
}
.jnlTable thead th {
  padding: 10px;
  position: relative;
}
.jnlTable thead th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--jano-blue);
  opacity: 0.7;
}
.jnlTable tbody tr {
  height: 58px;
}
.jnlTable tbody tr:nth-child(even) {
  background-color: var(--gray-50);
}
.jnlTable tbody tr:hover {
  background-color: rgba(5, 136, 171, 0.28) !important;
}
.jnlTable tbody tr:hover .edit-icon, .jnlTable tbody tr:hover .eye-icon {
  visibility: visible;
}
.jnlTable tbody tr.canceled {
  background-color: rgba(255, 193, 7, 0.1);
}
.jnlTable tbody .edit-icon, .jnlTable tbody .eye-icon {
  visibility: hidden;
}
.jnlTable tbody td {
  padding: 10px;
  border-right: 1px solid var(--jano-blue-light);
  white-space: nowrap;
  overflow: hidden;
}
.jnlTable tbody td:last-child {
  border-right: none;
}
.jnlTable tbody td .cancellation-date {
  color: #C45E00;
  font-style: italic;
}

.cart-table {
  border-collapse: collapse;
}
.cart-table thead th {
  background-color: transparent;
  padding: 10px;
}
.cart-table tbody tr {
  background-color: transparent;
}
.cart-table tbody tr td {
  background-color: var(--gray-50);
  height: 44px;
  padding: 10px;
}
.cart-table tbody tr:nth-child(odd):not(.coupon-row) td {
  background-color: white;
}
.cart-table tbody tr:not(.coupon-row) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-table tbody tr:not(.coupon-row) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cart-table tbody .coupon-row-spacer {
  height: 16px;
}
.cart-table tbody .coupon-row-spacer td {
  background-color: transparent !important;
  height: 8px;
}
.cart-table tbody .coupon-row td {
  background-color: #fefbf2;
}
.cart-table tbody .coupon-row td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-table tbody .coupon-row td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab-nav {
  margin-bottom: 48px;
}
.tab-nav .tab-button {
  border-bottom: solid 2px var(--gray-600);
  cursor: pointer;
}
.tab-nav .tab-button.active {
  color: var(--jano-blue);
  border-bottom: solid 4px var(--jano-blue);
}
.tab-nav .tab-button:first-child {
  padding-right: 24px;
}
.tab-nav .tab-button:last-child {
  padding-left: 24px;
}
.tab-nav .tab-button:not(:first-child):not(:last-child) {
  padding: 0 24px;
}
.tab-nav.table-top {
  margin-bottom: 0;
}
.tab-nav.table-top .tab-button {
  border-bottom: solid 4px var(--gray-200);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
}
.tab-nav.table-top .tab-button.active {
  color: var(--jano-blue);
  border-bottom: solid 4px var(--jano-blue);
}
.tab-nav.table-top .tab-button:not(.active):hover {
  border-bottom: solid 4px #B4DBE6;
}
.tab-nav.table-top .tab-button:first-child {
  padding-right: 24px;
}
.tab-nav.table-top .tab-button:last-child {
  padding-left: 24px;
}
.tab-nav.table-top .tab-button:not(:first-child):not(:last-child) {
  padding: 0 24px;
}

.tab-nav-bar {
  display: flex;
  justify-content: center;
}
.tab-nav-bar .tab-button {
  color: #405162;
  background-color: white;
  padding: 14px 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  border: 2px solid #405162;
  border-left-width: 0;
  height: 48px;
  position: relative;
}
.tab-nav-bar .tab-button:not(.active):hover {
  background-color: var(--jano-blue-light);
}
.tab-nav-bar .tab-button.active {
  color: white;
  background-color: #405162;
}
.tab-nav-bar .tab-button.active:hover {
  background-color: rgba(16, 38, 59, 0.9019607843);
}
.tab-nav-bar .tab-button.active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid rgba(5, 136, 171, 0.5019607843);
  top: 52px;
  left: calc(50% - 14px);
  z-index: 2;
}
.tab-nav-bar .tab-button.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid white;
  top: 53px;
  left: calc(50% - 14px);
  z-index: 2;
}
.tab-nav-bar .tab-button:first-child {
  padding: 14px 30px 14px 52px;
  border-radius: 24px 0 0 24px;
  border-left-width: 2px;
}
.tab-nav-bar .tab-button:last-child {
  border-radius: 0 24px 24px 0;
  padding: 14px 52px 14px 30px;
}
.tab-nav-bar .tab-icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  background: transparent;
  border: none;
  color: var(--gray-400);
  position: relative;
}
.tab-nav-bar .tab-icon-button .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
}
.tab-nav-bar .tab-icon-button .tab-icon {
  height: 25px;
  width: 100%;
  background-color: var(--gray-400);
}
.tab-nav-bar .tab-icon-button.active {
  color: var(--jano-blue);
}
.tab-nav-bar .tab-icon-button:not(.active):hover {
  color: var(--gray-600);
}
.tab-nav-bar .tab-icon-button:not(.active):hover .tab-icon {
  background-color: var(--gray-600);
}
.tab-nav-bar .tab-icon-button.active {
  color: var(--jano-blue);
}
.tab-nav-bar .tab-icon-button.active:hover {
  color: var(--jano-blue);
}
.tab-nav-bar .tab-icon-button.active:hover .tab-icon {
  background-color: var(--jano-blue);
}
.tab-nav-bar .tab-icon-button.active .tab-icon {
  background-color: var(--jano-blue);
}
.tab-nav-bar .tab-icon-button.active .icon-box {
  background-color: var(--jano-blue-light);
}
.tab-nav-bar .tab-icon-button.active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid rgba(5, 136, 171, 0.5019607843);
  top: 121px;
  left: calc(50% - 14px);
}
.tab-nav-bar .tab-icon-button.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid white;
  top: 122px;
  left: calc(50% - 14px);
  z-index: 2;
}

.tab-nav-bar.two-parts .tab-button.active:after {
  border-bottom: 24px solid var(--jano-blue-light);
}

.tab-content {
  padding: 30px 40px;
  margin: auto;
  background: white;
  border: 1px solid rgba(5, 136, 171, 0.3);
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 34px;
}
.tab-content.internetrecht, .tab-content.uebersichtsseite {
  display: flex;
  width: 100%;
}
.tab-content.internetrecht .image, .tab-content.uebersichtsseite .image {
  width: 544px;
  height: 417px;
  flex-shrink: 0;
  border-radius: 16px;
  margin-top: 15px;
  margin-left: 8px;
}
.tab-content.internetrecht .image .background-image, .tab-content.uebersichtsseite .image .background-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.tab-content.internetrecht .tab-nav-content, .tab-content.uebersichtsseite .tab-nav-content {
  text-align: left;
  width: 624px;
  display: flex;
  flex-direction: column;
  margin: 15px auto 5px 66px;
}
.tab-content.internetrecht .tab-nav-content ul, .tab-content.uebersichtsseite .tab-nav-content ul {
  padding-left: unset;
  margin-bottom: unset;
}
.tab-content.internetrecht .tab-nav-content .list-element, .tab-content.uebersichtsseite .tab-nav-content .list-element {
  display: flex;
  margin-top: 10px;
  height: 20px;
}
.tab-content.internetrecht .tab-nav-content .list-element li, .tab-content.uebersichtsseite .tab-nav-content .list-element li {
  list-style: none;
  padding-left: 10px;
}
.tab-content.internetrecht .tab-nav-content p, .tab-content.uebersichtsseite .tab-nav-content p {
  margin-bottom: 27px;
  letter-spacing: unset;
  text-transform: unset;
}
.tab-content.internetrecht .tab-nav-content > :nth-last-child(2), .tab-content.uebersichtsseite .tab-nav-content > :nth-last-child(2) {
  flex-grow: 2;
}
.tab-content.internetrecht .tab-nav-content .pre-headline, .tab-content.uebersichtsseite .tab-nav-content .pre-headline {
  font-size: 18px;
  width: 240px;
  height: 25px;
  margin-bottom: 20px;
  font-weight: normal;
}
.tab-content.internetrecht .tab-nav-content h2, .tab-content.uebersichtsseite .tab-nav-content h2 {
  margin-bottom: 29px !important;
  font-weight: 700;
}
.tab-content.internetrecht .tab-nav-content #tab-button-internet-recht, .tab-content.uebersichtsseite .tab-nav-content #tab-button-internet-recht {
  margin-top: 30px;
}
.tab-content.internetrecht .tab-nav-content button, .tab-content.uebersichtsseite .tab-nav-content button {
  max-width: 400px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--jano-blue);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content.internetrecht .tab-nav-content button p, .tab-content.uebersichtsseite .tab-nav-content button p {
  width: 93px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.tab-content.internetrecht .tab-nav-content .button-container, .tab-content.uebersichtsseite .tab-nav-content .button-container {
  display: flex;
  margin-top: 57px;
}
.tab-content.internetrecht .tab-nav-content .button-container a, .tab-content.uebersichtsseite .tab-nav-content .button-container a {
  padding-top: 15px;
  padding-left: 56px;
  text-decoration: underline;
}
.tab-content.uebersichtsseite {
  min-height: 550px;
}
.tab-content.no-box {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
}
.tab-content.two-parts {
  padding: 0;
}
.tab-content.two-parts .top-part {
  padding: 30px 40px 30px 38px;
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid rgba(5, 136, 171, 0.3);
  background-color: var(--jano-blue-light);
}
.tab-content.two-parts .bottom-part {
  padding: 30px 40px 30px 38px;
  border-radius: 0 0 14px 14px;
}

.tab-icon-nav-button {
  position: relative;
  top: 34px;
}
.tab-icon-nav-button:hover {
  background-color: var(--jano-navy);
}

.tab-icon-content {
  padding: 50px;
  width: 100%;
  max-height: 480px;
  background: white;
  border: 1px solid rgba(5, 136, 171, 0.3);
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 34px;
  display: flex;
  gap: 40px;
}
.tab-icon-content .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.tab-icon-content .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.tab-icon-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-image {
  height: 120px;
  width: fit-content;
  margin-left: 18%;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-contents {
  background-color: white;
  padding: 29px 34px 57px;
  width: 40%;
  border-radius: 16px;
}

.modal-close-icon {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-heading {
  margin: 20px 38px 48px 38px;
  text-align: center;
}

.modal-main {
  margin: auto 60px;
}
.modal-main form {
  border: none;
}
.modal-main .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 42px !important;
}
.modal-main .dropdown-select {
  margin: 42px 0 !important;
}

ol.jnl-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin: 0;
}
ol.jnl-list li {
  counter-increment: list-counter;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-top: 3px;
  position: relative;
  min-height: 32px;
}
ol.jnl-list li:before {
  content: counter(list-counter);
  border: 1px solid var(--gray-600);
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(50% - 16px));
  font-weight: 700;
  font-size: 14px;
  font-family: "Merriweather", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo {
  display: flex;
  justify-content: center;
  min-width: 260px;
  padding: 10px;
}

/*# sourceMappingURL=app.output.css.map */
