.bounceCardsContainer{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:1400px;height:450px;margin:0 auto;overflow:visible}.bounce-card{position:absolute;width:280px;aspect-ratio:1;border:5px solid #fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 30px #0000004d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block}.bounce-card:hover{z-index:10;box-shadow:0 15px 50px #667eea66}.bounce-card-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:20px}.bounce-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bounce-card:hover .bounce-card-image{transform:scale(1.1)}.bounce-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeaf2,#764ba2f2);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;padding:1.25rem;pointer-events:none;overflow:hidden;box-sizing:border-box}.bounce-card:hover .bounce-card-overlay,.bounce-card-overlay.active{opacity:1;pointer-events:auto}.bounce-card-content{text-align:center;color:#fff;width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center;min-height:100%;box-sizing:border-box}.bounce-card-icon{font-size:2.2rem;margin-bottom:.5rem;color:#fff;flex-shrink:0}.bounce-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:#fff;line-height:1.2;flex-shrink:0}.bounce-card-description{font-size:.8rem;line-height:1.5;margin-bottom:.75rem;color:#fffffff2;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;word-wrap:break-word}.bounce-card-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-bottom:.75rem;flex-shrink:0}.bounce-card-tag{background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bounce-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.85rem;margin-top:0;flex-shrink:0}.bounce-card-link i{transition:transform .3s ease}.bounce-card:hover .bounce-card-link i{transform:translate(5px)}@media(max-width:768px){.bounceCardsContainer{height:320px;max-width:100%;margin:0 auto}.bounce-card{width:180px;border-width:4px}.bounce-card-icon{font-size:2rem;margin-bottom:.5rem}.bounce-card-title{font-size:1.1rem;margin-bottom:.35rem}.bounce-card-description{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.65rem}.bounce-card-overlay{padding:1rem}.bounce-card-tags{gap:.35rem;margin-bottom:.75rem}.bounce-card-tag{font-size:.7rem;padding:.25rem .7rem}.bounce-card-link{font-size:.8rem}}@media(max-width:480px){.bounceCardsContainer{height:280px;width:100%}.bounce-card{width:150px;border-width:3px;border-radius:20px}.bounce-card-icon{font-size:1.75rem;margin-bottom:.4rem}.bounce-card-title{font-size:.95rem;margin-bottom:.3rem;line-height:1.2}.bounce-card-description{font-size:.7rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.5rem;line-height:1.4}.bounce-card-overlay{padding:.75rem}.bounce-card-tags{gap:.3rem;margin-bottom:.6rem}.bounce-card-tag{font-size:.65rem;padding:.2rem .6rem}.bounce-card-link{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}p{text-align:justify}.container{max-width:1200px;margin:0 auto;padding:0 2rem;overflow:visible}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center}.nav-logo-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit;line-height:1}.nav-logo-text{display:inline-flex;align-items:center;gap:.25rem;line-height:1}.nav-logo-name{font-size:1.25rem;font-weight:700;line-height:1;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-logo-mark{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #667eea59}.nav-logo-mark i{font-size:.85rem;color:#fff;line-height:1;display:block}.nav-logo h2{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-tagline{font-size:.9rem;color:#666;font-weight:500;line-height:1}.nav-right{display:flex;align-items:center;gap:2rem;height:100%}.nav-menu{display:flex;align-items:center;list-style:none;gap:1.75rem;margin:0;padding:0;height:100%}.nav-item{display:flex;align-items:center;height:100%}.nav-link{display:inline-flex;align-items:center;height:100%;line-height:1;text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.35rem;font-size:.9rem;font-weight:600;line-height:1;white-space:nowrap}.nav-item--cta-mobile{display:none}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{--hero-wave-color: #ffffff;--hero-wave-h: 100px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;min-height:calc(100vh - 2cm);min-height:calc(100dvh - 2cm);padding:70px 0 var(--hero-wave-h);background:#f5f7fa;box-sizing:border-box}.hero-bg{position:absolute;inset:0;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:#667eea8c;pointer-events:none}.hero-wave{position:absolute;bottom:0;left:0;width:100%;height:100px;display:flex;align-items:flex-end;overflow:hidden;pointer-events:none;color:var(--hero-wave-color);z-index:2;line-height:0}.hero-wave svg{display:block;width:100%}.hero-bg-layer{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:opacity,transform}.hero-bg-layer--1{background-image:url(/images/hero/backgroundhero.png);animation:heroBgFade1 30s ease-in-out infinite,heroBgZoom 30s ease-in-out infinite}.hero-bg-layer--2{background-image:url(/images/hero/backgroundhero2.png);animation:heroBgFade2 30s ease-in-out infinite,heroBgZoom 30s ease-in-out infinite}@keyframes heroBgFade1{0%,35%{opacity:1}50%,85%{opacity:0}to{opacity:1}}@keyframes heroBgFade2{0%,35%{opacity:0}50%,85%{opacity:1}to{opacity:0}}@keyframes heroBgZoom{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.hero-container{position:relative;z-index:10;flex:1;max-width:1100px;margin:0 auto;padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:center}.hero-content{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.hero-block{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:960px;text-align:center;transform:translateY(8rem)}.hero-title-area{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:2rem 0}.hero-backdrop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.hero-backdrop .hero-graphic{opacity:.32;animation:heroGraphicPulse 8s ease-in-out infinite}.hero-title,.hero-description,.hero-cta{position:relative;z-index:1}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin:0;position:relative;z-index:1}.hero-title-line--1{color:#fff;white-space:nowrap;animation-delay:.15s}.hero-title-line{display:block;opacity:0;transform:translateY(32px);animation:heroTitleReveal .85s cubic-bezier(.22,1,.36,1) forwards}.hero-title-line--2{white-space:nowrap;animation-delay:.35s}@keyframes heroTitleReveal{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-title-line,.hero-description,.hero-cta{opacity:1;transform:none;animation:none}.hero-backdrop .hero-graphic,.hero-graphic i,.hero-backdrop .element{animation:none}.hero-bg-layer--1,.hero-bg-layer--2{animation:none;transform:none}.hero-bg-layer--2{opacity:0}}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;font-weight:500;color:#ffffffeb;margin:0;line-height:1.5;text-align:center;max-width:520px;opacity:0;transform:translateY(32px);animation:heroTitleReveal .85s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.55s}.hero-cta{display:inline-block;padding:1.15rem 2.75rem;font-size:1.125rem;font-weight:700;opacity:0;transform:translateY(32px);animation:heroTitleReveal .85s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.75s}.btn{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;-webkit-font-smoothing:antialiased}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea4d;isolation:isolate;overflow:hidden}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #667eea66}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.btn-tertiary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 10px 30px #f5576c4d}.btn-tertiary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f5576c66;background:linear-gradient(135deg,#f5576c,#f093fb)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic{position:relative;width:480px;height:480px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 20px 60px #667eea4d}.hero-graphic i{font-size:8rem;color:#fff;animation:float 3s ease-in-out infinite}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%}.hero-backdrop .element{position:absolute;background:#ffffff40;border-radius:50%;animation:heroOrbit 10s linear infinite}.element-1{width:20px;height:20px;top:20%;left:80%;animation-delay:0s}.element-2{width:15px;height:15px;top:70%;left:10%;animation-delay:-3s}.element-3{width:25px;height:25px;top:40%;left:90%;animation-delay:-6s}@media(min-width:640px){.hero{--hero-wave-h: 140px}.hero-wave{height:140px}}@media(min-width:768px){.hero{--hero-wave-h: 170px}.hero-wave{height:170px}}.services{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.service-card{background:#667eea0f;padding:2rem 1.75rem;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(102,126,234,.1);text-align:center}.service-card:nth-child(2){background:#764ba20f;border-color:#764ba21a}.service-card:nth-child(3){background:#667eea17}.service-card:nth-child(4){background:#764ba217}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #667eea1f}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;display:flex;justify-content:center;align-items:center;margin:0 auto 1.25rem;box-shadow:0 6px 18px #667eea40}.service-icon i{font-size:1.5rem;color:#fff}.service-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.service-card p{color:#666;margin-bottom:0;line-height:1.55;font-size:.95rem;text-align:center}.templates{padding:6rem 0;background:linear-gradient(180deg,#f8f9ff,#fff);overflow:hidden}.templates .section-header{margin-bottom:2.5rem}.template-showcase{margin-top:0;outline:none;width:100%;display:flex;flex-direction:column;align-items:center}.template-showcase:focus-visible{outline:2px solid #667eea;outline-offset:4px;border-radius:12px}.template-nav{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;width:100%;max-width:100%;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.5rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.template-nav-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.65rem 1.25rem;border:none;border-radius:50px;background:#fff;color:#555;font-size:.95rem;font-weight:500;cursor:pointer;transition:color .25s ease,box-shadow .25s ease,background .25s ease;font-family:inherit;white-space:nowrap;box-shadow:inset 0 0 0 2px #e0e4f0;-webkit-font-smoothing:antialiased}.template-nav-pill:hover:not(.active){box-shadow:inset 0 0 0 2px #667eea;color:#667eea}.template-nav-pill.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea59}.template-nav-number{font-weight:700;opacity:.85}.browser-frame{width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001f;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.browser-chrome{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.85rem 1.25rem;min-height:52px;background:#f0f2f5;border-bottom:1px solid #dde1e8}.browser-dots{display:flex;gap:6px;flex-shrink:0}.browser-dots span{width:12px;height:12px;border-radius:50%;background:#ddd}.browser-dots span:nth-child(1){background:#ff5f57}.browser-dots span:nth-child(2){background:#febc2e}.browser-dots span:nth-child(3){background:#28c840}.browser-url{justify-self:stretch;background:#fff;border-radius:6px;padding:.5rem .85rem;font-size:.8rem;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.browser-open-link{justify-self:end;flex-shrink:0;font-size:.85rem;font-weight:600;color:#667eea;text-decoration:none;transition:color .2s ease;white-space:nowrap}.browser-open-link:hover{color:#764ba2}.template-viewport{position:relative;width:100%;overflow-x:hidden;overflow-y:auto;aspect-ratio:16 / 10;max-height:65vh;background:#fff;touch-action:pan-y;cursor:grab}.template-viewport:active{cursor:grabbing}.template-track{display:flex;width:100%;align-items:flex-start;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.template-track.dragging{transition:none}.template-slide{flex:0 0 100%;width:100%;min-width:0;position:relative;overflow:hidden}.template-iframe-wrap{width:100%;overflow:hidden}.template-iframe{border:none;display:block;background:transparent;pointer-events:none;transform-origin:top left}.template-viewport--external{overflow-y:hidden;cursor:default}.template-viewport--external:active{cursor:default}.template-iframe--external{pointer-events:auto}.template-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.95rem}.template-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem}.template-arrow{width:44px;height:44px;border-radius:50%;border:none;background:#fff;color:#667eea;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease,box-shadow .2s ease,background .2s ease;font-size:.9rem;box-shadow:inset 0 0 0 2px #e0e4f0}.template-arrow:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:none;color:#fff}.template-arrow:disabled{opacity:.35;cursor:not-allowed}.template-dots{display:flex;gap:.5rem}.template-dot{width:10px;height:10px;border-radius:50%;border:none;background:#d0d5e0;cursor:pointer;padding:0;transition:all .25s ease}.template-dot.active{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.25)}.template-description{text-align:center;color:#666;margin-top:1.25rem;max-width:600px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.projects{padding:6rem 0;background:#fff;overflow:visible}.bounce-cards-wrapper{display:flex;justify-content:center;margin-top:3rem;padding:0 2rem;width:100%;overflow:visible;-webkit-overflow-scrolling:touch;position:relative}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.project-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.project-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.project-placeholder i{font-size:4rem;color:#fff;opacity:.9;transition:transform .3s ease}.project-card:hover .project-placeholder i{transform:scale(1.1)}.project-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.project-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.project-content p{color:#666;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background:#f0f0f0;color:#667eea;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .3s ease}.project-link:hover{color:#764ba2;gap:.8rem}.project-link i{transition:transform .3s ease}.project-link:hover i{transform:translate(5px)}.about{padding:6rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-visual{position:relative;padding:1.25rem}.about-visual-accent{position:absolute;width:110px;height:110px;border-radius:18px;z-index:1}.about-visual-accent--1{top:0;left:0;background:linear-gradient(135deg,#667eea,#764ba2)}.about-visual-accent--2{bottom:0;right:0;background:linear-gradient(135deg,#764ba2,#667eea)}.about-visual-frame{position:relative;z-index:2;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #667eea2e;aspect-ratio:4 / 3}.about-visual-frame img{width:100%;height:100%;object-fit:cover;display:block}.about-text{text-align:left}.about-badge{display:inline-block;padding:.4rem .9rem;background:#667eea1a;color:#667eea;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:50px;margin-bottom:1.25rem}.about-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:1.25rem}.about-intro{color:#666;line-height:1.65;margin-bottom:2rem;font-size:1.05rem;text-align:left}.about-pillars{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.about-pillar{display:flex;align-items:flex-start;gap:1rem}.about-pillar-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px #667eea40}.about-pillar-icon i{font-size:1.1rem;color:#fff}.about-pillar h3{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.about-pillar p{color:#666;font-size:.92rem;line-height:1.5;margin:0;text-align:left}.about-cta{display:inline-flex;align-items:center;gap:.5rem}.about-cta i{font-size:.85rem;transition:transform .3s ease}.about-cta:hover i{transform:translate(4px)}@keyframes letsTalkFadeIn{0%{opacity:0}to{opacity:1}}@keyframes letsTalkSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lets-talk-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:letsTalkFadeIn .25s ease}.lets-talk-modal{position:relative;width:100%;max-width:480px;max-height:calc(100dvh - 3rem);overflow-y:auto;background:#fff;border-radius:16px;padding:2.25rem 2rem 2rem;box-shadow:0 25px 60px #0003;animation:letsTalkSlideUp .3s cubic-bezier(.22,1,.36,1)}.lets-talk-close{position:absolute;top:1.15rem;right:1.15rem;background:none;border:none;font-size:1.75rem;line-height:1;color:#9ca3af;cursor:pointer;padding:.15rem;transition:color .2s ease}.lets-talk-close:hover{color:#374151}.lets-talk-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:800;color:#111;margin:0 0 .5rem;padding-right:2rem;line-height:1.2}.lets-talk-subtitle{color:#6b7280;font-size:.95rem;margin:0 0 1.75rem;line-height:1.5}.lets-talk-field{margin-bottom:1.25rem}.lets-talk-label{display:block;font-size:.875rem;font-weight:600;color:#111;margin-bottom:.5rem}.lets-talk-required{color:#111}.lets-talk-input,.lets-talk-country{width:100%;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;color:#111;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.lets-talk-input::placeholder{color:#9ca3af}.lets-talk-input:focus,.lets-talk-country:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.lets-talk-phone{display:flex;gap:.5rem}.lets-talk-country{width:auto;flex-shrink:0;min-width:7.25rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.lets-talk-phone-input{flex:1;min-width:0}.lets-talk-submit{width:100%;margin-top:.25rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;border-radius:50px}.lets-talk-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:480px){.lets-talk-overlay{padding:1rem;align-items:flex-end}.lets-talk-modal{padding:2rem 1.5rem 1.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:92dvh}.lets-talk-title{font-size:1.75rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo h3{font-size:1.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem}.social-link{display:flex;width:40px;height:40px;background:#333;border-radius:10px;justify-content:center;align-items:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#ccc}.footer-bottom p{text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes heroGraphicPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes heroOrbit{0%{transform:rotate(0) translate(240px) rotate(0)}to{transform:rotate(360deg) translate(240px) rotate(-360deg)}}@keyframes heroOrbitMd{0%{transform:rotate(0) translate(140px) rotate(0)}to{transform:rotate(360deg) translate(140px) rotate(-360deg)}}@keyframes heroOrbitSm{0%{transform:rotate(0) translate(110px) rotate(0)}to{transform:rotate(360deg) translate(110px) rotate(-360deg)}}@keyframes orbit{0%{transform:rotate(0) translate(150px) rotate(0)}to{transform:rotate(360deg) translate(150px) rotate(-360deg)}}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@media(max-width:768px){.nav-right{gap:0}.nav-cta--desktop{display:none}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;align-items:center;background:#fff;width:100%;height:auto;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.nav-item,.nav-link{height:auto}.nav-item--cta-mobile{display:flex;justify-content:center;margin-top:.5rem}.nav-cta{padding:.85rem 2rem;font-size:1rem}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{padding-top:70px;padding-bottom:var(--hero-wave-h, 100px)}.hero-container{padding:0 1.5rem}.hero-block{transform:translateY(5.5rem)}.hero-title-area{padding:1.5rem 0}.hero-title{font-size:3.25rem;line-height:1.1}.hero-description{font-size:1.2rem;margin-bottom:0;padding:0}.hero-cta{padding:1rem 2.25rem;font-size:1.05rem}.btn{padding:.9rem 1.8rem;font-size:.95rem;min-width:140px}.services{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.service-card{padding:2rem 1.5rem}.templates{padding:4rem 0}.template-showcase{margin-top:0}.template-nav{justify-content:flex-start;flex-wrap:nowrap;padding-left:.25rem;padding-right:.25rem}.template-viewport{max-height:60vh;aspect-ratio:4 / 3}.browser-chrome{grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.5rem .75rem;padding:.65rem .85rem;min-height:auto}.browser-dots{grid-column:1;grid-row:1}.browser-open-link{grid-column:2;grid-row:1;justify-self:end;font-size:.75rem}.browser-url{grid-column:1 / -1;grid-row:2}.template-nav-pill{padding:.5rem 1rem;font-size:.85rem}.projects{padding:4rem 0}.bounce-cards-wrapper{margin-top:2.5rem;padding:0 .5rem}.projects-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.project-card{margin:0 auto;max-width:100%}.about{padding:4rem 0}.about-content{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.about-text{text-align:left}.about-title{font-size:2rem}.container{padding:0 1.5rem}.section-header{margin-bottom:3rem;padding:0 1rem}.section-header h2{font-size:2.2rem;margin-bottom:.75rem}.section-header p{font-size:1rem;padding:0 .5rem}.hero-backdrop .hero-graphic{width:320px;height:320px}.hero-backdrop .hero-graphic i{font-size:5.5rem}.hero-backdrop .element{animation-name:heroOrbitMd}.footer{padding:2.5rem 0 1rem}.footer-content{gap:2rem;padding:0 1rem}}@media(max-width:480px){.hero{padding-top:70px;padding-bottom:var(--hero-wave-h, 100px)}.hero-container{padding:0 1rem}.hero-block{gap:1rem;transform:translateY(3.5rem)}.hero-title-area{padding:1.25rem 0}.hero-title{font-size:clamp(1.65rem,6.5vw,2.35rem);line-height:1.1}.hero-description{font-size:1.05rem;margin-bottom:0;padding:0}.hero-cta{padding:1rem 2rem;font-size:1rem}.btn{padding:1rem 1.5rem;font-size:.9rem}.services{padding:3rem 0}.section-header{margin-bottom:2.5rem;padding:0}.section-header h2{font-size:1.75rem;margin-bottom:.5rem}.section-header p{font-size:.9rem}.service-card{padding:1.75rem 1.25rem}.service-icon{width:60px;height:60px;margin-bottom:1.25rem}.service-icon i{font-size:1.75rem}.service-card h3{font-size:1.3rem;margin-bottom:.75rem}.projects{padding:3rem 0}.bounce-cards-wrapper{margin-top:2rem;padding:0;overflow:visible}.project-card{padding:0}.project-image{height:180px}.project-content{padding:1.5rem}.project-content h3{font-size:1.3rem;margin-bottom:.75rem}.about{padding:3rem 0}.about-content{gap:2rem;padding:0}.about-title{font-size:1.75rem}.about-intro{font-size:1rem}.container{padding:0 1rem}.hero-backdrop .hero-graphic{width:260px;height:260px}.hero-backdrop .hero-graphic i{font-size:4.5rem}.hero-backdrop .element{animation-name:heroOrbitSm}.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:.75rem 1.25rem;background:#667eea;color:#fff;text-decoration:none;border-radius:0 0 8px 8px;font-weight:600}.skip-link:focus{top:0}.faq-modal-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:letsTalkFadeIn .25s ease}.faq-modal{position:relative;width:100%;max-width:640px;max-height:calc(100dvh - 3rem);overflow-y:auto;background:#fff;border-radius:16px;padding:2.25rem 2rem 2rem;box-shadow:0 25px 60px #0003;animation:letsTalkSlideUp .3s cubic-bezier(.22,1,.36,1)}.faq-modal-close{position:absolute;top:1.15rem;right:1.15rem;background:none;border:none;font-size:1.75rem;line-height:1;color:#9ca3af;cursor:pointer;padding:.15rem;transition:color .2s ease}.faq-modal-close:hover{color:#374151}.faq-modal-title{font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:800;color:#111;margin:0 0 .5rem;padding-right:2rem;line-height:1.2}.faq-modal-subtitle{color:#6b7280;font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.faq-list{max-width:100%}.faq-item{background:#f8f9fa;border-radius:12px;margin-bottom:.75rem;box-shadow:none;border:1px solid #eef0f4;overflow:hidden}.faq-item:last-child{margin-bottom:0}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;border:none;background:none;text-align:left;font-size:.98rem;font-weight:600;color:#333;cursor:pointer;font-family:inherit;line-height:1.4}.faq-trigger:hover{color:#667eea}.faq-icon{flex-shrink:0;font-size:1.25rem;color:#667eea;font-weight:400}.faq-question{margin:0}.faq-answer{padding:0 1.25rem 1.1rem}.faq-answer p{color:#666;margin:0;text-align:left;font-size:.95rem;line-height:1.6}@media(max-width:480px){.faq-modal-overlay{padding:1rem;align-items:flex-end}.faq-modal{padding:2rem 1.5rem 1.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:92dvh}.faq-modal-title{font-size:1.6rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reading-progress{position:fixed;top:70px;left:0;width:100%;height:3px;background:#667eea26;z-index:1001}.reading-progress__bar{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .1s linear}.resource-layout main{padding-top:70px}.resource-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0 3.5rem}.resource-hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:1rem 0 .75rem;line-height:1.15}.resource-hero__subtitle{font-size:1.125rem;opacity:.95;max-width:720px;line-height:1.6;text-align:left}.resource-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;list-style:none;font-size:.875rem}.resource-breadcrumbs a{color:#ffffffe6;text-decoration:none}.resource-breadcrumbs a:hover{color:#fff;text-decoration:underline}.resource-breadcrumbs span[aria-current=page]{color:#ffffffbf}.resource-breadcrumbs__sep{color:#ffffff80;margin:0 .15rem}.resource-article .resource-breadcrumbs a,.resource-article .resource-breadcrumbs span{color:#ffffffe6}.resource-index{padding:2.5rem 2rem 4rem}.resource-search{position:relative;margin-bottom:2rem}.resource-search__input-wrap{position:relative;display:flex;align-items:center}.resource-search__input-wrap i.fa-search{position:absolute;left:1rem;color:#888;pointer-events:none}.resource-search__input-wrap input{width:100%;padding:.9rem 2.75rem;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.resource-search__input-wrap input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.resource-search__clear{position:absolute;right:.75rem;background:none;border:none;color:#888;cursor:pointer;padding:.5rem}.resource-search__results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 40px #0000001f;z-index:50;max-height:360px;overflow-y:auto}.resource-search__results ul{list-style:none}.resource-search__result{display:block;padding:1rem 1.25rem;text-decoration:none;color:inherit;border-bottom:1px solid #f3f4f6;transition:background .15s}.resource-search__result:hover{background:#f9fafb}.resource-search__result-title{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.35rem}.resource-search__result-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.resource-search__empty{padding:1.25rem;color:#666}.resource-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.resource-filters button{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-family:inherit;font-size:.875rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s}.resource-filters button:hover,.resource-filters button.active{border-color:#667eea;color:#667eea;background:#667eea14}.resource-category-badge{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;text-decoration:none;background:#667eea1a;color:#667eea;transition:background .2s}.resource-category-badge:hover{background:#667eea2e;color:#764ba2}.resource-category-badge--small{font-size:.7rem;padding:.2rem .55rem}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.resource-grid--compact{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.resource-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s}.resource-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.resource-card .resource-category-badge{margin:1rem 1rem 0}.resource-card__link{display:block;text-decoration:none;color:inherit}.resource-card__image{aspect-ratio:16 / 9;overflow:hidden;background:#f5f7fa}.resource-card__image img{width:100%;height:100%;object-fit:cover}.resource-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea1f,#764ba21f);color:#667eea;font-size:2rem}.resource-card__body{padding:1.25rem}.resource-card__body h3{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:.65rem 0 .5rem;line-height:1.35}.resource-card__body p{font-size:.925rem;color:#666;line-height:1.55;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resource-card__meta{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:.8rem;color:#888}.resource-card--compact .resource-card__body{padding:1rem}.reading-time{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:#888}.resource-featured{margin-bottom:3rem}.resource-featured h2,.resource-section h2{font-family:Playfair Display,serif;font-size:1.75rem;margin-bottom:1.25rem;color:#1a1a1a}.resource-featured__card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#667eea0f,#764ba20f);border:1px solid rgba(102,126,234,.15)}.resource-featured__badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:999px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.resource-featured__content h3{font-size:1.5rem;margin-bottom:.75rem}.resource-featured__content h3 a{color:#1a1a1a;text-decoration:none}.resource-featured__content h3 a:hover{color:#667eea}.resource-featured__content p{color:#555;margin-bottom:1.25rem;text-align:left}.resource-featured__visual{border-radius:12px;overflow:hidden}.resource-featured__visual img{width:100%;height:auto;display:block}.resource-section{margin-bottom:3rem}.resource-empty{color:#666;padding:2rem 0}.resource-newsletter,.resource-cta-banner{padding:2.5rem;border-radius:20px;margin-bottom:2rem;text-align:center}.resource-newsletter{background:#f9fafb;border:1px solid #eee}.resource-newsletter h2,.resource-cta-banner h2{font-family:Playfair Display,serif;margin-bottom:.75rem}.resource-newsletter p,.resource-cta-banner p{color:#555;max-width:560px;margin:0 auto 1.5rem;text-align:center}.resource-newsletter__form{display:flex;gap:.75rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.resource-newsletter__form input{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit}.resource-cta-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.resource-cta-banner p{color:#ffffffeb}.resource-cta-banner .btn-primary{background:#fff;color:#667eea}.resource-article{padding-bottom:4rem}.resource-article__layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:3rem;padding:2.5rem 2rem 0;align-items:start}.resource-article__meta{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.resource-article__meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0}.resource-article__dates{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#666}.resource-article__featured-image{margin:0 0 2.5rem;border-radius:16px;overflow:hidden;background:#f5f7fa}.resource-article__featured-image img{width:100%;height:auto;display:block}.resource-article__image-placeholder{aspect-ratio:1200 / 630;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ccc}.resource-article__content.prose{max-width:68ch;font-size:1.0625rem;line-height:1.75;color:#333}.resource-article__content.prose h2{font-family:Playfair Display,serif;font-size:1.65rem;margin:2.5rem 0 1rem;color:#1a1a1a;scroll-margin-top:90px}.resource-article__content.prose h3{font-size:1.25rem;margin:2rem 0 .75rem;color:#222;scroll-margin-top:90px}.resource-article__content.prose p{margin-bottom:1.25rem;text-align:left}.resource-article__content.prose ul,.resource-article__content.prose ol{margin:0 0 1.25rem 1.25rem}.resource-article__content.prose li{margin-bottom:.5rem}.resource-article__content.prose a{color:#667eea;text-decoration:underline;text-underline-offset:2px}.resource-article__content.prose a:hover{color:#764ba2}.resource-article__content.prose code{font-size:.9em;background:#f3f4f6;padding:.15rem .4rem;border-radius:4px}.resource-article__content.prose pre{margin:1.5rem 0;border-radius:12px;overflow-x:auto;font-size:.875rem;line-height:1.6}.resource-article__content.prose pre code{background:none;padding:0}.resource-table-wrap{overflow-x:auto;margin:1.5rem 0}.resource-article__content.prose table{width:100%;border-collapse:collapse;font-size:.925rem}.resource-article__content.prose th,.resource-article__content.prose td{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.resource-article__content.prose th{background:#f9fafb;font-weight:600}.resource-callout{padding:1.25rem 1.5rem;border-radius:12px;margin:1.75rem 0;border-left:4px solid}.resource-callout--info{background:#667eea14;border-color:#667eea}.resource-callout--tip{background:#10b98114;border-color:#10b981}.resource-callout--warning{background:#f59e0b14;border-color:#f59e0b}.resource-callout__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600}.resource-callout__body p:last-child{margin-bottom:0}.resource-quote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid #667eea;background:#f9fafb;font-style:italic}.resource-quote p{margin-bottom:.75rem;font-size:1.125rem;color:#444}.resource-quote cite{font-style:normal;font-size:.875rem;color:#666}.resource-cta{margin:3rem 0;padding:2rem;border-radius:16px;background:linear-gradient(135deg,#667eea1a,#764ba21a);text-align:center}.resource-cta h3{font-family:Playfair Display,serif;margin-bottom:.75rem}.resource-cta p{color:#555;margin-bottom:1.25rem;text-align:center}.resource-faq{margin:3rem 0;max-width:68ch}.resource-faq h2{font-family:Playfair Display,serif;font-size:1.65rem;margin-bottom:1.25rem}.resource-faq__item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:.75rem;overflow:hidden}.resource-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:none;font-family:inherit;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;color:#1a1a1a}.resource-faq__question:hover{background:#f9fafb}.resource-faq__answer{padding:0 1.25rem 1rem}.resource-faq__answer p{color:#555;text-align:left}.resource-sidebar__sticky{position:sticky;top:90px}.resource-toc{margin-bottom:2rem;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #eee}.resource-toc__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.resource-toc ul{list-style:none}.resource-toc__item a{display:block;font-size:.875rem;color:#555;text-decoration:none;border-left:2px solid transparent;padding:.35rem 0 .35rem .75rem;transition:color .15s,border-color .15s}.resource-toc__item--h3 a{padding-left:1.25rem;font-size:.8125rem}.resource-toc__item--active a,.resource-toc__item a:hover{color:#667eea;border-left-color:#667eea}.resource-sidebar__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.resource-sidebar__section{margin-bottom:1.75rem}.resource-sidebar__services{list-style:none}.resource-sidebar__services a{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#555;text-decoration:none}.resource-sidebar__services a:hover{color:#667eea}.author-card{display:flex;align-items:center;gap:.75rem}.author-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-card__name{font-weight:600;font-size:.925rem;color:#1a1a1a}.author-card__role{font-size:.8rem;color:#888}.share-buttons{display:flex;align-items:center;gap:.75rem}.share-buttons__label{font-size:.875rem;font-weight:600;color:#666}.share-buttons__list{display:flex;gap:.5rem}.share-buttons__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#555;text-decoration:none;transition:background .2s,color .2s}.share-buttons__btn:hover{background:#667eea;color:#fff}.resource-article__nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:3rem 0;padding-top:2rem;border-top:1px solid #eee}.resource-article__nav-link{display:block;padding:1.25rem;border:1px solid #eee;border-radius:12px;text-decoration:none;transition:border-color .2s,box-shadow .2s}.resource-article__nav-link:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea1a}.resource-article__nav-link span{display:block;font-size:.8rem;color:#888;margin-bottom:.35rem}.resource-article__nav-link strong{color:#1a1a1a;font-size:.95rem;line-height:1.4}.resource-article__nav-link--next{text-align:right}.related-articles{margin-top:2rem}.related-articles h2{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1.25rem}.related-articles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.service-card__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-size:.875rem;font-weight:600;color:#667eea;text-decoration:none}.service-card__link:hover{color:#764ba2}.service-card__link i{font-size:.75rem;transition:transform .2s}.service-card__link:hover i{transform:translate(3px)}@media(max-width:992px){.resource-article__layout{grid-template-columns:1fr}.resource-sidebar{order:-1}.resource-sidebar__sticky{position:static}.resource-toc{display:none}.resource-featured__card{grid-template-columns:1fr}}@media(max-width:768px){.resource-index,.resource-article__layout{padding-left:1.25rem;padding-right:1.25rem}.resource-article__nav{grid-template-columns:1fr}.resource-article__nav-link--next{text-align:left}.resource-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}}@media(prefers-reduced-motion:reduce){.resource-card,.resource-card:hover{transform:none;transition:none}.reading-progress__bar{transition:none}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
