:root{--icreations-red: #DC2626;--icreations-red-hover: #B91C1C;--icreations-black: #0a0a0a;--icreations-dark: #000000}body{font-family:Geist,sans-serif;overflow-x:hidden}.header-wrapper{position:fixed;width:100%;top:20px;z-index:1000;background:transparent;transform:translateY(0);transition:transform .3s ease-in-out}.header-wrapper.header-hidden{transform:translateY(calc(-100% - 20px))}.container{max-width:1440px;margin:0 auto;padding:16px 32px;background:transparent;border:none;border-radius:16px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.container.scrolled{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.container.scrolled.dark-section{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.container.dark-section .nav-links a,.container.dark-section .nav-link-with-arrow,.container.dark-section .dropdown-arrow{color:#fff}.container.dark-section .hamburger span{background-color:#fff}.container.light-section .nav-links a,.container.light-section .nav-link-with-arrow,.container.light-section .dropdown-arrow{color:#000}.container.light-section .hamburger span{background-color:#000}.container.scrolled.light-section .nav-links a,.container.scrolled.light-section .nav-link-with-arrow,.container.scrolled.light-section .dropdown-arrow{color:#000}.container.scrolled.light-section .hamburger span{background-color:#000}.container.scrolled.dark-section .nav-links a,.container.scrolled.dark-section .nav-link-with-arrow,.container.scrolled.dark-section .dropdown-arrow{color:#fff}.container.scrolled.dark-section .hamburger span{background-color:#fff}.container.dark-section .nav-links a:hover,.container.light-section .nav-links a:hover,.container.dark-section .nav-link-with-arrow:hover,.container.light-section .nav-link-with-arrow:hover{color:#dc2626}.logo{display:flex;align-items:center;flex-shrink:0}.logo a{display:flex;align-items:center;gap:12px;text-decoration:none;line-height:1.2}.logo img{height:100px;width:auto;max-width:400px;object-fit:contain;object-position:left center;transition:opacity .3s ease;flex-shrink:0}.logo img:hover{opacity:.85}.container.red-hero-section .logo img{filter:brightness(0) invert(1)}.logo-text{font-size:1.15rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;white-space:nowrap;transition:color .3s ease;color:#000}.container.dark-section .logo-text{color:#fff}.container.light-section .logo-text{color:#000}.container.scrolled.dark-section .logo-text{color:#fff}.container.scrolled.light-section .logo-text{color:#000}.logo a:hover .logo-text{color:#dc2626}.nav-links{display:flex;align-items:center;gap:24px;list-style:none}.nav-links a{text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease;position:relative}.nav-links .abs-nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--btn-radius, 999px);background:#dc2626;color:#fff!important;line-height:1.2;box-shadow:none;transition:background-color .3s ease}.nav-links .abs-nav-cta:hover{background:#b91c1c;color:#fff!important}.nav-item-with-dropdown{position:relative}.nav-link-with-arrow{display:flex;align-items:center;gap:6px;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.nav-item-with-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.products-dropdown{position:fixed;top:100px;left:0;right:0;margin:0 auto;padding-top:16px;background:transparent;z-index:1000;width:fit-content;max-width:1200px}.products-dropdown:before{content:"";display:block;height:16px;width:100%}.products-dropdown-content{background:#fff;border-radius:16px;padding:16px;min-width:1100px;max-width:1200px;width:100%;margin:0 auto;animation:fadeInDown .3s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-dropdown-item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:10px;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;background:#fff;min-height:auto}.product-dropdown-item:hover{background:#f5f5f5;transform:translateY(-2px)}.product-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:10px;flex-shrink:0;overflow:hidden}.product-icon img{width:100%;height:100%;object-fit:contain;padding:4px}.product-icon span{display:flex;align-items:center;justify-content:center;font-size:2rem}.product-icon svg{font-size:1.5rem;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-info{flex:1;width:100%}.product-name{font-size:1rem;font-weight:700;color:#0a0a0a;margin-bottom:2px;line-height:1.3}.product-category{font-size:.8rem;color:#555;margin-bottom:4px;font-weight:500}.product-description{font-size:.85rem;color:#666;line-height:1.4;margin-top:2px;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer}.hamburger span{width:25px;height:2px;background-color:#000;transition:all .3s ease;display:block}.mobile-controls{display:none}@media(max-width:1024px){.container{margin:0 20px;padding:20px}.logo img{height:90px;max-width:350px}.logo-text{font-size:1rem}.nav-links{gap:20px}.nav-links a,.nav-link-with-arrow{font-size:1.1rem}.products-dropdown-content{min-width:900px;max-width:1000px}}@media(max-width:768px){.header-wrapper{top:12px}.container{margin:0 12px;padding:10px 14px;border-radius:12px}.logo{min-width:0;flex:1;margin-right:12px}.logo a{gap:8px}.logo img{height:40px;max-width:40px}.logo-text,.nav-links{display:none}.mobile-controls{display:block}.left-side.mobile-open .nav-links{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffffa;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:0 32px;gap:32px}.left-side.mobile-open .nav-links a,.left-side.mobile-open .nav-link-with-arrow{color:#000}.products-dropdown{position:static;transform:none;margin-top:16px;min-width:auto;width:100%}.products-dropdown-content{min-width:auto;max-width:100%;padding:24px}.dropdown-content{grid-template-columns:1fr;gap:16px}.product-dropdown-item{min-height:auto}.hamburger{display:flex}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger.open span{background-color:#000!important}}.footer{background-color:#0a0a0a;color:#dcdcdc;padding:60px 20px 40px;width:100%;font-family:Inter,sans-serif}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;max-width:1380px;margin:0 auto;gap:40px}.footer-logo,.footer-nav,.footer-social{flex:1;min-width:220px}.footer-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}.footer-logo img{height:120px;width:auto;max-width:400px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);transition:opacity .3s ease}.footer-logo img:hover{opacity:.9}.footer-nav{list-style:none;display:flex;gap:24px;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.footer-nav li a{text-decoration:none;color:#dcdcdc;font-size:15px;transition:color .3s}.footer-nav li a:hover{color:#dc2626}.footer-social{display:flex;align-items:center;justify-content:center;gap:16px;background-color:#ffffff0d;padding:16px 24px;border-radius:10px;border:1px solid rgba(255,255,255,.2);flex-wrap:nowrap}.footer-social .social-content{display:flex;align-items:center;gap:16px}.footer-social span{font-weight:600;color:#fff;white-space:nowrap;margin-right:16px}.social-icons{display:flex;gap:10px}.social-icons a{color:#fff;font-size:24px;width:48px;background-color:#1a1a1a;border-radius:8px;padding:12px;transition:background .3s ease}.social-icons a:hover{background-color:#dc2626}.footer-divider{margin:40px auto;border:none;height:1px;background-color:#ffffff1a;max-width:1380px}.footer-bottom{max-width:1380px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:14px;color:silver}.contact-info{display:flex;flex-wrap:wrap;gap:30px;align-items:center}.contact-info div{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.contact-info svg{width:18px;height:18px}@media(max-width:1024px){.footer-top{flex-direction:column;align-items:center;text-align:center;gap:32px}.footer-nav{gap:20px}}@media(max-width:1000px){.footer-top,.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-logo{justify-content:center}.footer-logo img{height:100px;max-width:320px;object-position:center}.footer-nav{justify-content:center;gap:16px;flex-wrap:wrap}.footer-social{justify-content:center}.contact-info{justify-content:center;margin-bottom:16px;flex-wrap:wrap;gap:20px}}@media(max-width:768px){.footer{padding:40px 20px 30px}.footer-top{gap:24px}.footer-nav{gap:12px;font-size:.95rem}.footer-social{margin-top:8px}.contact-info{gap:16px;font-size:.9rem}.footer-bottom{font-size:.85rem;flex-direction:column;gap:12px}}@media(max-width:480px){.footer{padding:32px 16px 24px}.footer-logo img{height:80px;max-width:280px}.footer-nav{flex-direction:column;gap:10px;font-size:.9rem}.footer-nav li a{padding:4px 0}.contact-info{flex-direction:column;gap:12px;font-size:.85rem}.social-icons a{width:40px;height:40px;font-size:20px;padding:10px}}.floating-promo-banner{position:fixed;bottom:30px;right:30px;z-index:1500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;min-width:400px;max-width:480px;animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.floating-promo-banner:hover{transform:translateY(-5px)}.floating-promo-banner.expanded{min-width:400px;max-width:480px}.promo-close-btn{position:absolute;top:8px;right:8px;background:#fff3;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:14px;transition:all .2s ease;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.promo-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.promo-content{padding:0;display:flex;flex-direction:row;width:100%}.promo-collapsed{display:flex;align-items:center;gap:12px;padding:16px 20px;width:100%}.promo-icon{font-size:1.5rem;line-height:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.promo-text{font-size:1rem;font-weight:600;line-height:1.4}.promo-expanded{display:flex;flex-direction:row;width:100%;align-items:stretch;animation:expandContent .3s ease-out}@keyframes expandContent{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.promo-image-container{width:200px;min-width:200px;overflow:hidden;background:#0000001a;position:relative;flex-shrink:0;display:flex;align-items:stretch;justify-content:center}.promo-image{width:100%;height:100%;object-fit:cover;display:block}.promo-text-content{padding:16px 20px;display:flex;flex-direction:column;gap:8px;flex:1;justify-content:flex-start}.promo-expanded h4{font-size:1rem;font-weight:700;margin:0;line-height:1.3;color:#fff}.promo-expanded p{font-size:.85rem;margin:0 0 8px;line-height:1.4;opacity:.95;color:#fff}.promo-subtext{font-size:.85rem!important;opacity:.85!important;font-style:italic}.promo-cta-btn{background:#fff;color:#dc2626;border:none;border-radius:var(--btn-radius, 999px);padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;transition:all .2s ease;width:100%;text-transform:none;text-decoration:none}.promo-cta-btn:hover{background:#f5f5f5;transform:translate(3px)}.promo-cta-btn svg{transition:transform .2s ease}.promo-cta-btn:hover svg{transform:translate(3px)}@media(max-width:768px){.floating-promo-banner{bottom:20px;right:20px;left:20px;max-width:none;min-width:auto;width:auto}.floating-promo-banner.expanded{min-width:auto}.floating-promo-banner,.promo-expanded{flex-direction:column}.promo-image-container{width:100%;height:auto;min-width:auto;aspect-ratio:16/9}.promo-text-content{height:auto}.promo-text-content{padding:14px 18px 10px}.promo-collapsed{justify-content:center;padding:14px 18px}.promo-text{font-size:.95rem}.promo-expanded h4{font-size:1rem}.promo-expanded p{font-size:.85rem}}@media(max-width:480px){.floating-promo-banner{bottom:15px;right:15px;left:15px;border-radius:12px;min-width:auto}.promo-image-container{width:100%;height:auto;min-width:auto;aspect-ratio:16/9}.promo-text-content{padding:12px 16px 10px}.promo-collapsed{padding:12px 16px}.promo-expanded h4{font-size:.95rem}.promo-expanded p{font-size:.8rem}.promo-cta-btn{padding:10px 16px;font-size:.9rem}}@media(max-width:768px){.floating-promo-banner{bottom:max(20px,env(safe-area-inset-bottom,20px))}}.cta-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.cta-arrow svg{display:block}.hero-wrapper{width:100%;flex:1;min-height:100%;display:flex;background:transparent;padding:0;margin:0}.home-hero{margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:clamp(24px,3vw,48px);padding:7.5rem 2.5rem 6rem;position:relative;color:#fff;max-width:1440px;flex:1;width:100%;min-height:100%;box-sizing:border-box}.home-hero-content{flex:1 1 auto;text-align:left;max-width:680px;width:100%;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.75rem;position:relative;z-index:2}.home-hero-video-visual{position:relative;flex:0 1 610px;width:min(44vw,610px);aspect-ratio:1;display:grid;place-items:center;margin-left:auto;margin-right:-56px;isolation:isolate}.home-hero-video-ring{position:absolute;left:50%;top:50%;aspect-ratio:1;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;animation:home-hero-video-ring-pulse 8s ease-in-out infinite}.home-hero-video-ring-1{width:78%;border-color:#ffffff47}.home-hero-video-ring-2{width:89%;border-color:#ffffff2b;animation-delay:-2.5s}.home-hero-video-ring-3{width:100%;border-color:#ffffff17;animation-delay:-5s}.home-hero-video-circle{position:relative;z-index:2;width:70%;aspect-ratio:1;overflow:hidden;border-radius:50%;background:#161616}.home-hero-video-blur{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.18);filter:blur(18px) brightness(.72);border-radius:50%;pointer-events:none}.home-hero-video{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;transform:scale(.92);border-radius:50%;background:transparent}.home-hero-video-controls{position:absolute;z-index:6;left:50%;bottom:11%;display:flex;align-items:center;justify-content:center;gap:10px;transform:translate(-50%);pointer-events:auto}.home-hero-video-control{width:clamp(44px,5vw,56px);aspect-ratio:1;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#dc2626f2;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;padding:0;line-height:1;transition:background-color .2s ease,transform .2s ease}.home-hero-video-control svg{width:1.05em;height:1.05em;font-size:clamp(1rem,1.5vw,1.2rem);color:#fff;fill:currentColor;pointer-events:none}.home-hero-video-control:hover{background:#b91c1c;transform:scale(1.05)}.home-hero-video-control:focus-visible{outline:3px solid #fff;outline-offset:4px}.home-hero-video-visual:fullscreen,.home-hero-video-visual:-webkit-full-screen,.home-hero-video-visual.is-fullscreen{width:100vw;height:100vh;max-width:none;margin:0;background:#000;display:grid;place-items:center;border-radius:0}.home-hero-video-visual:fullscreen .home-hero-video-ring,.home-hero-video-visual:-webkit-full-screen .home-hero-video-ring,.home-hero-video-visual.is-fullscreen .home-hero-video-ring{display:none!important}.home-hero-video-visual:fullscreen .home-hero-video-circle,.home-hero-video-visual:-webkit-full-screen .home-hero-video-circle,.home-hero-video-visual.is-fullscreen .home-hero-video-circle{width:100%;height:100%;max-width:none;aspect-ratio:auto;border-radius:0;overflow:hidden;background:#000}.home-hero-video-visual:fullscreen .home-hero-video-blur,.home-hero-video-visual:-webkit-full-screen .home-hero-video-blur,.home-hero-video-visual.is-fullscreen .home-hero-video-blur{display:none!important}.home-hero-video-visual:fullscreen .home-hero-video,.home-hero-video-visual:-webkit-full-screen .home-hero-video,.home-hero-video-visual.is-fullscreen .home-hero-video{width:100%;height:100%;object-fit:contain;transform:none;border-radius:0}.home-hero-video-visual:fullscreen .home-hero-video-controls,.home-hero-video-visual:-webkit-full-screen .home-hero-video-controls,.home-hero-video-visual.is-fullscreen .home-hero-video-controls{bottom:4%}@keyframes home-hero-video-ring-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.018)}}.hero-brand{font-size:1.75rem;font-weight:600;line-height:1.3;text-align:left;color:#fff;margin:0;padding:0}.home-hero-content h1{font-size:4.5rem;font-weight:700;line-height:1.15;text-align:left;color:#fff;margin:0;padding:0;max-width:none;width:100%}.hero-subtitle{font-size:1.25rem;font-weight:400;line-height:1.5;text-align:left;color:#e0e0e0;margin:.5rem 0 0;padding:0;max-width:42rem;width:100%}.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.75rem 1rem;margin-top:1.25rem}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--icreations-red, #DC2626);color:#fff;font-weight:600;font-size:1rem;padding:14px 28px;border-radius:var(--btn-radius, 999px);text-decoration:none;border:none;box-shadow:none;margin-top:0;transition:background-color .25s ease,color .25s ease}.hero-cta-button:hover{background-color:var(--icreations-red-hover, #B91C1C);color:#fff}.hero-cta-icon{display:inline-flex;align-items:center;line-height:1;font-size:.75rem;color:inherit}.hero-cta-button--secondary{background-color:#fff;color:#0a0a0a}.hero-cta-button--secondary:hover{background-color:#f3f4f6;color:#0a0a0a}@media(min-width:1400px){.hero-brand{font-size:2rem}.home-hero-content h1{font-size:5.25rem}.hero-subtitle{font-size:1.35rem}}@media(max-width:1200px){.home-hero-content h1{font-size:3.75rem}.home-hero-video-visual{flex-basis:520px;width:min(45vw,520px);margin-right:-24px}}@media(max-width:1024px){.home-hero{padding:7rem 1.75rem 5.5rem}.hero-brand{font-size:1.5rem}.home-hero-content h1{font-size:3rem}.hero-subtitle{font-size:1.125rem}}@media(max-width:992px){.home-hero{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:7.5rem 1.5rem 4rem;gap:1.5rem}.home-hero-content{align-items:center;max-width:760px;text-align:center}.hero-brand{font-size:1.2rem;text-align:center}.home-hero-content h1{font-size:2.35rem;line-height:1.2;text-align:center}.hero-subtitle{font-size:1.05rem;text-align:center}.hero-cta-row{justify-content:center}.home-hero-video-visual{flex:none;width:min(68vw,420px);margin:8px 0 0}.home-hero-video{object-fit:cover;transform:none}}@media(max-width:768px){.home-hero{padding:6.75rem 1.25rem 3.5rem;gap:1.25rem}.home-hero-content{gap:.75rem}.hero-brand{font-size:1.05rem}.home-hero-content h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:.975rem;max-width:34rem;margin-top:.25rem}.hero-cta-row{margin-top:.75rem;flex-direction:column;align-items:stretch;width:100%;max-width:320px;gap:.75rem}.hero-cta-button{padding:12px 22px;font-size:.9375rem;width:100%}.home-hero-video-visual{width:min(92vw,420px);aspect-ratio:16 / 9;margin-top:4px;margin-bottom:2.75rem}.home-hero-video-ring{display:none}.home-hero-video-circle{width:100%;aspect-ratio:16 / 9;border-radius:16px}.home-hero-video-blur,.home-hero-video{border-radius:16px;object-fit:cover;transform:none}.home-hero-video-blur{transform:scale(1.08)}.home-hero-video-controls{bottom:-2.5rem}}@media(max-width:480px){.home-hero{padding:6.25rem 1rem 3.25rem;gap:1.1rem}.hero-brand{font-size:.98rem}.home-hero-content h1{font-size:1.7rem;line-height:1.22}.hero-subtitle{font-size:.92rem;line-height:1.55}.hero-cta-button{padding:11px 18px;font-size:.875rem}.home-hero-video-visual{width:100%;max-width:100%;margin-bottom:2.5rem}.home-hero-video-circle,.home-hero-video-blur,.home-hero-video{border-radius:14px}.home-hero-video-controls{gap:.65rem;bottom:-2.35rem}.home-hero-video-control{width:2.35rem;height:2.35rem}}@media(prefers-reduced-motion:reduce){.home-hero-video-ring{animation:none}}.partners-section{width:100%;margin:0;padding:80px 24px 72px;background:#fff;position:relative;overflow:visible;z-index:1}.partners-curve-divider{position:absolute;top:-120px;left:0;right:0;width:100%;height:120px;z-index:1;display:block;pointer-events:none}.partners-curve-divider path{fill:#fff}.partners-content{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.partners-header{text-align:center;max-width:1100px;width:100%;margin-bottom:48px}.partners-pill{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:6px 14px;margin-bottom:20px}.partners-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--icreations-red, #DC2626);flex-shrink:0}.partners-pill-text{font-size:.8125rem;font-weight:500;color:#374151;letter-spacing:.01em}.partners-headline{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}.partners-accent{color:var(--icreations-red, #DC2626)}.partners-subcopy{font-size:1.0625rem;line-height:1.65;color:#6b7280;margin:0 auto;max-width:48rem}.partners-carousel{position:relative;width:100%;display:flex;align-items:center;gap:12px;padding:8px 0}.partners-glow{position:absolute;top:50%;width:220px;height:160px;border-radius:50%;background:radial-gradient(circle,#dc26261a,#dc262600 70%);pointer-events:none;z-index:0;transform:translateY(-50%)}.partners-glow-left{left:40px}.partners-glow-right{right:40px}.partners-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:16px 8px;flex:1;position:relative;z-index:1}.partners-track::-webkit-scrollbar{display:none}.partner-card{flex:0 0 168px;height:112px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;padding:10px 12px;scroll-snap-align:start;transition:transform .25s ease}.partner-card:hover{transform:translateY(-2px)}.partner-card img{max-width:100%;max-height:88px;width:auto;height:auto;object-fit:contain;display:block}.partner-card--campbell{padding:10px 12px}.partner-card--campbell img{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain}.partner-card--dark-logo{background:#111;padding:8px}.partner-card--dark-logo img{max-height:96px}.partner-card--bachor{padding:12px 14px}.partner-icon-label{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;height:100%}.partner-icon-label img{max-width:40px;max-height:52px;width:auto;height:auto;object-fit:contain;flex-shrink:0;display:block}.partner-icon-label-name{font-size:.6875rem;font-weight:600;line-height:1.25;color:#111827;letter-spacing:-.01em;text-align:left}.partner-text-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px}.partner-text-name{font-weight:700;font-size:1.05rem;line-height:1.2;color:#111827;letter-spacing:-.02em}.partner-text-sub{font-size:.625rem;font-weight:600;letter-spacing:.04em;color:#6b7280;text-transform:uppercase}.partner-text-logo--mellin .partner-text-name{font-size:1.15rem;letter-spacing:.08em;color:#1f2937}.partner-text-logo--mellin .partner-text-sub{font-size:.7rem;color:#9ca3af}.partner-more{font-size:1.125rem;font-weight:600;color:#9ca3af}.partners-nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111827;position:relative;z-index:2;transition:background .2s ease,color .2s ease}.partners-nav:hover{background:#fafafa;color:var(--icreations-red, #DC2626)}.partners-nav:focus-visible{outline:2px solid var(--icreations-red, #DC2626);outline-offset:2px}.partners-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px}.partners-dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:#d1d5db;cursor:pointer;transition:width .25s ease,background .25s ease}.partners-dot.is-active{width:28px;background:var(--icreations-red, #DC2626)}.partners-dot:focus-visible{outline:2px solid var(--icreations-red, #DC2626);outline-offset:2px}@media(max-width:1024px){.partners-section{padding:64px 24px 56px}.partners-header{margin-bottom:40px}.partner-card{flex:0 0 148px;height:92px}}@media(max-width:768px){.partners-section{padding:56px 20px 48px}.partners-subcopy{font-size:.975rem}.partners-carousel{gap:8px}.partners-nav{width:36px;height:36px}.partners-nav svg{width:14px;height:14px}.partner-card{flex:0 0 136px;height:84px;padding:12px 14px;border-radius:14px}.partner-icon-label{gap:6px}.partner-icon-label img{max-width:34px;max-height:44px}.partner-icon-label-name{font-size:.625rem}.partners-glow{width:140px;height:100px}.partners-glow-left{left:0}.partners-glow-right{right:0}}@media(max-width:480px){.partners-section{padding:48px 16px 40px}.partners-pill-text{font-size:.75rem}.partners-nav{display:none}.partners-track{padding:12px 4px}.partner-card{flex:0 0 128px}}.about-section{width:100%;margin:0;background-color:var(--icreations-black, #0a0a0a);padding:72px 48px 64px;position:relative;overflow:hidden;z-index:1;box-sizing:border-box}.about-section:before{content:"";position:absolute;inset:0 0 0 auto;width:74%;background:linear-gradient(#0a0a0a14,#0a0a0a14),url(/assets/icreations-office-CzN5NuzY.png) center / cover no-repeat;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000000 42%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000000 42%);pointer-events:none;z-index:0}.about-main{display:block;min-height:560px;position:relative;z-index:1}.about-content{min-width:0;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:48px 36px 48px 8px;position:relative;z-index:2;width:min(58%,680px);min-height:560px;box-sizing:border-box}.about-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px}.about-eyebrow-text{color:var(--icreations-red, #DC2626);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1}.about-eyebrow-line{display:block;width:40px;height:1.5px;background:var(--icreations-red, #DC2626);flex-shrink:0}.about-headline{font-size:clamp(1.85rem,3.4vw,2.75rem);font-weight:700;color:#fff;line-height:1.15;margin:0 0 18px;letter-spacing:-.025em;max-width:560px}.about-accent{color:var(--icreations-red, #DC2626)}.about-copy{font-size:1.0625rem;color:#ffffffe0;line-height:1.7;margin:0 0 28px;max-width:38em}.about-stats{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem;margin-bottom:32px;max-width:520px;margin-top:0;padding:0;list-style:none}.about-stat{display:flex;align-items:flex-start;gap:.75rem;padding:0;color:#fff;background:none;border:0;border-radius:0;box-shadow:none;line-height:1.5}.about-stat-check{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#dc262633;border:1px solid rgba(220,38,38,.5);color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-top:1px}.about-stat-text{display:flex;align-items:baseline;gap:6px;min-width:0;padding-top:3px}.about-stat-value{font-size:1rem;font-weight:700;color:#fff;line-height:1.5;white-space:nowrap}.about-stat-label{font-size:1rem;color:#ffffffe0;line-height:1.5}.about-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.about-btn-primary{display:inline-flex;align-items:center;gap:10px;background-color:var(--icreations-red, #DC2626);color:#fff;padding:14px 22px;font-size:.975rem;font-weight:600;border-radius:var(--btn-radius, 999px);text-decoration:none;transition:background-color .25s ease;border:none;box-shadow:none}.about-btn-primary:hover{background-color:var(--icreations-red-hover, #B91C1C)}.about-btn-arrow{font-size:1.05rem;line-height:1}.about-btn-secondary{display:inline-flex;align-items:center;gap:8px;background-color:#fff;color:#0a0a0a;padding:14px 22px;font-size:.975rem;font-weight:600;border-radius:var(--btn-radius, 999px);text-decoration:none;transition:background-color .2s ease;border:none;box-shadow:none}.about-btn-secondary-arrow{color:inherit;font-size:.8rem;display:inline-flex}.about-btn-secondary:hover{background-color:#f3f4f6;color:#0a0a0a}@media(max-width:1100px){.about-section{padding:64px 32px 56px}}@media(max-width:900px){.about-section:before{width:100%;background:linear-gradient(90deg,#0a0a0af0,#0a0a0adb 48%,#0a0a0a6b 78%,#0a0a0a47),url(/assets/icreations-office-CzN5NuzY.png) center / cover no-repeat;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.72) 0%,#000000 58%);mask-image:linear-gradient(90deg,#000000b8,#000 58%)}.about-main{min-height:0}.about-content{padding:8px 0 36px;width:min(86%,680px);min-height:0}}@media(max-width:640px){.about-section{padding:48px 20px}.about-actions{flex-direction:column;align-items:flex-start;gap:18px}.about-btn-primary{width:100%;justify-content:center}}@media(max-width:480px){.about-section{padding:40px 16px}.about-copy{font-size:1rem}}.solutions-section{--service-red: var(--icreations-red, #dc2626);--service-orange: var(--icreations-red, #dc2626);--service-purple: var(--icreations-red, #dc2626);position:relative;overflow:visible;background:#fff;padding-top:48px;margin-top:0;z-index:0}.solutions-curve-divider{display:none}.solutions-container{padding:2rem 1.5rem 10rem;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}.solutions-header{text-align:center;max-width:1100px;width:100%;margin:0 auto 2.75rem}.solutions-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem;background:#dc26261a;padding:.4rem 1rem;border:1px solid rgba(220,38,38,.45);border-radius:999px}.pill-circle{width:8px;height:8px;background-color:var(--icreations-red, #dc2626);border-radius:50%;flex-shrink:0}.pill-text{font-weight:600;color:var(--icreations-red, #dc2626);font-size:.875rem;margin:0}.solutions-section h2{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:700;margin:0 auto 1rem;max-width:none;color:#0a0a0a;line-height:1.2;letter-spacing:-.02em}.solutions-accent{color:var(--icreations-red, #dc2626)}.solutions-subcopy{margin:0 auto;max-width:48rem;font-size:1.0625rem;line-height:1.65;color:#6b7280}.services-slider{--slide-theme: var(--service-red);--slide-tint: rgba(220, 38, 38, .08);position:relative;margin-bottom:2.5rem;background:#fff;border:1px solid #f0f0f0;border-radius:24px;overflow:hidden;transition:border-color .35s ease}.services-slider--red,.services-slider--orange,.services-slider--purple{--slide-theme: var(--service-red);--slide-tint: rgba(220, 38, 38, .08)}.services-slider-frame{position:relative;min-height:420px;overflow:hidden}.service-slide{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:0;min-height:420px;--card-theme: var(--slide-theme)}.service-slide-content{display:flex;flex-direction:column;padding:2.25rem 2rem 1.75rem 2.25rem;text-align:left;position:relative;z-index:1}.service-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;margin-bottom:1.25rem;flex-shrink:0;background:var(--card-theme)}.service-title{font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;color:#0a0a0a;line-height:1.25;margin:0 0 .75rem;letter-spacing:-.02em}.service-description{font-size:1rem;line-height:1.6;color:#6b7280;margin:0 0 1.35rem;max-width:34rem}.service-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.65rem}.service-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;color:#374151;line-height:1.4}.service-check{width:1.15rem;height:1.15rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.05rem;font-size:.55rem;color:#fff;background:var(--card-theme)}.service-visit-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;align-self:flex-start;padding:.85rem 1.35rem;background:var(--icreations-red, #dc2626);color:#fff;text-decoration:none;font-size:.9375rem;font-weight:600;border-radius:var(--btn-radius, 999px);border:none;box-shadow:none;transition:background .2s ease}.service-visit-btn:hover{background:var(--icreations-red-hover, #b91c1c)}.service-visit-btn:focus-visible{outline:2px solid var(--icreations-red, #dc2626);outline-offset:2px}.service-visit-btn svg{font-size:.75rem}.service-slide-media{position:relative;padding:1.5rem 1.5rem 1.5rem .75rem;display:flex;align-items:stretch;min-height:100%}.service-slide-image-wrap{position:relative;flex:1;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,var(--slide-tint),transparent 55%),#f5f5f5}.service-slide-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 55%,var(--slide-tint) 100%);pointer-events:none}.service-slide-image{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center;display:block}.services-slider-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 1.5rem 1.35rem}.services-nav{width:42px;height:42px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.services-nav:hover{background:var(--slide-theme);border-color:var(--slide-theme);color:#fff;transform:translateY(-1px)}.services-nav:focus-visible{outline:2px solid var(--slide-theme);outline-offset:2px}.services-dots{display:flex;align-items:center;gap:.5rem}.services-dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:#d1d5db;cursor:pointer;transition:width .25s ease,background .25s ease}.services-dot.is-active{width:22px;background:var(--slide-theme)}.services-dot:focus-visible{outline:2px solid var(--slide-theme);outline-offset:2px}.services-slide-count{position:absolute;top:1.35rem;right:1.5rem;margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:#9ca3af;z-index:2;pointer-events:none}.services-slide-count-sep{margin:0 .15rem}.services-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#dc2626;border:none;border-radius:18px;padding:1.35rem 1.75rem;box-shadow:none}.services-cta-left{display:flex;align-items:center;gap:1.15rem;min-width:0}.services-cta-icon{position:relative;width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.services-cta-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);pointer-events:none}.services-cta-ring--outer{top:0;right:0;bottom:0;left:0}.services-cta-ring--inner{top:8px;right:8px;bottom:8px;left:8px;border-color:#ffffff8c}.services-cta-icon-core{width:40px;height:40px;border-radius:50%;background:#fff;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:.95rem;position:relative;z-index:1;box-shadow:none}.services-cta-copy h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.01em}.services-cta-copy p{margin:0;font-size:.9375rem;color:#fff;line-height:1.45}.services-cta-button{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;background:#fff;color:#111827;text-decoration:none;font-weight:600;font-size:.9375rem;padding:.85rem 1.35rem;border-radius:var(--btn-radius, 999px);border:none;box-shadow:none;transition:background .2s ease,color .2s ease}.services-cta-button:hover{background:#f3f4f6;color:#0a0a0a}.services-cta-button:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.services-cta-button svg{font-size:.75rem}@media(max-width:900px){.services-slider-frame{min-height:0}.service-slide{grid-template-columns:1fr;min-height:0}.service-slide-content{padding:2rem 1.5rem 1.25rem}.service-slide-media{padding:0 1.25rem .25rem;order:2}.service-slide-content{order:1}.service-slide-image{min-height:240px;max-height:280px}.services-slide-count{top:auto;bottom:5.25rem;right:1.35rem}}@media(max-width:768px){.solutions-section{padding-top:48px}.solutions-curve-divider{height:100px;top:-100px}.solutions-container{padding:1.5rem 1.5rem 9rem}.solutions-header{margin-bottom:2rem}.solutions-subcopy{font-size:1rem}.services-slider{border-radius:20px}.services-cta{flex-direction:column;align-items:stretch;text-align:left;padding:1.25rem}.services-cta-left{align-items:flex-start}.services-cta-button{justify-content:center;width:100%}}@media(max-width:560px){.solutions-section{padding-top:40px}.solutions-curve-divider{height:80px;top:-80px}.service-slide-content{padding:1.6rem 1.2rem 1rem}.service-title{font-size:1.25rem}.service-description{font-size:.95rem}.service-slide-media{padding:0 1rem .15rem}.service-slide-image{min-height:200px;max-height:230px}.services-slider-controls{padding:0 1rem 1.15rem;gap:.75rem}.services-nav{width:38px;height:38px}.services-cta-left{flex-direction:column;gap:.85rem}}@media(max-width:480px){.solutions-container{padding-bottom:7rem}}.insights-section{width:100%;margin:0;padding:96px 24px 88px;background:#fff;position:relative;overflow:hidden;z-index:1;box-sizing:border-box}.insights-container{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.insights-header{text-align:center;max-width:70vw;width:100%;margin-bottom:48px}.insights-eyebrow{margin:0 0 16px;color:var(--icreations-red, #dc2626);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1}.insights-headline{margin:0 0 16px;max-width:70vw;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1.2;letter-spacing:-.02em}.insights-subcopy{margin:0 auto;max-width:70vw;font-size:1.0625rem;line-height:1.65;color:#6b7280}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;margin-bottom:48px}.insights-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:none;transition:border-color .25s ease,transform .25s ease}.insights-card:hover{border-color:#dc262673;transform:translateY(-2px)}.insights-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.insights-card-image-wrap{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.insights-card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.insights-card:hover .insights-card-image{transform:scale(1.03)}.insights-card-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px;text-align:left}.insights-category{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:#dc26261a;border:1px solid rgba(220,38,38,.18);color:var(--icreations-red, #dc2626);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.insights-card-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:#0a0a0a;line-height:1.35;letter-spacing:-.01em}.insights-card-summary{margin:0 0 20px;font-size:.9375rem;line-height:1.6;color:#6b7280;flex:1}.insights-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:4px}.insights-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;min-width:0}.insights-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#9ca3af;line-height:1}.insights-meta-item svg{font-size:.75rem;color:#9ca3af}.insights-card-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--icreations-red, #dc2626);font-size:.9375rem;transition:transform .25s ease}.insights-card:hover .insights-card-arrow{transform:translate(3px)}.insights-cta-wrap{display:flex;justify-content:center;width:100%}.insights-view-all{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:999px;border:1.5px solid var(--icreations-red, #dc2626);background:#fff;color:#0a0a0a;font-size:.9375rem;font-weight:600;text-decoration:none;line-height:1;box-shadow:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.insights-view-all span{color:var(--icreations-red, #dc2626);font-weight:600}.insights-view-all:hover{background:#dc26260f;color:var(--icreations-red, #dc2626)}.insights-view-all:focus-visible{outline:2px solid var(--icreations-red, #dc2626);outline-offset:3px}@media(max-width:1024px){.insights-section{padding:80px 20px 72px}.insights-grid{gap:22px}.insights-card-title{font-size:1.0625rem}}@media(max-width:900px){.insights-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.insights-header,.insights-grid{margin-bottom:36px}}@media(max-width:768px){.insights-header,.insights-headline,.insights-subcopy{max-width:100%}}@media(max-width:480px){.insights-section{padding:64px 16px 56px}.insights-card-body{padding:18px 16px 20px}.insights-card-meta{gap:10px 12px}.insights-view-all{width:100%;max-width:320px}}.testimonials-section{position:relative;width:100%;min-height:860px;overflow:hidden;color:#fff;background:#000;isolation:isolate}.testimonials-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.testimonials-media-image{position:absolute;top:0;right:0;width:68%;height:100%;object-fit:cover;object-position:70% center;filter:grayscale(1) contrast(1.08) brightness(.7);transform:scale(1.04)}.testimonials-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#000,#000 28%,#000000eb 42%,#0000008c 62%,#00000038 78%,#00000014),linear-gradient(180deg,#00000047,#00000014 35%,#00000073 78%,#000000d1)}.testimonials-inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:56px 48px 40px;box-sizing:border-box;display:flex;flex-direction:column;min-height:860px}.testimonials-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:36px}.testimonials-eyebrow{margin:0;font-size:.8125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#fff}.testimonials-view-more{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:1rem;font-weight:400;transition:opacity .2s ease}.testimonials-view-more:hover{opacity:.8}.testimonials-view-more-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #ffffff;border-radius:50%;font-size:.7rem}.testimonials-headline{margin:0;max-width:min(720px,100%);font-size:clamp(2.75rem,5.2vw,4.35rem);font-weight:700;line-height:1.05;letter-spacing:-.035em;color:#fff}.testimonials-stage{position:relative;width:min(760px,100%);height:430px;margin:42px 0 0;flex:1 1 auto}.testimonials-card{position:absolute;width:min(360px,58%);background:#5a5a5a6b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:0;border-radius:0;padding:42px 34px 30px;box-shadow:none}.testimonials-card--primary{top:0;left:0;z-index:2}.testimonials-card--secondary{top:118px;left:42%;z-index:3}.testimonials-quote-mark{position:absolute;color:var(--icreations-red, #dc2626);font-family:Georgia,Times New Roman,serif;font-size:6.5rem;font-weight:700;line-height:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonials-quote-mark--open{top:-10px;left:10px}.testimonials-quote-mark--close{right:12px;bottom:-34px}.testimonials-quote{margin:18px 0 28px;color:#fffffff2;font-size:.95rem;line-height:1.7;font-weight:400}.testimonials-author{display:flex;flex-direction:column;gap:2px}.testimonials-author-name{margin:0;color:#fff;font-size:1rem;font-weight:700}.testimonials-author-role{margin:0;color:#ffffffb3;font-size:.875rem;font-style:italic;font-weight:400}@media(max-width:1100px){.testimonials-inner{padding:48px 32px 36px;min-height:800px}.testimonials-stage{width:min(700px,100%);height:400px}.testimonials-card{width:min(340px,56%);padding:38px 28px 26px}.testimonials-card--secondary{left:40%}}@media(max-width:900px){.testimonials-section{min-height:0}.testimonials-media-image{width:100%;opacity:.55}.testimonials-overlay{background:linear-gradient(180deg,#000000b8,#000000c7 40%,#000000e6)}.testimonials-inner{min-height:0;padding:44px 24px 32px}.testimonials-headline{max-width:100%}.testimonials-stage{width:100%;height:auto;min-height:0;display:flex;flex-direction:column;gap:28px;margin:36px 0 40px}.testimonials-card{position:relative;top:auto;left:auto;width:100%;max-width:440px}.testimonials-card--secondary{align-self:flex-end}}@media(max-width:640px){.testimonials-top{margin-bottom:24px}.testimonials-headline{font-size:clamp(2.15rem,9vw,2.75rem);max-width:none}.testimonials-card{max-width:none;padding:36px 22px 24px}.testimonials-quote-mark{font-size:5rem}.testimonials-quote-mark--open{left:8px}.testimonials-quote-mark--close{right:8px;bottom:-28px}.testimonials-view-more{font-size:.9rem}}.careers-section{width:100%;padding:56px 32px;background-color:#fff;box-sizing:border-box}.careers-card{display:grid;grid-template-columns:70% 30%;max-width:1440px;margin:0 auto;border-radius:24px;overflow:hidden;min-height:320px;box-shadow:none}.careers-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;background-color:var(--icreations-red, #DC2626);color:#fff;padding:40px 48px;box-sizing:border-box}.careers-headline{margin:0 0 14px;font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.2;letter-spacing:-.02em;max-width:22ch}.careers-headline-bold{font-weight:700}.careers-headline-light{font-weight:300}.careers-body{margin:0 0 24px;font-size:1rem;line-height:1.7;color:#fffffff2;max-width:48em}.careers-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:999px;border:1.5px solid rgba(255,255,255,.85);background-color:#0000001f;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;transition:background-color .25s ease,border-color .25s ease;box-shadow:none}.careers-cta:hover{background-color:#00000038;border-color:#fff}.careers-cta:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.careers-media{position:relative;min-height:260px;overflow:hidden;background-color:#111}.careers-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width:1100px){.careers-section{padding:48px 24px}.careers-content{padding:36px}}@media(max-width:900px){.careers-card{grid-template-columns:1fr;min-height:0}.careers-content{padding:36px 28px}.careers-headline{max-width:none}.careers-media{min-height:220px;aspect-ratio:16 / 10}.careers-image{position:absolute}}@media(max-width:640px){.careers-section{padding:40px 16px}.careers-card{border-radius:20px}.careers-content{padding:28px 22px}.careers-body{margin-bottom:22px;font-size:.975rem}.careers-media{min-height:200px}}@media(max-width:480px){.careers-section{padding:32px 12px}.careers-content{padding:24px 18px}}.cta-section{background-color:#fff;color:#090e2c;padding:100px 20px;text-align:center;position:relative}.cta-container{max-width:900px;margin:0 auto}.cta-line{height:1px;width:90px;background-color:#cfcfcf;margin:0 auto 30px}.cta-title{font-size:2.5rem;line-height:1.3;margin-bottom:20px}.cta-subtitle{font-size:1.125rem;margin-bottom:40px;color:#2c2c2c}.cta-button{display:inline-flex;align-items:center;gap:10px;background-color:#dc2626;margin-bottom:32px;color:#fff;font-weight:600;padding:14px 28px;border-radius:var(--btn-radius, 999px);text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#b91c1c}@media(max-width:1024px){.cta-section{padding:80px 20px}.cta-title{font-size:2.25rem}.cta-subtitle{font-size:1.1rem}}@media(max-width:900px){.cta-title{font-size:2rem;line-height:1.3;margin-bottom:20px}.cta-subtitle{font-size:1.05rem;margin-bottom:32px}}@media(max-width:768px){.cta-section{padding:60px 20px}.cta-title{font-size:1.75rem;line-height:1.3;margin-bottom:16px}.cta-subtitle{font-size:1rem;margin-bottom:28px}.cta-button{padding:12px 24px;font-size:.95rem}}@media(max-width:480px){.cta-section{padding:50px 16px}.cta-title{font-size:1.5rem;margin-bottom:12px}.cta-subtitle{font-size:.95rem;margin-bottom:24px}.cta-button{padding:10px 20px;font-size:.9rem}}.hero-partners-container{min-height:100vh;height:100vh;display:flex;flex-direction:column;position:relative;padding:0;margin:0;overflow:visible;background:linear-gradient(to bottom,#0a0a0a,#000),url(/assets/NoiseOnly-BWh__BOH.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-blend-mode:color}.hero-partners-container .hero-wrapper{position:relative;z-index:1;flex:1;min-height:100%;display:flex}.hero-partners-container .home-hero{position:relative;z-index:1;flex:1;min-height:100%}@media(max-width:1024px){.hero-partners-container{min-height:100vh;height:100vh}}@media(max-width:768px){.hero-partners-container{min-height:100svh;height:auto;overflow:hidden}.hero-partners-container .hero-wrapper,.hero-partners-container .home-hero{min-height:100svh}}@media(max-width:480px){.hero-partners-container{min-height:100svh;height:auto}}.heroContainer{background-color:#0a0a0a;padding-top:0;padding-bottom:0;width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;background:linear-gradient(to bottom,#0a0a0a,#000),url(/assets/NoiseOnly-BWh__BOH.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-blend-mode:color;position:relative;overflow:visible!important;z-index:0;display:flex;flex-direction:column}.hero-curve-divider{position:absolute;bottom:0;left:0;right:0;width:100vw;min-width:100%;height:120px;z-index:5;display:block!important;pointer-events:none;visibility:visible!important;opacity:1!important;margin:0;padding:0;transform:translateZ(0);background:transparent}.hero-curve-divider path{fill:#fff}.hero-section{margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0;padding-left:0!important;padding-right:0!important;padding-top:0;padding-bottom:0;position:relative;color:#fff;max-width:1440px;z-index:2;height:100%;width:100%}.hero-section .quote{flex:1;max-width:680px;font-size:2rem;line-height:1.6;font-weight:500;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%}.hero-section .quote em{color:var(--secondary-color);font-style:normal;font-weight:500}.about-video-visual{position:relative;flex:0 1 610px;width:min(44vw,610px);aspect-ratio:1;display:grid;place-items:center;margin-left:auto;margin-right:-56px;isolation:isolate}.video-ring{position:absolute;left:50%;top:50%;aspect-ratio:1;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;animation:video-ring-pulse 8s ease-in-out infinite}.video-ring-1{width:78%;border-color:#ffffff47}.video-ring-2{width:89%;border-color:#ffffff2b;animation-delay:-2.5s}.video-ring-3{width:100%;border-color:#ffffff17;animation-delay:-5s}.about-video-circle{position:relative;z-index:2;width:70%;aspect-ratio:1;overflow:hidden;border-radius:50%;background:#161616}.about-video{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.about-video-play{position:absolute;inset:50% auto auto 50%;width:clamp(58px,6vw,76px);aspect-ratio:1;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#dc2626e6;color:#fff;cursor:pointer;transform:translate(-50%,-50%);display:grid;place-items:center}.about-video-play[aria-disabled=true]{cursor:default}.about-video-play:focus-visible{outline:3px solid #fff;outline-offset:4px}.about-video-play span{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid currentColor;margin-left:4px}@keyframes video-ring-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.018)}}@media(max-width:1200px){.hero-section .quote{font-size:1.5rem}.about-video-visual{flex-basis:520px;width:min(45vw,520px);margin-right:-24px}}@media(max-width:1000px){.heroContainer{height:auto;min-height:100vh;min-height:100svh}.hero-section{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px 20px 48px}.hero-section .quote{max-width:760px;height:auto}.about-video-visual{flex:none;width:min(72vw,540px);margin:20px 0 0}}@media(max-width:768px){.hero-section{padding:20px 16px 54px}.hero-section .quote{font-size:1.1rem;line-height:1.6}.about-video-visual{width:min(90vw,460px);margin-top:8px}}@media(max-width:480px){.hero-section{padding-inline:12px}.hero-section .quote,.hero-section .quote p{font-size:.95rem}.about-video-visual{width:min(92vw,390px)}}@media(prefers-reduced-motion:reduce){.video-ring{animation:none}}.about-intro-section{width:100%;background:#fff;padding:72px 32px;box-sizing:border-box}.about-intro-container{max-width:1200px;margin:0 auto}.about-intro-heading{margin:0 0 36px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;line-height:1.15}.about-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.intro-card{padding:28px 26px;border-radius:16px;font-size:1rem;line-height:1.65;color:#1f2937;box-shadow:none}.intro-card p{margin:0}.intro-card strong{color:#0a0a0a;font-weight:700}.intro-title{font-size:.95rem;font-weight:700;color:#0a0a0a;background:#fff;padding:6px 12px;border-radius:999px;display:inline-block;margin:0 0 16px;letter-spacing:.02em}.mission,.vision,.story{background:#f3f4f6}@media(max-width:900px){.about-intro-section{padding:56px 24px}.about-intro-grid{grid-template-columns:1fr;gap:16px}.about-intro-heading{margin-bottom:28px}}@media(max-width:480px){.about-intro-section{padding:44px 16px}.intro-card{padding:22px 20px;font-size:.95rem}}.about-collage-section{width:100%;background-color:#b91c1c;box-sizing:border-box;padding:48px 40px 56px;overflow:hidden}.about-collage-frame{position:relative;max-width:1280px;margin:0 auto}.about-collage-masonry{display:grid;grid-template-columns:.9fr 1.05fr 1.05fr .9fr;gap:14px;height:clamp(420px,52vw,560px);padding-right:clamp(72px,12vw,150px);box-sizing:border-box}.about-collage-word{position:absolute;right:0;top:0;bottom:0;width:clamp(72px,12vw,150px);margin:0;display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg);font-size:clamp(4.5rem,12vw,8.5rem);font-weight:800;letter-spacing:.08em;line-height:1;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.92);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:2}.about-collage-word--mobile{display:none}.about-collage-col{display:flex;flex-direction:column;gap:14px;min-height:0;min-width:0;height:100%}.about-collage-col--stack-uneven .about-collage-tile--flex-tall{flex:1.55 1 0}.about-collage-col--stack-uneven .about-collage-tile--flex-short{flex:.85 1 0}.about-collage-col--stack-even .about-collage-tile{flex:1 1 0}.about-collage-tile{margin:0;position:relative;flex:1 1 0;min-height:0;border-radius:18px;overflow:hidden;background-color:#00000026;box-shadow:none}.about-collage-tile img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-collage-img--focus-left{object-position:20% center}.about-collage-img--focus-center{object-position:50% center}.about-collage-img--focus-right{object-position:80% center}@media(max-width:1024px){.about-collage-section{padding:40px 28px 48px}.about-collage-masonry{gap:12px;padding-right:clamp(64px,11vw,120px)}.about-collage-col{gap:12px}.about-collage-tile{border-radius:16px}.about-collage-word{width:clamp(64px,11vw,120px);-webkit-text-stroke-width:1.75px}}@media(max-width:768px){.about-collage-section{padding:32px 20px 40px}.about-collage-masonry{grid-template-columns:1fr 1fr;height:auto;gap:10px;padding-right:0}.about-collage-col{display:contents}.about-collage-tile{aspect-ratio:4 / 5;min-height:150px;flex:none}.about-collage-word{display:none}.about-collage-word--mobile{display:block;position:static;transform:none;margin:20px 0 0;text-align:center;font-size:clamp(2.75rem,14vw,4rem);font-weight:800;letter-spacing:.12em;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.92);pointer-events:none;-webkit-user-select:none;user-select:none}}@media(max-width:480px){.about-collage-section{padding:28px 16px 36px}.about-collage-masonry{gap:8px}.about-collage-tile{border-radius:14px;min-height:130px}}.section-main-container{width:100%;background:#fff;padding:0;min-height:calc(100vh - 250px);position:relative;display:flex;flex-direction:column;flex:1;overflow:visible!important}.contact-hero-section{width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;background:linear-gradient(to bottom,#0a0a0a,#000),url(/assets/NoiseOnly-BWh__BOH.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-blend-mode:color;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;z-index:1}.contact-hero-content{text-align:center;color:#fff;z-index:2;padding:0 20px 80px}.contact-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.contact-hero-content p{font-size:1rem;color:#e0e0e0;line-height:1.6;max-width:800px;margin:0 auto}.contact-curve-divider{position:absolute;bottom:0;left:0;right:0;width:100vw;min-width:100%;height:120px;z-index:5;display:block!important;pointer-events:none;visibility:visible!important;opacity:1!important;margin:0;padding:0;transform:translateZ(0);background:transparent}.contact-curve-divider path{fill:#fff}.contact-main-card{max-width:1200px;margin:0 auto 20px;background:#fff;border-radius:12px;padding:2rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:3rem;align-items:start;position:relative;z-index:20;height:auto}.contact-form-section{height:auto;display:flex;flex-direction:column}.contact-form-section h2{font-size:1.5rem;font-weight:700;color:#0a0a0a;margin-bottom:1.5rem}.contact-form-section form{display:flex;flex-direction:column;gap:1.25rem;width:100%;height:auto}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #d8d7d7;border-radius:12px;font-size:1rem;outline:none;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#dc2626}.form-group textarea{min-height:100px;height:auto;resize:vertical}.contact-form-section button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#dc2626;color:#fff;font-weight:600;padding:14px 28px;border-radius:var(--btn-radius, 999px);border:none;box-shadow:none;font-size:1rem;cursor:pointer;transition:background-color .3s ease;align-self:flex-start;margin-top:.5rem}.contact-form-section button.enabled{background-color:#dc2626}.contact-form-section button:hover.enabled{background-color:#b91c1c}.contact-form-section button:disabled{background-color:#ccc;cursor:not-allowed}.contact-info-section{height:auto;display:flex;flex-direction:column}.contact-info-section h2{font-size:1.5rem;font-weight:700;color:#0a0a0a;margin-bottom:1.5rem}.contact-details-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:#333;line-height:1.6}.contact-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#dc2626;border-radius:12px;flex-shrink:0;color:#fff}.contact-icon svg{font-size:1.25rem;width:1.25rem;height:1.25rem}.contact-detail-item a{color:#333;text-decoration:none;transition:color .3s ease}.contact-detail-item a:hover{color:#dc2626}.office-hours{background:#f5f5f5;border-radius:12px;padding:1.25rem;margin-top:1.5rem}.office-hours h3{font-size:1.125rem;font-weight:600;color:#0a0a0a;margin-bottom:1rem}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hours-item{display:flex;justify-content:space-between;font-size:.95rem;color:#333}.hours-item .closed{color:#dc2626;font-weight:600}@media(max-width:1024px){.contact-hero-section{height:auto;min-height:100vh;min-height:100svh}.contact-hero-content h1{font-size:2.25rem}.contact-hero-content p{font-size:1.05rem}.contact-main-card{gap:2.5rem;padding:2.5rem;max-width:95%}.contact-form-section h2,.contact-info-section h2{font-size:1.6rem}}@media(max-width:992px){.contact-main-card{grid-template-columns:1fr;gap:2rem;margin-top:0}.contact-form-section,.contact-info-section{width:100%}}@media(max-width:768px){.contact-hero-section{min-height:100vh;min-height:100svh}.contact-hero-content h1{font-size:2rem}.contact-hero-content p{font-size:1rem}.contact-main-card{grid-template-columns:1fr;gap:3rem;padding:2rem 1.5rem;margin-top:0;margin-left:15px;margin-right:15px}.contact-form-section h2,.contact-info-section h2{font-size:1.5rem;margin-bottom:1.5rem}.contact-details-list{gap:1.25rem;margin-bottom:2rem}}@media(max-width:480px){.contact-hero-section{min-height:100vh;min-height:100svh}.contact-hero-content h1{font-size:1.75rem;margin-bottom:.75rem}.contact-hero-content p{font-size:.9rem;padding:0 15px}.contact-main-card{padding:1.5rem;border-radius:8px;margin-top:0;margin-left:15px;margin-right:15px}.contact-form-section h2,.contact-info-section h2{font-size:1.25rem;margin-bottom:1.25rem}.contact-detail-item{font-size:.95rem;gap:.875rem}.office-hours{padding:1.25rem}.hours-item{font-size:.9rem;flex-direction:column;gap:.25rem}}.page-wrapper{--hero-red: #b80009;position:relative;width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;margin:none;overflow:visible;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 60% 42%,#e1181f 0,#c60810 30%,#a80008 70%,#7e0006),url(/assets/NoiseOnly-BWh__BOH.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-blend-mode:color}.solutions-hero-curve{position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;z-index:5;display:block;pointer-events:none}.solutions-hero-curve path{fill:#fff}.page-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 45% 50%,transparent 0 27%,rgba(94,0,4,.16) 65%,rgba(55,0,3,.3) 100%)}.main-wrapper-section{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:110px 20px 140px;text-align:center;background:none;flex:1;display:flex;flex-direction:column;justify-content:center}.hero-text h1{margin:0 auto 36px;font-size:2.5rem;line-height:1.3;color:#fff!important;max-width:800px}.highlight{color:#fee2e2}.outer-container{margin:20px auto;max-width:720px;background-color:#ffffff14;border:1px solid rgba(254,226,226,.24);border-radius:64px;padding:10px;box-shadow:none}.card-container{margin:0 auto;max-width:100%;border-radius:64px;padding:32px;background:transparent;display:flex;flex-direction:column;gap:16px;box-shadow:none}.card{text-align:left;display:flex;gap:16px;background:#fff;border:1px solid rgba(254,226,226,.3);padding:20px;border-radius:16px;transition:opacity .3s ease,transform .3s ease;box-shadow:none}.icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon svg{width:24px;height:24px;color:#b80009}.text-group .title{font-size:16px;font-weight:600;margin-bottom:6px;color:#0a0a0a}.text-group .description{font-size:14px;color:#374151;line-height:1.6}@media(max-width:768px){.page-wrapper{height:auto;min-height:100vh;min-height:100svh}.main-wrapper-section{padding:80px 32px 120px}.hero-text h1{font-size:2rem}.outer-container{margin:32px auto;max-width:720px;border-radius:32px;padding:8px}.card-container{display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:100%;border-radius:32px;padding:16px}.card{align-items:center;text-align:center;display:flex;flex-direction:column;gap:16px;padding:12px;border-radius:16px;transition:opacity .3s ease,transform .3s ease;box-shadow:none}.icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon svg{width:20px;height:20px}.text-group .title{font-size:16px;font-weight:600;margin-bottom:6px;color:#0a0a0a}.text-group .description{font-size:14px;color:#374151;line-height:1.6}}#why-us{padding:80px 24px;background:#fff;text-align:center}.hero-text h1{font-size:2rem;font-weight:600;max-width:900px;margin:0 auto 40px;line-height:1.4}.highlight{color:#dc2626}.why-us-container{background:#f5f5f5;max-width:1440px;padding:80px;border-radius:32px;margin:0 auto;display:flex;gap:32px;justify-content:space-between}.info-row{display:flex;flex-direction:column;gap:24px;flex:1}.info-card{display:flex;background:#fff;border-radius:16px;transition:transform .3s ease;height:180px;min-width:100%;overflow:hidden;text-align:left}.info-left{background:#fff;width:20%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-number{font-size:48px;font-weight:500;color:#d3d3d3;line-height:1}.info-right{width:80%;padding:24px;display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0}.info-title{font-size:24px;font-weight:600;color:#3f3f3f;margin:0}.info-text{font-size:16px;color:#555;margin:0;line-height:1.5}.info-card:hover{transform:translateY(-10px)}.info-card:hover .info-number{color:#000}@media screen and (max-width:1000px){#why-us{padding:48px 16px}.hero-text h1{font-size:1.5rem;margin:0 auto 28px}.why-us-container{padding:24px;border-radius:16px;gap:12px;flex-direction:column}.info-row{gap:12px}.info-card{height:auto;min-height:0;border-radius:12px}.info-left{width:56px}.info-number{font-size:28px}.info-right{width:auto;flex:1;padding:14px 14px 14px 0;gap:4px}.info-title{font-size:18px}.info-text{font-size:14px;line-height:1.45}}@media screen and (max-width:768px){#why-us{padding:40px 12px}.hero-text h1{font-size:1.35rem;margin:0 auto 20px;line-height:1.35}.why-us-container{padding:16px;border-radius:14px;gap:10px}.info-row{gap:10px}.info-card{border-radius:10px}.info-left{width:48px}.info-number{font-size:24px}.info-right{padding:12px 12px 12px 0;gap:3px}.info-title{font-size:16px}.info-text{font-size:13.5px;line-height:1.4}}@media screen and (max-width:480px){#why-us{padding:32px 10px}.hero-text h1{font-size:1.2rem;margin:0 auto 16px}.why-us-container{padding:12px;border-radius:12px;gap:8px}.info-row{gap:8px}.info-card{border-radius:8px}.info-left{width:42px}.info-number{font-size:20px}.info-right{padding:10px 10px 10px 0;gap:2px}.info-title{font-size:15px}.info-text{font-size:13px;line-height:1.4}}.product-detail-page{padding:160px 20px 80px;background:linear-gradient(to bottom,#f5f5f5,#fff);min-height:100vh}.product-detail-container{max-width:1200px;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:#dc2626;font-size:1rem;font-weight:600;text-decoration:none;margin-bottom:32px;transition:color .3s ease}.product-detail-header{background:#fff;border-radius:16px;padding:48px;margin-bottom:40px}.product-header-content{display:flex;gap:32px;align-items:flex-start}.product-logo-large{font-size:5rem;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:20px;flex-shrink:0;overflow:hidden}.product-logo-large img{width:100%;height:100%;object-fit:contain;padding:12px}.product-logo-large span{display:flex;align-items:center;justify-content:center}.product-detail-icon{font-size:4rem;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-header-text{flex:1}.product-category-badge{display:inline-block;background:#e8e8e8;color:#555;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;margin-bottom:16px}.product-detail-header h1{font-size:3rem;font-weight:700;color:#0a0a0a;margin-bottom:16px;line-height:1.2}.product-intro{font-size:1.25rem;color:#555;line-height:1.6}.product-detail-body{display:grid;gap:32px}.product-description-section,.product-features-section,.product-benefits-section,.product-pricing-section{background:#fff;border-radius:16px;padding:40px}.product-description-section h2,.product-features-section h2,.product-benefits-section h2,.product-pricing-section h2{font-size:2rem;font-weight:700;color:#0a0a0a;margin-bottom:24px}.product-description-section p{font-size:1.125rem;color:#555;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.feature-item{display:flex;align-items:center;gap:12px;padding:12px;background:#dc26260d;border-radius:8px;border:1px solid rgba(220,38,38,.1)}.feature-check{color:#dc2626;font-weight:700;font-size:1.2rem}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{padding:16px 0 16px 32px;position:relative;font-size:1.125rem;color:#555;line-height:1.6;border-bottom:1px solid #e8e8e8}.benefits-list li:last-child{border-bottom:none}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.5rem}.pricing-card{background:#dc26260d;border:2px solid rgba(220,38,38,.2);border-radius:12px;padding:32px}.pricing-text{font-size:1.5rem;color:#0a0a0a;font-weight:600;margin-bottom:24px}.pricing-actions{display:flex;gap:16px}.cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#dc2626;color:#fff;font-weight:600;padding:14px 32px;border-radius:var(--btn-radius, 999px);border:none;cursor:pointer;font-size:1rem;transition:background-color .3s ease;flex:1}.cta-primary:hover{background-color:#b91c1c}.cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;color:#dc2626;font-weight:600;padding:14px 32px;border-radius:var(--btn-radius, 999px);border:2px solid #DC2626;cursor:pointer;font-size:1rem;transition:all .3s ease;flex:1}.cta-secondary:hover{background-color:#dc2626;color:#fff}.product-not-found{padding:160px 20px;text-align:center}.product-not-found h2{font-size:2rem;color:#0a0a0a;margin-bottom:24px}.product-not-found a{color:#dc2626;text-decoration:none;font-weight:600}@media(max-width:768px){.product-detail-page{padding:140px 20px 60px}.product-detail-header{padding:32px 24px}.product-header-content{flex-direction:column;gap:24px}.product-logo-large{font-size:4rem;width:100px;height:100px}.product-detail-icon{font-size:3rem}.product-detail-header h1{font-size:2rem}.product-description-section,.product-features-section,.product-benefits-section,.product-pricing-section{padding:24px}.features-grid{grid-template-columns:1fr}.pricing-actions{flex-direction:column}}.sme-support-page{width:100%;background:#fff;min-height:100vh;display:flex;flex-direction:column}.sme-hero-section{width:100%;height:35vh;min-height:300px;max-height:400px;background:linear-gradient(to bottom,#0a0a0a,#000),url(/assets/NoiseOnly-BWh__BOH.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-blend-mode:color;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0;padding-bottom:0}.sme-hero-content{text-align:center;color:#fff;z-index:2;padding:0 20px}.sme-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.sme-hero-content p{font-size:1.25rem;color:#e0e0e0;line-height:1.6;margin-bottom:.5rem}.sme-hero-subtitle{font-size:1rem!important;color:#b0b0b0!important;font-style:italic;margin-top:.5rem}.sme-curve-divider{position:absolute;bottom:-70px;left:0;right:0;width:100vw;min-width:100%;height:120px;z-index:5;display:block!important;pointer-events:none;visibility:visible!important;opacity:1!important;margin:0;padding:0;transform:translateZ(0);background:transparent}.sme-curve-divider path{fill:#fff}.sme-content-container{max-width:1200px;margin:0 auto;padding:90px 20px 60px;width:100%;position:relative;z-index:2}.sme-section-container{max-width:800px;margin:0 auto;width:100%;padding:0 20px}.sme-hosting-section{background:#f8f8f8;padding:60px 0;margin-top:40px}.sme-hosting-section .sme-section-container{max-width:800px}.sme-hosting-section .sme-content-block{padding:0}.sme-hosting-section .sme-content-block h2{margin-bottom:16px}.sme-hosting-section .sme-content-block p{margin-bottom:24px}.sme-cta-section{background:#dc2626;padding:60px 0;margin-top:0}.back-link{display:inline-flex;align-items:center;color:#dc2626;font-size:1rem;font-weight:600;text-decoration:none;margin-bottom:40px;transition:color .3s ease}.back-link:hover{color:#b91c1c}.sme-main-content{display:flex;flex-direction:column;gap:48px;max-width:800px;margin:0 auto}.sme-content-block{padding:0}.sme-intro-text{font-size:1.25rem;line-height:1.8;color:#333;margin-bottom:20px}.sme-content-block h2{font-size:2rem;font-weight:600;color:#0a0a0a;margin-bottom:20px;line-height:1.3}.sme-content-block p{font-size:1.05rem;color:#444;line-height:1.8;margin-bottom:16px}.sme-content-block p strong{color:#dc2626;font-weight:600}.sme-simple-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.sme-simple-list li{font-size:1.05rem;color:#444;line-height:1.7;padding-left:24px;position:relative}.sme-simple-list li:before{content:"•";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.5rem;line-height:1}.sme-cta-content{text-align:center;color:#fff}.sme-cta-content h2{font-size:2rem;font-weight:600;color:#fff;margin-bottom:16px}.sme-cta-content p{font-size:1.1rem;color:#fffffff2;margin-bottom:32px;line-height:1.7}.sme-apply-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#dc2626;padding:14px 32px;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:var(--btn-radius, 999px);transition:background-color .2s ease}.sme-apply-btn:hover{background:#f0f0f0}.sme-pricing-simple{display:flex;justify-content:center;gap:32px;margin:40px 0;padding:32px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.sme-pricing-item{flex:0 0 auto;max-width:400px;width:100%;padding:0}.sme-pricing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sme-pricing-header h3{font-size:1.25rem;font-weight:600;color:#0a0a0a;margin:0}.sme-value-badge{font-size:.85rem;font-weight:600;color:#dc2626;background:#fff;padding:4px 10px;border-radius:4px}.sme-pricing-amount{font-size:2.25rem;font-weight:700;color:#dc2626;margin:16px 0 8px;line-height:1}.sme-pricing-amount span{font-size:1rem;font-weight:500;color:#777;margin-left:4px}.sme-pricing-note{font-size:.95rem;color:#666;margin:0;line-height:1.5}.sme-hosting-details{margin-top:32px;padding-top:32px;border-top:1px solid #ddd}.sme-hosting-details h3{font-size:1.25rem;font-weight:600;color:#0a0a0a;margin-bottom:16px}@media(max-width:1024px){.sme-hero-section{min-height:280px;max-height:380px}.sme-hero-content h1{font-size:2.5rem}.sme-hero-content p{font-size:1.15rem}.sme-content-container{padding:85px 30px 50px}.sme-main-content{gap:40px}}@media(max-width:992px){.sme-main-content,.sme-section-container{max-width:100%}.sme-pricing-simple{flex-direction:column;gap:24px}}@media(max-width:768px){.sme-hero-section{min-height:250px;max-height:350px}.sme-hero-content h1{font-size:2rem}.sme-hero-content p{font-size:1rem}.sme-hero-subtitle{font-size:.9rem!important}.sme-content-container{padding:100px 20px 40px}.sme-main-content{gap:36px}.sme-content-block h2{font-size:1.75rem}.sme-intro-text{font-size:1.1rem}.sme-pricing-simple{flex-direction:column;gap:24px;padding:24px 0}.sme-hosting-section,.sme-cta-section{padding:40px 0}.sme-cta-content h2{font-size:1.75rem}.sme-apply-btn{padding:12px 24px;font-size:1rem}}@media(max-width:480px){.sme-hero-section{min-height:200px;max-height:300px}.sme-hero-content h1{font-size:1.75rem}.sme-hero-content p{font-size:.95rem}.sme-content-container{padding:80px 15px 30px}.sme-section-container{padding:0 15px}.sme-main-content{gap:32px}.sme-content-block h2{font-size:1.5rem}.sme-content-block p,.sme-simple-list li{font-size:1rem}.sme-intro-text{font-size:1.05rem}.sme-pricing-amount{font-size:1.75rem}.sme-hosting-section,.sme-cta-section{padding:30px 0}.sme-cta-content h2{font-size:1.5rem}.sme-cta-content p{font-size:1rem}}.sme-alt-cta-section{background:#f5f5f5;padding:60px 20px;margin-top:0;border-top:1px solid #e0e0e0}.sme-alt-cta-container{max-width:800px;margin:0 auto;text-align:center}.sme-alt-cta-section h2{font-size:1.75rem;font-weight:600;color:#0a0a0a;margin-bottom:12px;line-height:1.3}.sme-alt-cta-section p{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:24px}.sme-alt-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#dc2626;color:#fff;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--btn-radius, 999px);transition:background-color .2s ease}.sme-alt-cta-btn:hover{background:#b91c1c}@media(max-width:768px){.sme-alt-cta-section{padding:60px 20px;margin-top:40px}.sme-alt-cta-section h2{font-size:1.75rem}.sme-alt-cta-section p{font-size:1rem}.sme-alt-cta-btn{padding:12px 24px;font-size:1rem}}@media(max-width:480px){.sme-alt-cta-section{padding:40px 15px}.sme-alt-cta-section h2{font-size:1.5rem}.sme-alt-cta-section p{font-size:.95rem}}.insights-page{width:100%;min-height:60vh;margin:0;background:#fff;box-sizing:border-box}.insights-page-container{max-width:1200px;margin:0 auto;padding:80px 24px 88px;width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.insights-hero{--hero-red: #b80009;position:relative;display:flex;height:100vh;height:100svh;min-height:100vh;min-height:100svh;box-sizing:border-box;overflow:hidden;color:#fff;background:radial-gradient(circle at 60% 42%,#e1181f 0,#c60810 30%,#a80008 70%,#7e0006);padding:132px max(24px,calc((100vw - 1440px)/2)) 120px}.insights-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 45% 50%,transparent 0 27%,rgba(94,0,4,.16) 65%,rgba(55,0,3,.3) 100%)}.insights-hero-curve{position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;z-index:5;display:block;pointer-events:none}.insights-hero-curve path{fill:#fff}.insights-hero-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,70vw) minmax(180px,1fr);align-items:center;gap:clamp(24px,4vw,56px);flex:1;min-height:0;max-width:100%;width:100%;margin:0 auto}.insights-hero-copy{position:relative;z-index:2;align-self:stretch;display:flex;flex-direction:column;justify-content:center;max-width:70vw;width:100%}.insights-hero-eyebrow{margin:0 0 14px;color:#ff7379;font-size:.74rem;font-weight:800;letter-spacing:.24em}.insights-hero-copy h1{margin:0 0 18px;max-width:70vw;font-size:clamp(2.5rem,3.5vw,4.25rem);font-weight:750;line-height:1.02;letter-spacing:-.04em}.insights-hero-subcopy{max-width:70vw;margin:0 0 26px;color:#ffffffd6;font-size:clamp(.95rem,1.15vw,1.15rem);line-height:1.6}.insights-hero-cta{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;min-height:42px;padding:10px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#e41118;color:#fff;font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.insights-hero-cta:hover{background:#f0242b}.insights-hero-watermark{margin:clamp(32px,5vh,54px) 0 -4px;color:transparent;font-size:clamp(3rem,4vw,4.8rem);font-weight:800;line-height:.9;letter-spacing:-.05em;-webkit-text-stroke:1px rgba(255,255,255,.18)}.insights-hero-statement{position:relative;z-index:2;align-self:end;justify-self:end;margin-bottom:clamp(24px,5vh,64px);text-align:right;line-height:.93;white-space:nowrap}.insights-hero-statement span,.insights-hero-statement strong{display:block;font-size:clamp(2.75rem,3.6vw,4.8rem);letter-spacing:-.055em}.insights-hero-statement span{color:transparent;font-weight:800;-webkit-text-stroke:1px rgba(255,255,255,.7)}.insights-hero-statement strong{margin-top:7px;color:#fff;font-weight:800}#insights-articles{scroll-margin-top:100px}.insights-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}.insights-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:none;transition:border-color .25s ease,transform .25s ease}.insights-page-card:hover{border-color:#dc262673;transform:translateY(-2px)}.insights-page-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.insights-page-card-image-wrap{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.insights-page-card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.insights-page-card:hover .insights-page-card-image{transform:scale(1.03)}.insights-page-coming-soon{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:999px;background:#0a0a0ad1;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}.insights-page-card-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px;text-align:left}.insights-page-category{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:#dc26261a;border:1px solid rgba(220,38,38,.18);color:var(--icreations-red, #dc2626);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.insights-page-card-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:#0a0a0a;line-height:1.35;letter-spacing:-.01em}.insights-page-card-summary{margin:0 0 12px;font-size:.9375rem;line-height:1.6;color:#6b7280;flex:1}.insights-page-card-byline{margin:0 0 16px;font-size:.8125rem;font-weight:600;color:#9ca3af;line-height:1.3}.insights-page-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:4px}.insights-page-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;min-width:0}.insights-page-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#9ca3af;line-height:1}.insights-page-meta-item svg{font-size:.75rem;color:#9ca3af}.insights-page-card-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--icreations-red, #dc2626);font-size:.9375rem;transition:transform .25s ease}.insights-page-card:hover .insights-page-card-arrow{transform:translate(3px)}@media(max-width:1024px){.insights-hero{padding-top:112px;padding-bottom:28px}.insights-hero-main{grid-template-columns:minmax(240px,1.1fr) minmax(180px,.8fr);gap:clamp(24px,3vw,40px)}.insights-page-container{padding:72px 20px}.insights-page-grid{gap:22px}.insights-page-card-title{font-size:1.0625rem}}@media(max-width:900px){.insights-hero{padding-inline:24px}.insights-hero-main{grid-template-columns:1fr;gap:28px}.insights-hero-statement{justify-self:start;align-self:start;text-align:left;margin:0}.insights-hero-statement span,.insights-hero-statement strong{font-size:clamp(2rem,6vw,3.4rem)}.insights-hero-watermark{margin-top:22px;font-size:clamp(2rem,5.5vw,3rem)}.insights-page-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.insights-hero-copy,.insights-hero-copy h1,.insights-hero-subcopy{max-width:100%}}@media(max-width:640px){.insights-hero{height:auto;min-height:100vh;min-height:100svh;padding:104px 16px 120px}.insights-hero-main{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:18px}.insights-hero-copy{align-self:auto}.insights-hero-copy h1{font-size:clamp(2.35rem,10vw,3.35rem)}.insights-hero-subcopy{font-size:clamp(.9rem,3.8vw,1rem)}.insights-hero-watermark{margin:24px 0 0;font-size:clamp(2.4rem,11vw,3.5rem);opacity:.8}.insights-hero-statement{position:relative;right:auto;bottom:auto;z-index:3;align-self:flex-start;margin:14px 0 0;text-align:left}.insights-hero-statement span,.insights-hero-statement strong{font-size:clamp(2.5rem,12vw,4rem)}.insights-page-container{padding:56px 16px}.insights-page-card-body{padding:18px 16px 20px}.insights-page-card-meta{gap:10px 12px}}.insight-article-page{width:100%;min-height:60vh;margin:0;padding:140px 24px 88px;background:#fff;box-sizing:border-box}.insight-article-container{max-width:760px;margin:0 auto;width:100%}.insight-article-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;color:#6b7280;font-size:.9375rem;font-weight:600;text-decoration:none;line-height:1;transition:color .2s ease}.insight-article-back:hover{color:var(--icreations-red, #dc2626)}.insight-article-back:focus-visible{outline:2px solid var(--icreations-red, #dc2626);outline-offset:3px;border-radius:4px}.insight-article-header{margin-bottom:32px}.insight-article-category{display:inline-flex;align-items:center;margin-bottom:16px;padding:6px 14px;border-radius:999px;background:#dc26261a;border:1px solid rgba(220,38,38,.18);color:var(--icreations-red, #dc2626);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.insight-article-title{margin:0 0 20px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#0a0a0a;line-height:1.2;letter-spacing:-.02em}.insight-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}.insight-article-meta-item{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;color:#6b7280;line-height:1}.insight-article-meta-item svg{font-size:.875rem;color:#9ca3af}.insight-article-byline{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.insight-article-byline-label{margin:0 0 4px;font-size:.8125rem;font-weight:500;color:#9ca3af;line-height:1.3}.insight-article-byline-name{margin:0 0 2px;font-size:1rem;font-weight:700;color:#0a0a0a;line-height:1.35}.insight-article-byline-role{margin:0;font-size:.875rem;font-weight:500;color:#6b7280;line-height:1.4}.insight-article-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-top:20px}.insight-article-share-label{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#6b7280;letter-spacing:.02em;text-transform:uppercase;line-height:1}.insight-article-share-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.insight-article-share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:var(--btn-radius, 999px);background:#fff;color:#374151;font-size:.8125rem;font-weight:600;font-family:inherit;line-height:1;text-decoration:none;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease;box-shadow:none}.insight-article-share-btn svg{font-size:.875rem;color:#6b7280;transition:color .2s ease}.insight-article-share-btn:hover{border-color:#dc262659;background:#dc26260a;color:var(--icreations-red, #dc2626)}.insight-article-share-btn:hover svg{color:var(--icreations-red, #dc2626)}.insight-article-share-btn:focus-visible{outline:2px solid var(--icreations-red, #dc2626);outline-offset:2px}.insight-article-share-btn.is-copied{border-color:#16a34a59;background:#16a34a0f;color:#15803d}.insight-article-share-btn.is-copied svg{color:#15803d}.insight-article-hero-image-wrap{width:100%;aspect-ratio:16 / 9;margin-bottom:40px;border-radius:16px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.insight-article-hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.insight-article-body{color:#1f2937}.insight-article-paragraph{margin:0 0 1.25rem;font-size:1.125rem;line-height:1.75;color:#374151}.insight-article-heading{margin:2.5rem 0 1rem;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;color:#0a0a0a;line-height:1.3;letter-spacing:-.015em}.insight-article-list{margin:0 0 1.5rem;padding:0 0 0 1.25rem;color:#374151}.insight-article-list li{margin-bottom:.65rem;font-size:1.125rem;line-height:1.7}.insight-article-list li:last-child{margin-bottom:0}.insight-article-figure{margin:2rem 0 2.25rem;padding:0}.insight-article-figure-image{display:block;width:100%;height:auto;border-radius:14px;border:1px solid #e5e7eb;background:#f3f4f6;box-shadow:0 12px 28px #0f172a14}.insight-article-figure-caption{margin-top:.75rem;font-size:.9375rem;line-height:1.5;color:#6b7280}.insight-article-about{margin-top:3rem;padding:28px 24px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;box-shadow:none}.insight-article-about-title{margin:0 0 12px;font-size:1.125rem;font-weight:700;color:#0a0a0a;line-height:1.35}.insight-article-about p{margin:0;font-size:1rem;line-height:1.7;color:#4b5563}.insight-article-more{margin-top:4rem;padding-top:2.5rem;border-top:1px solid #e5e7eb}.insight-article-more-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:1.5rem}.insight-article-more-title{margin:0;font-size:1.375rem;font-weight:700;color:#0a0a0a;letter-spacing:-.02em}.insight-article-more-all{display:inline-flex;align-items:center;gap:8px;color:var(--icreations-red, #dc2626);font-size:.9375rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.insight-article-more-all:hover{opacity:.8}.insight-article-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.insight-article-more-card{min-width:0;border-radius:14px;border:1px solid #e5e7eb;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.insight-article-more-card:hover{border-color:#d1d5db;box-shadow:0 10px 24px #0f172a0f}.insight-article-more-link{display:block;color:inherit;text-decoration:none;height:100%}.insight-article-more-image-wrap{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.insight-article-more-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.insight-article-more-card:hover .insight-article-more-image{transform:scale(1.03)}.insight-article-more-coming-soon{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#111827e0;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.insight-article-more-body{padding:16px 16px 18px}.insight-article-more-category{margin:0 0 8px;color:var(--icreations-red, #dc2626);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.insight-article-more-card-title{margin:0 0 10px;font-size:1.0625rem;font-weight:700;line-height:1.35;color:#0a0a0a;letter-spacing:-.015em}.insight-article-more-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;color:#6b7280;font-size:.8125rem}@media(max-width:768px){.insight-article-page{padding:120px 20px 72px}.insight-article-back,.insight-article-header{margin-bottom:24px}.insight-article-hero-image-wrap{margin-bottom:28px;border-radius:12px}.insight-article-paragraph,.insight-article-list li{font-size:1.0625rem}.insight-article-heading{margin-top:2rem}.insight-article-about{margin-top:2.25rem;padding:22px 18px}.insight-article-more{margin-top:3rem;padding-top:2rem}.insight-article-more-grid{grid-template-columns:1fr}}@media(max-width:480px){.insight-article-page{padding:110px 16px 56px}.insight-article-meta{gap:10px 16px}.insight-article-meta-item{font-size:.875rem}.insight-article-byline{margin-top:16px;padding-top:16px}.insight-article-share{margin-top:16px}.insight-article-share-btn{padding:8px 10px;font-size:.75rem}}.training-page{width:100%;min-height:60vh;margin:0;background:#fff;box-sizing:border-box}.training-page-container{max-width:1200px;margin:0 auto;padding:80px 24px 88px;width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.training-hero{--hero-red: #b80009;position:relative;display:flex;height:100vh;height:100svh;min-height:100vh;min-height:100svh;box-sizing:border-box;overflow:hidden;color:#fff;background:radial-gradient(circle at 60% 42%,#e1181f 0,#c60810 30%,#a80008 70%,#7e0006);padding:132px max(24px,calc((100vw - 1440px)/2)) 120px}.training-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 45% 50%,transparent 0 27%,rgba(94,0,4,.16) 65%,rgba(55,0,3,.3) 100%)}.training-hero-curve{position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;z-index:5;display:block;pointer-events:none}.training-hero-curve path{fill:#fff}.training-hero-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,70vw) minmax(180px,1fr);align-items:center;gap:clamp(24px,4vw,56px);flex:1;min-height:0;max-width:100%;width:100%;margin:0 auto}.training-hero-copy{position:relative;z-index:2;align-self:stretch;display:flex;flex-direction:column;justify-content:center;max-width:70vw;width:100%}.training-hero-eyebrow{margin:0 0 14px;color:#ff7379;font-size:.74rem;font-weight:800;letter-spacing:.24em}.training-hero-copy h1{margin:0 0 18px;max-width:70vw;font-size:clamp(2.5rem,3.5vw,4.25rem);font-weight:750;line-height:1.02;letter-spacing:-.04em}.training-hero-subcopy{max-width:70vw;margin:0 0 26px;color:#ffffffd6;font-size:clamp(.95rem,1.15vw,1.15rem);line-height:1.6}.training-hero-cta{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;min-height:42px;padding:10px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#e41118;color:#fff;font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.training-hero-cta:hover{background:#f0242b}.training-hero-watermark{margin:clamp(32px,5vh,54px) 0 -4px;color:transparent;font-size:clamp(3rem,4vw,4.8rem);font-weight:800;line-height:.9;letter-spacing:-.05em;-webkit-text-stroke:1px rgba(255,255,255,.18)}.training-hero-statement{position:relative;z-index:2;align-self:end;justify-self:end;margin-bottom:clamp(24px,5vh,64px);text-align:right;line-height:.93;white-space:nowrap}.training-hero-statement span,.training-hero-statement strong{display:block;font-size:clamp(2.75rem,3.6vw,4.8rem);letter-spacing:-.055em}.training-hero-statement span{color:transparent;font-weight:800;-webkit-text-stroke:1px rgba(255,255,255,.7)}.training-hero-statement strong{margin-top:7px;color:#fff;font-weight:800}.training-catalog-header{width:100%;max-width:720px;margin:0 0 40px;text-align:center}.training-catalog-title{margin:0 0 12px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em}.training-catalog-subcopy{margin:0;color:#4b5563;font-size:1.0625rem;line-height:1.65}.training-track-section{width:100%;margin-bottom:56px}.training-track-section:last-child{margin-bottom:0}.training-track-header{width:100%;max-width:720px;margin:0 0 24px}.training-track-title{margin:0 0 8px;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em}.training-track-description{margin:0;color:#6b7280;font-size:.975rem;line-height:1.6}.training-page-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.training-page-card{min-width:0;border-radius:16px;border:1px solid #e5e7eb;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.training-page-card:hover{border-color:#d1d5db;box-shadow:0 14px 32px #0f172a14}.training-page-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.training-page-card-image-wrap{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.training-page-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.training-page-card:hover .training-page-card-image{transform:scale(1.03)}.training-page-card-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px}.training-page-category{margin:0 0 10px;color:var(--icreations-red, #dc2626);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.training-page-card-title{margin:0 0 10px;font-size:1.25rem;font-weight:700;line-height:1.3;color:#0a0a0a;letter-spacing:-.015em}.training-page-card-summary{margin:0 0 16px;color:#4b5563;font-size:.9375rem;line-height:1.6;flex:1}.training-page-card-meta-row{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.training-page-meta-item{display:inline-flex;align-items:center;gap:8px;color:#6b7280;font-size:.8125rem;font-weight:500}.training-page-meta-item svg{color:#9ca3af;width:.85em}.training-page-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid #f3f4f6}.training-page-card-cta{font-size:.875rem;font-weight:700;color:var(--icreations-red, #dc2626)}.training-page-card-arrow{display:inline-flex;color:var(--icreations-red, #dc2626);transition:transform .2s ease}.training-page-card:hover .training-page-card-arrow{transform:translate(3px)}@media(max-width:1024px){.training-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.training-hero-main{grid-template-columns:1fr}.training-hero-statement{justify-self:start;text-align:left;margin-bottom:0}}@media(max-width:768px){.training-hero{height:auto;min-height:100vh;min-height:100svh;padding:112px 20px 120px}.training-hero-copy,.training-hero-copy h1,.training-hero-subcopy{max-width:100%}.training-hero-copy h1{font-size:clamp(2.35rem,9vw,3.35rem)}.training-page-container{padding:56px 20px 72px}.training-page-grid{grid-template-columns:1fr}}@media(max-width:640px){.training-hero{padding:104px 16px 120px}.training-hero-main{display:flex;flex-direction:column;gap:18px}.training-hero-watermark{margin:24px 0 0;font-size:clamp(2.4rem,11vw,3.5rem);opacity:.8}.training-hero-statement span,.training-hero-statement strong{font-size:clamp(2.5rem,12vw,4rem)}.training-page-container{padding:56px 16px}}.course-detail-page{width:100%;min-height:60vh;margin:0;padding:140px 24px 88px;background:#fff;box-sizing:border-box}.course-detail-container{max-width:800px;margin:0 auto;width:100%}.course-detail-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;color:#6b7280;font-size:.9375rem;font-weight:600;text-decoration:none;line-height:1;transition:color .2s ease}.course-detail-back:hover{color:var(--icreations-red, #dc2626)}.course-detail-header{margin-bottom:28px}.course-detail-category{display:inline-flex;align-items:center;margin-bottom:16px;padding:6px 14px;border-radius:999px;background:#dc26261a;border:1px solid rgba(220,38,38,.18);color:var(--icreations-red, #dc2626);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.course-detail-title{margin:0 0 16px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#0a0a0a;line-height:1.2;letter-spacing:-.02em}.course-detail-summary{margin:0 0 24px;max-width:640px;color:#4b5563;font-size:1.125rem;line-height:1.65}.course-detail-quick-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}.course-detail-fact{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.course-detail-fact>svg{margin-top:3px;color:var(--icreations-red, #dc2626);font-size:.9rem}.course-detail-fact-label{display:block;margin-bottom:4px;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.course-detail-fact strong{display:block;color:#0a0a0a;font-size:.975rem;font-weight:700;line-height:1.35}.course-detail-fact-note{display:block;margin-top:4px;color:#6b7280;font-size:.8125rem;line-height:1.4}.course-detail-apply-cta{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 20px;border-radius:999px;background:var(--icreations-red, #dc2626);color:#fff;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.course-detail-apply-cta:hover{background:#b91c1c}.course-detail-hero-image-wrap{margin:0 0 36px;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;aspect-ratio:16 / 9}.course-detail-hero-image{width:100%;height:100%;object-fit:cover;display:block}.course-detail-section{margin-bottom:2.5rem}.course-detail-section h2{margin:0 0 1rem;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;color:#0a0a0a;letter-spacing:-.015em}.course-detail-format{margin:0 0 1rem;color:#6b7280;font-size:.975rem}.course-detail-list{list-style:none;margin:0;padding:0}.course-detail-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:.85rem;color:#374151;font-size:1.0625rem;line-height:1.65}.course-detail-list li:last-child{margin-bottom:0}.course-detail-list li svg{margin-top:.35rem;flex-shrink:0;color:var(--icreations-red, #dc2626);font-size:.8rem}.course-detail-modules{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.course-detail-modules li{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:16px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.course-detail-module-index{color:var(--icreations-red, #dc2626);font-size:.875rem;font-weight:800;letter-spacing:.04em}.course-detail-modules h3{margin:0 0 6px;font-size:1.0625rem;font-weight:700;color:#0a0a0a}.course-detail-modules p{margin:0;color:#4b5563;font-size:.975rem;line-height:1.55}.course-detail-apply{margin-top:3rem;padding:28px 24px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;scroll-margin-top:100px}.course-detail-apply-intro{margin-bottom:22px}.course-detail-apply-intro h2{margin:0 0 10px;font-size:1.375rem;font-weight:700;color:#0a0a0a}.course-detail-apply-intro p{margin:0;color:#4b5563;font-size:1rem;line-height:1.65}.course-detail-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.course-detail-form-group{display:flex;flex-direction:column;gap:8px}.course-detail-form-group-full{margin-bottom:18px}.course-detail-form-group label{color:#374151;font-size:.875rem;font-weight:600}.course-detail-form-group input,.course-detail-form-group textarea{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font:inherit;font-size:.975rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.course-detail-form-group input:focus,.course-detail-form-group textarea:focus{border-color:#dc26268c;box-shadow:0 0 0 3px #dc26261f}.course-detail-form-group textarea{resize:vertical;min-height:110px}.course-detail-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;border:none;border-radius:999px;background:#d1d5db;color:#6b7280;font-size:.975rem;font-weight:700;cursor:not-allowed;transition:background-color .2s ease,color .2s ease}.course-detail-submit.is-ready{background:var(--icreations-red, #dc2626);color:#fff;cursor:pointer}.course-detail-submit.is-ready:hover{background:#b91c1c}.course-detail-more{margin-top:3.5rem;padding-top:2.25rem;border-top:1px solid #e5e7eb}.course-detail-more-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:1.25rem}.course-detail-more-header h2{margin:0;font-size:1.375rem;font-weight:700;color:#0a0a0a}.course-detail-more-all{display:inline-flex;align-items:center;gap:8px;color:var(--icreations-red, #dc2626);font-size:.9375rem;font-weight:600;text-decoration:none}.course-detail-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.course-detail-more-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.course-detail-more-card:hover{border-color:#d1d5db;box-shadow:0 10px 24px #0f172a0f}.course-detail-more-link{display:block;color:inherit;text-decoration:none;height:100%}.course-detail-more-image-wrap{aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.course-detail-more-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.course-detail-more-body{padding:14px 16px 16px}.course-detail-more-category{margin:0 0 6px;color:var(--icreations-red, #dc2626);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.course-detail-more-body h3{margin:0 0 8px;font-size:1.025rem;font-weight:700;color:#0a0a0a;line-height:1.35}.course-detail-more-body p{margin:0;color:#6b7280;font-size:.8125rem}@media(max-width:768px){.course-detail-page{padding:120px 20px 72px}.course-detail-quick-facts,.course-detail-form-grid,.course-detail-more-grid{grid-template-columns:1fr}.course-detail-apply{padding:22px 18px}}@media(max-width:480px){.course-detail-page{padding:110px 16px 56px}}*{box-sizing:border-box}:root{--btn-radius: 999px}html,body{height:100%;margin:0;padding:0}body{font-family:Geist,sans-serif;overflow-x:hidden;display:flex;flex-direction:column}#root{min-height:100vh;display:flex;flex-direction:column}.main-container{display:flex;flex-direction:column;min-height:100vh;flex:1}.main-content{flex:1;display:flex;flex-direction:column}.main-container>.footer{margin-top:auto}@media(max-width:768px){.partners-curve-divider,.hero-curve-divider,.contact-curve-divider,.solutions-curve-divider,.solutions-hero-curve,.insights-hero-curve,.training-hero-curve,.sme-curve-divider{display:none!important}}
