/* =========================================================
   FINAL POLISH — subtle only
   ========================================================= */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Delikatnie płynniejsze interakcje */
button,
a,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

/* Lepsze zachowanie elementów animowanych */
.campaign-growth-card,
.lead-cost-card,
.floating-sales-card,
.floating-founder-card,
.floating-smooth-sticker {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

/* Subtelnie lepszy rendering grafik */
img {
    backface-visibility: hidden;
}

/* Czystszy scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 156, 189, 0.35) transparent;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 156, 189, 0.28);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 156, 189, 0.5);
}

/* Delikatny polish focusu */
:focus-visible {
    outline: 2px solid rgba(0, 156, 189, 0.45);
    outline-offset: 3px;
}

/* Mniej „skaczące” animacje */
@media (prefers-reduced-motion: no-preference) {
    .floating-sales-card,
    .lead-cost-card,
    .campaign-growth-card {
        will-change: transform;
    }
}

/* Na urządzeniach dotykowych żadnych dziwnych hoverów */
@media (hover: none) {
    .floating-sales-card:hover,
    .floating-founder-card:hover,
    .floating-smooth-sticker:hover {
        transform: none;
    }
}

/* Dostępność bez wyłączania motion dla normalnych użytkowników */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Regular Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif ExtraLight Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Medium Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Semi Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Semi Bold Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fractif";
    src: url("/assets/fonts/Degarism Studio - Fractif ExtraBold Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Fractif", sans-serif;
}

h1 {
    font-family: "Fractif", sans-serif;
    font-weight: 700;
}

h2 {
    font-weight: 600;
}

p {
    font-weight: 400;
}

em {
    font-style: italic;
}

.dotted-background {
    position: absolute;
    inset: 0px;
    background-image: radial-gradient(rgba(0, 156, 189, 0.1) 1.6px, transparent 1.6px);
    background-size: 30px 30px;
    mask-image: radial-gradient(80% 60% at 50% 30%, rgb(0, 0, 0), transparent);
}

.btn {
    background-color: var(--color-primary);
}

.btn::after {
    background-color: var(--color-primary);
}

.badge-primary {
    background-color: #d5e9ef47;
    max-width: max-content;
    padding: 4px 16px;
    border-radius: 123px;
    font-weight: 600;
    color: var(--color-primary);
}

.floating-smooth-sticker {
    position: absolute;
    z-index: 2;
    left: -16px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 13px 18px;
    box-shadow: rgba(20, 23, 26, 0.14) 0px 12px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.floating-smooth-sticker {
  position: absolute;
  z-index: 2;
  left: -16px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 23, 26, 0.14);
}
.floating-smooth-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgb(0, 156, 189);
  border-radius: 11px;
}
.floating-smooth-eye {
  position: relative;
  width: 11px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.floating-smooth-pupil {
  position: absolute;
  left: 50%;
  top: 3px;
  width: 7px;
  height: 10px;
  background: rgb(20, 23, 26);
  border-radius: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.12s ease-out;
}
.floating-smooth-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}

.floating-sales-card {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: -26px;
    width: 172px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(20, 23, 26, 0.14);
}
.floating-sales-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floating-sales-title {
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.2;
    color: rgb(24, 24, 27);
}
.floating-sales-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(234, 246, 250);
    color: rgb(0, 156, 189);
    border-radius: 50%;
}
.floating-sales-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 8px;
}
.floating-sales-number {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.2;
    color: rgb(24, 24, 27);
}
.floating-sales-roi {
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(58, 168, 86);
}
.floating-sales-chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 34px;
    margin-top: 10px;
}
.floating-sales-bar {
    flex: 1;
    height: 40%;
    background: rgb(207, 232, 240);
    border-radius: 3px;
}
.floating-sales-bar:nth-child(2) {
    height: 62%;
}
.floating-sales-bar:nth-child(3) {
    height: 50%;
}
.floating-sales-bar:nth-child(4) {
    height: 82%;
}
.floating-sales-bar:nth-child(5) {
    height: 100%;
}
.floating-sales-bar-accent {
    background: rgb(0, 156, 189);
}

