@charset "UTF-8";
:root{--ink:#111c2e;--muted:#526074;--paper:#f7f9fc;--line:#dce2eb;--blue:#2957ee;--blue-light:#e9efff;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;font-size:1rem;line-height:1.6}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--blue)}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}::selection{background:#c8d6ff}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}p{color:var(--muted)}.wrap{width:min(1200px,calc(100% - 96px));margin:auto}.skip{position:absolute;top:-100px;left:1rem;background:white;padding:12px;z-index:4}.skip:focus{top:1rem}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:112px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:1.85rem;font-weight:700;letter-spacing:-.08em}.brand img{width:36px;height:36px}.nav{display:flex;gap:32px;align-items:center;font-size:.9rem}.nav a{text-decoration:none}.nav .nav-contact{border-bottom:1px solid var(--ink);padding-bottom:2px}.eyebrow{display:block;font-size:.75rem;letter-spacing:.14em;font-weight:700;text-transform:uppercase;color:var(--blue);margin:0 0 26px}.hero{padding:91px 0 85px;display:grid;grid-template-columns:1.45fr 1fr;gap:72px;align-items:center}.hero h1{font-size:clamp(3.2rem,5.5vw,5.25rem);font-weight:500;max-width:760px;margin-bottom:30px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--blue)}.hero-copy{max-width:590px;font-size:1.13rem;line-height:1.65;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--ink);color:white;text-decoration:none;padding:15px 21px;font-size:.93rem;border-radius:4px;min-height:52px}.button:hover{background:var(--blue);color:white}.button span{font-size:1.25rem}.identity{background:var(--ink);color:#fff;padding:36px;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;border-radius:5px;position:relative;overflow:hidden}.identity-top{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;color:#b4c3da}.identity-mark{font-size:clamp(4rem,8.4vw,8rem);font-weight:700;letter-spacing:-.09em;line-height:1;margin:40px 0 35px;position:relative}.identity-mark::after{content:"";display:block;width:42px;height:7px;background:#6f91ff;margin-top:15px}.identity-bottom{border-top:1px solid #354156;padding-top:20px;color:#c0cbdc;font-size:.9rem;display:flex;justify-content:space-between;gap:25px}.identity-bottom strong{font-weight:400;color:white}.intro-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;display:flex;justify-content:space-between;gap:30px;align-items:center}.intro-strip p{margin:0;font-size:.91rem}.intro-strip .parent{font-weight:700;color:var(--ink);white-space:nowrap}.capabilities{padding:80px 0}.section-top{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-bottom:48px}.section-top h2{font-size:2.5rem;font-weight:500;margin:0;max-width:430px}.section-top p{margin:5px 0 0;max-width:460px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.service{border-top:1px solid var(--line);padding-top:22px}.number{font-size:.8rem;color:var(--blue);font-weight:700;display:block;margin-bottom:25px}.service h3{font-size:1.25rem;letter-spacing:-.025em;margin-bottom:15px}.service p{font-size:.95rem;max-width:340px;margin-bottom:0}.principle{background:var(--blue-light);padding:40px 44px;display:grid;grid-template-columns:1fr 1.25fr;gap:65px;border-left:3px solid var(--blue)}.principle h2{font-size:1.75rem;font-weight:500;margin-bottom:0}.principle p{margin:0;color:#394b69}.contact{padding:85px 0 80px;display:flex;justify-content:space-between;align-items:center;gap:40px}.contact h2{font-size:2.65rem;font-weight:500;margin-bottom:14px}.contact p{margin-bottom:0}.email-link{font-size:1.05rem;overflow-wrap:anywhere}.footer{padding:25px 0 34px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;font-size:.82rem;color:var(--muted)}.footer-links{display:flex;gap:24px}.footer a{text-decoration:none}.privacy-hero{padding:77px 0 47px;max-width:840px}.privacy-hero h1{font-size:clamp(3rem,5vw,4.5rem);font-weight:500;margin-bottom:24px}.privacy-hero .lead{font-size:1.15rem;max-width:680px}.privacy-layout{display:grid;grid-template-columns:230px 1fr;gap:80px;padding:0 0 80px}.privacy-index{border-top:1px solid var(--line);padding-top:25px}.privacy-index p{font-size:.8rem}.privacy-index a{display:block;text-decoration:none;font-size:.9rem;margin:0 0 13px}.privacy-content{max-width:740px}.privacy-content section{padding:28px 0 12px;border-top:1px solid var(--line)}.privacy-content h2{font-size:1.45rem;letter-spacing:-.025em;margin-bottom:18px}.privacy-content p{margin-bottom:17px}.privacy-content ul{color:var(--muted);padding-left:22px}.privacy-content li{padding-bottom:8px}.privacy-note{padding:22px 26px;background:var(--blue-light);margin-bottom:30px}.privacy-note p{margin:0;color:#394b69;font-size:.94rem}@media(min-width:1500px){.hero{padding-top:110px;padding-bottom:105px}}@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.hero{gap:35px;grid-template-columns:1.35fr 1fr}.hero h1{font-size:3.75rem}.identity{padding:27px;min-height:350px}.identity-bottom{display:block}.identity-bottom strong{display:block}.privacy-layout{gap:45px;grid-template-columns:180px 1fr}.contact{align-items:start;flex-direction:column;gap:24px}}@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header{min-height:88px;gap:16px}.brand{font-size:1.65rem}.brand img{width:31px;height:31px}.nav{gap:20px;font-size:.85rem}.nav .desktop-link{display:none}.hero{padding:54px 0 44px;display:block}.hero h1{font-size:clamp(2.9rem,11.3vw,4rem);margin-bottom:23px}.hero-copy{font-size:1.05rem}.eyebrow{font-size:.72rem;margin-bottom:21px}.identity{margin-top:38px;min-height:285px;padding:28px}.identity-mark{font-size:5.4rem;margin:30px 0}.identity-bottom{display:flex}.intro-strip{align-items:start;flex-direction:column;gap:5px;padding:22px 0}.intro-strip .parent{white-space:normal}.capabilities{padding:50px 0}.section-top{display:block;margin-bottom:34px}.section-top h2{font-size:2.1rem;margin-bottom:22px}.services{grid-template-columns:1fr;gap:27px}.number{margin-bottom:15px}.service p{max-width:none}.principle{display:block;padding:29px 25px}.principle h2{margin-bottom:20px}.contact{padding:55px 0;gap:24px}.contact h2{font-size:2.2rem}.email-link{font-size:1rem}.footer{flex-direction:column;gap:12px;padding-bottom:25px}.privacy-hero{padding:52px 0 30px}.privacy-layout{display:block;padding-bottom:45px}.privacy-index{display:none}.privacy-hero .lead{font-size:1.05rem}.privacy-content h2{font-size:1.35rem}.privacy-note{padding:20px}.button{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.hero .moza-heading{font-size:clamp(5rem,9vw,8rem);line-height:.95;letter-spacing:-.075em;margin-bottom:22px}.hero-subheading{font-size:clamp(1.55rem,2.4vw,2.05rem);font-weight:500;line-height:1.2;letter-spacing:-.035em;margin-bottom:26px;max-width:590px}.hero{padding-top:72px;padding-bottom:70px}.hero-copy{font-size:1.03rem}.services{grid-template-columns:repeat(4,1fr);gap:28px}.google-services{display:grid;grid-template-columns:1fr 1.25fr;gap:65px;padding:64px 0;border-bottom:1px solid var(--line)}.google-services h2{font-size:2rem;font-weight:500}.google-services .eyebrow{margin-bottom:20px}.google-services p:last-of-type{margin-bottom:22px}.google-services a{font-size:.95rem}.contact{padding-top:65px;padding-bottom:65px}@media(max-width:1000px){.services{grid-template-columns:repeat(2,1fr);gap:34px}.intro-strip{align-items:start;flex-direction:column;gap:6px}}@media(max-width:720px){.hero{padding:45px 0}.hero .moza-heading{font-size:5.5rem}.hero-subheading{font-size:1.6rem;max-width:400px}.services{grid-template-columns:1fr}.google-services{display:block;padding:44px 0}.google-services h2{margin-bottom:23px}.contact{padding:45px 0}.identity-top{font-size:.7rem}}
/* Official Moza identity */
.brand img{width:52px;height:52px;object-fit:contain}.identity{padding:24px;background:#0b1428}.identity-logo{display:block;width:100%;height:auto;max-width:400px;margin:22px auto;object-fit:contain}.identity-bottom{font-size:.8rem}.identity-top{font-size:.65rem}@media(max-width:720px){.brand img{width:42px;height:42px}.identity{padding:22px}.identity-logo{max-width:330px}}
