:root{--dfp-blue:#0F66D2;--dfp-dark:#101828;--dfp-muted:#667085;--dfp-soft:#F3F4F4;--dfp-line:#E7EDF4}.dfp-projects,.dfp-detail{font-family:Manrope,Arial,sans-serif;color:var(--dfp-dark)}.dfp-projects *,.dfp-detail *{box-sizing:border-box}.dfp-projects{position:relative;width:100%}.dfp-projects__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.dfp-projects__heading h2,.dfp-section-head h2{margin:7px 0 0;font-family:"Manrope",Sans-serif;font-size:32px;font-weight:800;line-height:1.15em;color:#101828;letter-spacing:-.025em}.dfp-kicker{padding-bottom:10px;font-size:15px;line-height:1.2;font-weight:800;color:var(--dfp-accent,var(--dfp-blue));text-transform:uppercase}.dfp-nav{display:flex;gap:9px}.dfp-nav--solo{justify-content:flex-end;margin-bottom:16px}.dfp-nav button{width:44px;height:44px;border:1px solid #D0D5DD;background:#fff;color:var(--dfp-dark);border-radius:50%;font-size:19px;cursor:pointer;transition:.2s}.dfp-nav button:hover{background:var(--dfp-blue);color:#fff;border-color:var(--dfp-blue);transform:translateY(-1px)}.dfp-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 16px;scrollbar-width:none}.dfp-track::-webkit-scrollbar{display:none}.dfp-projects--grid .dfp-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;gap:24px}.dfp-card{scroll-snap-align:start;flex:0 0 calc((100% - 48px)/3);min-width:0;background:#fff;border:1px solid var(--dfp-line);border-radius:16px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.dfp-card:hover{transform:translateY(-5px);border-color:#C9D8EA;box-shadow:0 18px 48px rgba(16,24,40,.09)}.dfp-card__link{display:block;color:inherit!important;text-decoration:none!important}.dfp-card__media{position:relative;aspect-ratio:16/10;background:#EDEFF2;overflow:hidden}.dfp-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.dfp-card:hover .dfp-card__media img{transform:scale(1.035)}.dfp-card__badge{position:absolute;left:16px;top:16px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);font-size:11px;font-weight:800;color:#24364B}.dfp-card__arrow{position:absolute;right:16px;top:16px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--dfp-blue);font-size:19px;transition:.2s}.dfp-card:hover .dfp-card__arrow{background:var(--dfp-blue);color:#fff}.dfp-card__body{padding:22px 22px 24px}.dfp-card__body h3{font-size:20px;line-height:1.2;margin:0 0 8px;color:#000000;font-weight:700;}.dfp-card__services{font-size:13px;color:var(--dfp-blue);font-weight:700;margin-bottom:10px}.dfp-card__body p{font-size:17px;line-height:1.7;color:#000000;margin:0;}.dfp-empty{padding:28px;border:1px dashed #CDD5DF;border-radius:12px;color:var(--dfp-muted);text-align:center}.dfp-detail{--dfp-accent:#0F66D2;background:#fff}.dfp-detail-wrap{width:min(1560px,calc(100% - 80px));margin:0 auto}.dfp-detail-hero{padding:44px 0 88px;background:linear-gradient(180deg,#fff 0%,#F8FAFC 100%)}.dfp-breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;font-size:12px;color:#8B95A5;margin-bottom:54px}.dfp-breadcrumbs a{color:#657184;text-decoration:none}.dfp-breadcrumbs strong{color:#26364A}.dfp-detail-hero__grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:64px;align-items:center}.dfp-detail-hero__copy h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 24px;color:#101828}.dfp-lead{font-size:19px;line-height:1.72;color:#586579;max-width:740px;margin:0 0 32px}.dfp-project-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;padding:26px 0 30px;border-top:1px solid #E2E8F0}.dfp-project-facts div{display:flex;flex-direction:column;gap:4px}.dfp-project-facts span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#98A2B3;font-weight:800}.dfp-project-facts strong{font-size:14px;color:#27364A}.dfp-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--dfp-accent);color:#fff!important;text-decoration:none!important;padding:14px 20px;border-radius:9px;font-weight:800;font-size:14px;border:1px solid var(--dfp-accent);transition:.2s}.dfp-button:hover{background:#fff;color:var(--dfp-accent)!important;transform:translateY(-1px)}.dfp-detail-hero__media img{display:block;width:100%;border-radius:20px;box-shadow:0 30px 70px rgba(16,24,40,.12)}.dfp-results{padding:86px 0;background:#fff}.dfp-section-head{text-align:center;margin-bottom:36px}.dfp-section-head--row{text-align:left;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.dfp-section-head--row>a{color:var(--dfp-dark);font-size:14px;font-weight:800;text-decoration:none}.dfp-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dfp-stat{min-height:150px;border:1px solid var(--dfp-line);border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:#fff}.dfp-stat strong{font-size:36px;letter-spacing:-.035em;color:var(--dfp-accent);line-height:1}.dfp-stat span{font-size:13px;color:var(--dfp-muted);margin-top:9px}.dfp-stat--views strong{color:#101828}.dfp-traffic-box{margin-top:24px;background:#101828;border-radius:18px;padding:32px;color:#fff}.dfp-traffic-box__head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.dfp-traffic-box h3{font-size:24px;margin:5px 0 0;color:#fff}.dfp-traffic-box .dfp-kicker{color:#FFFFFF}.dfp-growth{font-size:30px;color:#fff}.dfp-bars{display:flex;flex-direction:column;gap:18px}.dfp-bar-row{display:grid;grid-template-columns:52px 1fr 90px;align-items:center;gap:14px;font-size:13px}.dfp-bar{height:12px;border-radius:999px;background:#2A3445;overflow:hidden}.dfp-bar i{display:block;height:100%;background:#61738B;border-radius:inherit}.dfp-bar-row--after .dfp-bar i{background:var(--dfp-accent)}.dfp-bar-row strong{text-align:right}.dfp-story{padding:95px 0;background:#F3F4F4}.dfp-story-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:80px;align-items:start}.dfp-story-nav{position:sticky;top:110px}.dfp-story-nav h2{font-size:38px;line-height:1.12;letter-spacing:-.03em;margin:8px 0}.dfp-story-content{display:flex;flex-direction:column}.dfp-story-content article{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:32px 0;border-top:1px solid #DCE2E9}.dfp-story-content article:first-child{border-top:0;padding-top:0}.dfp-story-content article>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--dfp-accent);font-weight:800;font-size:12px}.dfp-story-content h3{font-size:23px;margin:4px 0 11px}.dfp-story-content p,.dfp-richtext{font-size:16px;line-height:1.8;color:#596678;margin:0}.dfp-gallery-section{padding:90px 0}.dfp-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dfp-gallery__item{display:block;overflow:hidden;border-radius:16px;background:#EFF2F5}.dfp-gallery__item img{display:block;width:100%;height:100%;aspect-ratio:16/10;object-fit:cover;transition:.35s}.dfp-gallery__item:hover img{transform:scale(1.025)}.dfp-next{padding:0 0 95px}.dfp-next__cta{padding:44px 48px;border-radius:18px;background:linear-gradient(120deg,var(--dfp-accent),#061B34);display:flex;justify-content:space-between;align-items:center;gap:40px;color:#fff}.dfp-next__cta .dfp-kicker{color:#FFFFFF}.dfp-next__cta h2{font-size:34px;margin:6px 0;color:#fff}.dfp-next__cta p{margin:0;color:#DCE9F7}.dfp-button--light{background:#fff;border-color:#fff;color:#101828!important;white-space:nowrap}.dfp-button--light:hover{background:transparent;color:#fff!important}.dfp-related{padding:86px 0 110px;background:#F8FAFC}@media(max-width:1100px){.dfp-card{flex-basis:calc((100% - 24px)/2)}.dfp-projects--grid .dfp-track{grid-template-columns:repeat(2,minmax(0,1fr))}.dfp-detail-wrap{width:min(100% - 48px,1560px)}.dfp-detail-hero__grid{grid-template-columns:1fr;gap:38px}.dfp-detail-hero__media{order:-1}.dfp-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dfp-story-grid{grid-template-columns:1fr;gap:30px}.dfp-story-nav{position:static}}@media(max-width:700px){.dfp-projects__heading{align-items:flex-start}.dfp-projects__heading h2,.dfp-section-head h2{margin:7px 0 0;font-family:"Manrope",Sans-serif;font-size:32px;font-weight:800;line-height:1.15em;color:#101828;letter-spacing:-.025em}.dfp-card{flex-basis:86%}.dfp-projects--grid .dfp-track{grid-template-columns:1fr}.dfp-detail-wrap{width:calc(100% - 32px)}.dfp-detail-hero{padding:26px 0 60px}.dfp-breadcrumbs{margin-bottom:28px}.dfp-detail-hero__copy h1{font-size:42px}.dfp-lead{font-size:17px}.dfp-project-facts{grid-template-columns:1fr}.dfp-results,.dfp-story,.dfp-gallery-section,.dfp-related{padding:64px 0}.dfp-stat-grid{grid-template-columns:1fr 1fr}.dfp-stat{min-height:126px;padding:19px}.dfp-stat strong{font-size:29px}.dfp-traffic-box{padding:22px}.dfp-traffic-box__head{align-items:flex-start}.dfp-growth{font-size:24px}.dfp-bar-row{grid-template-columns:42px 1fr 65px}.dfp-story-content article{grid-template-columns:40px 1fr;gap:14px}.dfp-gallery{grid-template-columns:1fr}.dfp-next__cta{padding:30px 24px;align-items:flex-start;flex-direction:column}.dfp-next__cta h2{font-size:29px}.dfp-section-head--row{align-items:flex-start;flex-direction:column}}

/* DIGIFRESH typografie v1.2 */
.dfp-detail h2,.dfp-projects h2{font-family:"Manrope",Sans-serif;font-size:32px;font-weight:800;line-height:1.15em;color:#101828;}
.dfp-next__cta h2{color:#FFFFFF;}
.dfp-card__logo{height:48px;display:flex;align-items:center;margin:0 0 14px}.dfp-card__logo img{max-height:48px;max-width:180px;width:auto;height:auto;object-fit:contain}.dfp-project-logo{margin:0 0 22px}.dfp-project-logo img{max-width:220px;max-height:90px;width:auto;height:auto;object-fit:contain}.dfp-projects .dfp-kicker,.dfp-detail .dfp-kicker{color:#0F66D2;}


/* DIGIFRESH v1.3 consistente typografie en projectbeelden */
.dfp-projects__heading h2,.dfp-section-head h2,.dfp-story-nav h2,.dfp-next__cta h2{
  font-family:"Manrope",Sans-serif!important;font-size:32px!important;font-weight:800!important;line-height:1.15em!important;color:#101828!important;
}
.dfp-next__cta h2{color:#fff!important}
.dfp-card__body p{font-size:17px!important;line-height:1.7!important;color:#000000!important;margin:0!important}
.dfp-card__body h3{font-size:20px!important;line-height:1.2!important;margin:0 0 8px!important;color:#000000!important;font-weight:700!important}
.dfp-card__services{color:#0F66D2!important}
.dfp-detail-logo{margin-bottom:22px}.dfp-detail-logo img{display:block;max-width:190px;max-height:72px;width:auto;height:auto;object-fit:contain}
.dfp-section-intro{max-width:760px;margin:12px auto 0;font-size:16px;line-height:1.7;color:#667085}
.dfp-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;align-items:start}
.dfp-browser-shot{display:block;text-decoration:none;background:#fff;border:1px solid #DEE5ED;border-radius:16px;overflow:hidden;box-shadow:0 14px 40px rgba(16,24,40,.07);transition:transform .2s,box-shadow .2s}
.dfp-browser-shot:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(16,24,40,.11)}
.dfp-browser-bar{height:38px;padding:0 13px;display:flex;align-items:center;gap:7px;background:#F5F7FA;border-bottom:1px solid #E5EAF0}
.dfp-browser-bar i{display:block;width:8px;height:8px;border-radius:50%;background:#C8D0DA}.dfp-browser-bar i:first-child{background:#FF766E}.dfp-browser-bar i:nth-child(2){background:#F2C454}.dfp-browser-bar i:nth-child(3){background:#65C887}
.dfp-browser-bar b{margin-left:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;color:#8A96A6}
.dfp-browser-screen{display:block;aspect-ratio:16/10;background:#EEF1F4;overflow:hidden}
.dfp-browser-screen img{display:block;width:100%;height:100%;object-fit:cover!important;object-position:top center!important;transition:transform .35s}
.dfp-browser-shot:hover .dfp-browser-screen img{transform:scale(1.015)}
.dfp-browser-shot--three{grid-column:1/2}
.dfp-phone-shot{grid-column:2/3;justify-self:center;display:block;position:relative;width:min(250px,72%);padding:12px 9px 14px;border:3px solid #111827;border-radius:30px;background:#111827;box-shadow:0 16px 46px rgba(16,24,40,.16);text-decoration:none}
.dfp-phone-notch{position:absolute;z-index:2;top:7px;left:50%;transform:translateX(-50%);width:74px;height:18px;border-radius:0 0 12px 12px;background:#111827}
.dfp-phone-screen{display:block;aspect-ratio:9/16;overflow:hidden;background:#EEF1F4;border-radius:21px}
.dfp-phone-screen img{display:block;width:100%;height:100%;object-fit:cover!important;object-position:top center!important}
.dfp-phone-home{display:block;width:62px;height:4px;border-radius:99px;background:#87909D;margin:8px auto 0}
@media(max-width:900px){.dfp-showcase-grid{grid-template-columns:1fr}.dfp-browser-shot--three,.dfp-phone-shot{grid-column:auto}.dfp-phone-shot{width:min(250px,65%)}}
@media(max-width:600px){.dfp-showcase-grid{gap:18px}.dfp-browser-bar{height:32px}.dfp-phone-shot{width:min(230px,78%)}}

/* DIGIFRESH v1.4 — consistente projectkaarten en hero */
.dfp-card{height:100%}
.dfp-card__link{display:flex!important;flex-direction:column;height:100%}
.dfp-card__media{aspect-ratio:16/9!important;background:#F3F6F9!important;padding:18px 18px 0!important;overflow:hidden!important}
.dfp-card-browser{position:relative;width:100%;height:100%;border:1px solid #DCE3EB;border-radius:12px 12px 0 0;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(16,24,40,.08)}
.dfp-card-browser__bar{height:29px;padding:0 10px;display:flex;align-items:center;gap:5px;background:#F6F8FA;border-bottom:1px solid #E5EAF0}
.dfp-card-browser__bar i{width:6px;height:6px;border-radius:50%;background:#CBD3DD;display:block}
.dfp-card-browser__bar i:first-child{background:#FF766E}.dfp-card-browser__bar i:nth-child(2){background:#F2C454}.dfp-card-browser__bar i:nth-child(3){background:#65C887}
.dfp-card-browser__bar b{font-size:9px;line-height:1;color:#98A2B3;font-weight:600;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dfp-card-browser__screen{display:block;height:calc(100% - 29px);overflow:hidden;background:#EDF1F5}
.dfp-card-browser__screen img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;border:0!important;border-radius:0!important;box-shadow:none!important;transition:transform .35s!important}
.dfp-card:hover .dfp-card-browser__screen img{transform:scale(1.02)!important}
.dfp-card__badge{left:28px!important;top:30px!important;z-index:3}
.dfp-card__arrow{right:28px!important;top:30px!important;z-index:3}
.dfp-card__body{display:flex;flex-direction:column;flex:1;min-height:245px;padding:22px 22px 26px!important}
.dfp-card__logo{height:50px!important;margin:0 0 14px!important;display:flex!important;align-items:center!important}
.dfp-card__logo img{max-height:44px!important;max-width:170px!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
.dfp-card__services{font-size:13px!important;line-height:1.45!important;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dfp-card__body p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}

.dfp-detail-hero__media{min-width:0}
.dfp-hero-browser{width:100%;border:1px solid #DDE4EC;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 28px 65px rgba(16,24,40,.12)}
.dfp-hero-browser__bar{height:42px;padding:0 15px;display:flex;align-items:center;gap:7px;background:#F6F8FA;border-bottom:1px solid #E5EAF0}
.dfp-hero-browser__bar i{width:8px;height:8px;border-radius:50%;display:block;background:#CBD3DD}.dfp-hero-browser__bar i:first-child{background:#FF766E}.dfp-hero-browser__bar i:nth-child(2){background:#F2C454}.dfp-hero-browser__bar i:nth-child(3){background:#65C887}
.dfp-hero-browser__bar b{font-size:11px;color:#8D99A8;font-weight:600;margin-left:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dfp-hero-browser__screen{display:block;aspect-ratio:16/10;overflow:hidden;background:#EDF1F5}
.dfp-hero-browser__screen img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;border:0!important;border-radius:0!important;box-shadow:none!important}

@media(max-width:700px){
 .dfp-card__media{padding:12px 12px 0!important}.dfp-card__badge{left:20px!important;top:22px!important}.dfp-card__arrow{right:20px!important;top:22px!important}
 .dfp-card__body{min-height:auto}.dfp-card__services{min-height:0}
 .dfp-hero-browser__bar{height:34px}.dfp-hero-browser__screen{aspect-ratio:16/11}
}


/* DIGIFRESH v1.5 — altijd laptop + mobiel mockups */
.dfp-card__media{aspect-ratio:16/10!important;background:linear-gradient(180deg,#f7f9fb 0%,#eef3f8 100%)!important;padding:26px 24px 14px!important;overflow:hidden!important}
.dfp-device-scene{position:relative;width:100%;height:100%}
.dfp-device-bar{height:34px;padding:0 14px;display:flex;align-items:center;gap:6px;background:#F8FAFC;border-bottom:1px solid #E6ECF2}
.dfp-device-bar i{display:block;width:7px;height:7px;border-radius:50%;background:#CAD2DD}
.dfp-device-bar i:first-child{background:#FF766E}.dfp-device-bar i:nth-child(2){background:#F2C454}.dfp-device-bar i:nth-child(3){background:#65C887}
.dfp-device-bar b{margin-left:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#8C98A9;font-weight:600}
.dfp-laptop-mockup{position:relative;width:84%;margin:0 auto;background:#fff;border:1px solid #D8E1EB;border-radius:18px 18px 10px 10px;overflow:hidden;box-shadow:0 26px 58px rgba(16,24,40,.12)}
.dfp-laptop-screen{display:block;aspect-ratio:16/10;background:#EEF2F6;overflow:hidden}
.dfp-laptop-screen img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.dfp-laptop-base{display:block;width:108%;height:16px;margin-left:-4%;background:linear-gradient(180deg,#d8e0ea 0%,#b8c3d1 100%);border-radius:0 0 20px 20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.dfp-laptop-base:after{content:'';display:block;width:22%;height:5px;margin:0 auto;background:#a9b5c4;border-radius:0 0 10px 10px}
.dfp-phone-mockup{position:absolute;right:2%;bottom:4%;width:23%;min-width:92px;max-width:170px;padding:10px 7px 12px;border:3px solid #0F172A;border-radius:28px;background:#0F172A;box-shadow:0 20px 44px rgba(15,23,42,.22);z-index:3}
.dfp-phone-top{position:absolute;z-index:2;top:6px;left:50%;transform:translateX(-50%);width:38%;height:14px;border-radius:0 0 12px 12px;background:#0F172A}
.dfp-phone-screen{display:block;aspect-ratio:9/18.5;overflow:hidden;background:#EEF2F6;border-radius:18px}
.dfp-phone-screen img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.dfp-phone-home{display:block;width:34%;height:4px;border-radius:99px;background:#8492A6;margin:8px auto 0}
.dfp-device-scene--card .dfp-laptop-mockup{width:88%}
.dfp-device-scene--card .dfp-phone-mockup{width:24%}
.dfp-card__badge{left:20px!important;top:20px!important;z-index:5}.dfp-card__arrow{right:20px!important;top:20px!important;z-index:5}
.dfp-detail-hero__media{padding:12px 0}.dfp-device-scene--hero{min-height:460px;padding:20px 8px 24px;background:linear-gradient(180deg,#f7f9fc 0%,#eef2f6 100%);border:1px solid #DFE7EF;border-radius:24px;box-shadow:0 28px 65px rgba(16,24,40,.08)}
.dfp-laptop-mockup--hero{width:88%}.dfp-phone-mockup--hero{right:0%;bottom:0%;width:24%;max-width:190px}
.dfp-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
.dfp-showcase-item{min-width:0}.dfp-showcase-item .dfp-laptop-mockup{width:100%}
.dfp-showcase-item--wide{grid-column:1/-1}
.dfp-showcase-item--phone{display:flex;justify-content:center;align-items:flex-start}.dfp-phone-mockup--showcase{position:relative;right:auto;bottom:auto;width:min(230px,68%);max-width:230px}
.dfp-section-intro{max-width:860px}
@media (max-width:1100px){.dfp-device-scene--hero{min-height:390px}.dfp-laptop-mockup--hero{width:92%}.dfp-phone-mockup--hero{width:25%}}
@media (max-width:700px){.dfp-card__media{padding:18px 14px 10px!important}.dfp-device-bar{height:30px;padding:0 10px}.dfp-device-bar b{font-size:9px}.dfp-laptop-mockup{width:92%;border-radius:14px 14px 8px 8px}.dfp-laptop-base{height:12px}.dfp-phone-mockup{min-width:74px;width:24%;padding:8px 6px 10px;border-radius:22px}.dfp-phone-top{height:11px}.dfp-device-scene--hero{min-height:280px;padding:14px 6px 18px}.dfp-phone-mockup--hero{width:27%;max-width:120px}.dfp-showcase-grid{grid-template-columns:1fr}.dfp-showcase-item--wide{grid-column:auto}.dfp-phone-mockup--showcase{width:min(180px,62%)}}


/* DIGIFRESH v1.6 — rustige projectgalerij: maximaal 2 mockup-presentaties */
.dfp-showcase-pairs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:stretch}
.dfp-mockup-pair{background:linear-gradient(180deg,#F8FAFC 0%,#F1F5F9 100%);border:1px solid #E3EAF2;border-radius:22px;padding:34px 28px 28px;overflow:hidden}
.dfp-mockup-pair__stage{position:relative;min-height:390px;display:flex;align-items:flex-start;justify-content:center}
.dfp-laptop-mockup--gallery{width:88%;margin:0 auto}
.dfp-phone-mockup--gallery{right:0;bottom:0;width:25%;max-width:145px}
.dfp-showcase-section{background:#fff}
.dfp-showcase-section .dfp-section-head{margin-bottom:42px}
@media(max-width:1050px){.dfp-showcase-pairs{grid-template-columns:1fr}.dfp-mockup-pair__stage{min-height:410px}.dfp-phone-mockup--gallery{max-width:155px}}
@media(max-width:700px){.dfp-mockup-pair{padding:22px 14px 18px;border-radius:16px}.dfp-mockup-pair__stage{min-height:260px}.dfp-laptop-mockup--gallery{width:92%}.dfp-phone-mockup--gallery{width:26%;max-width:95px}}