.floating-founder-card {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: -26px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px 9px 10px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(20, 23, 26, 0.14);
    cursor: default;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.floating-founder-logo {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: rgb(0, 156, 189);
    border-radius: 50%;
}
.floating-founder-eye {
    position: relative;
    width: 8px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    transform-origin: center center;
    animation: floating-founder-blink 4.5s ease-in-out infinite;
}
.floating-founder-pupil {
    position: absolute;
    left: 50%;
    top: 2px;
    width: 5px;
    height: 7px;
    background: rgb(20, 23, 26);
    border-radius: 50%;
    transform: translate(-50%, 0);
    transition: transform 0.12s ease-out;
}
.floating-founder-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.floating-founder-name {
    font-weight: 800;
    font-size: 0.98rem;
    color: rgb(24, 24, 27);
}
.floating-founder-role {
    font-weight: 500;
    font-size: 0.82rem;
    color: rgb(93, 97, 103);
}
@keyframes floating-founder-blink {
    0%,
    42%,
    46%,
    100% {
        transform: scaleY(1);
    }
    44% {
        transform: scaleY(0.08);
    }
}

.campaign-growth-card {
    position: absolute;
    top: -50%;
    left: 40%;
    width: min(300px, 80%);
    background: rgb(255, 255, 255);
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    padding: 22px;
    z-index: 3;
    animation: floaty 6s ease-in-out infinite;
}
.campaign-growth-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.campaign-growth-card__value {
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1;
}
.campaign-growth-card__description {
    font-size: 0.86rem;
    color: rgb(138, 144, 151);
    margin-top: 6px;
}
.campaign-growth-card__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(234, 246, 250);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.campaign-growth-card__icon-svg {
    display: block;
}
.campaign-growth-card__metric {
    margin-top: 18px;
}
.campaign-growth-card__metric--roas {
    margin-top: 12px;
}
.campaign-growth-card__metric-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.84rem;
    color: rgb(93, 97, 103);
}
.campaign-growth-card__metric-value {
    font-weight: 700;
    color: rgb(24, 24, 27);
}
.campaign-growth-card__progress {
    height: 7px;
    border-radius: 99px;
    background: var(--color-gray);
    margin-top: 6px;
    overflow: hidden;
}
.campaign-growth-card__progress-bar {
    display: block;
    height: 100%;
    background: rgb(0, 156, 189);
    border-radius: 99px;
}
@keyframes floaty {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.nav-logo {
    width: 100%;
    max-height: 40px;
}

.performance-summary-card {
    position: relative;
    top: 10%;
    left: -50%;
    width: min(320px, 86%);
    background: rgb(255, 255, 255);
    border: 1px solid var(--color-gray);
    border-radius: 20px;

    padding: 20px 22px;
    z-index: 2;
}
.performance-summary-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.performance-summary-card__title {
    font-weight: 800;
    font-size: 1.05rem;
}
.performance-summary-card__badge {
    font-weight: 700;
    font-size: 0.82rem;
    color: rgb(0, 156, 189);
    background: rgb(234, 246, 250);
    padding: 3px 10px;
    border-radius: 99px;
}
.performance-summary-card__chart {
    width: 100%;
    height: auto;
    margin-top: 14px;
    display: block;
}
.performance-summary-card__line {
    fill: none;
    stroke: #009cbd;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.performance-summary-card__area {
    fill: url(#perfArea);
}
.performance-summary-card__point {
    fill: #fff;
    stroke: #009cbd;
    stroke-width: 3;
}
.performance-summary-card__days {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    color: rgb(163, 169, 175);
    margin-top: 6px;
}

.lead-cost-card {
    position: absolute;
    top: 64%;
    right: 10%;
    width: 150px;
    background: rgb(255, 255, 255);
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    padding: 18px 16px 16px;
    z-index: 4;
    text-align: center;
    animation: floaty 5s ease-in-out infinite;
}
.lead-cost-card__chart {
    width: 100%;
    height: auto;
    display: block;
}
.lead-cost-card__track {
    fill: none;
    stroke: var(--color-gray);
    stroke-width: 9;
    stroke-linecap: round;
}
.lead-cost-card__progress {
    fill: none;
    stroke: #009cbd;
    stroke-width: 9;
    stroke-linecap: round;
}
.lead-cost-card__value {
    font-weight: 800;
    font-size: 1.3rem;
    margin-top: -6px;
}
.lead-cost-card__description {
    font-size: 0.78rem;
    color: rgb(138, 144, 151);
}
.performance-marketing {
    position: relative;
    overflow: hidden;
}

.vector-background {
    position: absolute;
    inset: -35%;

    background-image:
        linear-gradient(rgba(0, 156, 189, 0.349) 1px, #00000000 1px), linear-gradient(90deg, rgb(0 156 189 / 35%) 1px, #00000000 1px);

    background-size: 54px 54px;

    transform:
        perspective(1100px) rotateX(
67deg) scale(1.05);

    transform-origin: center 40%;

    mask-image: radial-gradient(
        96% 90% at 50% 40%,
        transparent 24%,
        rgba(0, 0, 0, 0.75) 70%,
        transparent 96%
    );

    -webkit-mask-image: radial-gradient(
        96% 90% at 50% 40%,
        transparent 24%,
        rgba(0, 0, 0, 0.75) 70%,
        transparent 96%
    );

    pointer-events: none;
    z-index: 0;
}

.performance-marketing-content {
    position: relative;
    z-index: 1;
}

.performance-marketing-benefits {
    max-width: 33%;
    align-items: baseline;
    word-break: auto-phrase;
    white-space: break-spaces;
    align-self: baseline;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.performance-marketing-list {
    font-weight: 900;
    font-size: 32px;
    font-family: 'Inter';
    color: var(--color-primary-200);
}

.pm-highlight {
  position: relative;
  color: #111;
  font-weight: 600;
  padding: 0 2px;
  white-space: nowrap;
}

/* .pm-highlight::before {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 1px;
  height: 0.55em;
  z-index: -1;
  background-color: #ebff00a6;
  opacity: 0.55;
  mix-blend-mode: multiply;
  border-radius: 3px 8px 5px 9px / 6px 4px 9px 3px;
  transform: rotate(-0.6deg);
} */

.pm-highlight:nth-of-type(2)::before {
  border-radius: 8px 4px 9px 3px / 4px 7px 3px 8px;
  transform: rotate(0.8deg);
}

.pm-highlight:nth-of-type(3)::before {
  border-radius: 5px 9px 3px 7px / 7px 3px 8px 4px;
  transform: rotate(-0.4deg);
}

.font-playfair.ios-select {
    padding-right: 4%;
}

.ios-select {
  position: relative;
  display: inline-block;
  color: #111;
  font-weight: 600;
  font-style: italic;
  background: color-mix(in srgb, #1a82e5 24%, #fff);
  padding: 2px 14px;
  border-radius: 2px;
}

.ios-select__handle {
  position: absolute;
  top: 0px;
  bottom: -12px;
  width: 3px;
  background: #1a82e5;
}

.ios-select__handle--left { left: 0; bottom: 0px;}
.ios-select__handle--right { right: 0; }

.ios-select__handle::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a82e5;
}

.ios-select__handle--left.ios-select__handle::after {
    top: -6px;
}

.imsg-faq {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
  contain: layout;
}

.imsg-faq__item {
  display: flex;
  flex-direction: column;
}

.imsg-faq__q {
  position: relative;
  align-self: flex-start;
  max-width: 88%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  margin: 0;
  border: none;
  background: #eeeeef;
  color: #111;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  border-radius: 20px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  transition: background-color 90ms cubic-bezier(0.16, 1, 0.3, 1);
}

.imsg-faq__q:hover {
  background: #e2e2e4;
}

.imsg-faq__q::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 20px;
  background: #eeeeef;
  border-bottom-right-radius: 15px;
  transition: background-color 90ms cubic-bezier(0.16, 1, 0.3, 1);
}

.imsg-faq__q:hover::before{
    background: #e2e2e4;
}

.imsg-faq__item.is-open .imsg-faq__q:hover::before{
    background: #eeeeef;
}

.imsg-faq__q::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: var(--imsg-page-bg, #fff);
  border-bottom-right-radius: 10px;
}

.imsg-faq__q span:first-child {
  position: relative;
  z-index: 2;
}

.imsg-faq__icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #6b6b70;
  transition: transform .3s cubic-bezier(.32,.72,0,1);
}

.imsg-faq__item.is-open .imsg-faq__icon {
  transform: rotate(45deg);
}

/* --- smooth height: grid trick zamiast max-height --- */
.imsg-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.32,.72,0,1);
}

