@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap";:root{--ink:#1d1e20;--navy:#0d141a;--muted:#50555b;--red:#c71f1f;--red-hover:#b00c0c;--blue:#4a90e2;--sky:#a3d9ff;--light:#f1f1f1;--line:#e6e6e6;--primary:"Roboto", sans-serif;--secondary:"Open Sans", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--secondary);background:#fff;margin:0;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}h1,h2,h3,h4,h5,h6{color:var(--navy);font-family:var(--primary);margin:0 0 1rem;font-weight:600;line-height:1.3}h1{font-size:clamp(40px,5vw,64px)}h2{font-size:clamp(36px,4.4vw,56px)}h3{font-size:clamp(32px,3.8vw,48px)}h5{font-size:26px}h6{font-size:18px}.container{width:min(1240px,100% - 32px);margin:0 auto}.site-header{z-index:20;background:#fff;min-height:108px;position:sticky;top:0}.header-inner{align-items:center;gap:32px;width:min(1240px,100% - 32px);min-height:108px;margin:0 auto;padding:0;display:flex}.brand{flex:0 0 108px;width:108px}.brand img{object-fit:contain;width:108px;height:108px}.desktop-nav{color:var(--navy);align-items:center;gap:32px;margin-left:auto;font-size:16px;display:flex}.desktop-nav a,.footer-nav a{transition:color .2s}.desktop-nav a:hover,.footer-nav a:hover{color:var(--red)}.button{min-height:50px;font-family:var(--secondary);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:14px 36px;font-size:16px;line-height:1;transition:background-color .2s,transform .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-red{background:var(--red);color:#fff;font-weight:700}.button-red:hover{background:var(--red-hover)}.button-outline{color:#fff;background:0 0;border-color:currentColor}.button-outline.dark{color:var(--navy)}.header-cta{margin-left:0}.menu-toggle,.mobile-nav{display:none}main{overflow:hidden}.section{padding:96px 0;position:relative}.section-gradient{color:#fff;background:linear-gradient(135deg,#4a90e2,#ff6f61)}.section-gradient h1,.section-gradient h2,.section-gradient h3,.section-gradient h5,.section-gradient p{color:#fff}.section-gray{background:var(--light)}.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;display:grid}.hero{min-height:630px}.hero-home{padding:112px 0 104px}.hero-copy{max-width:620px}.hero-copy p{max-width:560px;font-size:18px}.hero-rating{margin-top:26px;font-size:14px}.hero-actions{align-items:center;gap:14px;margin-top:30px;display:flex}.hero-image,.rounded-image{border-radius:20px;overflow:hidden}.hero-image img,.rounded-image img{object-fit:cover;width:100%;height:100%}.hero-image,.hero-image img{min-height:430px}.section-heading{text-align:center;max-width:640px;margin:0 auto 48px}.section-heading p{font-size:18px}.service-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.services-feature{grid-template-columns:1.1fr .9fr;align-items:center;gap:52px;display:grid}.services-feature>.rounded-image{min-height:440px}.services-feature>.rounded-image img{object-fit:cover;min-height:440px}.service-list{grid-template-columns:repeat(2,1fr);gap:30px 24px;display:grid}.service-list-item h6{margin-bottom:8px}.service-list-item p{color:var(--muted);margin:0}.service-card{background:#fff;border-radius:16px;padding:26px 20px;box-shadow:0 10px 30px #0d141a14}.service-card img{aspect-ratio:1.4;object-fit:cover;border-radius:12px;width:100%;margin-bottom:22px}.service-card h6{margin-bottom:8px;font-size:18px}.service-card p{color:var(--muted);margin-bottom:0}.copy-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:96px;display:grid}.copy-grid.reverse{grid-template-columns:1.15fr .85fr}.copy-grid p{font-size:18px}.stat-row{gap:52px;margin-top:30px;display:flex}.stat strong{color:var(--red);font-family:var(--primary);font-size:50px;line-height:1;display:block}.stat span{color:var(--muted);font-size:14px}.info-list{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px;display:grid}.info-list h6{margin-bottom:4px}.info-list p{color:var(--muted);margin:0}.map{border:0;border-radius:16px;width:100%;min-height:280px}.review{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:32px;padding:30px;display:grid}.review p{font-size:18px}.review-person{align-items:center;gap:14px;display:flex}.review-person img{object-fit:cover;border-radius:50%;width:48px;height:48px}.review-person strong{font-family:var(--primary);display:block}.review-person span{color:var(--muted);font-size:14px}.stars{color:#f5b400;letter-spacing:3px}.partner-placeholder{min-height:280px;color:var(--muted);text-align:center;border:1px dashed #bbb;border-radius:20px;place-items:center;display:grid}.form-card{background:var(--sky);border-radius:20px;padding:40px}.form-field{gap:7px;margin-bottom:18px;display:grid}.form-field label{color:var(--navy);font-size:14px}.form-field input,.form-field textarea,.newsletter input{width:100%;color:var(--navy);font:inherit;background:#fff;border:1px solid #b8c0cc;border-radius:10px;outline:none;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus,.newsletter input:focus{border-color:var(--navy);box-shadow:0 0 0 3px #4a90e22e}.form-field textarea{resize:vertical;min-height:150px}.form-card .button{background:var(--blue);color:#fff;cursor:pointer;border:0}.form-card .button:hover{background:#357dcb}.contact-note{margin-top:16px;font-size:14px}.project-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.project-card{background:#fff;border-radius:18px;grid-template-columns:1fr 1fr;min-height:240px;display:grid;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;min-height:240px}.project-card-body{align-self:center;padding:26px}.project-card-body p{color:var(--muted)}.arrow{color:var(--red);font-size:32px;font-family:var(--primary)}.blog-list-hero{padding:106px 0 80px}.blog-list-hero .container{max-width:980px}.blog-list-hero h1{max-width:880px}.blog-meta{color:var(--muted);gap:18px;margin:26px 0;font-size:14px;display:flex}.blog-card-image{object-fit:cover;border-radius:18px;width:100%;max-height:350px}.newsletter{background:var(--light);border-radius:20px;grid-template-columns:1fr 1fr;align-items:end;gap:22px;margin-top:70px;padding:44px;display:grid}.newsletter h3{margin-bottom:8px;font-size:32px}.newsletter p{margin:0}.newsletter-form{gap:10px;display:flex}.newsletter-form .button{cursor:pointer;background:var(--blue);color:#fff;border:0}.article{padding:72px 0 100px}.article-head{text-align:center;max-width:920px;margin:0 auto 54px}.article-head h1{font-size:clamp(38px,5vw,62px)}.article-hero{object-fit:cover;border-radius:20px;width:100%;max-height:420px;margin:0 auto 56px}.article-body{max-width:780px;margin:0 auto}.article-body p{margin-bottom:1.2rem;font-size:18px}.article-body h2{margin-top:50px;margin-bottom:18px;font-size:36px}.article-body h3{margin-top:28px;margin-bottom:10px;font-size:24px}.site-footer{padding:70px 0 24px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:64px;display:grid}.footer-brand img{object-fit:contain;width:140px;height:140px;margin-bottom:14px}.footer-brand p,.site-footer p{color:var(--muted)}.site-footer h5{margin-bottom:18px;font-size:22px}.footer-nav{gap:8px;display:grid}.site-footer p{margin:0 0 8px}.footer-bottom{color:var(--muted);border-top:1px solid #d6d6d6;margin-top:70px;padding-top:18px;font-size:14px}.footer-bottom strong{color:var(--ink)}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.scroll-reveal-hook{display:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.desktop-nav,.header-cta{display:none}.site-header{min-height:179px}.header-inner{align-items:flex-start;min-height:179px;padding:24px 0}.brand,.brand img{width:131px;height:131px}.header-inner{justify-content:space-between}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;gap:5px;width:42px;height:42px;padding:11px 9px;display:grid}.menu-toggle span{background:var(--navy);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.menu-open .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{opacity:0;visibility:hidden;background:#fff;gap:14px;padding:24px 16px 28px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:179px;left:0;right:0;transform:translateY(-8px);box-shadow:0 18px 24px #0d141a14}.menu-open .mobile-nav{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav a:not(.button){padding:3px 0}.mobile-nav .button{justify-self:start;margin-top:6px}.split,.copy-grid,.copy-grid.reverse{grid-template-columns:1fr;gap:38px}.services-feature{grid-template-columns:1fr;gap:30px}.hero-home{padding:70px 0 76px}.hero-image,.hero-image img{min-height:330px}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid,.newsletter{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-brand{grid-column:1/-1}}@media (width<=560px){.container,.header-inner{width:min(100% - 32px,375px)}.section{padding:64px 0}h1{font-size:40px}h2{font-size:36px}h3{font-size:32px}.hero-copy p,.copy-grid p,.article-body p{font-size:16px}.hero-actions{flex-wrap:wrap}.service-grid{grid-template-columns:1fr}.service-list{grid-template-columns:1fr;gap:22px}.service-card{padding:20px}.stat-row{gap:30px}.stat strong{font-size:42px}.info-list{grid-template-columns:1fr}.review{grid-template-columns:1fr;padding:22px}.form-card{padding:24px}.project-card{grid-template-columns:1fr}.project-card img{min-height:200px;max-height:240px}.newsletter{padding:26px 20px}.newsletter-form{flex-direction:column}.blog-list-hero{padding:68px 0 56px}.blog-meta{flex-wrap:wrap}.article{padding:52px 0 70px}.article-body h2{font-size:30px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{margin-top:48px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}
