.container { padding-left: 1rem !important;
padding-right: 1rem !important;
} @media (min-width: 768px) {
.container {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
} @media (min-width: 1024px) {
.container {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
} @media (min-width: 1280px) {
.container {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
} @media (min-width: 1440px) {
.container {
padding-left: 3.5rem !important;
padding-right: 3.5rem !important;
}
} @media (min-width: 1920px) {
.container {
padding-left: 5.5rem !important;
padding-right: 5.5rem !important;
}
} .section-pill {
display: inline-flex;
align-items: center;
background: rgba(41, 52, 196, 0.08);
color: #2934c4;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.09em;
text-transform: uppercase;
border-radius: 999px;
padding: 6px 16px;
margin-bottom: 1rem;
}
.section-pill--light {
background: rgba(255, 255, 255, 0.15);
color: #ffffff;
} .craft-hero-bg {
background-color: #f1f6fb;
}
.craft-cloud-blob {
position: absolute;
inset: 0;
pointer-events: none;
z-index: -10;
background:
radial-gradient(circle at 10% 20%, rgba(200, 230, 255, 0.6) 0%, rgba(241, 246, 251, 0) 50%),
radial-gradient(circle at 90% 80%, rgba(255, 230, 240, 0.5) 0%, rgba(241, 246, 251, 0) 50%);
} .fade-in {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.4s ease, transform 0.4s ease;
}
.fade-in.visible,
.fade-in.is-visible {
opacity: 1;
transform: translateY(0);
} .o-fade {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.o-fade.is-visible {
opacity: 1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
.fade-in,
.o-fade {
opacity: 1;
transform: none;
transition: none;
}
} .hero-icon-badge {
position: absolute;
display: none;
align-items: center;
justify-content: center;
background: white;
border-radius: 50%;
width: 64px;
height: 64px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
border: 1px solid rgba(255, 255, 255, 0.9);
z-index: 15;
animation: icon-fly-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both,
badge-bob 3.2s ease-in-out infinite;
backdrop-filter: blur(4px);
} @media (min-width: 1024px) {
.hero-icon-badge { display: inline-flex; }
}
.hero-icon-badge i { font-size: 1.65rem; } .hero-icon-1 { top: 12%; left: 8%;    --fy: 200px; --fx:  400px; animation-delay: 0.10s, 0.8s; }
.hero-icon-2 { top: 12%; right: 8%;   --fy: 200px; --fx: -400px; animation-delay: 0.15s, 1.4s; }
.hero-icon-3 { top: 50%; left: 2%;    --fy:   0px; --fx:  440px; animation-delay: 0.20s, 0.4s; }
.hero-icon-4 { top: 50%; right: 2%;   --fy:   0px; --fx: -440px; animation-delay: 0.25s, 1.9s; }
.hero-icon-5 { bottom: 10%; left: 8%;  --fy: -200px; --fx:  400px; animation-delay: 0.30s, 1.1s; }
.hero-icon-6 { bottom: 10%; right: 8%; --fy: -200px; --fx: -400px; animation-delay: 0.35s, 2.3s; }
@keyframes icon-fly-in {
0%   { opacity: 0; transform: translate(var(--fx, 0), var(--fy, 0)) scale(0.70); }
100% { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes badge-bob {
0%, 100% { translate: 0 0px; }
50%      { translate: 0 -9px; }
}
@media (prefers-reduced-motion: reduce) {
.hero-icon-badge { animation: none; }
} .photo-strip {
position: relative;
z-index: 30;
display: flex;
align-items: flex-end;
justify-content: center;
pointer-events: none;
margin-top: -50px;
margin-bottom: -30px;
padding: 0 0.5rem;
}
.photo-stack-card {
position: relative;
background: white;
padding: 8px;
border-radius: 1.25rem;
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
flex-shrink: 0;
pointer-events: auto;
transition: transform 0.3s ease;
margin-left: -16px;
will-change: transform;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.photo-stack-card:first-child { margin-left: 0; }
.photo-stack-card:hover { transform: translateY(-12px) scale(1.05) rotate(0deg) !important; z-index: 40; }
.photo-stack-card img {
border-radius: 0.9rem;
display: block;
object-fit: cover;
object-position: top;
width: 110px;
height: 140px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
}
.photo-stack-card:nth-child(1) { transform: rotate(-4deg) translateY(8px); }
.photo-stack-card:nth-child(2) { transform: rotate(2deg) translateY(-5px); z-index: 2; }
.photo-stack-card:nth-child(3) { transform: rotate(-2deg) translateY(-14px); z-index: 5; }
.photo-stack-card:nth-child(4) { transform: rotate(5deg) translateY(-3px); z-index: 3; }
.photo-stack-card:nth-child(5) { transform: rotate(-3deg) translateY(6px); } @media (max-width: 479px) {
.photo-stack-card.hide-mobile { display: none; }
} @media (min-width: 768px) {
.photo-strip {
margin-top: -180px;
margin-bottom: -244px;
padding: 0 1.5rem;
}
.photo-stack-card {
margin-left: -70px;
padding: 12px;
border-radius: 1.75rem;
}
.photo-stack-card img {
width: 290px;
height: 360px;
}
} @media (min-width: 1280px) {
.photo-strip { margin-top: -198px; margin-bottom: -262px; }
.photo-stack-card { margin-left: -85px; }
.photo-stack-card img { width: 315px; height: 396px; }
} .hero-section { padding-bottom: 2rem; } @media (max-width: 767px) { .hero-section .inline-flex.mb-14 { margin-bottom: 1.25rem !important; } .hero-section p.mb-16 {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} .hero-section .justify-center.gap-4 {
flex-direction: row !important;
flex-wrap: wrap !important;
gap: 0.625rem 1.75rem !important; margin-top: 1.75rem !important;
margin-bottom: 1.25rem !important;
} .hero-section .btn-slide--primary,
.hero-section .btn-text-slide--secondary {
background: none !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
min-width: 0 !important;
height: auto !important;
overflow: visible !important;
font-size: 0.9375rem !important;
font-weight: 700 !important;
} .hero-section .btn-slide--primary { color: #2934c4 !important; } .hero-section .btn-text-slide--secondary { color: #6b7280 !important; }
.hero-section .btn-slide--primary .btn-default,
.hero-section .btn-text-slide--secondary .btn-default {
position: static !important;
transform: none !important;
opacity: 1 !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.375rem !important;
}
.hero-section .btn-slide--primary .btn-hover,
.hero-section .btn-text-slide--secondary .btn-hover {
display: none !important;
}
.hero-section .btn-slide--primary:hover,
.hero-section .btn-text-slide--secondary:hover {
transform: none !important;
} .hero-section > .photo-strip {
margin-top: 1.5rem !important;
margin-bottom: 0 !important;
}
} @media (min-width: 768px) {
.hero-section {
padding-bottom: 17rem;
overflow: visible;
margin-bottom: -40px; }
.hero-section > .photo-strip {
position: absolute;
top: calc(100% - 180px); left: 0;
right: 0;
margin: 0 !important;
}
} @media (min-width: 1280px) {
.hero-section { padding-bottom: 19rem; }
.hero-section > .photo-strip { top: calc(100% - 198px); } } .craft-text-huge { font-size: clamp(2.25rem, 5.5vw, 4rem); }
.craft-rounded-xl  { border-radius: 2.5rem; }
.craft-rounded-2xl { border-radius: 3rem; }
.craft-rounded-3xl { border-radius: 4rem; } .craft-shadow-btn       { box-shadow: 0 15px 35px -10px rgba(41, 52, 196, 0.5); transition: all 0.3s ease; }
.craft-shadow-btn:hover { box-shadow: 0 25px 45px -10px rgba(41, 52, 196, 0.6); transform: scale(1.05) translateY(-2px); }
.craft-shadow-wp       { box-shadow: 0 10px 40px -15px rgba(41, 52, 196, 0.1); transition: all 0.5s ease; }
.craft-shadow-wp:hover { box-shadow: 0 30px 60px -15px rgba(41, 52, 196, 0.2); transform: translateY(-8px); }
.craft-shadow-wix       { box-shadow: 0 10px 40px -15px rgba(251, 188, 4, 0.15); transition: all 0.5s ease; }
.craft-shadow-wix:hover { box-shadow: 0 30px 60px -15px rgba(251, 188, 4, 0.3); transform: translateY(-8px); }
.craft-shadow-green       { box-shadow: 0 10px 40px -10px rgba(16, 185, 129, 0.05); transition: all 0.5s ease; }
.craft-shadow-green:hover { box-shadow: 0 20px 40px -10px rgba(16, 185, 129, 0.15); transform: translateY(-8px); }
.craft-shadow-gray       { box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05); transition: all 0.5s ease; }
.craft-shadow-gray:hover { box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1); transform: translateY(-8px); }
.craft-shadow-dark { box-shadow: 0 30px 60px -15px rgba(41, 52, 196, 0.3); } .bg-wp-card  { background-color: #eef5fe; }
.bg-wix-card { background-color: #FFF8E1; }
.bg-wp-sub   { background-color: #effaf5; }
.bg-wix-sub  { background-color: #f9fafb; } .bg-quote-1 { background-color: #fff1f2; }
.bg-quote-2 { background-color: #faf5ff; }
.bg-quote-3 { background-color: #f0fdf4; }
.craft-quote-card {
transition: all 0.5s ease;
border-radius: 3rem;
border: 1px solid rgba(0, 0, 0, 0.03);
}
.craft-quote-card:hover {
transform: scale(1.02);
box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
} .craft-portfolio-item {
transition: all 0.5s ease;
border-radius: 2rem;
box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
}
.craft-portfolio-item:hover {
transform: scale(1.02);
box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.1);
} .craft-cta-wrapper {
border-radius: 3rem;
box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.08);
transition: transform 0.5s ease;
} .bg-whatsapp-sub {
background-color: rgba(37, 211, 102, 0.1);
color: #25d366;
border: 1px solid rgba(37, 211, 102, 0.2);
transition: all 0.3s ease;
}
.bg-whatsapp-sub:hover {
background-color: #25d366;
color: white;
transform: translateY(-4px);
} .flex-center { display: flex; align-items: center; justify-content: center; }
.z-minus { z-index: -10; }
@media (prefers-reduced-motion: reduce) {
.photo-stack-card,
.craft-quote-card,
.craft-portfolio-item,
.craft-shadow-wp,
.craft-shadow-wix,
.craft-shadow-green,
.craft-shadow-gray {
transition: none;
}
}  :root {
--nixo-font-body:    1.125rem; --nixo-font-body-sm: 1.0625rem; }
@media (max-width: 639px) {
:root {
--nixo-font-body:    1rem; --nixo-font-body-sm: 0.9375rem; }
} :root {
--nixo-gap-pill-title:   1rem; --nixo-gap-title-lead:   1.5rem; --nixo-gap-lead-content: 2.5rem; }  .section-pill {
margin-bottom: var(--nixo-gap-pill-title) !important;
} .section-header {
margin-bottom: 2.5rem;
}
.section-header .section-pill {
display: inline-block;
}
.section-header h2,
.section-header h3 {
margin-bottom: 0;
}
.section-header .section-intro {
margin-top: var(--nixo-gap-title-lead);
margin-bottom: 0;
}
@media (max-width: 639px) {
.section-header { margin-bottom: 1.75rem; }
} .section-title {
font-size: clamp(1.875rem, 4vw, 2.875rem);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--color-primary);
margin-bottom: 0;
}  .section-intro {
line-height: 1.65;
color: var(--color-text-muted);
max-width: 42rem;
margin-top: var(--nixo-gap-title-lead);
margin-bottom: var(--nixo-gap-lead-content);
}
@media (max-width: 639px) {
.section-intro { max-width: 100%; }
}  .nixo-body {
font-size: var(--nixo-font-body) !important;
line-height: 1.65;
} .nixo-body-sm {
font-size: var(--nixo-font-body-sm) !important;
line-height: 1.6;
}  @media (max-width: 1023px) {
.pf-desktop-layout { display: none !important; }
.pf-mobile-layout  { display: block !important; }
}
@media (min-width: 1024px) {
.pf-mobile-layout  { display: none !important; }
} .pf-mob-slider {
display: flex;
gap: 1rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding-bottom: 1rem;
scrollbar-width: none;
}
.pf-mob-slider::-webkit-scrollbar { display: none; } .pf-mob-slide {
flex: 0 0 85%;
scroll-snap-align: start;
background: #fff;
border-radius: 1.25rem;
overflow: hidden;
border: 1px solid #efefef;
box-shadow: 0 4px 20px rgba(41,52,196,0.08);
}
.pf-mob-slide-img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}
.pf-mob-slide-img-placeholder {
width: 100%;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.pf-mob-slide-body {
padding: 1.125rem 1.25rem 1.375rem;
}
.pf-mob-slide-pills {
display: flex;
flex-wrap: wrap;
gap: 0.3rem;
margin-bottom: 0.75rem;
}
.pf-mob-slide-pill {
display: inline-flex;
align-items: center;
padding: 0.25rem 0.625rem;
font-size: 0.75rem;
font-weight: 700;
color: #fff;
border-radius: 9999px;
}
.pf-mob-slide-title {
font-size: 1.0625rem;
font-weight: 800;
color: #2934c4;
margin: 0 0 0.375rem;
line-height: 1.25;
}
.pf-mob-slide-excerpt {
font-size: 0.9rem;
color: var(--color-text-muted);
line-height: 1.55;
margin: 0 0 0.875rem;
}
.pf-mob-slide-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.9rem;
font-weight: 700;
color: #2934c4;
text-decoration: none;
} .pf-mob-dots {
display: flex;
justify-content: center;
gap: 0.4rem;
margin-top: 1rem;
}
.pf-mob-dot {
width: 6px;
height: 6px;
border-radius: 9999px;
background: #cbd5e1;
transition: background 0.25s ease, width 0.25s ease;
}
.pf-mob-dot.is-active {
background: #2934c4;
width: 18px;
}   @media (max-width: 767px) {
section:has(.reviews-list) {
overflow: visible !important;
} #nixo-reviews { overflow: visible !important; }
} @media (max-width: 767px) {
.reviews-list {
display: flex !important;
flex-direction: row !important;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-padding-left: 1.5rem;
-webkit-overflow-scrolling: touch;
padding-top: 14px;
padding-bottom: 1rem;
scrollbar-width: none;
gap: 1.25rem !important;
margin-left: -1.5rem;
margin-right: -1.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.reviews-list::-webkit-scrollbar { display: none; }
.reviews-list > div {
flex: 0 0 82% !important;
scroll-snap-align: start;
min-width: 0;
}
.reviews-list > div.reviews-item-wide { flex: 0 0 82% !important; }
.reviews-list > div.reviews-item-wide > div {
width: 100% !important;
max-width: 100% !important;
} .craft-quote-card.p-10 { padding: 1.5rem !important; }
.craft-quote-card.p-8  { padding: 1.25rem !important; }
.craft-quote-card .text-xl  { font-size: 1rem !important; }
.craft-quote-card .text-2xl { font-size: 1.125rem !important; }
.craft-quote-card .text-5xl { font-size: 2.5rem !important; }
.craft-quote-card .mt-12    { margin-top: 2rem !important; } .reviews-list .review-text-wrap {
max-height: 8rem;
overflow: hidden;
position: relative;
}
.reviews-list .review-text-wrap::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 0.75rem;
background: linear-gradient(transparent, var(--review-bg, #fff));
pointer-events: none;
}
.reviews-list .review-text-wrap.is-expanded {
max-height: none;
overflow: visible;
}
.reviews-list .review-text-wrap.is-expanded::after { display: none; }
.review-readmore-btn {
display: none;
margin-top: 0.625rem;
background: none;
border: none;
padding: 0;
font-size: 0.875rem;
font-weight: 700;
color: var(--review-btn-color, #2934c4);
cursor: pointer;
text-decoration: underline;
text-underline-offset: 3px;
}
} .reviews-mob-dots { display: none; }
@media (max-width: 767px) {
.reviews-mob-dots {
display: flex !important;
justify-content: center;
gap: 0.5rem;
margin-top: 1.25rem;
}
} @media (min-width: 1024px) {
.craft-hero-bg.hero-section,
section[id="hero"] {
padding-top: 2rem !important;
}
}
@media (max-width: 1023px) {
.craft-hero-bg.hero-section,
section[id="hero"] {
padding-top: 1.5rem !important;
}
} @media (max-width: 1023px) {
.pakketten-reveal {
opacity: 1 !important;
transform: translateY(0) !important;
}
} .pf-mob-slide {
position: relative;
}
.pf-mob-slide-link::after {
content: '';
position: absolute;
inset: 0;
z-index: 1;
}
.pf-mob-slide-pills,
.pf-mob-slide-title,
.pf-mob-slide-excerpt {
position: relative;
z-index: 2;
} .tl-mob-b { gap: 1.5rem !important; }
.tl-mob-b > div { position: relative; }
.tl-mob-b > div::before {
content: '';
position: absolute;
inset: 0;
border-radius: 1.35rem;
transform: rotate(-2deg) translateX(10px) translateY(-10px);
pointer-events: none;
z-index: -1;
}
.tl-mob-b > div:nth-child(odd)::before  { background: rgba(41,52,196,0.14); }
.tl-mob-b > div:nth-child(even)::before { background: rgba(41,52,196,0.06); } @media (max-width: 767px) {
.basis-pricing-grid {
display: flex !important;
flex-direction: row !important;
overflow-x: auto !important;
overflow-y: visible !important;
scroll-snap-type: x mandatory !important;
gap: 1rem !important;
padding: 16px 1.5rem 28px !important;
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
max-width: none !important;
scrollbar-width: none !important;
-webkit-overflow-scrolling: touch !important;
}
.basis-pricing-grid::-webkit-scrollbar { display: none; }
.basis-pricing-grid > div {
flex: 0 0 88% !important;
min-width: unset !important;
scroll-snap-align: start !important;
align-self: flex-start !important;
}
} @media (max-width: 1023px) {
.upsell-mob-hide { display: none !important; }
}