/* Funkit brand system. Shared by marketing, contact, legal, releases and installer.
   Layout breakpoints and behavior stay in their component stylesheets. */
:root{
  --font-brand:"Varela Round",Arial,Helvetica,sans-serif;
  --canvas:#fff;--navy:#153451;--navy-soft:#edf7ff;--ink:#173752;
  --blue:#0085ff;--lime:#c8fa5f;--text:#173752;--muted:#405c70;
  --surface:#f3f9ff;--surface-alt:#e9f5ff;--cloud:#e1f2ff;
  --cloud-deep:#cce9ff;--lime-soft:#f0fbdc;--peach-soft:#fff2e7;
  --lilac-soft:#f1edff;--line:#d7e7f2;--link:#0754b8;--focus:#0754b8;
  --active:#355300;--radius-sm:14px;--radius:28px;--radius-lg:36px;
  --radius-pill:999px;--shadow:0 8px 30px rgb(31 98 147 / 6%);
  --shadow-hover:0 14px 34px rgb(31 98 147 / 11%);
  --space-sm:16px;--space-md:24px;--space-lg:32px;
  --space-card:clamp(24px,3vw,40px);--space-section:clamp(60px,7vw,104px);
  color-scheme:light;
}
body{font-family:var(--font-brand);color:var(--text);line-height:1.75;background-color:var(--canvas)}
button,input,textarea,select{font-family:var(--font-brand)}
:root body :is(h1,h2,h3,h4,h5,h6){font-family:var(--font-brand);font-weight:400;line-height:1.2;letter-spacing:-.025em}
:root body :is(h4,h5,h6){color:var(--ink)}
/* Small headings use deeper blue; electric blue is reserved for large type. */
:root body h3,:root body :is(.legal__h2,.terms-sidebar h2,.release-sidebar h2,.card h2,.panel>header h2){color:var(--link)}
:root body .platform-heading h3,:root body .product-copy h3,:root body .kit-package h3{color:var(--blue)}
.section{padding-block:var(--space-section)}
.eyebrow,.section__eyebrow,.badge,.on-label,.kit-number,.package-index,.package-footer,.product-number,.proof-index,.proof-caption p,.proof-tabs button>span:first-child,.ecosystem li,.footer__grid strong{
  font-family:var(--font-brand);letter-spacing:0;font-weight:400;text-transform:none;
}
.eyebrow,.section__eyebrow{font-size:.88rem;color:var(--link)}
.kit-number,.package-index,.package-footer,.product-number{text-transform:lowercase;font-size:.82rem}
.kit-description .eyebrow{font-size:.75rem;letter-spacing:0}
.badge{border:0;border-radius:var(--radius-pill);padding:7px 13px;background:var(--surface-alt);font-size:.75rem;line-height:1.5}
.badge[data-i18n-key="site.available"]{background:var(--lime-soft);color:var(--active)}
.badge[data-i18n-key="site.soon"]{background:#fff4e6;color:#77501d}
/* Soft controls, with contrast carried by text and visible keyboard focus. */
.btn,.nav-contact,.nav-toggle,.close,.pill,.release-nav a,.terms-nav a,.toggle button{
  border-radius:var(--radius-pill);font-family:var(--font-brand);letter-spacing:0;text-transform:none;
}
.btn{font-size:.94rem;padding:14px 25px;font-weight:400;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn.primary,.btn--primary,.hero-reference .hero-kits-cta{background:var(--lime);border-color:var(--lime);color:var(--ink)}
.btn.primary:hover,.btn--primary:hover,.hero-reference .hero-kits-cta:hover{background:#d5fc85;box-shadow:0 6px 22px rgb(164 210 61 / 22%)}
.btn.secondary,.btn--ghost{background:var(--cloud);border-color:var(--cloud);color:var(--ink)}
.btn.secondary:hover{background:var(--cloud-deep)}
.nav-contact{background:var(--lime-soft);border-color:transparent}
.nav-toggle,.close{border-color:var(--line);background:var(--surface)}
.header{border-bottom:0;box-shadow:0 3px 22px rgb(32 89 132 / 4%)}
.product-menu__panel{border-color:var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-hover)}
.product-menu__panel a{border-radius:var(--radius-sm)}
.product-menu__kits{border-color:var(--cloud-deep)}
.nav-menu select{border:1px solid var(--line);border-radius:var(--radius-pill);padding-inline:12px}
input:not([type=hidden]),textarea{border-radius:var(--radius-sm);border-color:#829caf;background:#fff}
input::placeholder,textarea::placeholder{color:#526b7f}
.demo-products .demo-product{border-radius:var(--radius-sm);border-color:var(--line);padding:14px}
.demo-products .demo-product:has(input:checked){background:var(--lime-soft);border-color:#779b41}
.demo-products .demo-product input{border-radius:5px}
.contact__form,.demo__form,.panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-card)}
.panel{padding:0}.panel>header{border-color:var(--line)}
.modal{background:rgb(23 55 82 / 45%)}
/* Keep the original logo and illustration; carry their light palette below the hero. */
.hero-reference{background-color:#fff}
.hero-reference .hero-copy .lead{line-height:1.65}
.hero-reference .hero-copy h1{line-height:1.16}
.trust-strip{background:linear-gradient(180deg,#f1f9ff,#e9f5ff);color:var(--ink);border-radius:0 0 48px 48px}
.trust-brands .trust-brands__label,.trust-strip .eyebrow{color:var(--muted)}
.trust-built{border-color:var(--line)}
/* Product kits: one family, three gentle accents, no inverse color palette. */
.platform-card{background:linear-gradient(135deg,#edf8ff,#f5fbff 65%,#f2fadf);border:0;border-radius:var(--radius-lg);padding:var(--space-card)}
.platform-heading .eyebrow,.platform-heading p{color:var(--muted)}
.platform-heading .eyebrow{color:var(--link)}
.kit-card{--kit-tint:var(--lime-soft);background:#fff;border:1px solid #e2edf4;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}
#communitykit{--kit-tint:var(--cloud)}
#companykit{--kit-tint:var(--peach-soft)}
.kit-package{background:var(--kit-tint);border:0;border-radius:27px 27px 38% 18% / 27px 27px 24px 18px;padding:24px;min-height:220px}
.kit-package>.power-icon,#companykit .kit-package>.power-icon{color:var(--link)}
.kit-package h3{margin-top:0;line-height:1.2;font-size:clamp(1.5rem,2vw,1.9rem)}
.kit-description{padding:28px 24px}
.kit-description .power-icon{color:var(--active)}
.kit-result{font-size:.85rem;color:var(--ink);margin-top:auto;padding-top:10px}
.kit-description p:not(.eyebrow){font-size:.92rem}
.product-grid{gap:32px;margin-top:48px}
.product-card{--product-tint:var(--lime-soft);padding:var(--space-card);gap:clamp(24px,4vw,56px);border:1px solid #e2edf4;background:#fbfdff;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:box-shadow .25s ease,transform .25s ease}
.product-card:last-child{border-bottom:1px solid #e2edf4}
.continue-product{--product-tint:#fcecf3}
.click-product{--product-tint:#fff7d6}
.custom-product{--product-tint:var(--lilac-soft)}
.product-poster,.click-product .product-poster,.custom-product .product-poster{background:var(--product-tint);border:0;color:var(--ink);border-radius:26px 56px 26px 26px;min-height:260px;padding:32px;isolation:isolate}
.product-poster::before,.product-poster::after{content:"";position:absolute;pointer-events:none;border-radius:50%;z-index:-1}
.product-poster::before{width:260px;height:260px;right:-125px;top:-105px;border:30px solid rgb(255 255 255 / 60%)}
.product-poster::after{width:160px;height:160px;left:-95px;bottom:-75px;background:rgb(255 255 255 / 50%)}
.package-statement{font-family:var(--font-brand);font-size:clamp(2.2rem,3.5vw,3.6rem);font-weight:400;line-height:1.15;letter-spacing:-.025em;text-transform:none;margin-block:0 20px;max-width:100%}
.poster-power{right:20px;bottom:25px;width:80px;height:80px;border-width:10px;color:var(--link);opacity:.14}
.poster-power:before{width:10px;height:40px;top:-14px;border-radius:6px}
.click-product .poster-power{border-style:solid;border-top-color:transparent}
.product-copy h3{margin-bottom:18px}.product-copy h4{line-height:1.3}
.product-card__top{margin-bottom:22px;flex-wrap:wrap}
/* Four steps form a light, rounded path. The ordered list remains semantic. */
.journey-section{background:linear-gradient(180deg,#fff,#f0f8ff 25%,#f0f8ff 75%,#fff);border:0}
.journey-track{gap:24px}
.journey-track li{position:relative;border:0;padding:24px 20px;background:rgb(255 255 255 / 85%);border-radius:32px 32px 24px 24px}
.journey-track li:nth-child(even){border-radius:24px 24px 40px 24px}
.journey-track li>span{display:grid;place-items:center;width:64px;height:64px;margin-bottom:24px;border-radius:50% 45% 48% 40%;background:var(--lime-soft);color:var(--link);font:400 1.7rem/1 var(--font-brand)}
.journey-track li:nth-child(even)>span{background:var(--cloud)}
.journey-track h3{font-size:1.3rem;line-height:1.3}
.journey-track p{font-size:.87rem}
.power-statement{background:linear-gradient(110deg,var(--lime-soft),#eef9ff);border:0;border-radius:48px 16px 48px 16px}
.power-statement p{color:var(--ink);font-weight:400;line-height:1.25;letter-spacing:-.025em;text-transform:none}
.power-statement .power-icon{color:#598611}
/* Salesforce cloud with airy labels instead of diagram borders. */
.tech-section{background:#fff}
.ecosystem{position:relative;isolation:isolate;border:0;background:linear-gradient(145deg,#edf8ff,#dff1ff);border-radius:44% 40% 28px 28px / 72px 90px 28px 28px;padding:36px 28px 28px;box-shadow:0 10px 32px rgb(0 133 255 / 5%)}
.ecosystem::before,.ecosystem::after{content:"";position:absolute;border-radius:50%;background:#edf8ff;pointer-events:none;z-index:-1}
.ecosystem::before{width:110px;height:110px;top:-16px;left:18%}
.ecosystem::after{width:145px;height:145px;top:-28px;right:18%;background:#e7f5ff}
.ecosystem__core{border:0;padding:20px 12px;gap:16px}
.ecosystem__core strong{font-size:1.15rem;letter-spacing:0;font-weight:400}
.ecosystem ul{gap:12px;margin-top:12px}
.ecosystem li{border:0;border-radius:var(--radius-pill);background:rgb(255 255 255 / 85%);padding:14px 8px;font-size:.86rem;color:var(--ink)}
.consulting{border:0;padding-top:48px}
.service-list{border:0}
.service-list li{border:0;border-radius:22px;padding:20px 24px 20px 48px;background:var(--surface);margin-bottom:12px}
.service-list li:before{left:22px}
.cases-section{background:linear-gradient(115deg,var(--cloud),#f5fbff);border:0;border-radius:56px 16px 56px 16px}
.cases-section p,.cases-section .eyebrow{color:var(--muted)}
.about-mark{background:var(--lime-soft);color:#598611;border-radius:42% 58% 53% 47% / 53% 42% 58% 47%}
.founder-profile{border:0;background:var(--surface);border-radius:var(--radius);padding:var(--space-md)}
.founder-profile__photo{border-radius:80px 80px 24px 24px}
.contact-section{background:linear-gradient(160deg,#eef8ff,#f6fbeF);border:0;border-radius:48px 48px 0 0}
/* Product detail and software preview use the same controls and surfaces. */
.detail-hero{background:linear-gradient(140deg,#f1f9ff,#fff 65%,#f4fbeb);border:0;border-radius:0 0 48px 48px}
.detail-card{border:0;padding:var(--space-card);background:var(--surface);border-radius:var(--radius)}
.end-cta{background:var(--lime-soft);border:0;border-radius:var(--radius-lg);padding:var(--space-card)}
.software-proof{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.proof-header{border:0}.on-label{color:var(--active)}
.proof-tabs{gap:6px;padding-bottom:10px}
.proof-tabs button{background:#fff;border:1px solid #8ba7ba;border-radius:var(--radius-sm);color:var(--ink)}
.proof-tabs button[aria-pressed=true]{border-color:#779b41;background:var(--lime)}
.proof-screen{border:1px solid var(--line);border-radius:var(--radius-sm)}
.proof-caption p{font-size:.78rem}.proof-cta:hover .power-icon{color:var(--active)}
.platform-video{border-radius:var(--radius);overflow:hidden;background:var(--cloud)}
/* Supporting public pages share tokens without changing their layout. */
.footer{background:linear-gradient(160deg,#edf8ff,#f8fcff);border:0;color:var(--ink)}
.footer__grid strong{font-size:.9rem;color:var(--ink)}
.footer__grid a:hover{color:var(--link)}
.footer__bottom{border-color:var(--line)}
.footer__grid .footer-word{font-weight:400;letter-spacing:-.04em}
.footer-word span{color:var(--active)}
.terms-hero,.release-hero{border:0;border-radius:0 0 48px 48px}
.terms-hero::before,.release-hero::before{background:linear-gradient(130deg,#eaf6ff,#f7fcec);opacity:1}
.terms-sidebar dt{text-transform:none}
.legal__card{border:0;border-radius:var(--radius-sm);padding:24px}
.release-card__meta span,.release-card__meta time,.release-facts span,.release-facts time{border:0;border-radius:var(--radius-pill);background:var(--cloud);padding:6px 12px}
.release-nav a:hover,.terms-nav a:hover{background:var(--cloud)}
.card,.package-card,.config-block{border-radius:var(--radius);border-color:var(--line);box-shadow:var(--shadow)}
body[data-page="contact"] .contact-conversation{background:linear-gradient(140deg,#f0f8ff,#fff);border:0}
body[data-page="contact"] .contact-chat{border-color:var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
  .btn:hover{transform:translateY(-2px)}
  .kit-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}
  .btn:hover .power-icon,.text-link:hover .power-icon{filter:drop-shadow(0 0 5px rgb(143 188 43 / 50%))}
}
@media(prefers-reduced-motion:no-preference){.ecosystem::before,.ecosystem::after{animation:funkit-cloud-float 9s ease-in-out infinite alternate}.ecosystem::after{animation-delay:-4s}}
@keyframes funkit-cloud-float{to{transform:translateY(-5px)}}
@media(max-width:850px){
  .kit-package{border:0;border-radius:27px 35px 35px 27px}
  .platform-card{padding:24px}.product-card{padding:28px;gap:28px}
  .journey-track{gap:20px}.product-poster{min-height:260px}
}
@media(max-width:600px){
  .kit-package{border-radius:27px 27px 38% 18% / 27px 27px 24px 18px}
  .product-card{padding:22px}.product-poster,.click-product .product-poster,.custom-product .product-poster{min-height:240px;padding:26px}
  .package-statement{font-size:clamp(2.1rem,8vw,3rem)}
  .platform-card{padding:18px}.journey-track li{padding:20px 16px}
  .journey-track li>span{width:52px;height:52px;font-size:1.45rem}
  .journey-track h3{font-size:1.2rem}.journey-track p{font-size:.8rem}
  .ecosystem{padding:30px 20px 24px}.ecosystem ul{gap:8px}
  .ecosystem li{font-size:.8rem}.ecosystem::after{width:110px;height:110px;top:-12px}
  .detail-card h2{font-size:2.2rem}.product-copy h3{font-size:clamp(1.9rem,7.5vw,2.6rem)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}
  .btn:hover,.kit-card:hover,.product-card:hover{transform:none}
}

/* Standalone demo landing page. */
body[data-page="actie"] .demo{padding-block:clamp(32px,5vw,64px)}
body[data-page="actie"] .demo .two-col{align-items:start}
:root body[data-page="actie"] .demo h2{font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin:0 0 24px}

body[data-page="actie"] .hero-reference .hero-copy{padding-top:40px}
body[data-page="actie"] .hero-reference .hero-art{min-height:440px}
body[data-page="actie"] #demo{scroll-margin-top:0}
@media(max-width:850px){
 body[data-page="actie"] .hero-reference .hero-inner{gap:24px}
 body[data-page="actie"] .hero-reference .hero-copy{padding-top:24px}
 body[data-page="actie"] .hero-reference .hero-art{min-height:0}
}
@media(max-width:480px){
 body[data-page="actie"] .hero-reference .cta-row .btn{flex:1 1 100%;min-height:48px;justify-content:center}
 body[data-page="actie"] .hero-reference .hero-copy .cta-row{margin-top:24px;gap:10px}
}

/* Shared Kit illustrations on the homepage and the action platform. */
.kit-family #celebratekit .kit-package{background-image:url("assets/celebrate.png")}
.kit-family #communitykit .kit-package{background-image:url("assets/community.png")}
.kit-family #companykit .kit-package{background-image:url("assets/company.png")}
.kit-family .kit-package{background-repeat:no-repeat;background-position:right bottom;background-size:auto 160px;min-height:220px}
.kit-family .kit-package .kit-result{max-width:45%}

/* Illustrations for the remaining homepage products. */
body[data-page="home"] .continue-product .product-poster{background-image:url("assets/continuekit.png")}
body[data-page="home"] .click-product .product-poster{background-image:url("assets/clicktodonatekit.png")}
body[data-page="home"] .custom-product .product-poster{background-image:url("assets/customkit.png")}
body[data-page="home"] .product-poster{background-repeat:no-repeat;background-position:right bottom;background-size:auto 160px}
body[data-page="home"] .product-poster .package-statement{max-width:65%;font-size:clamp(1.4rem,2.7vw,2.7rem)}
body[data-page="home"] .product-poster .package-footer{max-width:60%}
@media(max-width:1100px){body[data-page="home"] .product-poster{background-size:38% auto}}

body[data-page="home"] .product-poster::before,body[data-page="home"] .product-poster::after{display:none}

:root body .product-poster .product-kit-title{font-size:clamp(1.5rem,2vw,1.9rem);line-height:1.2;margin:0 0 20px;color:var(--blue);letter-spacing:-.025em}
.product-kit-title span{display:block;font-size:1.2em;color:var(--blue)}
