
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,"Google Sans","Segoe UI",Roboto,"Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}

#c{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}

/* HEADER */
header{position:fixed;top:0;left:0;right:0;height:64px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:500;display:flex;align-items:center;justify-content:space-between;padding:0 40px}
.hl{display:flex;align-items:center}
.logo{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#202124;text-decoration:none;white-space:nowrap;letter-spacing:-0.1px}
.logo svg{width:22px;height:22px;flex-shrink:0}
.logo-g{color:#4285F4;font-weight:600}
nav{display:flex;align-items:center;margin-left:40px}

/* nav items — span for dropdown, a for plain */
.na{display:flex;align-items:center;gap:5px;padding:7px 13px;font-size:13.5px;font-weight:500;color:#202124;text-decoration:none;border-radius:8px;white-space:nowrap;cursor:pointer;user-select:none;transition:background .13s}
.na:hover,.na.open{background:rgba(0,0,0,0.055)}
.na .ch{display:inline-block;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:4px solid rgba(0,0,0,0.38);margin-left:2px;margin-top:1px;flex-shrink:0}

/* FA chevron replaces old .ch */
.na .icon-chev{font-size:11px;color:rgba(0,0,0,0.42);transition:transform .22s ease;margin-left:1px}
.na.open .icon-chev{transform:rotate(180deg)}

.dlb{display:flex;align-items:center;gap:8px;padding:10px 22px;background:#202124;color:#fff;border:none;border-radius:50px;font-size:13.5px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:inherit;transition:transform .2s,box-shadow .2s}
.dlb:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,0.18)}
.dlb svg{width:14px;height:14px}

/* ── MEGA MENU ── */
.mega-wrap{
  position:fixed;
  top:64px;left:0;right:0;
  z-index:499;
  pointer-events:none;
}
.mega{
  background:#fff;
  border-top:1px solid rgba(0,0,0,0.07);
  box-shadow:0 16px 48px rgba(0,0,0,0.10);
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .34s cubic-bezier(.4,0,.2,1),opacity .24s ease;
}
.mega.open{
  max-height:380px;
  opacity:1;
  pointer-events:all;
}
.mega-inner{
  display:flex;
  max-width:1080px;
  margin:0 auto;
  padding:38px 40px 42px;
  gap:56px;
}
/* left — title + CTA */
.mega-left{min-width:200px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}
.mega-left h3{font-size:21px;font-weight:700;color:#202124;letter-spacing:-.4px;line-height:1.25;margin-bottom:18px}
.mega-see{display:inline-flex;align-items:center;padding:7px 16px;background:#f1f3f4;color:#202124;border-radius:50px;font-size:13px;font-weight:500;text-decoration:none;width:fit-content;transition:background .15s}
.mega-see:hover{background:#e2e4e7}
/* divider */
.mega-div{width:1px;background:rgba(0,0,0,0.08);flex-shrink:0}
/* right cols */
.mega-cols{display:flex;gap:0;flex:1}
.mega-col{flex:1;padding:0 22px;border-right:1px solid rgba(0,0,0,0.06)}
.mega-col:first-child{padding-left:0}
.mega-col:last-child{border-right:none}
.mega-col-title{font-size:11px;font-weight:600;color:#4285F4;letter-spacing:.07em;text-transform:uppercase;margin-bottom:12px}
.mega-item{display:flex;align-items:center;gap:11px;padding:8px 0;text-decoration:none;color:#202124;transition:color .12s}
.mega-item:hover .mi-label{color:#4285F4}
.mega-item:hover .mi-icon{background:rgba(66,133,244,.10)}
.mi-icon{width:32px;height:32px;border-radius:8px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:#202124;transition:background .15s}
.mi-text{display:flex;flex-direction:column;gap:1px}
.mi-label{font-size:13px;font-weight:500;color:#202124;white-space:nowrap}
.mi-desc{font-size:11.5px;color:#5f6368;white-space:nowrap}

/* HERO */
.hero{position:relative;overflow: hidden;z-index:10;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 40px;pointer-events:none}

.hbrand{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:500;color:#202124;letter-spacing:-0.1px;margin-bottom:44px;opacity:0;animation:fdd .5s ease .2s forwards}
.hbrand svg{width:22px;height:22px}
.hbrand-g{color:#4285F4;font-weight:600}

.h1{font-size:62px;font-weight:400;line-height:1.16;letter-spacing:-2.5px;color:#202124;max-width:920px;margin-bottom:50px;min-height:calc(1.16 * 72px * 2)}

.cr{display:inline-block;width:4px;height:.76em;background:#202124;border-radius:2px;margin-left:2px;vertical-align:middle;position:relative;top:-3px;animation: cblink 1.9s step-end infinite !important;}
@keyframes cblink{0%,100%{opacity:1}50%{opacity:0}}

.ctas{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;pointer-events:all;opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.ctas.on{opacity:1;transform:translateY(0)}

.bw{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#202124;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:inherit;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s}
.bw:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(0,0,0,.22)}
.bw svg{width:16px;height:16px}
.bg{padding:14px 28px;background:rgba(232,232,232,.9);color:#202124;border:1px solid rgba(0,0,0,.1);border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .2s}
.bg:hover{background:rgba(215,215,215,.95)}

@keyframes fdd{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:768px){
  header{padding:0 18px}nav{display:none}.mega-wrap{display:none}
  .hero{padding:0 22px}
  .h1{font-size:clamp(28px,9vw,35px);letter-spacing:-1.2px;min-height:auto}
  .hbrand{margin-bottom:30px}
  .ctas{flex-direction:column;width:100%}
  .bw,.bg{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