.imsg-faq__item.is-open .imsg-faq__a {
  grid-template-rows: 1fr;
}

.imsg-faq__a-row {
  overflow: hidden;
  min-height: 0;
  padding-right: 8px;
}

.imsg-faq__a-inner {
  position: relative;
  align-self: flex-end;
  max-width: 88%;
  margin-left: auto;
  margin-top: 10px;
  padding: 12px 18px;
  background: var(--color-primary-200);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 20px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .3s ease-in .1s, transform .3s ease-out .1s;
}

.imsg-faq__item.is-open .imsg-faq__a-inner {
  opacity: 1;
  transform: translateY(0);
}

.imsg-faq__a-inner::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -7px;
  width: 20px;
  height: 20px;
  background: var(--color-primary-200);
  border-bottom-left-radius: 15px;
}

.imsg-faq__a-inner::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: var(--imsg-page-bg, #fff);
  border-bottom-left-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .imsg-faq__a,
  .imsg-faq__a-inner,
  .imsg-faq__icon {
    transition: none;
  }
}

@media (max-width: 640px) {
  .imsg-faq__q,
  .imsg-faq__a-inner {
    max-width: 96%;
  }
}

.imsg-faq__item.is-open .imsg-faq__q {
  cursor: default;
}

.imsg-faq__item.is-open .imsg-faq__q:hover {
  background: #eeeeef;
}

