/* Hero block - layout matching Smart Ready design */
.block-hero {
    position: relative;
    overflow: hidden;
}

/* Background media */
.block-hero__media-abs {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.block-hero__media-video,
.block-hero__media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark blue overlay (mask) */
.block-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(284deg, rgba(13, 37, 74, 0.90) 14.25%, rgba(0, 14, 34, 0.90) 78.67%);
    pointer-events: none;
}

/* Fallback when no media - dark blue background */
.block__container.block-container-hero {
    background: #1C2C47;
    min-height: 90vh;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Content wrapper */
.block__inner.block-hero__inner {
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.block__inner-wrapper.block-hero__inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Logo + rating row */
.block-hero__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.block-hero__logo-wrap {
    display: flex;
    align-items: center;
}

.block-hero__logo {
    height: 60px;
    width: auto;
    display: block;
    object-fit: contain;
}

.block-hero__opinie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.block-hero__opinie-score {
    font-size: var(--font-size-h5);
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
}
.block-hero__opinie-score svg {
    width: 20px;
    height: 20px;
}
.block-hero__opinie-summary {
    font-size: calc(var(--font-size-small) * 1.4);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    position: relative;
}

.block-hero__opinie-summary::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40%;
    width: 62px;
    height: 10px;
    z-index: -1;
    background-color: var(--color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='10' viewBox='0 0 62 10' fill='none'%3E%3Cpath d='M55.9529 0.00782204C56.024 -0.053823 56.1381 0.267961 56.2206 0.283312C56.5868 0.350963 56.7238 0.57293 57.0827 0.697909C57.2187 0.746822 57.4316 0.752167 57.7476 0.785927C57.9199 0.805016 58.1018 0.824446 58.4526 0.895029C58.6203 0.930986 58.8667 0.983843 59.1885 1.0947C59.5052 1.19885 59.9415 1.41324 60.1451 1.56215L60.7209 1.94254C61.4293 2.66697 61.4801 3.14207 61.393 3.47687C61.2897 3.81544 60.9954 4.07485 60.5481 4.37915C60.548 4.37917 60.548 4.37919 60.548 4.37921C60.5296 4.39147 60.5109 4.40376 60.4919 4.41608C60.1337 4.65231 59.6719 4.80462 59.2593 5.06141C58.8544 5.32936 56.2381 7.05674 56.0944 7.15942C56.0245 7.21102 56.1154 7.25258 56.4292 7.36356L56.8424 7.63651C56.9572 7.6537 57.2423 7.71318 57.3778 7.68939C57.5237 7.67232 57.5738 7.62248 57.5977 7.57977C57.6384 7.49121 57.5851 7.41945 57.5692 7.42998C57.5184 7.45217 57.4394 7.73514 57.3491 7.78491C57.0562 7.94616 56.8618 7.74142 56.5691 8.52078C56.4332 8.11538 56.3057 7.71011 56.1625 7.30536C56.0056 7.4981 55.7339 6.96677 55.6332 6.99904C55.5482 7.02562 55.5057 7.34941 55.4217 7.36665C55.3275 7.38779 55.1581 7.04404 54.9866 7.10123C54.6871 7.1939 54.6698 8.03625 54.492 8.14815C54.3083 8.26395 54.0118 7.81483 53.7889 8.11743C53.7627 8.21078 53.7363 8.30414 53.7098 8.39751C53.7367 8.60618 53.7635 8.81485 53.7902 9.02353C53.6765 9.12426 53.613 8.69686 53.5018 8.69226C53.3693 8.68667 53.3239 9.09489 53.2372 9.09549C53.1674 9.09559 53.0622 8.7723 52.9691 8.7954C52.8323 8.82743 52.8801 9.29719 52.8114 9.38729C52.7902 9.42214 52.255 9.69733 52.2336 9.70168C52.0109 9.72655 51.9721 9.08281 51.786 9.03167C51.2861 8.89195 50.7874 9.42688 50.321 9.6366C50.1219 9.73016 49.905 9.69861 49.6904 9.6013C49.9747 7.9433 49.2171 6.67948 49.5548 9.25267C49.3208 8.89164 49.1769 9.59261 48.9518 9.48077C48.9019 9.45576 48.856 9.39765 48.8089 9.33264L48.7473 9.33382C48.6634 9.2077 48.5759 9.05613 48.4444 9.0638C48.0869 9.08682 47.7034 10.1084 47.5839 8.27063C47.1667 8.59927 46.7961 7.93589 46.6631 9.5607C46.5567 9.66095 46.2677 8.69678 46.1422 8.56663C46.034 8.44399 45.1394 8.01576 45.0014 7.99261C44.8592 7.96954 44.6075 7.9453 44.4866 8.08882C44.3354 8.2664 44.2394 9.95091 43.9557 7.98487C43.6442 8.14689 43.531 8.09154 43.2327 7.8654C43.1785 7.82451 43.1702 7.53232 43.1397 7.53232C43.0767 7.53286 42.9712 7.74974 42.8581 7.77703C42.6721 7.82173 42.5595 7.20773 42.5884 8.14676C42.466 8.30527 42.343 8.46377 42.2195 8.62228C42.1741 8.44138 42.1287 8.26047 42.0847 8.07956C42.0211 8.27765 41.9573 8.47573 41.8933 8.67382C41.9595 7.3141 41.503 8.11994 41.6599 8.89854C41.4195 8.61934 41.1718 8.34019 40.9332 8.06096C40.9544 6.51604 40.4086 7.88695 40.4619 8.72643C40.4345 8.72543 40.407 8.72443 40.3795 8.72343C40.1356 8.31483 39.9165 8.65241 39.6245 8.37916C39.3309 8.10594 39.3566 7.95532 39.2621 7.24556C39.1935 7.2868 39.1248 7.32804 39.056 7.36928C38.707 9.31996 38.7496 5.94712 38.1428 7.44617C37.9345 6.2236 37.454 6.8705 37.135 7.24426C37.0979 7.28767 37.0991 7.52529 37.0497 7.59896C36.929 7.77614 36.6134 7.4732 36.6302 8.23955C36.5198 8.01867 36.4115 7.79777 36.3019 7.57688C36.2151 7.71695 36.1282 7.85702 36.0411 7.99709C36.0435 8.23634 36.0459 8.47558 36.0483 8.71483C35.8643 7.90085 35.587 8.21648 35.4471 8.02265C35.4193 7.98335 35.4106 7.65336 35.3251 7.56403C35.2251 7.45798 35.0408 7.55714 34.9215 7.455C34.8784 7.82097 34.8353 8.18693 34.7922 8.5529C34.5817 8.75293 34.499 7.78858 34.3736 7.71463C34.3504 7.70178 33.9428 7.77448 33.921 7.79527C33.742 7.96007 33.8003 8.78171 33.2766 8.61C33.1833 8.57892 33.1054 8.29509 33.0214 8.28437C32.8733 8.26499 32.432 8.91392 32.4019 9.51037C32.2156 8.76578 31.7364 9.07491 31.5931 8.86056C31.5497 8.79465 31.536 8.3195 31.4036 8.21949C31.2963 8.13794 31.025 8.52087 30.8892 8.45839C30.7451 8.39031 30.6903 7.99153 30.6257 7.96388C30.5646 7.93818 30.5115 8.26096 30.4286 8.25984C30.17 8.25091 29.9313 7.73429 29.727 7.72661C29.432 7.71431 29.1789 8.67092 28.9359 9.0969C28.874 9.03561 28.8118 8.83137 28.7475 8.8301C27.9523 8.80757 27.0527 8.64057 26.2531 8.44447C25.8841 8.35436 24.9458 7.06909 25.2157 9.22754C25.0932 9.60732 24.1451 8.74638 23.9685 8.73533C23.7908 8.72435 23.6563 9.11346 23.515 9.12082C23.09 9.14266 22.7957 8.86688 22.2835 9.21068C22.1513 9.30054 22.015 9.7614 21.9366 9.75705C21.8421 9.75074 21.735 9.30804 21.613 9.28139C21.3236 9.22134 20.7745 9.37468 20.4978 9.30166C20.4469 9.28736 20.4237 8.89776 20.3497 8.77691C20.0554 8.30478 19.7365 8.35065 19.8109 9.5945C19.4378 8.89306 19.1095 9.5426 18.771 9.58726C18.0652 9.67842 16.7489 9.40997 16.1446 9.94467C15.7545 10.2821 15.7826 10.8398 15.1962 10.3697C15.0648 10.2655 14.9341 10.1241 14.7778 9.99988C14.6702 9.91407 14.5647 9.76519 14.4633 9.62927C14.2081 9.3025 13.978 9.05076 13.806 9.93294C13.4009 9.61997 13.077 9.8567 12.7589 8.80171C12.7295 9.05748 12.7002 9.31325 12.6712 9.56902C12.6213 9.57664 12.5716 9.58426 12.5222 9.59189C12.5002 9.34926 12.4783 9.10664 12.4563 8.86401C12.1051 8.80786 11.6772 9.81976 11.3866 9.82128C10.8816 9.82443 9.58916 9.48029 9.10474 9.17209C8.84583 9.00803 8.85703 9.52881 8.67074 8.46523C8.61625 8.54202 8.5623 8.61883 8.5089 8.69563C8.48347 8.93131 8.45837 9.16698 8.4336 9.40264C8.12021 9.42552 7.72236 9.07948 7.41467 9.0986C6.85961 9.13324 6.07368 9.82421 5.50354 9.43909C5.36588 9.34135 5.15013 8.87209 5.02114 8.88713C4.82358 8.9094 4.84118 9.71235 4.59758 9.74699C4.18282 9.80374 3.32004 8.94997 2.93341 9.06694C2.82022 9.10054 2.79819 9.40365 2.72402 9.44455C2.40713 9.6202 2.13025 9.63206 1.87056 10.1339C1.41526 9.42172 1.29839 8.43682 1.04304 7.46215C0.848917 6.72679 0.327662 5.03355 0.19373 4.3844C0.0995594 3.92834 0.111601 3.32208 -3.46601e-05 2.82125C0.385419 2.35157 0.65282 2.76719 1.12773 3.42867C1.82452 3.30425 2.53477 3.19393 3.23501 3.0993C3.3248 3.37141 3.41455 3.64362 3.50431 3.91595C3.50436 3.91655 3.50442 3.91716 3.50447 3.91777C3.79402 4.21525 3.85004 3.48881 3.97779 3.31431C5.25118 1.63233 8.02049 2.72091 9.49372 2.84781C9.8179 2.87286 10.8326 2.46284 11.074 2.90984C11.1352 3.02619 11.1618 3.45631 11.2217 3.47326C11.7464 3.20122 12.278 2.93039 12.8079 2.66073C13.3103 2.94818 13.8048 2.99099 14.3174 2.93922C14.9254 2.87603 15.5431 2.67004 16.1611 2.60178C19.1475 2.26784 22.1091 1.89159 25.0512 1.96264C25.6196 1.9771 26.3368 1.64694 26.8964 1.84944C27.1308 1.93338 27.2326 2.6241 27.5324 2.1056C27.5375 2.29193 27.5425 2.47825 27.5475 2.66457C27.8112 2.437 27.9775 2.01132 28.2759 1.96535C28.5261 1.92733 29.1906 1.89343 29.4137 1.96263C29.5291 1.99718 29.4894 2.34579 29.5966 2.34304C29.7801 2.33573 30.1683 1.85077 30.422 1.8485C30.6518 1.84644 31.0425 2.24414 31.2185 2.18448C31.8521 1.9727 32.5402 1.37219 33.219 1.52586C33.4069 1.56937 33.6513 2.01888 33.7097 2.0058C33.8239 1.97861 33.8543 1.53973 33.9306 1.4827C34.3175 1.19455 34.9337 1.71074 35.3144 1.72834C36.5633 1.78568 37.8839 1.58375 39.1253 1.65442C39.9067 1.69879 41.2146 1.61102 41.938 1.93492C42.0934 2.00487 42.0548 2.48573 42.1877 2.48462C42.3345 2.48329 42.4108 2.15803 42.4787 2.13122C42.946 1.94359 43.9784 1.60654 44.4279 1.9343C44.5136 1.99724 44.5783 2.37318 44.629 2.37135C44.6546 2.37112 44.7101 2.11367 44.7898 2.08668C45.495 1.84778 46.0132 1.99275 46.7114 2.07386C47.3271 2.14519 48.0013 2.07632 48.6611 2.00622L48.6134 2.00714C49.3969 1.9144 50.1811 1.82029 50.9295 1.93798C51.2434 1.9855 51.4653 2.72426 51.507 2.71559C51.5993 2.69796 51.6513 2.19541 51.8379 2.06636C52.4583 1.64201 53.3269 2.15182 53.9232 1.88365C54.2113 1.75168 54.6089 1.10436 54.9008 0.955627C55.1364 0.836537 55.6955 1.0715 55.801 0.789855C55.8621 0.619665 55.8791 0.0773787 55.9529 0.00782204ZM48.2249 8.64817C48.2586 7.78163 47.8188 8.50633 47.9921 8.96938C48.0315 9.07364 48.2168 8.8731 48.2249 8.64817ZM27.668 7.32366C27.6745 7.571 27.6809 7.81835 27.6873 8.06569C27.7438 7.96219 27.8004 7.85869 27.8569 7.75519C27.8231 7.60679 27.7893 7.45839 27.7555 7.30998C27.7264 7.31454 27.6972 7.3191 27.668 7.32366Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='10' viewBox='0 0 62 10' fill='none'%3E%3Cpath d='M55.9529 0.00782204C56.024 -0.053823 56.1381 0.267961 56.2206 0.283312C56.5868 0.350963 56.7238 0.57293 57.0827 0.697909C57.2187 0.746822 57.4316 0.752167 57.7476 0.785927C57.9199 0.805016 58.1018 0.824446 58.4526 0.895029C58.6203 0.930986 58.8667 0.983843 59.1885 1.0947C59.5052 1.19885 59.9415 1.41324 60.1451 1.56215L60.7209 1.94254C61.4293 2.66697 61.4801 3.14207 61.393 3.47687C61.2897 3.81544 60.9954 4.07485 60.5481 4.37915C60.548 4.37917 60.548 4.37919 60.548 4.37921C60.5296 4.39147 60.5109 4.40376 60.4919 4.41608C60.1337 4.65231 59.6719 4.80462 59.2593 5.06141C58.8544 5.32936 56.2381 7.05674 56.0944 7.15942C56.0245 7.21102 56.1154 7.25258 56.4292 7.36356L56.8424 7.63651C56.9572 7.6537 57.2423 7.71318 57.3778 7.68939C57.5237 7.67232 57.5738 7.62248 57.5977 7.57977C57.6384 7.49121 57.5851 7.41945 57.5692 7.42998C57.5184 7.45217 57.4394 7.73514 57.3491 7.78491C57.0562 7.94616 56.8618 7.74142 56.5691 8.52078C56.4332 8.11538 56.3057 7.71011 56.1625 7.30536C56.0056 7.4981 55.7339 6.96677 55.6332 6.99904C55.5482 7.02562 55.5057 7.34941 55.4217 7.36665C55.3275 7.38779 55.1581 7.04404 54.9866 7.10123C54.6871 7.1939 54.6698 8.03625 54.492 8.14815C54.3083 8.26395 54.0118 7.81483 53.7889 8.11743C53.7627 8.21078 53.7363 8.30414 53.7098 8.39751C53.7367 8.60618 53.7635 8.81485 53.7902 9.02353C53.6765 9.12426 53.613 8.69686 53.5018 8.69226C53.3693 8.68667 53.3239 9.09489 53.2372 9.09549C53.1674 9.09559 53.0622 8.7723 52.9691 8.7954C52.8323 8.82743 52.8801 9.29719 52.8114 9.38729C52.7902 9.42214 52.255 9.69733 52.2336 9.70168C52.0109 9.72655 51.9721 9.08281 51.786 9.03167C51.2861 8.89195 50.7874 9.42688 50.321 9.6366C50.1219 9.73016 49.905 9.69861 49.6904 9.6013C49.9747 7.9433 49.2171 6.67948 49.5548 9.25267C49.3208 8.89164 49.1769 9.59261 48.9518 9.48077C48.9019 9.45576 48.856 9.39765 48.8089 9.33264L48.7473 9.33382C48.6634 9.2077 48.5759 9.05613 48.4444 9.0638C48.0869 9.08682 47.7034 10.1084 47.5839 8.27063C47.1667 8.59927 46.7961 7.93589 46.6631 9.5607C46.5567 9.66095 46.2677 8.69678 46.1422 8.56663C46.034 8.44399 45.1394 8.01576 45.0014 7.99261C44.8592 7.96954 44.6075 7.9453 44.4866 8.08882C44.3354 8.2664 44.2394 9.95091 43.9557 7.98487C43.6442 8.14689 43.531 8.09154 43.2327 7.8654C43.1785 7.82451 43.1702 7.53232 43.1397 7.53232C43.0767 7.53286 42.9712 7.74974 42.8581 7.77703C42.6721 7.82173 42.5595 7.20773 42.5884 8.14676C42.466 8.30527 42.343 8.46377 42.2195 8.62228C42.1741 8.44138 42.1287 8.26047 42.0847 8.07956C42.0211 8.27765 41.9573 8.47573 41.8933 8.67382C41.9595 7.3141 41.503 8.11994 41.6599 8.89854C41.4195 8.61934 41.1718 8.34019 40.9332 8.06096C40.9544 6.51604 40.4086 7.88695 40.4619 8.72643C40.4345 8.72543 40.407 8.72443 40.3795 8.72343C40.1356 8.31483 39.9165 8.65241 39.6245 8.37916C39.3309 8.10594 39.3566 7.95532 39.2621 7.24556C39.1935 7.2868 39.1248 7.32804 39.056 7.36928C38.707 9.31996 38.7496 5.94712 38.1428 7.44617C37.9345 6.2236 37.454 6.8705 37.135 7.24426C37.0979 7.28767 37.0991 7.52529 37.0497 7.59896C36.929 7.77614 36.6134 7.4732 36.6302 8.23955C36.5198 8.01867 36.4115 7.79777 36.3019 7.57688C36.2151 7.71695 36.1282 7.85702 36.0411 7.99709C36.0435 8.23634 36.0459 8.47558 36.0483 8.71483C35.8643 7.90085 35.587 8.21648 35.4471 8.02265C35.4193 7.98335 35.4106 7.65336 35.3251 7.56403C35.2251 7.45798 35.0408 7.55714 34.9215 7.455C34.8784 7.82097 34.8353 8.18693 34.7922 8.5529C34.5817 8.75293 34.499 7.78858 34.3736 7.71463C34.3504 7.70178 33.9428 7.77448 33.921 7.79527C33.742 7.96007 33.8003 8.78171 33.2766 8.61C33.1833 8.57892 33.1054 8.29509 33.0214 8.28437C32.8733 8.26499 32.432 8.91392 32.4019 9.51037C32.2156 8.76578 31.7364 9.07491 31.5931 8.86056C31.5497 8.79465 31.536 8.3195 31.4036 8.21949C31.2963 8.13794 31.025 8.52087 30.8892 8.45839C30.7451 8.39031 30.6903 7.99153 30.6257 7.96388C30.5646 7.93818 30.5115 8.26096 30.4286 8.25984C30.17 8.25091 29.9313 7.73429 29.727 7.72661C29.432 7.71431 29.1789 8.67092 28.9359 9.0969C28.874 9.03561 28.8118 8.83137 28.7475 8.8301C27.9523 8.80757 27.0527 8.64057 26.2531 8.44447C25.8841 8.35436 24.9458 7.06909 25.2157 9.22754C25.0932 9.60732 24.1451 8.74638 23.9685 8.73533C23.7908 8.72435 23.6563 9.11346 23.515 9.12082C23.09 9.14266 22.7957 8.86688 22.2835 9.21068C22.1513 9.30054 22.015 9.7614 21.9366 9.75705C21.8421 9.75074 21.735 9.30804 21.613 9.28139C21.3236 9.22134 20.7745 9.37468 20.4978 9.30166C20.4469 9.28736 20.4237 8.89776 20.3497 8.77691C20.0554 8.30478 19.7365 8.35065 19.8109 9.5945C19.4378 8.89306 19.1095 9.5426 18.771 9.58726C18.0652 9.67842 16.7489 9.40997 16.1446 9.94467C15.7545 10.2821 15.7826 10.8398 15.1962 10.3697C15.0648 10.2655 14.9341 10.1241 14.7778 9.99988C14.6702 9.91407 14.5647 9.76519 14.4633 9.62927C14.2081 9.3025 13.978 9.05076 13.806 9.93294C13.4009 9.61997 13.077 9.8567 12.7589 8.80171C12.7295 9.05748 12.7002 9.31325 12.6712 9.56902C12.6213 9.57664 12.5716 9.58426 12.5222 9.59189C12.5002 9.34926 12.4783 9.10664 12.4563 8.86401C12.1051 8.80786 11.6772 9.81976 11.3866 9.82128C10.8816 9.82443 9.58916 9.48029 9.10474 9.17209C8.84583 9.00803 8.85703 9.52881 8.67074 8.46523C8.61625 8.54202 8.5623 8.61883 8.5089 8.69563C8.48347 8.93131 8.45837 9.16698 8.4336 9.40264C8.12021 9.42552 7.72236 9.07948 7.41467 9.0986C6.85961 9.13324 6.07368 9.82421 5.50354 9.43909C5.36588 9.34135 5.15013 8.87209 5.02114 8.88713C4.82358 8.9094 4.84118 9.71235 4.59758 9.74699C4.18282 9.80374 3.32004 8.94997 2.93341 9.06694C2.82022 9.10054 2.79819 9.40365 2.72402 9.44455C2.40713 9.6202 2.13025 9.63206 1.87056 10.1339C1.41526 9.42172 1.29839 8.43682 1.04304 7.46215C0.848917 6.72679 0.327662 5.03355 0.19373 4.3844C0.0995594 3.92834 0.111601 3.32208 -3.46601e-05 2.82125C0.385419 2.35157 0.65282 2.76719 1.12773 3.42867C1.82452 3.30425 2.53477 3.19393 3.23501 3.0993C3.3248 3.37141 3.41455 3.64362 3.50431 3.91595C3.50436 3.91655 3.50442 3.91716 3.50447 3.91777C3.79402 4.21525 3.85004 3.48881 3.97779 3.31431C5.25118 1.63233 8.02049 2.72091 9.49372 2.84781C9.8179 2.87286 10.8326 2.46284 11.074 2.90984C11.1352 3.02619 11.1618 3.45631 11.2217 3.47326C11.7464 3.20122 12.278 2.93039 12.8079 2.66073C13.3103 2.94818 13.8048 2.99099 14.3174 2.93922C14.9254 2.87603 15.5431 2.67004 16.1611 2.60178C19.1475 2.26784 22.1091 1.89159 25.0512 1.96264C25.6196 1.9771 26.3368 1.64694 26.8964 1.84944C27.1308 1.93338 27.2326 2.6241 27.5324 2.1056C27.5375 2.29193 27.5425 2.47825 27.5475 2.66457C27.8112 2.437 27.9775 2.01132 28.2759 1.96535C28.5261 1.92733 29.1906 1.89343 29.4137 1.96263C29.5291 1.99718 29.4894 2.34579 29.5966 2.34304C29.7801 2.33573 30.1683 1.85077 30.422 1.8485C30.6518 1.84644 31.0425 2.24414 31.2185 2.18448C31.8521 1.9727 32.5402 1.37219 33.219 1.52586C33.4069 1.56937 33.6513 2.01888 33.7097 2.0058C33.8239 1.97861 33.8543 1.53973 33.9306 1.4827C34.3175 1.19455 34.9337 1.71074 35.3144 1.72834C36.5633 1.78568 37.8839 1.58375 39.1253 1.65442C39.9067 1.69879 41.2146 1.61102 41.938 1.93492C42.0934 2.00487 42.0548 2.48573 42.1877 2.48462C42.3345 2.48329 42.4108 2.15803 42.4787 2.13122C42.946 1.94359 43.9784 1.60654 44.4279 1.9343C44.5136 1.99724 44.5783 2.37318 44.629 2.37135C44.6546 2.37112 44.7101 2.11367 44.7898 2.08668C45.495 1.84778 46.0132 1.99275 46.7114 2.07386C47.3271 2.14519 48.0013 2.07632 48.6611 2.00622L48.6134 2.00714C49.3969 1.9144 50.1811 1.82029 50.9295 1.93798C51.2434 1.9855 51.4653 2.72426 51.507 2.71559C51.5993 2.69796 51.6513 2.19541 51.8379 2.06636C52.4583 1.64201 53.3269 2.15182 53.9232 1.88365C54.2113 1.75168 54.6089 1.10436 54.9008 0.955627C55.1364 0.836537 55.6955 1.0715 55.801 0.789855C55.8621 0.619665 55.8791 0.0773787 55.9529 0.00782204ZM48.2249 8.64817C48.2586 7.78163 47.8188 8.50633 47.9921 8.96938C48.0315 9.07364 48.2168 8.8731 48.2249 8.64817ZM27.668 7.32366C27.6745 7.571 27.6809 7.81835 27.6873 8.06569C27.7438 7.96219 27.8004 7.85869 27.8569 7.75519C27.8231 7.60679 27.7893 7.45839 27.7555 7.30998C27.7264 7.31454 27.6972 7.3191 27.668 7.32366Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 62px 10px;
    mask-size: 62px 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* Subheader – global .mini-header; kolor na ciemnym tle */
.block-hero__sub-header {
    color: rgba(255, 255, 255, 0.9);
}

/* Main headline */
h1.block-hero__header {
    font-size: var(--font-size-h1);
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
h1.block-hero__header p + p {
    margin: 0;
}
h1.block-hero__header strong {
    font-weight: 600;
}
h1.block-hero__header em {
    font-weight: 700;
    background: var(--color);
    padding: 0 10px;
    color: #fff;
    font-style: normal;
}

/* Paragraph */
.block-hero__text {
    color: rgba(255, 255, 255, 0.95);
    font-size: var(--font-size-h5);
    font-weight: 200;
    max-width: 800px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.block-hero__text strong {
    color: var(--color, #60E4E4);
}

/* Buttons row - uses global .btn-group */
.block-hero__buttons {
    /* Global .btn-group already provides flex, gap, etc. */
}

/* Hero button overrides – rozmiar czcionki dziedziczony z globalnego .btn (--font-size-h5) */

/* Pierwszy przycisk: biała obwódka */
.block-hero__buttons > a:first-child,
.block-hero__buttons > .block-hero__button:first-child {
    border: 1px solid #fff !important;
}

/* Drugi i kolejne: tylko border-bottom biały, kolor tekstu biały */
.block-hero__buttons > a:not(:first-child),
.block-hero__buttons > .block-hero__button:not(:first-child) {
    border: none !important;
    border-bottom: 1px solid #fff !important;
        border-radius: 0;
    color: #fff;
}

/* Primary button override - uses global .btn-primary */
.block-hero__button--primary {
    /* Uses global .btn-primary, can override if needed */
}

/* Secondary button override - uses global .btn-secondary */
.block-hero__button--secondary {
    /* Uses global .btn-secondary, can override if needed */
}

.block-hero__button-icon {
    /* Uses global .btn-icon */
}

/* Tiles section (below fold) */
.block-hero__tiles {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 800px;
}

a.block-hero__tile {
    padding: 20px;
    background: rgba(28, 44, 71, 0.9);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    text-align: left;
}

a.block-hero__tile:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

h3.block-hero__tile-title {
    color: #fff;
    font-size: var(--font-size-h4);
    font-weight: 600;
    margin-bottom: 20px;
}

.block-hero__tile-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--font-size-h5);
}

.block-hero__tile-cta {
    padding: var(--spacing-sm) var(--spacing-lg);
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

/* Responsive */
@media screen and (max-width: 768px) {

    .block-hero__opinie {
        align-items: center;
        text-align: center;
    }

    .block-hero__buttons {
        flex-direction: column;
    }

    .block-hero__button {
        width: 100%;
        max-width: 280px;
    }

    .block-hero__tiles {
        grid-template-columns: 1fr;
    }
    h1.block-hero__header {
        font-size: var(--font-size-h2);
    }
}


