.DesignHero-module__CSgiWq__hero{width:100%;min-height:100vh;font-family:var(--font-body);background:#efefef;justify-content:center;align-items:center;padding:100px 0 60px;display:flex;position:relative;overflow:hidden}.DesignHero-module__CSgiWq__bgVignette{pointer-events:none;z-index:0;background:radial-gradient(80% 70% at 50% 55%,#f5f5f5 0%,#e8e8e8 55%,#d8d8d8 100%);position:absolute;inset:0}.DesignHero-module__CSgiWq__bgGlow{pointer-events:none;z-index:0;filter:blur(60px);background:radial-gradient(#7850ff0f 0%,#0000 70%);width:70vw;height:50vh;position:absolute;bottom:-10%;left:50%;transform:translate(-50%)}.DesignHero-module__CSgiWq__wrapper{z-index:1;flex-direction:column;align-items:center;gap:0;width:100%;margin-top:5rem;display:flex;position:relative}.DesignHero-module__CSgiWq__heading{font-family:var(--font-heading);letter-spacing:-.035em;color:#111;text-align:center;text-transform:none;max-width:900px;margin:0 0 32px;padding:0 24px;font-size:clamp(2.2rem,6.2vw,4.2rem);font-weight:600;line-height:1.08}.DesignHero-module__CSgiWq__marqueeWrapper{--marquee-card-radius:0px;width:100%;max-width:100%;margin:4rem 0}.DesignHero-module__CSgiWq__footer{text-align:center;flex-direction:column;align-items:center;padding:0 24px;display:flex}.DesignHero-module__CSgiWq__description{font-family:var(--font-body);color:#666;max-width:500px;margin:0;font-size:clamp(.88rem,1vw,1rem);line-height:1.65}.DesignHero-module__CSgiWq__ctas{align-items:center;gap:14px;margin-top:32px;display:flex}.DesignHero-module__CSgiWq__btnDark{color:#fff;letter-spacing:-.01em;white-space:nowrap;background-color:#111;border:1.5px solid #111;border-radius:9999px;align-items:center;padding:13px 28px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.DesignHero-module__CSgiWq__btnDark:hover{background-color:#2a2a2a;border-color:#2a2a2a;transform:translateY(-2px);box-shadow:0 10px 28px #0000002e}.DesignHero-module__CSgiWq__btnGhost{color:#444;letter-spacing:-.01em;align-items:center;padding:13px 4px;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.DesignHero-module__CSgiWq__btnGhost:hover{color:#111}@media (max-width:700px){.DesignHero-module__CSgiWq__hero{padding:80px 0 50px}.DesignHero-module__CSgiWq__ctas{flex-direction:column;gap:12px;width:100%;padding:0 24px}.DesignHero-module__CSgiWq__btnDark{justify-content:center;width:100%}}
.ProjectMarquee-module__C0WY0W__marqueeOuter{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;overflow:hidden}.ProjectMarquee-module__C0WY0W__marqueeOuter:active{cursor:grabbing}.ProjectMarquee-module__C0WY0W__marqueeTrack{width:max-content;animation:ProjectMarquee-module__C0WY0W__marqueeScroll var(--marquee-duration,40s) linear infinite;gap:16px;display:flex}.ProjectMarquee-module__C0WY0W__marqueeOuter:hover .ProjectMarquee-module__C0WY0W__marqueeTrack{animation-play-state:paused}.ProjectMarquee-module__C0WY0W__marqueeTrack.ProjectMarquee-module__C0WY0W__reverse{animation-direction:reverse}@keyframes ProjectMarquee-module__C0WY0W__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ProjectMarquee-module__C0WY0W__card{width:var(--marquee-card-width,340px);height:var(--marquee-card-height,480px);border-radius:var(--marquee-card-radius,10px);background:#f0f0f0;flex-shrink:0;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ProjectMarquee-module__C0WY0W__card.ProjectMarquee-module__C0WY0W__wide{width:420px}.ProjectMarquee-module__C0WY0W__card:hover{transform:scale(1.01);box-shadow:0 24px 60px #0000001f}.ProjectMarquee-module__C0WY0W__cardImage{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.ProjectMarquee-module__C0WY0W__card:hover .ProjectMarquee-module__C0WY0W__cardImage{transform:scale(1.05)}.ProjectMarquee-module__C0WY0W__cardOverlay{z-index:1;background:linear-gradient(#0000 35%,#0000008c 100%);position:absolute;inset:0}.ProjectMarquee-module__C0WY0W__cardBody{z-index:2;flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:absolute;inset:0}.ProjectMarquee-module__C0WY0W__cardName{font-family:var(--font-heading);color:#fff;text-shadow:0 1px 8px #00000073;letter-spacing:-.01em;font-size:18px;font-weight:500}.ProjectMarquee-module__C0WY0W__cardTagline{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #0003;max-width:85%;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:800;line-height:1.15}.ProjectMarquee-module__C0WY0W__cardTags{flex-wrap:wrap;gap:6px;display:flex}.ProjectMarquee-module__C0WY0W__tag{font-family:var(--font-body);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:500}@media (max-width:768px){.ProjectMarquee-module__C0WY0W__card{width:var(--marquee-card-mobile-width,240px);height:var(--marquee-card-mobile-height,300px)}.ProjectMarquee-module__C0WY0W__card.ProjectMarquee-module__C0WY0W__wide{width:300px}.ProjectMarquee-module__C0WY0W__marqueeTrack{gap:12px}}
.BrandingProjects-module__8QpPsW__section{background:#fff;border-top:1px solid #0000000d;width:100%;padding:100px 0;position:relative;overflow:hidden}.BrandingProjects-module__8QpPsW__header{max-width:var(--container-max-width);justify-content:space-between;align-items:flex-end;gap:24px;margin:3rem auto;padding:0 48px;display:flex}.BrandingProjects-module__8QpPsW__headerLeft{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.BrandingProjects-module__8QpPsW__sectionTitle{font-family:var(--font-heading);color:#000;letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.1}.BrandingProjects-module__8QpPsW__sectionSubtitle{font-family:var(--font-body);color:#00000073;font-size:14px;font-weight:400}.BrandingProjects-module__8QpPsW__portfolioLink{font-family:var(--font-body);color:#000;white-space:nowrap;border-bottom:1px solid #00000040;flex-shrink:0;align-self:flex-end;align-items:center;gap:6px;padding-bottom:1px;font-size:14px;font-weight:500;transition:color .25s,border-color .25s;display:inline-flex}.BrandingProjects-module__8QpPsW__portfolioLink:hover{color:var(--brand);border-color:var(--brand)}@media (max-width:768px){.BrandingProjects-module__8QpPsW__section{padding:72px 0}.BrandingProjects-module__8QpPsW__header{flex-direction:column;align-items:flex-start;gap:16px;margin:1rem 0;padding:0 5% 36px}}
.BrandingBento-module__MaiAcG__section{background:#fff;width:100%;padding:100px 0;position:relative;overflow:hidden}.BrandingBento-module__MaiAcG__container{width:100%;max-width:var(--container-max-width,1400px);margin:0 auto;padding:0 5%}.BrandingBento-module__MaiAcG__header{text-align:center;margin-bottom:80px}.BrandingBento-module__MaiAcG__label{font-family:var(--font-mono,monospace);color:var(--brand,#309);letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:500;display:block}.BrandingBento-module__MaiAcG__heading{letter-spacing:-.03em;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.1}.BrandingBento-module__MaiAcG__headingTop,.BrandingBento-module__MaiAcG__headingBottom{font-family:var(--font-heading);color:#0c081e;font-weight:600;display:block}.BrandingBento-module__MaiAcG__grid{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}.BrandingBento-module__MaiAcG__card{border-radius:6px;flex-direction:column;justify-content:space-between;min-height:540px;padding:48px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.BrandingBento-module__MaiAcG__cardWhite{background:#fff;border:1px solid #0c081e14;box-shadow:0 10px 30px #00000005}.BrandingBento-module__MaiAcG__cardWhite:hover{border-color:#0c081e1f;transform:translateY(-4px);box-shadow:0 20px 50px #0c081e14}.BrandingBento-module__MaiAcG__cardBlue{color:#fff;background:#2563eb;border:1px solid #0000}.BrandingBento-module__MaiAcG__cardBlue:hover{transform:translateY(-4px);box-shadow:0 20px 50px #2563eb4d}.BrandingBento-module__MaiAcG__cardGold{color:#0c081e;background:#f59e0b;border:1px solid #0000}.BrandingBento-module__MaiAcG__cardGold:hover{transform:translateY(-4px);box-shadow:0 20px 50px #f59e0b59}.BrandingBento-module__MaiAcG__cardGrey{background:#f4f4f6;border:1px solid #0000}.BrandingBento-module__MaiAcG__cardNavy{background-color:#0029ff30}.BrandingBento-module__MaiAcG__cardNavy:hover{box-shadow:0 20px 50px #431eea17}.BrandingBento-module__MaiAcG__cardGrey:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0c081e0f}.BrandingBento-module__MaiAcG__colSpan2{grid-column:span 2}.BrandingBento-module__MaiAcG__colSpan3{grid-column:span 3}.BrandingBento-module__MaiAcG__cardInfo{z-index:10;max-width:100%;position:relative}.BrandingBento-module__MaiAcG__badge{font-family:var(--font-sans);letter-spacing:.02em;border-radius:12px;margin-bottom:20px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.BrandingBento-module__MaiAcG__badgeBlue{color:#2563eb;background:#2563eb1a}.BrandingBento-module__MaiAcG__badgeRed{color:#ef4444;background:#ef44441a}.BrandingBento-module__MaiAcG__cardTitle{font-family:var(--font-heading);color:#0c081e;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(20px,2.2vw,26px);font-weight:700}.BrandingBento-module__MaiAcG__cardTitleLight{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(20px,2.2vw,26px);font-weight:600}.BrandingBento-module__MaiAcG__cardDesc{color:#0c081e99;font-size:14px;line-height:1.6}.BrandingBento-module__MaiAcG__cardDescLight{color:#ffffffd9;font-size:14px;line-height:1.6}.BrandingBento-module__MaiAcG__illustrationWidget{width:100%;height:200px;margin-top:24px;position:relative}.BrandingBento-module__MaiAcG__mockChat{z-index:5;background:#fff;border:1px solid #0c081e0f;border-radius:18px;align-items:center;gap:12px;padding:12px 18px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 10px 25px #00000008}.BrandingBento-module__MaiAcG__chatAvatar{border-radius:50%;width:32px;height:32px;overflow:hidden}.BrandingBento-module__MaiAcG__chatAvatar img{object-fit:cover;width:100%;height:100%}.BrandingBento-module__MaiAcG__chatBubble{align-items:center;gap:10px;display:flex}.BrandingBento-module__MaiAcG__chatIcon{color:#2563eb}.BrandingBento-module__MaiAcG__chatLines{flex-direction:column;gap:4px;display:flex}.BrandingBento-module__MaiAcG__chatLineShort{background:#e4e4e7;border-radius:3px;width:40px;height:6px}.BrandingBento-module__MaiAcG__chatLineLong{background:#f4f4f5;border-radius:3px;width:75px;height:6px}.BrandingBento-module__MaiAcG__mockWindow{z-index:2;background:#fafafb;border:1px solid #0c081e0f;border-radius:20px;width:160px;height:160px;position:absolute;top:10px;right:10%;overflow:hidden;transform:rotate(4deg);box-shadow:0 15px 35px #0000000a}.BrandingBento-module__MaiAcG__windowHeader{background:#f1f1f4;border-bottom:1px solid #0c081e0a;align-items:center;gap:6px;height:24px;padding-left:12px;display:flex}.BrandingBento-module__MaiAcG__windowDot{background:#d4d4d8;border-radius:50%;width:6px;height:6px}.BrandingBento-module__MaiAcG__windowBody{justify-content:center;align-items:center;height:calc(100% - 24px);display:flex}.BrandingBento-module__MaiAcG__brandMark{font-family:var(--font-heading);color:#f97316;font-size:64px;font-weight:800}.BrandingBento-module__MaiAcG__jellyfishWidget{justify-content:center;align-items:flex-end;height:52%;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.BrandingBento-module__MaiAcG__jellyfishImg{object-fit:cover;mix-blend-mode:luminosity;opacity:.35;width:100%;height:100%;transition:transform .8s;position:absolute;inset:0}.BrandingBento-module__MaiAcG__cardBlue:hover .BrandingBento-module__MaiAcG__jellyfishImg{transform:scale(1.08)}.BrandingBento-module__MaiAcG__glassMenu{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:20px;width:78%;margin-bottom:24px;padding:16px;position:relative;box-shadow:0 15px 35px #00000026}.BrandingBento-module__MaiAcG__glassHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;display:flex}.BrandingBento-module__MaiAcG__glassIconContainer{background:#ffffff26;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.BrandingBento-module__MaiAcG__glassIcon{color:#fff}.BrandingBento-module__MaiAcG__glassTitle{flex-direction:column;display:flex}.BrandingBento-module__MaiAcG__glassTitleText{color:#fff;font-size:11px;font-weight:600}.BrandingBento-module__MaiAcG__glassSubtitleText{color:#fff9;font-size:9px}.BrandingBento-module__MaiAcG__glassSwitches{flex-direction:column;gap:8px;display:flex}.BrandingBento-module__MaiAcG__glassSwitchRow{color:#ffffffd9;justify-content:space-between;align-items:center;font-size:10px;font-weight:500;display:flex}.BrandingBento-module__MaiAcG__glassToggleActive{background:#ffffff4d;border-radius:6px;width:22px;height:12px;position:relative}.BrandingBento-module__MaiAcG__glassToggleActive:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.BrandingBento-module__MaiAcG__glassToggleActiveBlue{background:#fff;border-radius:6px;width:22px;height:12px;position:relative}.BrandingBento-module__MaiAcG__glassToggleActiveBlue:after{content:"";background:#2563eb;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.BrandingBento-module__MaiAcG__skincareWidget{justify-content:center;height:52%;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.BrandingBento-module__MaiAcG__webFrame{background:#fff;border:1px solid #0000000a;border-radius:12px 12px 0 0;flex-direction:column;width:84%;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.BrandingBento-module__MaiAcG__webHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;height:32px;padding:0 14px;display:flex}.BrandingBento-module__MaiAcG__webNav{color:#9ca3af;gap:8px;font-size:8px;font-weight:500;display:flex}.BrandingBento-module__MaiAcG__webLogo{color:#111827;letter-spacing:.1em;font-size:8px;font-weight:700}.BrandingBento-module__MaiAcG__webBody{background:#fafafb;flex-grow:1;justify-content:center;align-items:center;padding:12px;display:flex;position:relative}.BrandingBento-module__MaiAcG__bottleContainer{justify-content:center;align-items:center;width:70%;height:100%;display:flex;position:relative}.BrandingBento-module__MaiAcG__bottleBackgroundBlock{z-index:1;background:#f97316;border-radius:8px;width:85%;height:60%;position:absolute}.BrandingBento-module__MaiAcG__bottleImg{object-fit:contain;z-index:2;width:auto;height:95%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.BrandingBento-module__MaiAcG__cardGold:hover .BrandingBento-module__MaiAcG__bottleImg{transform:translateY(-6px)scale(1.04)}.BrandingBento-module__MaiAcG__tabletWidget{width:100%;height:240px;margin-top:24px;position:relative}.BrandingBento-module__MaiAcG__tabletMock{z-index:2;background:#18181b;border-radius:20px;width:320px;height:240px;padding:10px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-40px;left:20%;transform:rotate(-2deg);box-shadow:0 25px 50px #0000001a}.BrandingBento-module__MaiAcG__cardGrey:hover .BrandingBento-module__MaiAcG__tabletMock{transform:rotate(0)translateY(-8px)}.BrandingBento-module__MaiAcG__tabletScreen{background:#fff;border:1px solid #0000000d;border-radius:12px;width:100%;height:100%;overflow:hidden}.BrandingBento-module__MaiAcG__tabletWebContent{flex-direction:column;justify-content:space-between;height:100%;padding:16px;display:flex}.BrandingBento-module__MaiAcG__tabletTextGroup h4{font-family:var(--font-heading);color:#f59e0b;margin-bottom:2px;font-size:10px}.BrandingBento-module__MaiAcG__tabletTextGroup h3{font-family:var(--font-heading);color:#111827;letter-spacing:-.02em;margin-bottom:4px;font-size:16px;font-weight:700}.BrandingBento-module__MaiAcG__tabletTextGroup p{color:#6b7280;max-width:75%;font-size:8px;line-height:1.4}.BrandingBento-module__MaiAcG__tabletImageContainer{border-radius:8px;height:100px;overflow:hidden}.BrandingBento-module__MaiAcG__tabletFoliage{object-fit:cover;width:100%;height:100%}.BrandingBento-module__MaiAcG__dimensionControls{z-index:5;background:#fff;border:1px solid #0c081e0f;border-radius:16px;width:170px;padding:14px;position:absolute;top:10px;left:0;box-shadow:0 15px 35px #0000000a}.BrandingBento-module__MaiAcG__controlRow{border-bottom:1px solid #f3f4f6;gap:8px;margin-bottom:12px;padding-bottom:8px;display:flex}.BrandingBento-module__MaiAcG__deviceIndicator{cursor:pointer;opacity:.6;font-size:11px}.BrandingBento-module__MaiAcG__deviceIndicator:hover{opacity:1}.BrandingBento-module__MaiAcG__inputGrid{align-items:center;gap:4px;margin-bottom:6px;display:flex}.BrandingBento-module__MaiAcG__inputGrid:last-child{margin-bottom:0}.BrandingBento-module__MaiAcG__inputCell{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-grow:1;justify-content:space-between;align-items:center;padding:4px 8px;display:flex}.BrandingBento-module__MaiAcG__inputLabel{color:#9ca3af;font-size:8px}.BrandingBento-module__MaiAcG__inputValue{color:#374151;font-size:9px;font-weight:600}.BrandingBento-module__MaiAcG__inputConnector{color:#9ca3af;justify-content:center;align-items:center;width:18px;display:flex}.BrandingBento-module__MaiAcG__inputConnectorEmpty{width:18px}.BrandingBento-module__MaiAcG__lockIcon{color:#9ca3af}.BrandingBento-module__MaiAcG__expertWidget{width:100%;height:250px;margin-top:24px;position:relative}.BrandingBento-module__MaiAcG__avatarCard{z-index:5;background:#fff;border:1px solid #0c081e14;border-radius:16px;flex-direction:column;align-items:center;width:220px;padding:14px;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 15px 35px #0000000a}.BrandingBento-module__MaiAcG__cardWhite:hover .BrandingBento-module__MaiAcG__avatarCard{transform:translate(-50%)translateY(-6px)}.BrandingBento-module__MaiAcG__avatarImg{object-fit:cover;border-radius:12px;width:80px;height:80px;margin-bottom:8px}.BrandingBento-module__MaiAcG__avatarLines{border-top:1px solid #f3f4f6;flex-direction:column;align-items:center;width:100%;padding-top:8px;display:flex}.BrandingBento-module__MaiAcG__avatarDotRow{gap:4px;display:flex}.BrandingBento-module__MaiAcG__avatarDotBlue,.BrandingBento-module__MaiAcG__avatarDotOrange,.BrandingBento-module__MaiAcG__avatarDotRed{border-radius:50%;width:8px;height:8px}.BrandingBento-module__MaiAcG__avatarDotBlue{background:#3b82f6}.BrandingBento-module__MaiAcG__avatarDotOrange{background:#f59e0b}.BrandingBento-module__MaiAcG__avatarDotRed{background:#ef4444}.BrandingBento-module__MaiAcG__avatarSettingsButton{background:#18181b;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:-10px;right:-10px;box-shadow:0 4px 10px #00000026}.BrandingBento-module__MaiAcG__avatarSettingsIcon{color:#fff}.BrandingBento-module__MaiAcG__nodeDiagram{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.BrandingBento-module__MaiAcG__diagramSvg{width:70%;height:50px;margin-bottom:8px}.BrandingBento-module__MaiAcG__nodeRow{justify-content:space-around;width:90%;display:flex}.BrandingBento-module__MaiAcG__nodeBox{color:#0c081e59;background:#fff;border:1px solid #0c081e14;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .5s;display:flex;box-shadow:0 4px 12px #00000005}.BrandingBento-module__MaiAcG__cardWhite:hover .BrandingBento-module__MaiAcG__nodeBox{color:var(--brand,#309);border-color:#3300991a;box-shadow:0 8px 18px #3300990d}.BrandingBento-module__MaiAcG__positioningMatrix{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:relative}.BrandingBento-module__MaiAcG__matrixAxisY{color:#0c081e66;writing-mode:vertical-rl;font-size:10px;font-weight:500;position:absolute;top:10px;left:0;transform:rotate(180deg)}.BrandingBento-module__MaiAcG__matrixAxisX{color:#0c081e66;font-size:10px;font-weight:500;position:absolute;bottom:0;right:10px}.BrandingBento-module__MaiAcG__matrixGrid{background:#0c081e03;border:1px dashed #0c081e1a;border-radius:8px;width:180px;height:140px;position:relative}.BrandingBento-module__MaiAcG__matrixGridLineX{border-top:1px dashed #0c081e14;position:absolute;top:50%;left:0;right:0}.BrandingBento-module__MaiAcG__matrixGridLineY{border-left:1px dashed #0c081e14;position:absolute;top:0;bottom:0;left:50%}.BrandingBento-module__MaiAcG__matrixDot{border-radius:50%;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%)}.BrandingBento-module__MaiAcG__competitorDot{background:#0c081e33}.BrandingBento-module__MaiAcG__targetDot{background:var(--brand,#309);z-index:5;width:12px;height:12px}.BrandingBento-module__MaiAcG__targetDot span{white-space:nowrap;color:var(--brand,#309);background:#fff;border:1px solid #3300991a;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;top:-4px;left:16px;box-shadow:0 4px 8px #3300990f}.BrandingBento-module__MaiAcG__dotPulse{border:2px solid #4a00cc66;border-radius:50%;animation:2s infinite BrandingBento-module__MaiAcG__pulse;position:absolute;inset:-4px}@keyframes BrandingBento-module__MaiAcG__pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.BrandingBento-module__MaiAcG__logoResponsiveList{flex-direction:column;gap:10px;width:100%;margin-top:8px;display:flex}.BrandingBento-module__MaiAcG__logoScaleRow{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.BrandingBento-module__MaiAcG__logoScaleRow:last-child{border-bottom:none;padding-bottom:0}.BrandingBento-module__MaiAcG__scaleDimension{color:#fff9;font-size:9px}.BrandingBento-module__MaiAcG__scalePreviewText{font-family:var(--font-heading);letter-spacing:.05em;color:#fff;font-size:14px;font-weight:800}.BrandingBento-module__MaiAcG__scalePreviewIcon{color:#2563eb;width:22px;height:22px;font-family:var(--font-heading);background:#fff;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.BrandingBento-module__MaiAcG__typographyMatrix{flex-direction:column;gap:16px;width:100%;display:flex}.BrandingBento-module__MaiAcG__typeMatrixRow{border-bottom:1px solid #f3f4f6;align-items:center;gap:14px;padding-bottom:12px;display:flex}.BrandingBento-module__MaiAcG__typeMatrixRow:last-child{border-bottom:none;padding-bottom:0}.BrandingBento-module__MaiAcG__typeTag{color:#9ca3af;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.BrandingBento-module__MaiAcG__typePreviewBold{font-family:var(--font-heading);color:#111827;font-size:24px;font-weight:700}.BrandingBento-module__MaiAcG__typePreviewLight{font-family:var(--font-sans);color:#374151;font-size:22px;font-weight:400}.BrandingBento-module__MaiAcG__typeDetails{color:#6b7280;margin-left:auto;font-size:10px}.BrandingBento-module__MaiAcG__accessibilityRating{color:#059669;background:#ecfdf5;border-radius:8px;align-items:center;gap:6px;margin-top:14px;padding:8px 12px;font-size:10px;font-weight:600;display:flex}.BrandingBento-module__MaiAcG__accessibilityPassIcon{color:#059669}.BrandingBento-module__MaiAcG__colorSwatchTitle{color:#374151;font-size:10px;font-weight:700}.BrandingBento-module__MaiAcG__colorRowList{flex-direction:column;gap:8px;margin-top:8px;display:flex}.BrandingBento-module__MaiAcG__colorSwatchRow{justify-content:space-between;align-items:center;font-size:9px;display:flex}.BrandingBento-module__MaiAcG__colorDot{border:1px solid #0000000d;border-radius:3px;width:12px;height:12px}.BrandingBento-module__MaiAcG__colorHex{font-family:var(--font-mono);color:#4b5563;font-weight:500}.BrandingBento-module__MaiAcG__colorPassBadge{color:#059669;font-weight:700}.BrandingBento-module__MaiAcG__codeSnippetHeader{color:#9ca3af;text-align:left;border-bottom:1px solid #f3f4f6;width:100%;margin-bottom:8px;padding-bottom:8px;font-size:10px;font-weight:700}.BrandingBento-module__MaiAcG__tokenLineList{flex-direction:column;gap:6px;width:100%;display:flex}.BrandingBento-module__MaiAcG__tokenLine{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:6px 10px;font-size:9px;transition:background .2s;display:flex}.BrandingBento-module__MaiAcG__tokenLine:hover{background:#f3f4f6}.BrandingBento-module__MaiAcG__tokenKey{font-family:var(--font-mono);color:#2563eb;font-weight:600}.BrandingBento-module__MaiAcG__tokenValue{font-family:var(--font-mono);color:#4b5563}.BrandingBento-module__MaiAcG__tokenCopyIcon{color:#9ca3af}.BrandingBento-module__MaiAcG__nodeFormatText{color:#9ca3af;font-size:9px;font-weight:700}.BrandingBento-module__MaiAcG__cardWhite:hover .BrandingBento-module__MaiAcG__nodeFormatText{color:var(--brand,#309)}@media (max-width:1024px){.BrandingBento-module__MaiAcG__grid{grid-template-columns:repeat(2,1fr)}.BrandingBento-module__MaiAcG__colSpan2,.BrandingBento-module__MaiAcG__colSpan3{grid-column:span 1}.BrandingBento-module__MaiAcG__card{min-height:480px;padding:36px}.BrandingBento-module__MaiAcG__tabletMock{left:10%}}@media (max-width:768px){.BrandingBento-module__MaiAcG__section{padding:100px 0}.BrandingBento-module__MaiAcG__grid{grid-template-columns:1fr;gap:16px}.BrandingBento-module__MaiAcG__colSpan2,.BrandingBento-module__MaiAcG__colSpan3{grid-column:span 1}.BrandingBento-module__MaiAcG__card{min-height:auto;padding:30px}.BrandingBento-module__MaiAcG__illustrationWidget,.BrandingBento-module__MaiAcG__jellyfishWidget,.BrandingBento-module__MaiAcG__skincareWidget,.BrandingBento-module__MaiAcG__tabletWidget,.BrandingBento-module__MaiAcG__expertWidget{width:100%;height:180px;margin-top:32px;position:relative;inset:auto}.BrandingBento-module__MaiAcG__jellyfishImg{border-radius:12px;height:100%;position:relative}.BrandingBento-module__MaiAcG__glassMenu{width:90%;margin-bottom:0;position:absolute;bottom:10px;left:5%}.BrandingBento-module__MaiAcG__skincareWidget{height:200px}.BrandingBento-module__MaiAcG__webFrame{width:100%}.BrandingBento-module__MaiAcG__tabletMock{width:240px;height:170px;bottom:-20px;left:50%;transform:translate(-50%)rotate(0)}.BrandingBento-module__MaiAcG__cardGrey:hover .BrandingBento-module__MaiAcG__tabletMock{transform:translate(-50%)translateY(-4px)rotate(0)}.BrandingBento-module__MaiAcG__dimensionControls{display:none}.BrandingBento-module__MaiAcG__tabletWidget{height:200px}.BrandingBento-module__MaiAcG__expertWidget{height:220px}.BrandingBento-module__MaiAcG__diagramSvg{display:none}.BrandingBento-module__MaiAcG__nodeRow{margin-top:10px}}
﻿.BrandingTestimonials-module__A5o4JG__container{width:100%;max-width:1500px;margin:0 auto;padding:0 80px}.BrandingTestimonials-module__A5o4JG__section{width:100%;padding-bottom:80px}.BrandingTestimonials-module__A5o4JG__header{text-align:center;margin-bottom:70px}.BrandingTestimonials-module__A5o4JG__label{font-family:var(--font-mono);color:var(--brand,#309);letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:500;display:block}.BrandingTestimonials-module__A5o4JG__heading{letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.15}.BrandingTestimonials-module__A5o4JG__headingMain{font-family:var(--font-heading);color:#0c081e;font-weight:700}.BrandingTestimonials-module__A5o4JG__headingItalic{font-family:var(--font-heading);color:var(--brand,#309);font-weight:600}.BrandingTestimonials-module__A5o4JG__marqueeContainer{flex-direction:column;gap:28px;width:99vw;margin-left:-50vw;margin-right:-50vw;padding:10px 0;display:flex;position:relative;left:50%;right:50%;overflow:hidden}.BrandingTestimonials-module__A5o4JG__marqueeRow{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.BrandingTestimonials-module__A5o4JG__marqueeTrack{gap:28px;width:max-content;animation:38s linear infinite BrandingTestimonials-module__A5o4JG__scrollLeft;display:flex}.BrandingTestimonials-module__A5o4JG__marqueeTrackRight{gap:28px;width:max-content;animation:38s linear infinite BrandingTestimonials-module__A5o4JG__scrollRight;display:flex}.BrandingTestimonials-module__A5o4JG__marqueeRow:hover .BrandingTestimonials-module__A5o4JG__marqueeTrack,.BrandingTestimonials-module__A5o4JG__marqueeRow:hover .BrandingTestimonials-module__A5o4JG__marqueeTrackRight{animation-play-state:paused}.BrandingTestimonials-module__A5o4JG__card{cursor:pointer;background:#fff;border:1px solid #3300990f;border-radius:14px;flex:0 0 460px;padding:36px;transition:border-color .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;overflow:hidden;box-shadow:0 10px 30px #0c081e05}.BrandingTestimonials-module__A5o4JG__card:hover{border-color:#33009926;transform:translateY(-4px);box-shadow:0 20px 45px #3300990f}.BrandingTestimonials-module__A5o4JG__cardContent{flex-direction:column;height:100%;display:flex;position:relative}.BrandingTestimonials-module__A5o4JG__quoteDecor{font-family:var(--font-heading);color:#33009914;-webkit-user-select:none;user-select:none;margin-bottom:12px;font-size:80px;line-height:.1;display:block}.BrandingTestimonials-module__A5o4JG__quoteText{font-family:var(--font-heading);color:#0c081e;letter-spacing:-.01em;margin:0 0 28px;font-size:15px;font-weight:500;line-height:1.65}.BrandingTestimonials-module__A5o4JG__divider{background:linear-gradient(90deg,#33009914,#0000);height:1px;margin-bottom:24px}.BrandingTestimonials-module__A5o4JG__author{align-items:center;gap:14px;display:flex}.BrandingTestimonials-module__A5o4JG__avatarContainer{background:#0c081e0d;border-radius:12px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.BrandingTestimonials-module__A5o4JG__avatarImage{object-fit:cover;width:100%;height:100%}.BrandingTestimonials-module__A5o4JG__authorInfo{flex-direction:column;gap:3px;display:flex}.BrandingTestimonials-module__A5o4JG__authorName{font-family:var(--font-heading);color:#0c081e;font-size:14px;font-weight:700}.BrandingTestimonials-module__A5o4JG__authorRole{font-family:var(--font-mono);color:#0c081e73;font-size:11px;font-weight:500}@keyframes BrandingTestimonials-module__A5o4JG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes BrandingTestimonials-module__A5o4JG__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:1024px){.BrandingTestimonials-module__A5o4JG__container{padding:0 48px}.BrandingTestimonials-module__A5o4JG__card{flex:0 0 380px;padding:28px}}@media (max-width:768px){.BrandingTestimonials-module__A5o4JG__section{padding:60px 0}.BrandingTestimonials-module__A5o4JG__container{padding:0 24px}.BrandingTestimonials-module__A5o4JG__card{flex:0 0 320px;padding:24px}.BrandingTestimonials-module__A5o4JG__quoteText{font-size:13.5px}}
.BrandingFaq-module__nGRcfq__section{color:#fff;background:#000;width:100%;padding:140px 0;position:relative;overflow:hidden}.BrandingFaq-module__nGRcfq__container{width:100%;max-width:1400px;margin:0 auto;padding:0 80px}.BrandingFaq-module__nGRcfq__layout{grid-template-columns:.45fr .55fr;align-items:start;gap:80px;display:grid}.BrandingFaq-module__nGRcfq__leftCol{position:sticky;top:140px}.BrandingFaq-module__nGRcfq__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(2.4rem,4.8vw,3.8rem);font-weight:700;line-height:1.15}.BrandingFaq-module__nGRcfq__rightCol{flex-direction:column;width:100%;display:flex}.BrandingFaq-module__nGRcfq__accordion{border-top:1px solid #ffffff1f;flex-direction:column;display:flex}.BrandingFaq-module__nGRcfq__item{background:0 0;border-bottom:1px solid #ffffff1f;padding:32px 0;transition:border-color .3s}.BrandingFaq-module__nGRcfq__itemHeader{cursor:pointer;color:#fff;text-align:left;background:0 0;border:none;outline:none;align-items:center;gap:24px;width:100%;padding:0;display:flex}.BrandingFaq-module__nGRcfq__iconWrapper{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.BrandingFaq-module__nGRcfq__plusIcon{stroke:#fff;transition:opacity .3s}.BrandingFaq-module__nGRcfq__question{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:500;line-height:1.4;transition:opacity .3s}.BrandingFaq-module__nGRcfq__itemHeader:hover .BrandingFaq-module__nGRcfq__question,.BrandingFaq-module__nGRcfq__itemHeader:hover .BrandingFaq-module__nGRcfq__plusIcon{opacity:.7}.BrandingFaq-module__nGRcfq__itemBody{overflow:hidden}.BrandingFaq-module__nGRcfq__answerWrapper{padding:20px 0 0 48px}.BrandingFaq-module__nGRcfq__answer{font-family:var(--font-body);color:#ffffffa6;margin:0;font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.75}@media (max-width:1024px){.BrandingFaq-module__nGRcfq__container{padding:0 40px}.BrandingFaq-module__nGRcfq__layout{grid-template-columns:1fr;gap:48px}.BrandingFaq-module__nGRcfq__leftCol{position:static}}@media (max-width:768px){.BrandingFaq-module__nGRcfq__section{padding:100px 0}.BrandingFaq-module__nGRcfq__container{padding:0 24px}.BrandingFaq-module__nGRcfq__item{padding:24px 0}.BrandingFaq-module__nGRcfq__itemHeader{gap:16px}.BrandingFaq-module__nGRcfq__answerWrapper{padding:16px 0 0 40px}}
.BrandingPricing-module__gAJdsW__section{background:#fff;border-top:1px solid #0000000d;width:100%;padding:100px 5%;position:relative}.BrandingPricing-module__gAJdsW__header{margin-bottom:56px}.BrandingPricing-module__gAJdsW__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#00000080;border:1px solid #00000026;border-radius:4px;margin-bottom:16px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.BrandingPricing-module__gAJdsW__heading{font-family:var(--font-heading);color:#000;letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.BrandingPricing-module__gAJdsW__subheading{font-family:var(--font-body);color:#00000080;max-width:560px;font-size:15px}.BrandingPricing-module__gAJdsW__grid{border:1px solid #0000001a;border-radius:16px;grid-template-columns:1fr 1fr 1fr;gap:0;display:grid;overflow:hidden}.BrandingPricing-module__gAJdsW__card{background:#fff;border-right:1px solid #0000001a;flex-direction:column;gap:0;padding:40px 36px;transition:background .3s;display:flex;position:relative}.BrandingPricing-module__gAJdsW__card:last-child{border-right:none}.BrandingPricing-module__gAJdsW__cardPopular{background:#3300990a}.BrandingPricing-module__gAJdsW__cardEnterprise{background:#fafafa}.BrandingPricing-module__gAJdsW__planName{font-family:var(--font-heading);color:#000;margin-bottom:12px;font-size:18px;font-weight:600}.BrandingPricing-module__gAJdsW__popularBadge{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:#33009914;border:1px solid #33009926;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:20px;right:20px}.BrandingPricing-module__gAJdsW__priceBlock{margin:20px 0 8px}.BrandingPricing-module__gAJdsW__price{font-family:var(--font-heading);color:#000;letter-spacing:-.04em;font-size:clamp(2.6rem,4vw,3.6rem);font-weight:800;line-height:1}.BrandingPricing-module__gAJdsW__priceUnit{font-family:var(--font-body);color:#00000073;margin-left:4px;font-size:13px;font-weight:400}.BrandingPricing-module__gAJdsW__priceTalk{font-family:var(--font-heading);color:#000;letter-spacing:-.03em;margin:20px 0 8px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1}.BrandingPricing-module__gAJdsW__planDesc{font-family:var(--font-body);color:#0009;min-height:48px;margin-bottom:28px;font-size:14px;line-height:1.5}.BrandingPricing-module__gAJdsW__featureList{flex-direction:column;flex:1;gap:10px;margin-bottom:36px;display:flex}.BrandingPricing-module__gAJdsW__featureItem{font-family:var(--font-body);color:#000000bf;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.BrandingPricing-module__gAJdsW__checkIcon{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:1px}.BrandingPricing-module__gAJdsW__ctaArea{flex-direction:column;gap:12px;margin-top:auto;display:flex}.BrandingPricing-module__gAJdsW__trialNote{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#00000059;text-align:center;font-size:10px;font-weight:600}.BrandingPricing-module__gAJdsW__ctaBtn{width:100%;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.BrandingPricing-module__gAJdsW__ctaBtnDark{color:#fff;background:#000}.BrandingPricing-module__gAJdsW__ctaBtnDark:hover{background:var(--brand)}.BrandingPricing-module__gAJdsW__ctaBtnBrand{background:var(--brand);color:#fff}.BrandingPricing-module__gAJdsW__ctaBtnBrand:hover{background:var(--brand-light)}.BrandingPricing-module__gAJdsW__ctaBtnOutline{color:#000;background:0 0;border:1.5px solid #0003}.BrandingPricing-module__gAJdsW__ctaBtnOutline:hover{border-color:var(--brand);color:var(--brand)}@media (max-width:900px){.BrandingPricing-module__gAJdsW__grid{border-radius:12px;grid-template-columns:1fr}.BrandingPricing-module__gAJdsW__card{border-bottom:1px solid #00000014;border-right:none}.BrandingPricing-module__gAJdsW__card:last-child{border-bottom:none}}@media (max-width:640px){.BrandingPricing-module__gAJdsW__section{padding:72px 5%}.BrandingPricing-module__gAJdsW__card{padding:32px 24px}}
.Pricing-module__ZDVZWq__section{background:#fff;padding:70px 0 120px;position:relative;overflow:hidden}.Pricing-module__ZDVZWq__container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 40px}.Pricing-module__ZDVZWq__header{text-align:center;flex-direction:column;align-items:center;max-width:770px;margin:auto auto 4rem;display:flex}.Pricing-module__ZDVZWq__title{font-family:var(--font-heading);color:#111;letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(2.2rem,5vw,2.7rem);font-weight:600;line-height:1.15}.Pricing-module__ZDVZWq__subtitle{font-family:var(--font-body);color:#666;max-width:700px;font-size:1.15rem;font-weight:400;line-height:1.55}.Pricing-module__ZDVZWq__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:30px;display:grid}.Pricing-module__ZDVZWq__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;padding:44px 36px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative}.Pricing-module__ZDVZWq__card:hover{border-color:#7c3aed40;transform:translateY(-6px);box-shadow:0 20px 40px #0000000d}.Pricing-module__ZDVZWq__highlightedCard{color:#fff;background:linear-gradient(135deg,#5f25e6 0%,#4228d9 100%);border:none;box-shadow:0 15px 35px #6d28d940}.Pricing-module__ZDVZWq__highlightedCard:hover{transform:translateY(-8px);box-shadow:0 25px 50px #6d28d959}.Pricing-module__ZDVZWq__badgePill{color:#fff;font-family:var(--font-body);letter-spacing:.02em;background:#6021f2;border-radius:9999px;align-self:flex-start;margin-bottom:24px;padding:6px 16px;font-size:.78rem;font-weight:600;box-shadow:0 4px 10px #8b5cf626}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__badgePill{color:#fff;box-shadow:none;background:#ffffff38}.Pricing-module__ZDVZWq__planTitle{font-family:var(--font-heading);color:#111;letter-spacing:-.01em;margin-bottom:20px;font-size:1.45rem;font-weight:600}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__planTitle{color:#fff}.Pricing-module__ZDVZWq__priceContainer{justify-content:space-between;align-items:center;width:100%;margin-bottom:30px;display:flex;position:relative}.Pricing-module__ZDVZWq__priceValue{font-family:var(--font-heading);color:#111;align-items:baseline;display:flex}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__priceValue{color:#fff}.Pricing-module__ZDVZWq__currency{align-self:flex-start;margin-top:4px;margin-right:2px;font-size:1.8rem;font-weight:600;line-height:1}.Pricing-module__ZDVZWq__amount{font-size:3.2rem;font-weight:700;line-height:.9}.Pricing-module__ZDVZWq__interval{font-family:var(--font-body);color:#666;margin-left:8px;font-size:1.05rem;font-weight:500}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__interval{color:#ffffffb3}.Pricing-module__ZDVZWq__decorativeBadge{pointer-events:none;opacity:.85;animation:20s linear infinite Pricing-module__ZDVZWq__rotateBadge;position:absolute;top:-7rem;right:-63px;transform:translateY(-50%)}@keyframes Pricing-module__ZDVZWq__rotateBadge{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.Pricing-module__ZDVZWq__featureSection{margin-bottom:24px}.Pricing-module__ZDVZWq__featureHeader{font-family:var(--font-body);color:#7c7c7c;margin-bottom:12px;font-size:.85rem;font-weight:500}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__featureHeader{color:#ffffffb3}.Pricing-module__ZDVZWq__featureList{flex-direction:column;gap:10px;display:flex}.Pricing-module__ZDVZWq__featureItem{font-family:var(--font-body);color:#333;align-items:center;gap:8px;font-size:.92rem;line-height:1.4;display:flex}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__featureItem{color:#fffffff2}.Pricing-module__ZDVZWq__boldText{font-weight:600}.Pricing-module__ZDVZWq__check{color:#8b5cf6;font-size:1rem;font-weight:700}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__check{color:#fff}.Pricing-module__ZDVZWq__divider{background:#eaeaea;width:100%;height:1px;margin-top:auto;margin-bottom:20px}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__divider{background:#ffffff26}.Pricing-module__ZDVZWq__deliveryInfo{font-family:var(--font-body);color:#333;text-align:center;margin-bottom:24px;font-size:.92rem;font-weight:600}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__deliveryInfo{color:#fff}.Pricing-module__ZDVZWq__ctaButton{color:#fff;width:100%;font-family:var(--font-body);text-align:center;background:#111;border-radius:9999px;padding:14px 0;font-size:.9rem;font-weight:600;transition:transform .3s,background-color .3s,box-shadow .3s}.Pricing-module__ZDVZWq__ctaButton:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__ctaButton{color:#111;background:#fff}.Pricing-module__ZDVZWq__highlightedCard .Pricing-module__ZDVZWq__ctaButton:hover{background:#f8f8f8;box-shadow:0 10px 25px #ffffff26}@media (max-width:1024px){.Pricing-module__ZDVZWq__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.Pricing-module__ZDVZWq__section{padding:40px 0}.Pricing-module__ZDVZWq__container{padding:0 24px}.Pricing-module__ZDVZWq__header{margin-bottom:50px}.Pricing-module__ZDVZWq__grid{grid-template-columns:1fr;gap:24px;max-width:440px;margin:0 auto}.Pricing-module__ZDVZWq__card{padding:36px 28px}}
.Work-module__tErw9G__section{background:#fff;border-top:1px solid #0000000d;padding:60px 0 50px;position:relative;overflow:hidden}.Work-module__tErw9G__container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 40px}.Work-module__tErw9G__badge{color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;opacity:0;background:linear-gradient(135deg,#4a18c0 0%,#6366f1 100%);border-radius:9999px;margin-bottom:24px;padding:8px 20px;font-size:.7rem;font-weight:600;transition:opacity .6s,transform .6s;display:inline-block;transform:translateY(20px)}.Work-module__tErw9G__visible .Work-module__tErw9G__badge{opacity:1;transform:translateY(0)}.Work-module__tErw9G__header{opacity:0;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:50px;transition:opacity .7s .1s,transform .7s .1s;display:flex;transform:translateY(30px)}.Work-module__tErw9G__visible .Work-module__tErw9G__header{opacity:1;transform:translateY(0)}.Work-module__tErw9G__headerLeft{flex-direction:column;gap:12px;max-width:65%;display:flex}.Work-module__tErw9G__title{font-family:var(--font-heading);color:#111;letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,5vw,2.8rem);font-weight:600;line-height:1.1}.Work-module__tErw9G__description{font-family:var(--font-body);color:#00000073;margin:0;font-size:1.1rem;line-height:1.6}.Work-module__tErw9G__viewAll{font-family:var(--font-body);color:#6023ee;text-underline-offset:6px;white-space:nowrap;align-self:flex-end;margin-bottom:8px;font-size:.95rem;font-weight:600;text-decoration:underline;transition:color .3s}.Work-module__tErw9G__viewAll:hover{color:#6366f1}.Work-module__tErw9G__marqueeWrap{--marquee-card-radius:10px;--marquee-card-height:440px;--marquee-card-mobile-height:250px;opacity:0;width:100%;margin-top:10px;transition:opacity .8s .2s,transform .8s .2s;transform:translateY(40px)}.Work-module__tErw9G__visible .Work-module__tErw9G__marqueeWrap{opacity:1;transform:translateY(0)}@media (max-width:768px){.Work-module__tErw9G__section{padding:80px 0}.Work-module__tErw9G__container{padding:0 24px}.Work-module__tErw9G__header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:35px}.Work-module__tErw9G__headerLeft{max-width:100%}.Work-module__tErw9G__title{font-size:2.2rem}.Work-module__tErw9G__description{font-size:.95rem}.Work-module__tErw9G__viewAll{align-self:flex-start;margin-bottom:0}}
.Testimonials-module__VOp6eq__testimonials{opacity:0;background:#fff;padding:50px 0 80px;transition:opacity .8s,transform .8s;position:relative;overflow:hidden;transform:translateY(40px)}.Testimonials-module__VOp6eq__visible.Testimonials-module__VOp6eq__testimonials{opacity:1;transform:translateY(0)}.Testimonials-module__VOp6eq__container{width:100%;margin:0 auto}.Testimonials-module__VOp6eq__header{text-align:center;flex-direction:column;align-items:center;margin:auto auto 60px;padding:0 5%;display:flex}.Testimonials-module__VOp6eq__header p{max-width:700px}.Testimonials-module__VOp6eq__badge{color:#fff;letter-spacing:.02em;background:linear-gradient(125deg,#7c7ae7,#6b46ff);border-radius:100px;justify-content:center;align-items:center;margin-bottom:24px;padding:8px 24px;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #8b5cf626}.Testimonials-module__VOp6eq__heading{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.2rem,3.5vw,2.7rem);font-weight:700;line-height:1.2}.Testimonials-module__VOp6eq__subheading{color:#00000080;max-width:600px;font-size:1.05rem;line-height:1.6}.Testimonials-module__VOp6eq__sliderContainer{width:100%;position:relative}.Testimonials-module__VOp6eq__slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding:20px max(5%,50vw - 700px) 40px;display:flex;overflow-x:auto}.Testimonials-module__VOp6eq__slider::-webkit-scrollbar{display:none}.Testimonials-module__VOp6eq__cardWrapper{scroll-snap-align:start;flex:0 0 380px;display:flex}.Testimonials-module__VOp6eq__cardBorderWrapper{background:linear-gradient(135deg,#c4b5fd66 0%,#bfdbfe66 50%,#f3e8ff66 100%);border-radius:28px;width:100%;padding:14px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000004}.Testimonials-module__VOp6eq__cardBorderWrapper:hover{background:linear-gradient(135deg,#c4b5fdb3 0%,#bfdbfeb3 50%,#f3e8ffb3 100%);transform:translateY(-4px);box-shadow:0 20px 40px #8b5cf60f}.Testimonials-module__VOp6eq__cardInner{background:#fff;border-radius:12px;flex-direction:column;justify-content:flex-start;gap:20px;width:100%;padding:20px;display:flex}.Testimonials-module__VOp6eq__cardHeader{align-items:flex-start;gap:16px;display:flex}.Testimonials-module__VOp6eq__avatarContainer{border-radius:12px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.Testimonials-module__VOp6eq__avatar{object-fit:cover;border-radius:12px;width:100%;height:100%}.Testimonials-module__VOp6eq__authorMeta{flex-direction:column;display:flex}.Testimonials-module__VOp6eq__authorName{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.2}.Testimonials-module__VOp6eq__authorRole{color:#00000080;margin-top:2px;font-size:.85rem;line-height:1.3}.Testimonials-module__VOp6eq__companyNameHighlight{color:var(--text-primary);font-weight:500}.Testimonials-module__VOp6eq__stars{gap:2px;margin-top:4px;display:flex}.Testimonials-module__VOp6eq__star{color:#f97316;font-size:.95rem}.Testimonials-module__VOp6eq__cardBody{flex:1}.Testimonials-module__VOp6eq__quoteText{color:#000000a6;font-size:.95rem;line-height:1.6}.Testimonials-module__VOp6eq__navigationControls{justify-content:center;gap:16px;margin-top:24px;display:flex}.Testimonials-module__VOp6eq__navButton{color:#8b5cf6;cursor:pointer;background:#ede9fe;border:none;border-radius:30%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #8b5cf614}.Testimonials-module__VOp6eq__navButton:hover{color:#fff;background:#8b5cf6;transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf633}.Testimonials-module__VOp6eq__navButton:active{transform:translateY(0)}@media (max-width:1024px){.Testimonials-module__VOp6eq__cardWrapper{flex:0 0 340px}}@media (max-width:768px){.Testimonials-module__VOp6eq__testimonials{padding:80px 0 50px}.Testimonials-module__VOp6eq__heading{font-size:2rem}.Testimonials-module__VOp6eq__slider{gap:16px;padding-left:20px;padding-right:20px}.Testimonials-module__VOp6eq__cardWrapper{flex:0 0 290px}.Testimonials-module__VOp6eq__cardInner{gap:16px;padding:24px}.Testimonials-module__VOp6eq__quoteText{font-size:.9rem}.Testimonials-module__VOp6eq__navButton{width:44px;height:44px}}
.TextMarquee-module__bjNxca__section{background:0 0;flex-direction:column;width:100%;padding:100px 0;display:flex;position:relative;overflow:hidden}.TextMarquee-module__bjNxca__stripOne{z-index:2;background:linear-gradient(90deg,#9c70f5,#5b5beb,#0911fa);width:120%;padding:28px 0;position:relative;left:-10%;transform:rotate(4.5deg);box-shadow:0 15px 35px #0000002e}.TextMarquee-module__bjNxca__stripTwo{z-index:2;background:linear-gradient(90deg,#333,#242424fc,#000);width:120%;margin-top:10px;padding:28px 0;position:relative;left:-10%;transform:rotate(-2deg);box-shadow:0 15px 35px #00000026}.TextMarquee-module__bjNxca__scrollContainer{width:100%;display:flex;overflow:hidden}.TextMarquee-module__bjNxca__track{white-space:nowrap;flex-shrink:0;align-items:center;animation:40s linear infinite TextMarquee-module__bjNxca__scrollLeft;display:flex}.TextMarquee-module__bjNxca__trackReverse{white-space:nowrap;flex-shrink:0;align-items:center;animation:40s linear infinite TextMarquee-module__bjNxca__scrollRight;display:flex}.TextMarquee-module__bjNxca__textItem{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;align-items:center;padding-right:40px;font-size:clamp(1.2rem,3vw,2.5rem);font-weight:750;display:inline-flex}.TextMarquee-module__bjNxca__dot{color:#ffffffd9;margin-left:40px}@keyframes TextMarquee-module__bjNxca__scrollLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes TextMarquee-module__bjNxca__scrollRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.TextMarquee-module__bjNxca__scrollContainer:hover .TextMarquee-module__bjNxca__track,.TextMarquee-module__bjNxca__scrollContainer:hover .TextMarquee-module__bjNxca__trackReverse{animation-play-state:paused}@media (max-width:1024px){.TextMarquee-module__bjNxca__section{padding:80px 0}.TextMarquee-module__bjNxca__stripOne,.TextMarquee-module__bjNxca__stripTwo{padding:18px 0}.TextMarquee-module__bjNxca__stripTwo{margin-top:-25px}}@media (max-width:768px){.TextMarquee-module__bjNxca__section{padding:60px 0}.TextMarquee-module__bjNxca__stripOne,.TextMarquee-module__bjNxca__stripTwo{padding:20px 0}.TextMarquee-module__bjNxca__stripTwo{margin-top:-20px}}
.BrandPhilosophy-module__vPf9MW__section{background-color:#050508;justify-content:center;align-items:center;width:100%;padding:160px 0;display:flex;position:relative;overflow:hidden}.BrandPhilosophy-module__vPf9MW__container{width:100%;max-width:var(--container-max-width,1400px);text-align:center;z-index:10;flex-direction:column;align-items:center;margin:0 auto;padding:0 clamp(24px,6vw,80px);display:flex;position:relative}.BrandPhilosophy-module__vPf9MW__glowBlob1{filter:blur(90px);pointer-events:none;z-index:1;background:radial-gradient(circle,#1d4ed86b 0%,#1e3a8a24 50%,#05050800 100%);border-radius:50%;width:750px;height:750px;animation:25s ease-in-out infinite alternate BrandPhilosophy-module__vPf9MW__float1;position:absolute;top:-10%;left:-10%}.BrandPhilosophy-module__vPf9MW__glowBlob2{filter:blur(110px);pointer-events:none;z-index:1;background:radial-gradient(circle,#3b82f661 0%,#1e40af1f 50%,#05050800 100%);border-radius:50%;width:800px;height:800px;animation:30s ease-in-out infinite alternate BrandPhilosophy-module__vPf9MW__float2;position:absolute;bottom:-15%;right:-10%}@keyframes BrandPhilosophy-module__vPf9MW__float1{0%{transform:translate(0)scale(1)}50%{transform:translate(80px,60px)scale(1.12)}to{transform:translate(-40px,120px)scale(.9)}}@keyframes BrandPhilosophy-module__vPf9MW__float2{0%{transform:translate(0)scale(1.08)}50%{transform:translate(-100px,-50px)scale(.95)}to{transform:translate(60px,-100px)scale(1.15)}}.BrandPhilosophy-module__vPf9MW__heading{font-family:var(--font-heading,"Outfit", "Inter", sans-serif);color:#fff;letter-spacing:-.03em;max-width:1100px;margin:0 0 70px;font-size:clamp(2.2rem,5.5vw,4.8rem);font-weight:500;line-height:1.15}.BrandPhilosophy-module__vPf9MW__line{display:block}.BrandPhilosophy-module__vPf9MW__underlinedWrapper{white-space:nowrap;display:inline-block;position:relative}.BrandPhilosophy-module__vPf9MW__underlineSvg{pointer-events:none;width:105%;height:auto;position:absolute;bottom:-.12em;left:-2.5%;overflow:visible}.BrandPhilosophy-module__vPf9MW__button{color:#050508;font-family:var(--font-body,"DM Sans", sans-serif);border-radius:var(--radius-full,9999px);cursor:pointer;background-color:#fff;border:1px solid #ffffff1a;justify-content:center;align-items:center;padding:16px 36px;font-size:clamp(.9rem,1.2vw,1rem);font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #fff0}.BrandPhilosophy-module__vPf9MW__button:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 10px 30px #3b82f640,0 4px 15px #ffffff26}.BrandPhilosophy-module__vPf9MW__button:active{transform:translateY(0)scale(.98)}@media (max-width:768px){.BrandPhilosophy-module__vPf9MW__section{padding:100px 0}.BrandPhilosophy-module__vPf9MW__heading{letter-spacing:-.02em;margin-bottom:50px;line-height:1.2}.BrandPhilosophy-module__vPf9MW__button{padding:12px 30px}.BrandPhilosophy-module__vPf9MW__glowBlob1,.BrandPhilosophy-module__vPf9MW__glowBlob2{filter:blur(70px);width:450px;height:450px}}
.WhyChooseUs-module__mCkx7W__section{color:#fff;background:linear-gradient(90deg,#736def 0%,#160ce0d4 50%,#6d64cf 100%);padding:100px 0 160px;position:relative;overflow:hidden}.WhyChooseUs-module__mCkx7W__container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 40px}.WhyChooseUs-module__mCkx7W__header{text-align:center;opacity:0;flex-direction:column;align-items:center;margin-bottom:90px;transition:opacity .8s,transfosrm .8s;display:flex;transform:translateY(20px)}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__header{opacity:1;transform:translateY(0)}.WhyChooseUs-module__mCkx7W__badgePill{color:#7c3aed;font-family:var(--font-body);letter-spacing:-.01em;background:#fff;border-radius:9999px;margin-bottom:24px;padding:8px 24px;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #0000000d}.WhyChooseUs-module__mCkx7W__title{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(2.4rem,5vw,3.1rem);font-weight:600}.WhyChooseUs-module__mCkx7W__subtitle{font-family:var(--font-body);color:#fffffff2;max-width:600px;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.2}.WhyChooseUs-module__mCkx7W__grid{grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:90px;padding:40px 0;display:grid}.WhyChooseUs-module__mCkx7W__card{-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffff14;border:1.5px solid #ffffff4d;border-radius:16px;flex-direction:column;align-items:flex-start;min-height:310px;padding:36px 28px;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s,background-color .4s;display:flex;position:relative;transform:translateY(60px)}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card{opacity:1}@media (min-width:1101px){.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card:nth-child(odd){transform:translateY(25px)}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card:nth-child(2n){transform:translateY(-25px)}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card:nth-child(odd):hover{background-color:#ffffff1f;border-color:#ffffff73;transform:translateY(15px)scale(1.03);box-shadow:0 20px 40px #00000026,0 0 30px #ffffff0d}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card:nth-child(2n):hover{background-color:#ffffff1f;border-color:#ffffff73;transform:translateY(-35px)scale(1.03);box-shadow:0 20px 40px #00000026,0 0 30px #ffffff0d}}.WhyChooseUs-module__mCkx7W__highlightedCard{background:#ffffff26;border-color:#fff6;box-shadow:0 15px 35px #0000001a,inset 0 1px #ffffff4d}.WhyChooseUs-module__mCkx7W__cardBadge{color:#fff;-webkit-backdrop-filter:blur(10px);z-index:10;background:linear-gradient(90deg,#5019e6a1 5%,#2720bc 60%,#5019e6a1);border:1px solid #ffffff59;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600;animation:1.4s ease-in-out infinite alternate WhyChooseUs-module__mCkx7W__bounce;position:absolute;top:0;right:-10px;transform:translateY(-50%);box-shadow:0 4px 10px #0000000d}.WhyChooseUs-module__mCkx7W__card:first-child .WhyChooseUs-module__mCkx7W__cardBadge{animation-delay:0s}.WhyChooseUs-module__mCkx7W__card:nth-child(2) .WhyChooseUs-module__mCkx7W__cardBadge{animation-delay:.5s}.WhyChooseUs-module__mCkx7W__card:nth-child(3) .WhyChooseUs-module__mCkx7W__cardBadge{animation-delay:1s}.WhyChooseUs-module__mCkx7W__card:nth-child(4) .WhyChooseUs-module__mCkx7W__cardBadge{animation-delay:1.5s}.WhyChooseUs-module__mCkx7W__card:nth-child(5) .WhyChooseUs-module__mCkx7W__cardBadge{animation-delay:2s}@keyframes WhyChooseUs-module__mCkx7W__bounce{0%{transform:translateY(-50%)}to{transform:translateY(-70%)}}.WhyChooseUs-module__mCkx7W__iconContainer{color:#7c3aed;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;transition:transform .3s;display:flex;box-shadow:0 4px 12px #7c3aed26}.WhyChooseUs-module__mCkx7W__card:hover .WhyChooseUs-module__mCkx7W__iconContainer{transform:scale(1.05)}.WhyChooseUs-module__mCkx7W__cardTitle{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:600}.WhyChooseUs-module__mCkx7W__cardDesc{font-family:var(--font-body);color:#fffc;margin-bottom:28px;font-size:.92rem;font-weight:400;line-height:1.5}.WhyChooseUs-module__mCkx7W__cardTag{font-family:var(--font-body);color:#ffffff80;text-transform:capitalize;margin-top:auto;font-size:.82rem;font-weight:500}.WhyChooseUs-module__mCkx7W__statsRow{opacity:0;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1000px;margin:40px auto 0;transition:opacity .8s .5s,transform .8s .5s;display:grid;transform:translateY(30px)}.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__statsRow{opacity:1;transform:translateY(0)}.WhyChooseUs-module__mCkx7W__statCard{text-align:center;-webkit-backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:24px;transition:transform .4s,border-color .4s,background-color .4s}.WhyChooseUs-module__mCkx7W__statCard:hover{background:#ffffff1f;border-color:#ffffff59;transform:translateY(-4px)}.WhyChooseUs-module__mCkx7W__statValue{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:4px;font-size:2.5rem;font-weight:800}.WhyChooseUs-module__mCkx7W__statLabel{font-family:var(--font-body);color:#fffc;font-size:.88rem;font-weight:500}@media (max-width:1100px){.WhyChooseUs-module__mCkx7W__grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 0}.WhyChooseUs-module__mCkx7W__card{min-height:290px}.WhyChooseUs-module__mCkx7W__card,.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card{transform:translateY(0)!important}.WhyChooseUs-module__mCkx7W__card:hover,.WhyChooseUs-module__mCkx7W__visible .WhyChooseUs-module__mCkx7W__card:hover{background-color:#ffffff1f;border-color:#ffffff73;box-shadow:0 15px 30px #0000001f;transform:translateY(-6px)scale(1.02)!important}.WhyChooseUs-module__mCkx7W__statsRow{grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width:768px){.WhyChooseUs-module__mCkx7W__section{padding:80px 0 100px}.WhyChooseUs-module__mCkx7W__container{padding:0 24px}.WhyChooseUs-module__mCkx7W__header{margin-bottom:50px}.WhyChooseUs-module__mCkx7W__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:60px}.WhyChooseUs-module__mCkx7W__statsRow{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:580px){.WhyChooseUs-module__mCkx7W__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto 50px}.WhyChooseUs-module__mCkx7W__statsRow{grid-template-columns:1fr;max-width:320px;margin:0 auto}}
.ClientSuccessMetrics-module__070nZW__section{z-index:2;background:#fff;border-top:1px solid #0000000a;width:100%;padding:120px 40px;position:relative;overflow:hidden}.ClientSuccessMetrics-module__070nZW__container{max-width:1300px;margin:0 auto}.ClientSuccessMetrics-module__070nZW__header{text-align:center;max-width:700px;margin:0 auto 72px}.ClientSuccessMetrics-module__070nZW__subTitle{font-family:var(--font-mono);letter-spacing:.25em;color:var(--brand,#30c);text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-block}.ClientSuccessMetrics-module__070nZW__title{font-family:var(--font-heading);color:#111;letter-spacing:-.04em;text-transform:uppercase;margin-bottom:20px;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.05}.ClientSuccessMetrics-module__070nZW__headerDesc{font-family:var(--font-body);color:#666;font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.6}.ClientSuccessMetrics-module__070nZW__metricsOuterGrid{border-top:1.5px dashed #d1d1d6;border-bottom:1.5px dashed #d1d1d6;width:100%;margin-bottom:72px;padding:64px 0}.ClientSuccessMetrics-module__070nZW__metricsGrid{grid-template-columns:1fr 1fr;gap:56px 80px;display:grid}.ClientSuccessMetrics-module__070nZW__metricItem{flex-direction:column;display:flex}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:nth-child(odd){border-right:1.5px dashed #d1d1d6;padding-right:80px}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:nth-child(2n){padding-left:20px}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:nth-child(-n+2){border-bottom:1.5px dashed #d1d1d6;padding-bottom:56px}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:nth-child(n+3){padding-top:24px}.ClientSuccessMetrics-module__070nZW__metricValue{font-family:var(--font-heading);color:#30c;letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(3.2rem,6.5vw,5.5rem);font-weight:800;line-height:1}.ClientSuccessMetrics-module__070nZW__metricDescription{font-family:var(--font-body);color:#333;max-width:540px;margin:0;font-size:clamp(.95rem,1.05vw,1.05rem);font-weight:400;line-height:1.6}.ClientSuccessMetrics-module__070nZW__cardsRow{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.ClientSuccessMetrics-module__070nZW__metricCard{aspect-ratio:4/4.8;background:#f4f4f6;border:1px solid #0000000d;border-radius:8px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000004}.ClientSuccessMetrics-module__070nZW__metricCard:hover{border-color:#3300cc1a;transform:translateY(-6px);box-shadow:0 24px 48px #00000014}.ClientSuccessMetrics-module__070nZW__mediaContainer{width:100%;height:100%;position:relative;overflow:hidden}.ClientSuccessMetrics-module__070nZW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.ClientSuccessMetrics-module__070nZW__metricCard:hover .ClientSuccessMetrics-module__070nZW__cardImage{transform:scale(1.06)}.ClientSuccessMetrics-module__070nZW__darkGradientOverlay{z-index:2;pointer-events:none;background:linear-gradient(#0000 35%,#00000073 65%,#000000d9 100%);position:absolute;inset:0}.ClientSuccessMetrics-module__070nZW__cardOverlayContent{z-index:3;color:#fff;padding:32px;position:absolute;bottom:0;left:0;right:0}.ClientSuccessMetrics-module__070nZW__cardBigMetric{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1}.ClientSuccessMetrics-module__070nZW__cardMetricLabel{font-family:var(--font-body);opacity:.92;font-size:.95rem;line-height:1.45}.ClientSuccessMetrics-module__070nZW__designerPill{z-index:10;color:#fff;letter-spacing:.02em;pointer-events:none;background:#111;border-radius:100px;align-items:center;gap:5px;padding:5px 12px;font-size:9px;font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;box-shadow:0 6px 14px #00000026}.ClientSuccessMetrics-module__070nZW__designerPillText{font-family:var(--font-body)}.ClientSuccessMetrics-module__070nZW__pillPointer{opacity:.85}.ClientSuccessMetrics-module__070nZW__metricCard:hover .ClientSuccessMetrics-module__070nZW__designerPill{transform:scale(1.04)}.ClientSuccessMetrics-module__070nZW__pillRoss{background:#111;top:25%;left:22%}.ClientSuccessMetrics-module__070nZW__pillRoss .ClientSuccessMetrics-module__070nZW__pillPointer{color:#cf0;transform:rotate(45deg)}.ClientSuccessMetrics-module__070nZW__pillSarah{background:#f50;top:44%;left:14%}.ClientSuccessMetrics-module__070nZW__pillSarah .ClientSuccessMetrics-module__070nZW__pillPointer{color:#fff;transform:rotate(-135deg)}.ClientSuccessMetrics-module__070nZW__pillBrian{background:#111;top:70%;left:10%}.ClientSuccessMetrics-module__070nZW__pillBrian .ClientSuccessMetrics-module__070nZW__pillPointer{color:#cf0;transform:rotate(180deg)}.ClientSuccessMetrics-module__070nZW__pillJesse{color:#111;background:#cf0;bottom:22%;right:26%}.ClientSuccessMetrics-module__070nZW__pillJesse .ClientSuccessMetrics-module__070nZW__pillPointer{color:#30c;transform:rotate(-45deg)}.ClientSuccessMetrics-module__070nZW__blueCard{color:#fff;background:#30c;border-color:#30c;flex-direction:column;justify-content:space-between;padding:40px;display:flex}.ClientSuccessMetrics-module__070nZW__blueCard:hover{border-color:#30c;box-shadow:0 24px 48px #3300cc38}.ClientSuccessMetrics-module__070nZW__blueCardHeader{justify-content:flex-end;align-items:center;height:32px;margin-bottom:20px;display:flex;position:relative}.ClientSuccessMetrics-module__070nZW__dottedDividerLeft{z-index:1;border-top:1.5px dashed #ffffff59;width:calc(100% - 44px);position:absolute;top:50%;left:0}.ClientSuccessMetrics-module__070nZW__emblemWrapper{z-index:2;background:#30c;padding-left:14px;position:relative}.ClientSuccessMetrics-module__070nZW__portraitOuterContainer{flex-grow:1;justify-content:center;align-items:center;margin:16px 0;display:flex}.ClientSuccessMetrics-module__070nZW__orangePortraitBg{background:#f50;border-radius:4px;justify-content:center;align-items:flex-end;width:170px;height:170px;display:flex;overflow:hidden;box-shadow:0 12px 28px #0003}.ClientSuccessMetrics-module__070nZW__portraitGrayscale{object-fit:cover;filter:grayscale();mix-blend-mode:multiply;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ClientSuccessMetrics-module__070nZW__blueCard:hover .ClientSuccessMetrics-module__070nZW__portraitGrayscale{transform:scale(1.05)translateY(-2px)}.ClientSuccessMetrics-module__070nZW__blueCardBottom{padding-top:16px;position:relative}.ClientSuccessMetrics-module__070nZW__ratingRow{z-index:2;align-items:center;gap:12px;margin-bottom:12px;display:flex;position:relative}.ClientSuccessMetrics-module__070nZW__starsGroup{color:#fc0;gap:3px;display:flex}.ClientSuccessMetrics-module__070nZW__star{display:block}.ClientSuccessMetrics-module__070nZW__ratingNumber{font-family:var(--font-heading);color:#fff;font-size:1.15rem;font-weight:800}.ClientSuccessMetrics-module__070nZW__dottedDividerRight{z-index:1;border-top:1.5px dashed #ffffff59;width:40%;position:absolute;top:24px;right:0}.ClientSuccessMetrics-module__070nZW__blueCardLabel{font-family:var(--font-body);color:#ffffffe0;font-size:.95rem;line-height:1.45}@media (max-width:1100px){.ClientSuccessMetrics-module__070nZW__cardsRow{grid-template-columns:1fr;gap:32px}.ClientSuccessMetrics-module__070nZW__metricCard{aspect-ratio:4/3.2;width:100%;max-width:600px;margin:0 auto}.ClientSuccessMetrics-module__070nZW__blueCard{aspect-ratio:4/3.2;padding:32px}.ClientSuccessMetrics-module__070nZW__orangePortraitBg{width:160px;height:160px}}@media (max-width:900px){.ClientSuccessMetrics-module__070nZW__section{padding:100px 30px}.ClientSuccessMetrics-module__070nZW__metricsGrid{grid-template-columns:1fr;gap:0}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem{border-bottom:1.5px dashed #d1d1d6!important;border-right:none!important;padding:36px 0!important}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:last-child{border-bottom:none!important;padding-bottom:0!important}.ClientSuccessMetrics-module__070nZW__metricsGrid>.ClientSuccessMetrics-module__070nZW__metricItem:first-child{padding-top:0!important}}@media (max-width:600px){.ClientSuccessMetrics-module__070nZW__section{padding:80px 20px}.ClientSuccessMetrics-module__070nZW__metricsOuterGrid{padding:40px 0}.ClientSuccessMetrics-module__070nZW__metricCard{aspect-ratio:1}.ClientSuccessMetrics-module__070nZW__blueCard{aspect-ratio:1;padding:24px}.ClientSuccessMetrics-module__070nZW__orangePortraitBg{width:130px;height:130px}}
.DesignProcess-module__4llvPG__section{z-index:2;background-color:#efefef;width:100%;position:relative}.DesignProcess-module__4llvPG__container{max-width:1300px;margin:0 auto;padding:0 40px}.DesignProcess-module__4llvPG__topBar{border-bottom:1px dashed #06050c33;justify-content:space-between;align-items:center;padding:28px 0 20px;display:flex}.DesignProcess-module__4llvPG__topBarLeft{font-family:var(--font-mono);color:#4a4855;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.DesignProcess-module__4llvPG__pipe{color:#4a4855;font-weight:800}.DesignProcess-module__4llvPG__topBarRight{font-family:var(--font-mono);color:#4a4855;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600}.DesignProcess-module__4llvPG__grid{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:60px;padding:70px 0 100px;display:grid}.DesignProcess-module__4llvPG__stickyContent{flex-direction:column;align-self:flex-start;gap:20px;display:flex;position:sticky;top:120px}.DesignProcess-module__4llvPG__title{font-family:var(--font-heading);color:#06050c;letter-spacing:-.02em;max-width:460px;margin:0;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:600;line-height:1.15}.DesignProcess-module__4llvPG__cardsList{flex-direction:column;gap:0;display:flex}.DesignProcess-module__4llvPG__card{cursor:default;background-color:#f5f4f0;border-radius:8px 8px 0 0;flex-direction:column;justify-content:space-between;padding:32px 36px 0;display:flex;position:relative}.DesignProcess-module__4llvPG__card+.DesignProcess-module__4llvPG__card{border-radius:0;margin-top:2px}.DesignProcess-module__4llvPG__card:last-child{border-radius:0 0 8px 8px}.DesignProcess-module__4llvPG__cardTitle{font-family:var(--font-mono);color:#06050c;text-transform:uppercase;letter-spacing:.08em;margin:0 0 48px;font-size:13px;font-weight:700;line-height:1}.DesignProcess-module__4llvPG__cardBottom{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.DesignProcess-module__4llvPG__cardDescription{font-family:var(--font-body);color:#555055;max-width:340px;margin:0;padding-bottom:28px;font-size:13.5px;line-height:1.65}.DesignProcess-module__4llvPG__number{font-family:var(--font-heading);color:#6852f087;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;flex-shrink:0;padding-bottom:20px;font-size:clamp(4.5rem,7vw,7.5rem);font-weight:700;line-height:1}.DesignProcess-module__4llvPG__separator{background-color:#06050c1a;height:1px;margin:0 -36px}@media (max-width:1024px){.DesignProcess-module__4llvPG__grid{grid-template-columns:1fr;gap:40px;padding:50px 0 80px}.DesignProcess-module__4llvPG__stickyContent{align-self:auto;position:relative;top:0}.DesignProcess-module__4llvPG__title{max-width:100%}}@media (max-width:640px){.DesignProcess-module__4llvPG__container{padding:0 20px}.DesignProcess-module__4llvPG__grid{padding:40px 0 60px}.DesignProcess-module__4llvPG__card{padding:28px 24px 0}.DesignProcess-module__4llvPG__separator{margin:0 -24px}.DesignProcess-module__4llvPG__cardTitle{margin-bottom:36px}.DesignProcess-module__4llvPG__cardBottom{flex-direction:column;align-items:flex-start;gap:8px}.DesignProcess-module__4llvPG__number{align-self:flex-end;font-size:4rem}}