.pm-check {
  position: relative;
  width: 40px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-check__mark {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pm-check__stroke {
  mix-blend-mode: multiply;
  color: #ebff00a6;
}

.pm-check__stroke--back {
  opacity: 0.55;
}

.pm-check__stroke--front {
  opacity: 0.9;
}

li:nth-child(3n+1) .pm-check__mark { transform: rotate(-5deg); }
li:nth-child(3n+2) .pm-check__mark { transform: rotate(6deg) scale(1.08); }
li:nth-child(3n+3) .pm-check__mark { transform: rotate(-3deg) scale(0.96); }

.sopchy-logo {
    max-height: 18px;
}

::selection {
  background: color-mix(in srgb, #1a82e5 24%, #fff);
  color: var(--color-paragraph);
}

.ios-selection-handle {
  position: fixed;
  width: 3px;
  background: #1a82e5;
  pointer-events: none;
  z-index: 999999;
}

.ios-selection-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a82e5;
}

.ios-selection-handle--left::after {
  top: -6px;
}

.ios-selection-handle--right::after {
  bottom: -6px;
}

.sell-more-social-media-copy {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgb(138, 144, 151);
    font-family: var(--font-Inter);
}

.sell-more-social-media-logo {
    max-height: 22px;
}

@media (max-width: 1280px) {
    .campaign-growth-card {
        left: 30%;
    }

    .lead-cost-card {
        right: 20%;
    }
}

.folder {
    max-width: 320px;
    height: auto;
    top: 160px;
}

.folder-1 {
    left: 160px;
}

.folder-2 {
    right: 50%;
    top: 120px;
}

.circle-left-0::after {
    left: -24% !important;
}

.circle::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  border-radius: 50%;

  background-image:
    linear-gradient(
      to right,
      color-mix(in srgb, var(--color-primary) 25%, transparent) 1px,
      transparent 1px
    ),
    linear-gradient(
      to bottom,
      color-mix(in srgb, var(--color-primary) 25%, transparent) 1px,
      transparent 1px
    );

  background-size: 24px 24px;

  /* wygaszenie kratki przy krawędziach */
  mask-image: radial-gradient(
    circle at center,
    black 0%,
    black 45%,
    transparent 75%
  );

  -webkit-mask-image: radial-gradient(
    circle at center,
    black 0%,
    black 45%,
    transparent 75%
  );

  pointer-events: none;
}

.team-image {
    max-height: 255px;
}

.before\:from-white {
    &::before {
      min-height: 100px;   
    }
  }

.after\:from-white {
    &::after {
      min-height: 100px;  
    }
  }

.text-paragraph-light {
    color: #6F7676;

}

.section-heading {
    position: relative;
    z-index: 20;
}

.pricing-card-price {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    padding: 8px;
}

.font-italic {
    font-style: italic;
}

.why-smooth {
    background-color: #f4fdff;
}

.contact-heading {
    --tw-leading: 1.33;
    line-height: 1.33;
    --tw-font-weight: var(--font-weight-bold);
    font-size: 36px;
}

.offer-icon {
    max-height: 45px;
    width: fit-content;
}