.homeTechStack{background:#fff}.techLogoGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem}.techLogoCard{display:flex;align-items:center;gap:1rem;min-width:0;padding:1.15rem;border:1px solid var(--line);border-radius:16px;background:#fff;transition:transform .2s,border-color .2s,box-shadow .2s}.techLogoCard:hover{transform:translateY(-4px);border-color:#b7cfc5;box-shadow:0 16px 36px rgba(20,33,29,.08)}.techLogo{display:grid;place-items:center;width:66px;height:66px;flex:0 0 66px;border-radius:14px;background:var(--soft)}.techLogo img{width:48px;height:48px;object-fit:contain}.techLogoCard h3{margin:0;font-size:1rem;line-height:1.25}.techLogoCard p{margin:.25rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.3}@media(max-width:1050px){.techLogoGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.techLogoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.techLogoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.techLogoCard{align-items:flex-start;flex-direction:column}.techLogo{width:58px;height:58px;flex-basis:58px}.techLogo img{width:42px;height:42px}}@media(max-width:380px){.techLogoGrid{grid-template-columns:1fr}.techLogoCard{align-items:center;flex-direction:row}}@media(prefers-reduced-motion:reduce){.techLogoCard{transition:none}}.homeTestimonials{background:#fff}.testimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.testimonialCard{display:flex;flex-direction:column;min-height:290px;margin:0;padding:clamp(1.5rem,3vw,2.2rem);border:1px solid var(--line);border-radius:20px;background:var(--soft)}.testimonialCard blockquote{margin:0 0 2rem;color:var(--ink);font-size:1.12rem;line-height:1.7}.testimonialCard figcaption{display:flex;flex-direction:column;margin-top:auto}.testimonialCard figcaption small,.testimonialCard figcaption span{color:var(--muted)}.testimonialEmpty{display:grid;grid-template-columns:auto minmax(0,680px);justify-content:center;grid-gap:clamp(1.5rem,5vw,4rem);gap:clamp(1.5rem,5vw,4rem);padding:clamp(2rem,5vw,4rem);border:1px solid var(--line);border-radius:24px;background:var(--soft)}.testimonialMark{color:var(--green);font:900 clamp(5rem,10vw,8rem)/.75 Georgia,serif}.testimonialEmpty h3{margin:0 0 .7rem;font-size:clamp(1.5rem,3vw,2.1rem)}.testimonialEmpty p{margin:0 0 1.5rem;color:var(--muted)}@media(max-width:800px){.testimonialGrid{grid-template-columns:1fr}.testimonialCard{min-height:auto}}@media(max-width:560px){.testimonialEmpty{grid-template-columns:1fr}.testimonialMark{font-size:5rem}.testimonialEmpty .button{width:100%;text-align:center}}.portrait{padding:0;overflow:hidden}.portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scaleX(-1)}