@font-face {
font-family: 'Decimal';
src: url(//bywitek.pl/wp-content/themes/bywitek-theme/assets/fonts/decimal-extrablack.otf) format('opentype');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Sora';
src: url(//bywitek.pl/wp-content/themes/bywitek-theme/assets/fonts/Sora-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Sora';
src: url(//bywitek.pl/wp-content/themes/bywitek-theme/assets/fonts/Sora-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
:root {
--color-alabaster: #f8f8f8;
--color-violet: #a32cfe;
--color-blue: #2986ff;
--color-midnight-black: #0D0D0D;
--color-text-dark: #171717;
--color-link-muted: #b6b6b6;
--color-drawer: #1f1f1f;
--color-header-bg: #000000;
--header-height: 96px;
--ui-radius: 0.35rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: var(--color-text-dark);
font-family: 'Sora', sans-serif;
font-weight: 300;
}
a {
color: inherit;
text-decoration: none;
}
.site-header {
width: 100%;
border-bottom: 1px solid #000;
background: var(--color-header-bg);
position: fixed;
top: 0;
left: 0;
z-index: 30;
transform: translateY(0);
transition: transform 0.34s ease;
}
.site-header.is-hidden {
transform: translateY(-105%);
}
.site-header.is-visible {
transform: translateY(0);
}
.header-inner {
width: 100%;
padding: 0 7rem;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1rem;
}
.header-logo {
flex: 0 0 auto;
}
.header-logo svg {
display: block;
width: 90px;
height: auto;
}
.header-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
}
.header-nav a {
color: var(--color-link-muted);
font-weight: 300;
font-size: 1.04rem;
line-height: 1;
transition: color 0.2s ease;
}
.header-nav a:hover,
.header-nav a:focus-visible {
color: var(--color-violet);
}
.header-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.72rem 1.28rem;
border-radius: var(--ui-radius);
border: 2px solid var(--color-violet);
background: transparent;
color: #eadff7;
font-weight: 300;
font-size: 1rem;
line-height: 1;
position: relative;
overflow: hidden;
transition: color 0.25s ease;
}
.header-cta span {
position: relative;
z-index: 1;
}
.header-cta::before {
content: '';
position: absolute;
inset: 0;
background: var(--color-violet);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.25s ease;
}
.header-cta:hover,
.header-cta:focus-visible {
color: #fff;
}
.header-cta:hover::before,
.header-cta:focus-visible::before {
transform: scaleX(1);
transform-origin: left;
}
.mobile-menu-toggle {
display: none;
margin-left: auto;
border: 0;
background: transparent;
padding: 0;
cursor: pointer;
}
.mobile-menu-toggle img {
filter: brightness(0) invert(1);
}
.mobile-menu-toggle img,
.mobile-drawer-close img {
display: block;
width: 40px;
height: 40px;
}
.mobile-drawer-close img {
filter: brightness(0) invert(1);
}
.mobile-drawer {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.2s ease, visibility 0.2s ease;
z-index: 40;
}
.mobile-drawer.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.mobile-drawer-inner {
width: 100%;
height: 100%;
background: var(--color-drawer);
padding: 1.1rem 0.5rem;
display: flex;
flex-direction: column;
transform: translateX(-100%);
transition: transform 0.3s ease;
}
.mobile-drawer.is-open .mobile-drawer-inner,
.mobile-drawer.is-closing .mobile-drawer-inner {
transform: translateX(0);
}
.mobile-drawer.is-closing .mobile-drawer-inner {
transform: translateX(-100%);
}
.mobile-drawer-close {
border: 0;
background: transparent;
margin-left: auto;
padding: 0;
cursor: pointer;
}
.mobile-drawer-nav {
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.mobile-drawer-nav a {
color: #d2d2d2;
font-size: 1.42rem;
}
.mobile-drawer-nav a:hover,
.mobile-drawer-nav a:focus-visible {
color: var(--color-violet);
}
.mobile-drawer-nav .header-cta {
margin-left: 0;
margin-top: 0.25rem;
padding: 0.7rem 1.3rem;
font-size: 1.1rem;
}
body.mobile-drawer-open {
overflow: hidden;
}
@media (max-width: 1024px) {
:root {
--header-height: 76px;
}
.header-inner {
padding: 0 0.5rem;
display: flex;
}
.header-nav,
.header-inner>.header-cta {
display: none;
}
.header-logo svg {
width: 82px;
}
.mobile-menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
}
}.service-link img {
width: 16px;
height: 16px;
filter: brightness(0) invert(1);
} .service-icon img {
display: block;
width: 42px;
height: 42px;
}
.service-card-highlight .service-icon img {
filter: brightness(0) invert(1);
}
.referral-toast {
position: absolute;
bottom: 80px;
left: 50%;
transform: translateX(-50%);
background: #fff;
color: var(--color-violet);
padding: 0.6rem 1.2rem;
border-radius: 4px;
font-size: 0.95rem;
font-weight: 600;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
z-index: 10;
pointer-events: none;
text-align: center;
width: max-content;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.referral-toast.active {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(-10px);
}
.service-card-highlight .service-cta {
margin-top: auto;
width: 100%;
cursor: pointer;
text-align: center;
}
@media (max-width: 1024px) {
.opinions-page {
padding: calc(var(--header-height) + 1.2rem) 1rem 2.4rem;
}
.opinions-grid {
flex-direction: column;
}
.opinions-col {
width: 100%;
}
}.hero {
min-height: 100vh;
width: 100%;
background: #000;
color: #fff;
border-bottom-left-radius: var(--ui-radius);
border-bottom-right-radius: var(--ui-radius);
padding: var(--header-height) 7rem 3.2rem;
display: flex;
align-items: center;
position: relative;
overflow: visible;
}
.hero-watermark {
position: absolute;
inset: var(--header-height) 0 0 0;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(8rem, 24vw, 26rem);
line-height: 0.78;
letter-spacing: 0.06em;
color: #fff;
opacity: 0.04;
text-align: center;
white-space: normal;
pointer-events: none;
z-index: 0;
user-select: none;
}
.hero-inner {
width: 100%;
max-width: 1260px;
min-height: calc(100vh - var(--header-height) - 3.2rem);
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1;
}
.hero-title {
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(2.7rem, 6vw, 5.5rem);
line-height: 1.25;
letter-spacing: 0.01em;
margin-bottom: 1.35rem;
}
.hero-title-line {
display: block;
white-space: nowrap;
}
.hero-title-accent {
color: var(--color-violet);
}
.hero-title-typeword {
display: inline;
color: var(--color-violet);
margin-left: 0.4em;
}
.hero-title-typeword::after {
content: '';
display: inline-block;
width: 6px;
height: 1em;
background-color: var(--color-violet);
margin-left: 10px;
vertical-align: -0.12em;
opacity: 0;
}
.hero-title-typeword.is-typing::after {
animation: hero-caret 1.1s step-end infinite;
}
.hero-meta {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin-bottom: 2rem;
}
.hero-meta.service-meta-override {
margin-top: auto;
padding-top: 1.4rem;
margin-bottom: 0;
}
.hero-pill {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #d6d6d6;
border: 1px solid #2d2d2d;
border-radius: 999px;
padding: 0.5rem 0.9rem;
font-size: 0.95rem;
}
.hero-pill svg {
width: 16px;
height: 16px;
flex: 0 0 auto;
}
@keyframes hero-caret {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0;
}
}
.hero-cta-row {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
width: 100%;
}
.hero-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0.7rem 1.35rem;
border-radius: var(--ui-radius);
border: 2px solid var(--color-violet);
font-size: 0.98rem;
font-weight: 300;
transition: background 0.22s ease, color 0.22s ease;
text-align: center;
}
.hero-btn-primary {
font-weight: 300;
background: var(--color-violet);
color: #fff;
}
.hero-btn-secondary {
background: transparent;
color: #ffffff;
font-weight: 300;
}
.testimonials-all-link.hero-btn,
.hero-cta-row .hero-btn-secondary {
font-weight: 300;
}
.hero-btn:hover,
.hero-btn:focus-visible {
background: var(--color-violet);
color: #fff;
}
.menu-hover-effect {
position: relative;
overflow: hidden;
z-index: 0;
transition: color 0.25s ease;
}
.hero-btn.menu-hover-effect {
background: transparent;
}
.menu-hover-effect::before {
content: '';
position: absolute;
inset: 0;
background: var(--color-violet);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.25s ease;
z-index: -1;
}
.menu-hover-effect:hover,
.menu-hover-effect:focus-visible {
color: #fff;
}
.hero-btn.menu-hover-effect:hover,
.hero-btn.menu-hover-effect:focus-visible {
background: transparent;
}
.menu-hover-effect:hover::before,
.menu-hover-effect:focus-visible::before {
transform: scaleX(1);
transform-origin: left;
}
.text-violet {
color: var(--color-violet);
}
@media (max-width: 1024px) {
.hero {
padding: var(--header-height) 0.5rem 2.2rem;
border-bottom-left-radius: 0.28rem;
border-bottom-right-radius: 0.28rem;
}
.hero-watermark {
display: none;
}
.hero-inner {
min-height: calc(100vh - var(--header-height) - 2.2rem);
}
.hero-title {
font-size: clamp(2.1rem, 6.5vw, 4rem);
line-height: 1.1;
margin-bottom: 1rem;
}
.hero-title-typeword {
vertical-align: middle;
position: relative;
top: -0.05em;
}
.hero-title-line {
white-space: normal;
}
.hero-meta {
flex-direction: row;
align-items: center;
width: 100%;
}
.hero-pill {
font-size: 0.8rem;
width: auto;
max-width: 100%;
}
.hero-cta-row {
width: 100%;
flex-direction: row;
align-items: center;
}
.hero-btn {
flex: 1 1 300px;
width: 100%;
font-size: 0.95rem;
}
}
.services-section {
padding: 6rem 7rem;
background: #000000;
color: #ffffff;
width: 100%;
}
.services-inner {
display: grid;
grid-template-columns: 1.8fr 1fr;
gap: 1.8rem;
width: 100%;
max-width: 1260px;
margin: 0 auto;
}
.services-col-left {
display: flex;
flex-direction: column;
gap: 1.8rem;
}
.services-col-right {
display: flex;
}
.service-card {
background: #0e0e0e;
border: 1px solid #1f1f1f;
border-radius: 0.6rem;
padding: 2.8rem 2.8rem;
display: flex;
flex-direction: column;
justify-content: flex-start;
transition: border-color 0.25s ease, background 0.25s ease;
flex: 1;
}
.service-card:hover {
border-color: #333;
background: #111;
}
.service-icon {
margin-bottom: 1.8rem;
color: var(--color-violet);
}
.service-icon svg {
width: 42px;
height: 42px;
}
.service-icon.icon-large svg {
width: 42px;
height: 42px;
}
.service-card-highlight {
width: 100%;
background: var(--color-violet);
background: radial-gradient(124.64% 124.64% at 4.76% 5.81%, #9a23f4 0%, #6805b5 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
transition: none;
}
.service-card-highlight::before {
content: '';
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.09);
opacity: 0;
transition: opacity 0.25s ease;
}
.service-card-highlight>* {
position: relative;
z-index: 1;
}
.service-card.service-card-highlight:hover {
background: radial-gradient(124.64% 124.64% at 4.76% 5.81%, #9a23f4 0%, #6805b5 100%);
border-color: rgba(255, 255, 255, 0.1);
}
.service-card-highlight:hover::before {
opacity: 1;
}
.service-card-highlight .service-icon {
color: #fff;
margin-bottom: 2rem;
}
.service-title {
font-family: 'Decimal', sans-serif;
font-size: 1.95rem;
margin-bottom: 1rem;
line-height: 1.15;
}
.service-desc {
color: #b0b0b0;
font-size: 1.05rem;
line-height: 1.65;
max-width: 480px;
}
.service-card-highlight .service-title {
font-size: 2.6rem;
margin-bottom: 1.4rem;
}
.service-card-highlight .service-desc {
color: #eadff7;
margin-bottom: 2.5rem;
font-size: 1.1rem;
}
.service-card-highlight strong {
color: #fff;
font-weight: 600;
}
.service-cta {
background: #fff;
color: var(--color-violet);
border: 2px solid #fff;
align-self: flex-start;
padding: 0.8rem 1.8rem;
margin-top: auto;
}
.service-cta:hover,
.service-cta:focus-visible {
background: transparent;
color: #fff;
}
.service-corner-link {
margin-top: 1rem;
align-self: flex-start;
font-size: 0.9rem;
color: #d6d6d6;
text-decoration: underline;
text-underline-offset: 3px;
transition: color 0.2s ease;
}
.service-corner-link:hover,
.service-corner-link:focus-visible {
color: #fff;
}
@media (max-width: 1024px) {
.services-section {
padding: 4rem 1rem;
}
.services-inner {
grid-template-columns: 1fr;
gap: 1rem;
}
.services-col-left {
gap: 1rem;
}
.service-card {
padding: 2rem;
min-height: auto;
}
.service-title {
font-size: 1.6rem;
}
.service-card-highlight .service-title {
font-size: 2rem;
}
.service-card-highlight {
min-height: 480px;
}
}
.name-ticker-section {
background-color: var(--color-alabaster);
color: var(--color-midnight-black);
padding-top: 52px;
padding-bottom: 20px;
overflow: hidden;
position: relative;
width: 100%;
z-index: 10;
}
.name-ticker-container {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.name-ticker-line {
width: 100%;
margin-bottom: 0.5rem;
padding: 0 5vw;
display: flex;
}
.name-ticker-line:last-child {
margin-bottom: 0;
}
.name-ticker-line.left-align {
justify-content: flex-start;
}
.name-ticker-line.right-align {
justify-content: flex-end;
}
.name-ticker-text {
display: block;
font-family: 'Decimal', sans-serif;
font-size: 13vw;
line-height: 0.9;
will-change: transform;
-webkit-font-smoothing: antialiased;
white-space: nowrap;
}
@media (max-width: 768px) {
.name-ticker-section {
padding-top: 12px;
padding-bottom: 12px;
}
.name-ticker-text {
font-size: 18vw;
margin-top: -0.08em;
margin-bottom: -0.08em;
}
.name-ticker-line {
padding: 0 1rem;
margin-bottom: 0.25rem;
}
}
.promo-terms-link {
display: inline-block;
margin-top: 0.7rem;
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.45);
text-decoration: none;
transition: color 0.2s ease;
}
.promo-terms-link:hover {
color: #fff;
}
@media (max-width: 1024px) {
.service-card .hero-btn {
flex: 0 0 auto;
width: 100%;
min-height: 48px;
margin-top: auto;
}
}
.portfolio-section {
padding: 6rem 7rem;
background: #050505;
color: #fff;
}
.portfolio-inner {
width: 100%;
max-width: 1260px;
margin: 0 auto;
}
.portfolio-stage {
display: grid;
grid-template-columns: minmax(140px, 1fr) minmax(360px, 640px) minmax(140px, 1fr);
gap: 1rem;
align-items: stretch;
}
.portfolio-side {
display: grid;
grid-template-rows: repeat(4, minmax(90px, 1fr));
gap: 0.8rem;
}
.portfolio-feature-card {
background: transparent;
border: 0;
border-radius: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.95rem;
min-height: 700px;
}
.portfolio-feature-image-wrap {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 0.45rem;
overflow: hidden;
border: 1px solid #2f2f2f;
background: #111;
}
.portfolio-feature-image-wrap img {
width: 100%;
height: 100%;
object-fit: contain;
background: #000;
display: block;
}
.portfolio-feature-body {
display: flex;
flex-direction: column;
gap: 0.85rem;
padding: 0;
margin-top: 0;
flex: 1;
}
.portfolio-feature-content {
background: #0d0d0d;
border: 1px solid #262626;
border-radius: 0.7rem;
padding: 1rem;
display: flex;
flex-direction: column;
flex: 1;
}
.portfolio-tagline {
color: #bbbbbb;
font-size: 0.9rem;
line-height: 1.3;
}
.portfolio-tags {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.portfolio-tech-pill {
border: 1px solid #323232;
border-radius: 999px;
padding: 0.38rem 0.72rem;
font-size: 0.78rem;
color: #d5d5d5;
background: #0a0a0a;
}
.portfolio-title {
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(1.4rem, 2.5vw, 2rem);
line-height: 1.05;
display: -webkit-box;
line-clamp: 1;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.portfolio-description {
color: #b2b2b2;
font-size: 1rem;
line-height: 1.6;
max-width: 60ch;
min-height: 3.2em;
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.portfolio-visit-btn {
margin-top: auto;
align-self: flex-start;
gap: 0.55rem;
}
.portfolio-visit-btn img {
width: 16px;
height: 16px;
filter: brightness(0) invert(1);
}
.portfolio-controls {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.8rem;
padding: 0;
}
.portfolio-loader-track {
flex: 1;
height: 8px;
border-radius: 999px;
background: #202020;
overflow: hidden;
}
.portfolio-loader-progress {
width: 0%;
height: 100%;
border-radius: inherit;
background: linear-gradient(90deg, #a32cfe 0%, #6f0ccc 100%);
}
.portfolio-controls-right {
display: flex;
align-items: center;
gap: 0.55rem;
}
.portfolio-toggle {
border: 0;
background: transparent;
color: #f8f8f8;
width: 38px;
height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
}
.portfolio-icon-play {
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 11px solid #fff;
margin-left: 2px;
display: none;
}
.portfolio-icon-pause {
width: 12px;
height: 12px;
position: relative;
display: inline-block;
}
.portfolio-icon-pause::before,
.portfolio-icon-pause::after {
content: '';
position: absolute;
top: 0;
width: 4px;
height: 12px;
background: #fff;
border-radius: 1px;
}
.portfolio-icon-pause::before {
left: 0;
}
.portfolio-icon-pause::after {
right: 0;
}
.portfolio-toggle.is-paused .portfolio-icon-play {
display: inline-block;
}
.portfolio-toggle.is-paused .portfolio-icon-pause {
display: none;
}
.portfolio-thumb {
border: 1px solid transparent;
border-radius: 0.5rem;
background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
linear-gradient(135deg, #828282 0%, #424242 48%, #222222 100%) border-box;
padding: 0;
overflow: hidden;
cursor: pointer;
transition: border-color 0.2s ease;
}
.portfolio-thumb img {
width: 100%;
height: 100%;
min-height: 95px;
display: block;
object-fit: cover;
}
.portfolio-thumb.is-active {
background: linear-gradient(#111, #111) padding-box,
linear-gradient(135deg, #ffffff 0%, #8b8b8b 52%, #323232 100%) border-box;
}
.portfolio-thumb.is-active img {
filter: brightness(0.72);
}
.portfolio-mobile-strip {
display: none;
}
@media (max-width: 1024px) {
.portfolio-section {
padding: 4rem 1rem;
}
.portfolio-stage {
display: block;
}
.portfolio-side {
display: none;
}
.portfolio-feature-card {
min-height: 0;
}
.portfolio-mobile-strip {
display: flex;
gap: 0.7rem;
overflow-x: auto;
padding: 1rem 0 0.35rem;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.portfolio-mobile-strip .portfolio-thumb {
min-width: 165px;
height: 102px;
scroll-snap-align: start;
flex: 0 0 auto;
}
.portfolio-visit-btn.hero-btn {
flex: 0 0 auto;
width: auto;
min-height: 40px;
padding: 0.48rem 1rem;
font-size: 0.9rem;
}
}
.testimonials-section {
background: #000;
color: #fff;
padding: 5rem 7rem 6rem;
}
.testimonials-inner {
max-width: 1260px;
margin: 0 auto;
}
.testimonials-layout {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
gap: 1.4rem;
align-items: start;
}
.testimonials-left {
grid-column: 2;
grid-row: 1;
}
.testimonials-right {
grid-column: 1;
grid-row: 1;
}
.testimonials-title {
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(2rem, 3vw, 3rem);
margin-bottom: 1rem;
}
.testimonial-current-card {
background: #0d0d0d;
border: 1px solid #262626;
border-radius: 0.8rem;
padding: 1rem;
display: flex;
flex-direction: column;
transition: opacity 0.22s ease;
}
.testimonial-current-card.is-fading {
opacity: 0.3;
}
.testimonial-current-top {
display: flex;
align-items: flex-start;
gap: 0.72rem;
margin-bottom: 0.95rem;
}
.testimonial-current-avatar {
width: 46px;
height: 46px;
flex: 0 0 auto;
}
.testimonial-current-author {
color: #f0f0f0;
font-size: 1.04rem;
font-weight: 600;
line-height: 1.15;
}
.testimonial-current-stars {
margin-top: 0.4rem;
color: var(--color-violet);
font-size: 0.95rem;
letter-spacing: 0.06em;
}
.testimonial-current-content {
color: #d6d6d6;
line-height: 1.6;
font-size: 1rem;
}
.testimonial-current-link {
margin-top: 0.7rem;
align-self: flex-start;
display: inline-flex;
align-items: center;
gap: 0.45rem;
color: #f7f7f7;
text-decoration: none;
font-size: 1.08rem;
font-weight: 600;
}
.testimonial-current-link:hover,
.testimonial-current-link:focus-visible {
color: #ffffff;
}
.testimonial-current-link img {
width: 16px;
height: 16px;
filter: brightness(0) invert(1);
}
.testimonial-current-footer {
margin-top: 0.8rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.8rem;
}
.testimonial-current-counter {
color: #bdbdbd;
font-size: 0.9rem;
}
.testimonial-current-nav {
display: flex;
gap: 0.5rem;
}
.testimonial-current-nav button {
width: 38px;
height: 38px;
border-radius: 999px;
border: 1px solid #343434;
background: #0f0f0f;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
.testimonial-current-nav button svg {
width: 20px;
height: 20px;
display: block;
}
.testimonials-right {
min-height: 100%;
background: transparent;
border: 0;
border-radius: 0;
padding: 0;
}
.testimonials-right h3 {
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(1.35rem, 2.4vw, 2rem);
line-height: 1.1;
margin: 0 0 0.8rem;
}
.testimonials-right p {
color: #cdcdcd;
line-height: 1.58;
margin-bottom: 1rem;
}
.testimonials-all-link.hero-btn {
min-height: 42px;
padding: 0.5rem 1rem;
flex: 0 0 auto;
width: auto;
}
@media (max-width: 1024px) {
.testimonials-section {
padding: 3.6rem 1rem 4rem;
}
.testimonials-layout {
grid-template-columns: 1fr;
gap: 1rem;
}
.testimonials-left,
.testimonials-right {
grid-column: auto;
grid-row: auto;
}
.testimonials-all-link.hero-btn {
width: 100%;
}
.testimonial-current-footer {
gap: 0.6rem;
}
}
.contact-form-section {
background: #000;
color: #fff;
padding: 5rem 7rem 6rem;
}
.contact-form-inner {
max-width: 860px;
margin: 0 auto;
}
.contact-form-title {
font-family: 'Decimal', 'Sora', sans-serif;
font-size: clamp(2rem, 3vw, 3rem);
margin-bottom: 2rem;
text-align: center;
}
.contact-form {
background: #0d0d0d;
border: 1px solid #262626;
border-radius: 0.8rem;
padding: 1.2rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.contact-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.9rem;
}
.contact-field {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.contact-field span {
color: #d6d6d6;
font-size: 0.9rem;
}
.contact-required-mark {
color: var(--color-violet);
}
.contact-field .contact-required-mark,
.contact-consent .contact-required-mark {
color: var(--color-violet);
}
.contact-field input,
.contact-field select {
background: #080808;
border: 1px solid #2d2d2d;
color: #f2f2f2;
border-radius: 999px;
padding: 0.72rem 1rem;
min-height: 48px;
font: inherit;
}
.contact-field select {
appearance: none;
-webkit-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg fill="%23b0b0b0" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-repeat: no-repeat;
background-position: right 1.45rem center;
background-size: 18px 18px;
padding-right: 3.4rem;
}
.contact-field textarea {
background: #080808;
border: 1px solid #2d2d2d;
color: #f2f2f2;
border-radius: 1.1rem;
padding: 0.82rem 1rem;
font: inherit;
}
.contact-field textarea {
resize: none;
min-height: 152px;
}
.contact-honeypot-wrap {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
pointer-events: none;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
color: #7f7f7f;
opacity: 1;
}
.contact-field-error,
.contact-general-error {
display: block;
color: #ff5a5f;
font-size: 13px;
line-height: 1.4;
max-height: 0;
opacity: 0;
transform: translateY(-6px);
overflow: hidden;
transition: max-height 0.26s ease, opacity 0.2s ease, transform 0.24s ease, margin-top 0.24s ease;
}
.contact-field span.contact-field-error,
.contact-consent span.contact-field-error,
.contact-form span.contact-general-error {
color: #ff5a5f;
}
.contact-field-error.is-visible,
.contact-general-error.is-visible {
max-height: 80px;
opacity: 1;
transform: translateY(0);
}
.contact-field-error.is-visible {
margin-top: 2px;
}
.contact-consent .contact-field-error.is-visible {
margin-top: 2px;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
outline: none;
border-color: var(--color-violet);
}
.contact-field-full {
grid-column: 1 / -1;
}
.contact-consent {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 0.6rem;
color: #bfbfbf;
font-size: 0.92rem;
line-height: 1.5;
}
.contact-consent input {
flex: 0 0 auto;
margin-top: 0;
appearance: none;
-webkit-appearance: none;
width: 28px;
height: 28px;
border-radius: 8px;
border: 1px solid #2d2d2d;
background: #080808;
position: relative;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
}
.contact-consent input::after {
content: '✓';
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
line-height: 1;
opacity: 0;
transition: opacity 0.18s ease;
}
.contact-consent input:checked {
background: var(--color-violet);
border-color: var(--color-violet);
}
.contact-consent input:checked::after {
opacity: 1;
}
.contact-consent input:focus-visible {
outline: 2px solid #8e42e9;
outline-offset: 2px;
}
.contact-consent>span:first-of-type {
flex: 1;
display: block;
min-height: 28px;
padding-top: 2px;
}
.contact-consent .contact-field-error {
flex: 1 1 100%;
padding-left: 0;
}
.contact-privacy-link {
color: #f0f0f0;
text-decoration: underline;
text-underline-offset: 3px;
}
.contact-privacy-link:hover,
.contact-privacy-link:focus-visible {
color: #ffffff;
}
.contact-submit {
align-self: flex-start;
min-height: 44px;
padding: 0.52rem 1.15rem;
margin-bottom: 6px;
}
.contact-general-error.is-visible {
margin-top: -0.2rem;
font-size: 13px;
font-weight: 300;
line-height: 1.4;
}
.contact-general-success {
display: block;
color: #4cd37a;
font-size: 13px;
line-height: 1.4;
max-height: 0;
opacity: 0;
transform: translateY(-6px);
overflow: hidden;
transition: max-height 0.26s ease, opacity 0.2s ease, transform 0.24s ease, margin-top 0.24s ease;
}
.contact-general-success.is-visible {
max-height: 80px;
opacity: 1;
transform: translateY(0);
margin-top: -0.2rem;
}
.contact-submit:hover,
.contact-submit:focus-visible {
background: #b548ff;
color: #fff;
}
@media (max-width: 1024px) {
.contact-form-section {
padding: 3.8rem 1rem 4rem;
}
.contact-form-grid {
grid-template-columns: 1fr;
}
.contact-submit {
width: auto !important;
height: auto !important;
max-height: 60px !important;
min-height: 44px;
padding: 0.52rem 1.5rem;
margin-top: 0.5rem;
flex: 0 0 auto !important;
align-self: flex-start !important;
}
}.footer-cta-section {
background: #000000;
color: #ffffff;
padding: clamp(4.2rem, 8vw, 8.6rem) 0 clamp(4.6rem, 9vw, 9.2rem);
}
.footer-cta-inner {
width: min(78vw, 1500px);
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: clamp(0.45rem, 1.2vw, 1rem);
}
.footer-cta-title {
margin: 0;
color: #ffffff;
font-family: 'Decimal', sans-serif;
font-size: clamp(3.6rem, 12.2vw, 11.4rem);
line-height: 0.84;
letter-spacing: 0.015em;
text-transform: uppercase;
}
.footer-cta-mail {
text-decoration: none;
transition: color 0.2s ease;
}
.footer-cta-mail:hover,
.footer-cta-mail:focus-visible {
color: #d6d6d6;
}
.footer-cta-call {
color: var(--color-violet);
text-decoration: none;
font-family: 'Decimal', sans-serif;
font-size: clamp(3.9rem, 13.4vw, 12.6rem);
line-height: 0.84;
letter-spacing: 0.015em;
text-transform: uppercase;
transition: color 0.2s ease;
}
.footer-cta-call:hover,
.footer-cta-call:focus-visible {
color: #a856ff;
}
.footer-meta {
background: #000000;
color: #9a9a9a;
font-size: 12px;
line-height: 1.4;
text-align: center;
padding: 0.9rem 1rem 1.2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.8rem;
}
.footer-socials {
display: flex;
gap: 1.2rem;
align-items: center;
justify-content: center;
margin-bottom: 0.2rem;
}
.footer-social-link {
display: inline-flex;
color: #ffffff;
transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.footer-social-link img {
filter: brightness(0) invert(1);
transition: filter 0.3s ease;
width: 20px;
height: 20px;
display: block;
}
.footer-social-link svg {
width: 20px;
height: 20px;
transition: stroke 0.3s ease;
stroke: #ffffff;
}
.footer-social-link:hover {
color: #ffffff;
opacity: 0.8;
}
.footer-social-link:hover img {
filter: brightness(0) invert(1);
}
.footer-copyright {
color: #9a9a9a;
}
@media (max-width: 1024px) {
.footer-cta-inner {
width: min(92vw, 760px);
gap: 0.4rem;
}
.footer-cta-title {
font-size: clamp(2.4rem, 11vw, 5.5rem);
line-height: 0.86;
}
.footer-cta-call {
font-size: clamp(2.6rem, 12vw, 6rem);
line-height: 0.86;
}
.footer-meta {
padding: 0.8rem 1rem 1rem;
}
}