@font-face{font-family:Inter;src:url('/assets/inter-latin.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
:root{--bg:#f2f9ff;--surface:#ffffffed;--solid:#fff;--text:#071d3b;--muted:#516d95;--line:#d9e9fb;--accent:#008aff;--shadow:0 8px 35px #0871c707;font-family:Inter,Arial,sans-serif;color-scheme:light}
:root[data-theme=dark]{--bg:#061c2e;--surface:#061c2eed;--solid:#082237;--text:#f4f8ff;--muted:#b0c6de;--line:#244d68;--accent:#00a6ff;--shadow:0 8px 32px #00000012;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height, 76px) + 24px)}body{margin:0;padding-top:var(--header-height,76px);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #ffb642;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.16}h1{font-size:clamp(36px,3.5vw,54px);font-weight:750;letter-spacing:-.065em}h2{font-size:clamp(25px,2.42vw,37px);font-weight:730;letter-spacing:-.05em}h3{font-size:16px;letter-spacing:-.03em}p{color:var(--muted)}ul{margin:0;padding:0;list-style:none}
.icon{width:23px;height:23px;flex:none;vertical-align:middle}.image-crop{display:block;position:relative;overflow:hidden;isolation:isolate;flex:none}.image-crop img{position:absolute;max-width:none;height:auto;display:block;pointer-events:none}.surface{background:var(--surface);border:1px solid #ffffff55;border-radius:17px;box-shadow:var(--shadow)}[data-theme=dark] .surface{border-color:var(--line)}.eyebrow{font-size:11px;line-height:1.4;font-weight:700;letter-spacing:.135em;color:var(--accent);margin-bottom:17px}.page-shell{max-width:1536px;margin:auto;padding:0 28px 32px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:36px}.section-heading>div{min-width:0}.section-heading .eyebrow{margin-bottom:10px}.section-heading>p{max-width:50%;font-size:16px}.section-heading p{font-size:15px}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--accent);font-weight:650;border:0;background:none;padding:0}.text-link:hover{color:#0064d8}.text-link .icon{width:19px;height:19px;transition:transform .18s}.text-link:hover .icon{transform:translateX(4px)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:48px;padding:13px 23px;background:linear-gradient(110deg,#009aff,#0081ff);color:#fff;border:1px solid #0799ff;border-radius:11px;font-size:15px;font-weight:670;line-height:1.25;white-space:nowrap;box-shadow:0 5px 14px #008aff15;transition:transform .2s,box-shadow .2s}.button:hover{background:#0874e8;transform:translateY(-2px);box-shadow:0 8px 20px #008aff29}.button .icon{width:19px;height:19px}.button-outline{color:var(--accent);background:transparent;border-color:var(--accent);box-shadow:none}.button-outline:hover{background:#008aff14;color:var(--accent)}.button-row{display:flex;align-items:center;gap:17px;flex-wrap:wrap}.handwritten{font-family:"Segoe Print","Bradley Hand",cursive;font-size:20px;font-style:italic;line-height:1.25;color:#0089ff;transform:rotate(-9deg);display:block}
.site-header{position:fixed;top:0;left:0;right:0;z-index:60;background:#fff;color:#092449;border-bottom:1px solid #ddecf9}.header-inner{max-width:1600px;min-height:74px;padding:10px 38px;margin:auto;display:flex;align-items:center;gap:23px}.brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0}.brand-mark{width:76px}.brand-title{font-size:24px;line-height:1.1;font-weight:750;letter-spacing:-.065em;white-space:nowrap}.brand-title b{color:#008bff;font-weight:700}.brand-tagline{display:block;color:#60789b;font-size:7.6px;font-weight:600;letter-spacing:.06em;margin-top:4px;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:22px;margin-left:auto;align-self:stretch}.nav-home,.nav-trigger{font-size:12px;font-weight:650;border:0;padding:14px 0;background:transparent;display:flex;align-items:center;gap:4px;position:relative;white-space:nowrap;height:100%}.nav-trigger .icon{width:12px;height:12px;color:#748ba7}.nav-home.active,.nav-trigger.active,.nav-trigger:hover,.nav-home:hover{color:#0088ff}.nav-home.active:after,.nav-trigger.active:after{position:absolute;content:"";height:2px;background:#0088ff;left:0;right:0;bottom:-10px}.nav-group{position:relative;display:flex;align-items:center}.nav-dropdown{position:absolute;left:-18px;top:calc(100% + 9px);min-width:264px;padding:9px;border:1px solid var(--line);background:var(--solid);box-shadow:0 18px 50px #001b3e1e;border-radius:12px;color:var(--text);opacity:0;visibility:hidden;transform:translateY(7px);transition:.13s}.nav-dropdown:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.nav-dropdown a{font-size:14px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:7px}.nav-dropdown a:hover{background:#008aff12;color:var(--accent)}.nav-dropdown a .icon{height:15px;width:15px;opacity:.4}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown,.nav-group.is-open .nav-dropdown{opacity:1;visibility:visible;transform:none}.header-actions{display:flex;gap:12px;align-items:center}.header-actions>.button{font-size:12px;min-height:43px;padding:11px 16px;gap:10px;border-radius:9px}.header-actions>.button .icon{width:15px;height:15px}.icon-button{display:flex;align-items:center;justify-content:center;width:32px;height:36px;border:0;background:transparent}.icon-button .icon{width:19px;height:19px}.theme-switch{display:flex;gap:1px;border-radius:30px;padding:3px;background:#031d36}.theme-switch button{border:0;background:none;color:#ecf3ff;width:33px;height:33px;border-radius:50%;display:grid;place-items:center}.theme-switch .icon{width:22px;height:22px}.theme-switch button:first-child{color:#ff9c03}.theme-switch [aria-pressed=true]{background:#fff;box-shadow:0 0 0 1px #b8daf7}.theme-switch button:last-child[aria-pressed=true]{background:#163655}.menu-toggle{display:none}.site-header .button-outline{color:#0084ff;border-color:#0084ff}
html[data-user-theme=dark] .site-header{background:#071e33;color:#f4f8ff;border-color:#204564}html[data-user-theme=dark] .site-header .brand-mark{filter:invert(1) hue-rotate(180deg);mix-blend-mode:screen}html[data-user-theme=dark] .brand-tagline{color:#a8c2df}
.hero{position:relative;overflow:hidden}.hero-inner{max-width:1536px;position:relative;margin:auto;padding:58px 5.65% 34px;min-height:450px}.hero-copy{position:relative;z-index:3;width:46%;max-width:660px}.hero-copy .eyebrow{color:#456b9f;letter-spacing:.2em;font-size:11px;margin-bottom:18px}.hero-copy p{font-size:16px;line-height:1.5;margin:18px 0 23px;max-width:560px}.hero-art{position:absolute;right:0;top:0;width:58%;z-index:1;mask-image:linear-gradient(to right,transparent,#000 10%)}.home-hero{background:linear-gradient(100deg,#eef7ff,#fff 52%,#e9f8ff)}.home-hero .hero-inner{min-height:clamp(365px,31.6vw,486px);padding-top:4.2vw}.home-hero .hero-copy{width:49%}.hero-benefits{display:flex;align-items:center;gap:35px;position:relative;z-index:3;margin-top:40px}.hero-benefits>div{display:flex;align-items:center;gap:14px}.hero-benefits .icon{width:34px;height:34px;color:#008eff}.hero-benefits span{font-size:14px;line-height:1.4;font-weight:500}
.platform-strip{position:relative;padding:25px 40px 19px}.platform-strip>.eyebrow{margin-bottom:12px}.platform-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr)) 110px;align-items:stretch}.platform-item{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:8px;border:1px solid var(--line);border-right:0;padding:11px 8px 13px;border-radius:10px;text-align:center;transition:background .2s}.platform-item:after{content:"";width:1px;height:48%;background:#c7dfff;position:absolute;right:0;top:28%}.platform-item:nth-child(7){border-right:1px solid var(--line)}.platform-item:nth-child(7):after{display:none}.platform-item:hover{background:#008aff07}.platform-item>span:last-child{font-size:14px;font-weight:650;line-height:1.35;letter-spacing:-.04em}.provider-logo{width:42px;max-width:76px}.platform-item:nth-child(1) .provider-logo{width:51px}.platform-item:nth-child(5) .provider-logo{width:76px}.strip-note{font-size:18px;padding-left:18px;margin-top:-25px;align-self:center}
.section-grid{display:grid;grid-template-columns:33% 1fr;gap:24px}.cloud-platforms{padding:42px 40px 30px;align-items:center}.section-intro .eyebrow{margin-bottom:19px}.section-intro h2{font-size:32px;line-height:1.17}.section-intro p{font-size:14px;line-height:1.75;margin:23px 0 27px}.cloud-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cloud-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;position:relative;padding:19px 18px 16px;min-height:142px;transition:.2s}.cloud-card:hover{transform:translateY(-4px);border-color:#0094ff;box-shadow:0 10px 26px #008aff14}.cloud-card .provider-logo{width:42px;margin-bottom:9px}.cloud-card:nth-child(5) .provider-logo{width:69px;margin:2px 0 11px}.cloud-card h3{font-size:14px;line-height:1.3;letter-spacing:-.04em}.cloud-card p{font-size:14px;line-height:1.4;margin-top:4px}.card-arrow{position:absolute;top:22px;right:14px;color:var(--accent);width:17px;opacity:0;transition:.2s}.cloud-card:hover .card-arrow{opacity:1}
.contact-banner{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(120deg,#032746,#00558a 60%,#005491);color:#fff}.home-contact{min-height:326px;display:flex;align-items:center;padding:39px 48px 36px 12%;margin-bottom:27px}.contact-copy{position:relative;z-index:2;max-width:68%}.contact-copy .eyebrow{color:#87f3ff;font-size:11px}.contact-copy h2{font-size:clamp(29px,2.9vw,43px);letter-spacing:-.055em}.contact-copy p{font-size:14px;color:#f4f8ff;margin:16px 0 27px;line-height:1.5}.contact-banner .button-outline{border-color:#b1d3fa;color:#fff}.contact-banner .button-outline:hover{background:#ffffff12}.cta-art{width:49%;position:absolute;right:0;top:0;mask-image:linear-gradient(to right,transparent,#000 18%);z-index:1}.why-home{padding:0 40px}.why-home .section-heading{margin:28px 0 42px}.why-home h2{font-size:31px}.why-home .section-heading>div{width:48%}.why-home .section-heading>p{width:51%;max-width:none}.home-reasons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.reason{display:flex;align-items:center;gap:15px}.home-reasons .reason{border-right:1px solid #c5ddfa;padding-right:13px;gap:14px}.home-reasons .reason:last-child{border:0;padding-right:0}.reason>.icon{height:42px;width:42px;color:var(--accent)}.reason h3{font-size:14px;line-height:1.3;margin-bottom:4px}.reason p{font-size:13px;line-height:1.4}.stats-line{display:flex;align-items:center;gap:50px;margin-top:39px;margin-bottom:8px}.metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:85%;padding:25px 10px}.metric{text-align:center;position:relative;padding:0 17px;display:flex;flex-direction:column;align-items:center;justify-content:center}.metric:not(:last-child):after{content:"";position:absolute;right:0;height:80%;top:15%;width:1px;background:#a8ccf5}.metric strong{font-size:31px;line-height:1.15;color:var(--accent);letter-spacing:-.04em}.metric>.icon{width:46px;height:34px;color:var(--accent)}.metric>span{display:block;font-size:13px;color:var(--muted);margin-top:9px}
.site-footer{color:#e7f3ff;background:radial-gradient(ellipse at 50% 0,#00528366,transparent 52%),radial-gradient(ellipse at 10% 100%,#00528540,transparent 35%),#031c30;position:relative;overflow:hidden}.footer-inner{max-width:1536px;padding:39px 48px 20px;margin:auto}.footer-main{display:grid;grid-template-columns:1.85fr 1fr 1fr .85fr .8fr 1.5fr;gap:26px}.footer-brand .brand-mark{width:74px;filter:invert(1) hue-rotate(180deg);mix-blend-mode:screen}.footer-brand .brand-title{font-size:21px}.footer-brand .brand-tagline{color:#a6bbce;font-size:6px}.footer-brand p{font-size:13px;color:#b9cce0;line-height:1.65;margin:25px 0 19px;max-width:260px}.footer-contact{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#8ed3ff}.footer-contact .icon{width:16px}.footer-column{padding-top:17px}.footer-column h3{font-size:10px;letter-spacing:.02em;margin-bottom:22px}.footer-column a{display:block;font-size:12px;color:#bcd0e5;margin-bottom:10px;line-height:1.45}.footer-column a:hover{color:#45b9ff}.global-operations{align-self:start;border:1px solid #31516b7a;background:linear-gradient(125deg,#0d3149a6,#061e35ad);padding:17px 18px;border-radius:14px;margin-top:6px}.global-operations h3{font-size:12px;display:flex;align-items:center;gap:10px}.global-operations h3>.icon{width:16px;height:16px;color:#00d68b}.world-map{width:100%;margin:12px 0;mix-blend-mode:screen}.global-operations p{color:#d6e7fb;font-size:12px;display:flex;gap:9px;align-items:center;margin:3px 0}.global-operations p>.icon{width:13px;height:13px;color:#00d080}.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding-top:19px;border-top:1px solid #24445c;font-size:11px;color:#bbd0e5;gap:25px}.footer-bottom>div{display:flex}.footer-bottom a{padding:0 15px;border-left:1px solid #466278}.footer-bottom a:first-child{border:0}
.service-hero .hero-inner{min-height:460px;padding-top:63px;padding-left:4.6%;padding-right:4.6%}.service-hero .hero-copy{width:38%;max-width:520px}.service-hero h1{font-size:clamp(35px,3.63vw,53px);line-height:1.03;letter-spacing:-.048em}.service-hero .hero-copy p{font-size:16px;line-height:1.42;margin:17px 0 23px}.service-hero .hero-art{width:68%;mask-image:linear-gradient(to right,transparent,#000 8%)}.service-hero .hero-benefits{gap:32px;margin-top:36px;width:72%}.service-hero .hero-benefits span{font-size:13px}.breadcrumb{position:absolute;top:17px;left:4.6%;z-index:5;font-size:11px;display:flex;gap:12px;opacity:.85}.breadcrumb a:hover{color:var(--accent)}
.aws-hero{background:#062239;color:#fff}.aws-hero .breadcrumb{display:none}.aws-hero .hero-inner{padding-top:51px;min-height:443px}.aws-hero .hero-copy{width:35%}.aws-hero h1 span{color:#ffab35}.aws-hero .hero-copy .eyebrow{color:#badbfa}.aws-hero .hero-copy p{color:#e3eef8}.aws-hero .hero-benefits{gap:27px;width:69%;margin-top:28px}.aws-hero .hero-benefits span{font-size:12px}.aws-hero .button-outline{color:#00b5ff;border-color:#00aeff;background:#03203880}.aws-shell .platform-strip{margin-top:-4px;padding:16px 35px 20px;z-index:5;border-radius:15px 15px 0 0}.aws-shell .platform-row{grid-template-columns:repeat(7,minmax(0,1fr)) 120px;gap:10px}.aws-shell .platform-item{border:1px solid var(--line);padding:11px 6px;gap:9px;border-radius:9px}.aws-shell .platform-item:after{display:none}.aws-shell .platform-item>span:last-child{font-size:12px}.aws-shell .platform-item.selected{border-color:#ac7634;box-shadow:0 1px 8px #ffab3420}.aws-shell .strip-note{color:#ff9d24;font-size:20px;margin-top:0}.aws-services{padding:17px 35px 13px;gap:18px;grid-template-columns:27% 1fr;align-items:center}.aws-services .section-intro h2{font-size:27px}.aws-services .section-intro .eyebrow{margin-bottom:13px}.aws-services .section-intro p{font-size:14px;margin:14px 0 12px;line-height:1.45}.aws-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.service-card{border:1px solid var(--line);border-radius:10px;padding:17px;background:var(--surface);position:relative}.service-card>.icon{color:var(--card-accent);width:37px;height:37px;margin-bottom:10px}.service-card h3{font-size:15px;line-height:1.25;letter-spacing:-.035em}.service-card p{font-size:13px;line-height:1.42;margin-top:8px}.aws-service-grid .service-card{display:grid;grid-template-columns:34px 1fr;gap:5px 10px;padding:16px 13px}.aws-service-grid .service-card>.icon{width:31px;height:31px;grid-row:1/3;color:#ff9600;margin:0}.aws-service-grid .service-card:nth-child(2)>.icon,.aws-service-grid .service-card:nth-child(5)>.icon{color:#08b6ff}.aws-service-grid .service-card h3{font-size:12px;line-height:1.3;align-self:center}.aws-service-grid .service-card p{font-size:12px;line-height:1.42;margin:0}.aws-operations-grid{display:grid;grid-template-columns:1.62fr 1.05fr .78fr;gap:13px;padding:0 26px}.aws-why,.aws-journey{padding:18px 17px}.aws-why h2,.aws-journey h2{font-size:19px;margin-bottom:19px;letter-spacing:-.035em}.aws-why .reason{gap:16px;margin-bottom:19px}.aws-why .reason:last-child{margin:0}.aws-why .reason>.icon{width:32px;height:32px}.aws-why .reason:first-of-type>.icon{color:#ff9d25}.aws-why .reason h3{font-size:13px;margin-bottom:3px}.aws-why .reason p{font-size:12px;line-height:1.35}
.process-steps{display:grid;gap:25px;grid-auto-columns:1fr;grid-auto-flow:column}.process-step{position:relative;min-width:0}.step-number{position:absolute;top:-4px;left:1px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--step-color);color:#fff;font-size:14px;font-weight:600;box-shadow:0 0 0 3px var(--solid)}.process-step>.icon{width:37px;height:37px;color:var(--step-color);display:block;margin:18px 0 16px 33px}.process-step h3{font-size:14px;line-height:1.25}.process-step p{font-size:13px;line-height:1.4;margin-top:9px}.process-step:not(:last-child):after{content:"›";position:absolute;right:-18px;top:48px;font-size:32px;color:#008cff}.process-steps.vertical{display:flex;flex-direction:column;gap:21px;padding-left:10px}.vertical .process-step{padding-left:42px;min-height:51px}.vertical .process-step>.icon{display:none}.vertical .step-number{left:-2px;top:0;box-shadow:0 0 0 3px #006dc025,0 0 15px #008aff7f;width:31px;height:31px}.vertical .process-step:not(:last-child):after{content:"";width:1px;height:calc(100% - 11px);background:#007bb9;top:35px;left:14px;right:auto}.vertical .process-step h3{font-size:13px;margin-bottom:7px}.vertical .process-step p{font-size:12px;margin:0}.aws-journey .button{font-size:12px;padding:12px 9px;min-height:38px;width:100%;gap:5px;margin-top:15px;border-radius:8px;white-space:normal}.aws-contact{margin-top:15px;padding:27px 40px 22px;border:1px solid var(--line);border-radius:14px;background:radial-gradient(ellipse at 60% -10%,#765248,#123950 38%,#08283f 60%,#061e32)}.aws-contact h2{font-size:29px}.aws-contact p{font-size:16px;color:#dce9f5;margin:5px 0 16px}.aws-contact-bottom{display:flex;gap:35px;align-items:center}.aws-contact .button{min-height:44px;padding:12px 25px}.compact-metrics{display:grid;grid-template-columns:repeat(4,1fr);flex:1;max-width:640px}.compact-metrics .metric strong{color:#f5f9ff;font-size:22px}.compact-metrics .metric span{font-size:11px;margin-top:3px;color:#c1d3e8}.compact-metrics .metric>.icon{color:#fff;height:24px}.compact-metrics .metric:not(:last-child):after{background:#51718a}
.dashboard{border:1px solid #265676;border-radius:13px;padding:16px;background:radial-gradient(ellipse at 95% 90%,#0d3c66,#041c34);color:#f2f8ff;overflow:hidden}.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.dashboard-heading h2{font-size:18px;letter-spacing:-.035em;display:flex;align-items:center;gap:9px;line-height:1.3}.dashboard-heading h2>.icon{width:18px;height:18px;color:#00d39a}.demo-label{font-size:9px;line-height:1.3;letter-spacing:.07em;padding:4px 6px;border-radius:4px;background:#173d5c;color:#b6d4ed;white-space:nowrap}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:15px}.mini-stat{display:flex;align-items:center;gap:12px;border:1px solid #42647f;background:linear-gradient(110deg,#143655,#244765);border-radius:9px;padding:14px 12px;min-width:0;position:relative}.mini-stat>.icon{width:36px;height:36px;padding:4px;box-sizing:content-box;color:#00c7ff;background:#0076c44a;border:1px solid #49b4fa44;border-radius:50%}.mini-stat:nth-child(2)>.icon{color:#65efbf;background:#0786614a}.mini-stat:nth-child(3)>.icon{color:#ff5d65;background:#da474c33}.mini-stat strong{display:block;font-size:21px;letter-spacing:-.05em;line-height:1.2}.mini-stat span{display:block;font-size:12px;margin-top:3px;line-height:1.25}.mini-stat small{color:#36d79d;font-size:10px;position:absolute;bottom:8px;right:8px}.dashboard-widgets{display:grid;grid-template-columns:1.36fr 1.1fr 1fr;gap:12px}.widget{background:#0b2b477a;border:1px solid #32536d;border-radius:10px;padding:13px;position:relative;min-width:0}.widget h3{font-size:13px;letter-spacing:-.035em;margin-bottom:13px}.line-chart{display:block;width:100%;height:auto;max-height:151px}.chart-grid{color:#657e955c}.chart-axis{display:flex;justify-content:space-between;font-size:10px;margin-top:8px;color:#adbed2}.distribution{display:flex;align-items:center;gap:12px}.donut{width:96px;aspect-ratio:1;border-radius:50%;background:conic-gradient(#008cff 0 38%,#50db73 38% 60%,#ffcc39 60% 78%,#a791f2 78% 90%,#df9ded 90%);position:relative;flex-shrink:0;transform:rotate(-35deg)}.donut:after{content:"";position:absolute;inset:22%;background:#123652;border-radius:50%}.distribution ul{flex:1}.distribution li{font-size:10px;display:flex;align-items:center;gap:6px;line-height:1.7;margin-bottom:4px}.distribution li i{width:9px;height:9px;border-radius:2px;flex:none}.distribution li span{margin-left:auto;padding-left:8px}.activity-widget li{display:flex;align-items:center;gap:8px;font-size:10px;line-height:1.8;margin-bottom:7px}.activity-widget li>i{height:8px;width:8px;border-radius:50%;flex:none}.activity-widget time{margin-left:auto;color:#b5c4d6;font-size:9px;white-space:nowrap}.aws-dashboard{padding:15px 14px}.aws-dashboard .dashboard-heading h2>.icon{color:#ff9824}.aws-dashboard .dashboard-stats{gap:8px}.aws-dashboard .mini-stat{border-color:#224c68;background:#0a2b4566;display:grid;grid-template-columns:30px 1fr;padding:12px 7px 25px;gap:8px}.aws-dashboard .mini-stat>.icon{height:23px;width:23px;background:#c5761b22;border:0;color:#ff9821}.aws-dashboard .mini-stat strong{font-size:18px}.aws-dashboard .mini-stat span{font-size:10px;margin-top:5px}.aws-dashboard .mini-stat small{font-size:9px;bottom:7px}.aws-map-row{display:grid;grid-template-columns:1.65fr 1fr;gap:15px;align-items:center}.aws-world{width:100%;mix-blend-mode:screen}.region-status{border:1px solid #204665;border-radius:8px;padding:13px}.region-status p{display:flex;gap:10px;align-items:flex-start;margin:0 0 14px;color:#dfebf7;font-size:11px}.region-status p:last-child{margin:0}.region-status small{display:block;color:#a6bdd4;font-size:10px;margin-top:4px}.status-dot{width:12px;height:12px;background:#00d276;flex:none;border-radius:50%;margin-top:2px}.status-dot.amber{background:#ffb21b}.status-dot.red{background:#ff3a31}.dashboard-note{font-size:10px;color:#9dbddd;text-align:right;margin-top:18px;display:flex;align-items:center;gap:8px;justify-content:flex-end}.dashboard-note>.icon{width:23px;color:#0bf}
.azure-hero{background:linear-gradient(110deg,#003b89,#057fde 56%,#81dcff);color:#fff}.azure-hero .hero-art{width:67.4%}.azure-hero .hero-copy{width:36%}.azure-hero .hero-copy .eyebrow{color:#fff}.azure-hero .hero-copy p{color:#f1f6ff}.azure-hero .button-outline{color:#fff;border-color:#fff;background:#08469540}.azure-hero .hero-benefits{margin-top:32px;gap:35px}.azure-hero .hero-benefits .icon{color:#fff;filter:drop-shadow(0 0 5px #0af)}.azure-capabilities{padding:22px 23px 19px}.azure-capabilities .section-heading{margin-bottom:16px}.azure-capabilities .eyebrow{margin:0}.capability-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px}.capability-grid .service-card{text-align:center;display:flex;flex-direction:column;align-items:center;padding:15px 8px 16px;justify-content:center}.capability-grid .service-card>.icon{width:42px;height:42px;margin-bottom:14px}.capability-grid h3{font-size:13px;line-height:1.3}.azure-main-grid{display:grid;grid-template-columns:30% 1fr;gap:17px;margin-top:17px}.azure-why{padding:20px 22px}.azure-why h2{font-size:25px;line-height:1.25;margin-bottom:17px}.check-list{display:flex;flex-direction:column;gap:13px;margin-bottom:20px}.check-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);line-height:1.4}.check-list .icon{width:25px;height:25px;color:#fff;background:#008cff;padding:4px;border-radius:50%}.azure-why .button{font-size:14px;min-height:44px}.azure-dashboard{padding:17px 20px}.azure-dashboard .dashboard-heading h2{font-size:19px}.azure-dashboard .mini-stat{padding:12px 10px;gap:10px}.azure-dashboard .mini-stat>.icon{width:29px;height:29px}.azure-dashboard .mini-stat strong{font-size:21px}.azure-dashboard .mini-stat span{font-size:12px}.azure-dashboard .dashboard-widgets{gap:11px}.azure-process-grid{display:grid;grid-template-columns:1.75fr 1fr;gap:17px;margin-top:16px}.migration-panel,.azure-benefits{padding:17px 21px}.migration-panel h2,.azure-benefits h2{font-size:24px}.migration-panel>p{font-size:14px;margin:4px 0 21px}.migration-panel .process-step{border:1px solid var(--line);padding:12px 9px 15px;border-radius:9px}.migration-panel .step-number{top:-5px;left:7px}.migration-panel .process-step>.icon{margin:7px auto 14px;color:#008cff}.migration-panel .process-step h3{font-size:12px}.migration-panel .process-step p{font-size:12px}.migration-panel .process-step:not(:last-child):after{right:-20px;top:49px}.azure-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}.azure-benefit-grid .service-card{display:grid;grid-template-columns:37px 1fr;padding:13px 11px;gap:5px 9px}.azure-benefit-grid .service-card>.icon{width:33px;height:33px;grid-row:1/3;margin:0}.azure-benefit-grid h3{font-size:13px}.azure-benefit-grid p{font-size:12px;margin:0}.azure-contact{padding:23px 35px 23px 19%;margin-top:15px;display:flex;align-items:center;gap:28px;border-radius:15px;background:linear-gradient(115deg,#0161b6,#0051a5 45%,#003d77);min-height:150px}.azure-cta-art{position:absolute;width:18%;left:0;top:0;mask-image:linear-gradient(to right,#000 65%,transparent)}.azure-contact>div{flex:1}.azure-contact h2{font-size:24px}.azure-contact p{font-size:14px;color:#d6eaff;margin:5px 0 16px}.azure-contact .button{min-height:40px;padding:11px 21px;font-size:14px}.azure-contact ul{padding-left:25px;border-left:1px solid #6ba9d655;font-size:14px;line-height:2}.azure-contact .handwritten{font-size:20px;color:#eef9ff}
.google-hero{background:linear-gradient(100deg,#f6faff,#e9f6ff 80%,#ebf9ff);color:#071d3b}.google-hero .hero-art{width:64.5%}.google-hero .hero-copy{width:38%}.google-hero .hero-inner{min-height:432px;padding-top:70px}.google-hero .hero-benefits{gap:30px;margin-top:31px;width:70%}.google-hero .hero-benefits>div{gap:12px}.google-hero .hero-benefits span{font-size:12px}.google-hero .hero-benefits .icon{width:29px;height:29px}.google-product-strip{padding:20px 36px 17px}.google-product-strip .eyebrow{margin-bottom:11px}.google-product-strip>div:last-child{display:grid;grid-template-columns:1fr .9fr .9fr .9fr .9fr 1.45fr .85fr .8fr;align-items:center}.google-product{display:flex;align-items:center;justify-content:center;gap:8px;border-right:1px solid var(--line);min-height:41px;font-size:13px;letter-spacing:-.03em}.google-product:last-child{border:0}.google-product>.icon{color:#138aff;width:34px;height:34px}.google-product:first-child{flex-direction:column;gap:1px}.google-product:first-child .provider-logo{width:28px}.google-services{padding:25px 17px 18px;margin-top:15px}.google-services .section-heading{margin:0 16px 23px;gap:30px}.google-services .section-heading h2{font-size:30px}.google-services .section-heading>div:last-child{width:43%;max-width:580px}.google-services .section-heading p{font-size:14px;margin:0 0 8px}.google-services .section-heading .text-link{font-size:12px}.google-service-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px}.google-service-grid .service-card{padding:17px 16px 16px;display:flex;flex-direction:column}.google-service-grid .service-card>.icon{margin-bottom:14px}.google-service-grid .service-card h3{font-size:16px;line-height:1.2}.google-service-grid .service-card p{font-size:13px;margin:10px 0 14px;flex:1}.google-service-grid .text-link{font-size:13px}
.google-operations{display:grid;grid-template-columns:27% 1fr;gap:18px;padding:17px 17px 17px 30px;margin-top:15px;align-items:center}.google-operations .section-intro h2{font-size:30px}.google-operations .section-intro .eyebrow{margin-bottom:11px}.google-operations .section-intro p{font-size:14px;margin:14px 0 23px;line-height:1.5}.google-operations .button{font-size:13px;gap:8px;min-height:43px;padding:12px 17px}.google-dashboard{background:#f8fbff;border-color:#d6e9fe;color:#0c2550;padding:12px;border-radius:16px}.google-dashboard .dashboard-heading{margin-bottom:10px}.google-dashboard .dashboard-heading h2{font-size:13px}.google-dashboard .demo-label{background:#e5f0ff;color:#4d6d95}.google-dashboard .dashboard-stats{gap:10px;margin-bottom:11px}.google-dashboard .mini-stat{background:#fff;border-color:#daeaff;padding:11px 10px;gap:9px;min-height:66px}.google-dashboard .mini-stat>.icon{width:28px;height:28px;color:#008dff;background:#edf6ff;border:0}.google-dashboard .mini-stat:nth-child(2)>.icon{color:#1ba950;background:#eaf9f1}.google-dashboard .mini-stat:nth-child(3)>.icon{color:#ef554c;background:#fff1f0}.google-dashboard .mini-stat:nth-child(4)>.icon{color:#ffb300;background:transparent}.google-dashboard .mini-stat strong{font-size:23px}.google-dashboard .mini-stat span{font-size:10px;line-height:1.4}.google-dashboard .mini-stat small{font-size:10px;right:6px;bottom:6px}.google-chart-row{display:grid;grid-template-columns:2.6fr 1fr;gap:12px}.google-dashboard .widget{background:#fff;border-color:#dbeafb;padding:13px 15px}.google-dashboard .widget h3{font-size:14px;margin-bottom:3px}.google-dashboard .widget h3>span{display:block;font-size:11px;color:#6984a2;font-weight:400;margin-top:5px}.google-dashboard .chart-grid{color:#bdd2e46e}.google-dashboard .chart-axis{color:#536f99;font-size:9px}.google-dashboard .line-chart{margin-top:15px;max-height:130px}.chart-legend{display:flex;justify-content:flex-end;gap:12px;font-size:9px;margin-top:6px}.chart-legend span{display:inline-flex;align-items:center;gap:4px}.chart-legend span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--line)}.service-health h3{margin-bottom:13px!important}.service-health li{display:flex;align-items:center;gap:8px;font-size:10px;margin:9px 0}.service-health .icon{width:14px;height:14px;color:#1bac56}.service-health li em{color:#20a855;margin-left:auto;font-size:10px;font-style:normal}
.google-process-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:15px}.google-migration{padding:23px 35px}.google-migration .eyebrow{margin-bottom:8px}.google-migration h2{font-size:29px}.google-migration>p{font-size:14px;margin:7px 0 22px}.google-migration .process-steps{gap:41px}.google-migration .step-number{width:35px;height:35px;font-size:16px;top:0;left:0}.google-migration .process-step>.icon{margin:7px 0 23px 63px;width:34px;height:34px}.google-migration .process-step:not(:last-child):after{right:-25px;top:23px}.google-partner{padding:30px 36px;background:linear-gradient(120deg,var(--solid),#eaf5ff)}.google-partner>.icon{width:40px;height:40px;color:#008aff;margin-bottom:13px}.google-partner h2{font-size:27px}.google-partner p{font-size:14px;margin:14px 0 20px}.google-partner .button{font-size:13px;padding:11px 15px;min-height:43px;white-space:normal}.google-shell .faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.faq-section{padding:23px 27px 21px;margin-top:16px}.faq-section .section-heading{margin-bottom:16px}.faq-section h2{font-size:25px;line-height:1.2}.faq-section .eyebrow{font-size:10px;margin-bottom:7px}.faq-section .section-heading p{font-size:13px;margin-top:5px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;align-items:start}.faq-grid details{border:1px solid var(--line);border-radius:7px;background:var(--surface)}.faq-grid summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;font-size:13px;line-height:1.4;cursor:pointer;list-style:none;font-weight:500}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:hover{color:var(--accent)}.faq-plus{font-size:22px;line-height:1;color:var(--accent);font-weight:400}.faq-grid details[open] .faq-plus{transform:rotate(45deg)}.faq-grid details>p{padding:1px 16px 17px;font-size:14px;line-height:1.65}
.skip-link{position:absolute;top:-80px;left:10px;z-index:100;padding:12px 18px;background:#fff;color:#005ccc;border:2px solid #007dff;border-radius:8px}.skip-link:focus{top:10px}.noscript-note{text-align:center;padding:15px;font-size:14px}dialog{border:1px solid var(--line);border-radius:18px;width:min(650px,calc(100% - 32px));padding:26px;background:var(--solid);color:var(--text);box-shadow:0 30px 100px #00172d40}dialog::backdrop{background:#021629b8;backdrop-filter:blur(5px)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.dialog-heading h2{font-size:25px}.dialog-heading p{font-size:14px;margin-top:8px}.search-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;padding:4px 13px;gap:10px;color:var(--accent)}.search-field input{width:100%;background:transparent;color:var(--text);padding:12px 0;border:0;font-size:15px}#search-results{margin-top:19px;max-height:55vh;overflow:auto}#search-results a{display:flex;justify-content:space-between;align-items:center;padding:13px 10px;border-bottom:1px solid var(--line);gap:20px;font-size:15px}#search-results a:hover{color:var(--accent);background:#008aff08}#search-results small{display:block;font-size:12px;color:var(--muted);margin-top:3px}#search-results p{font-size:14px;padding:16px 8px}#demo-dialog{width:min(1080px,calc(100% - 32px))}.demo-dialog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px;font-size:14px}
[data-theme=dark] .home-hero{background:linear-gradient(100deg,#071d30,#0d2941 70%)}[data-theme=dark] .home-hero .hero-art,[data-theme=dark] .google-hero .hero-art{opacity:.85;mask-image:linear-gradient(to right,transparent,#000 18%)}[data-theme=dark] .home-hero .hero-copy .eyebrow{color:#a9d2fe}[data-theme=dark] .provider-logo{border-radius:5px}[data-theme=dark] .google-hero{background:#081f34;color:#f4f8ff}[data-theme=dark] .google-hero .hero-copy p{color:#c6d9ec}[data-theme=dark] .google-hero .hero-copy .eyebrow{color:#a9d2fe}[data-theme=dark] .google-partner{background:linear-gradient(120deg,#072035,#0c304c)}
@media(max-width:1350px){.header-inner{gap:14px;padding:9px 26px;min-height:66px}.brand-mark{width:64px}.brand-title{font-size:21px}.brand-tagline{font-size:6.6px}.main-nav{gap:15px}.nav-home,.nav-trigger{font-size:10px}.header-actions{gap:8px}.header-actions>.button{min-height:38px;font-size:11px;padding:10px 13px}.theme-switch button{width:29px;height:29px}.header-actions .search-toggle{width:25px}.hero-benefits{gap:24px;margin-top:30px}.hero-benefits span{font-size:12px}.hero-benefits .icon{width:30px;height:30px}.home-hero .hero-copy p{font-size:14px}.home-hero .hero-art{width:58.5%;top:5px}.platform-strip{padding:22px 30px 16px}.platform-item>span:last-child{font-size:12px}.strip-note{font-size:16px}.cloud-platforms{padding:34px 30px 27px;grid-template-columns:32% 1fr;gap:22px}.section-intro h2{font-size:28px}.cloud-card-grid{gap:12px}.cloud-card{padding:17px 14px 14px;min-height:130px}.cloud-card h3,.cloud-card p{font-size:12px}.cloud-card .provider-logo{width:37px}.home-contact{padding:30px 36px 30px 11%;min-height:285px}.contact-copy p{font-size:12px}.why-home{padding:0 30px}.why-home h2{font-size:27px}.why-home .section-heading>p{font-size:14px}.home-reasons{gap:14px}.home-reasons .reason{gap:10px}.reason>.icon{width:35px;height:35px}.reason h3,.reason p{font-size:12px}.metric strong{font-size:28px}.metric span{font-size:12px}.footer-inner{padding:33px 35px 20px}.footer-main{gap:20px}.footer-brand .brand-title{font-size:18px}.footer-brand .brand-mark{width:60px}.footer-brand .brand-tagline{font-size:5px}.footer-column a{font-size:11px}.footer-column h3{font-size:9px}.global-operations{padding:14px 12px}.global-operations h3,.global-operations p{font-size:11px}
.service-hero .hero-inner{min-height:396px;padding-top:56px}.service-hero .hero-copy p{font-size:14px;margin:15px 0 20px}.service-hero .hero-copy .eyebrow{font-size:10px}.service-hero .button{font-size:12px;min-height:42px;padding:11px 16px}.service-hero .button-row{gap:12px}.service-hero .hero-benefits{gap:24px;margin-top:27px}.service-hero .hero-benefits span{font-size:11px}.service-hero .hero-benefits .icon{width:29px;height:29px}.service-hero .hero-benefits>div{gap:11px}.aws-hero .hero-inner{padding-top:40px;min-height:380px}.aws-hero .hero-benefits{gap:19px}.aws-hero .hero-benefits span{font-size:10px}.aws-services{padding:18px 25px}.aws-services .section-intro h2{font-size:24px}.aws-services .section-intro p{font-size:13px}.aws-service-grid .service-card{padding:13px 10px;grid-template-columns:28px 1fr;gap:5px 8px}.aws-service-grid .service-card>.icon{width:26px;height:26px}.aws-service-grid .service-card h3,.aws-service-grid .service-card p{font-size:11px}.aws-operations-grid{padding:0 18px;gap:10px}.aws-why,.aws-journey{padding:16px 14px}.aws-why h2,.aws-journey h2{font-size:17px}.aws-why .reason{gap:12px;margin-bottom:16px}.aws-why .reason>.icon{width:29px;height:29px}.aws-why .reason h3,.vertical .process-step h3{font-size:12px}.aws-why .reason p,.vertical .process-step p{font-size:11px}.vertical .process-step{padding-left:36px}.process-steps.vertical{padding-left:4px;gap:18px}.aws-dashboard .dashboard-heading h2{font-size:16px}.aws-dashboard .mini-stat{padding:11px 6px 24px;grid-template-columns:22px 1fr;gap:6px}.aws-dashboard .mini-stat>.icon{width:20px;height:20px;padding:2px}.aws-dashboard .mini-stat strong{font-size:16px}.aws-dashboard .mini-stat span{font-size:9px}.region-status{padding:10px}.region-status p{font-size:10px;gap:7px}.aws-map-row{gap:10px}.dashboard-note{font-size:9px}.aws-contact h2{font-size:26px}.aws-contact .button{font-size:13px;padding:11px 18px}.compact-metrics .metric{padding:0 11px}.compact-metrics .metric strong{font-size:21px}.compact-metrics .metric span{font-size:10px}
.capability-grid h3{font-size:12px}.capability-grid .service-card>.icon{width:35px;height:35px}.azure-why{padding:19px 17px}.azure-why h2{font-size:22px}.check-list li{font-size:12px}.azure-why .button{font-size:12px}.azure-dashboard{padding:16px}.azure-dashboard .mini-stat{gap:8px;padding:11px 8px}.azure-dashboard .mini-stat>.icon{width:25px;height:25px}.azure-dashboard .mini-stat strong{font-size:19px}.azure-dashboard .mini-stat span{font-size:11px}.azure-dashboard .widget{padding:10px}.widget h3{font-size:11px}.distribution{gap:8px}.donut{width:78px}.distribution li{font-size:9px;gap:4px}.distribution li span{padding-left:3px}.activity-widget li{font-size:9px;gap:5px}.activity-widget time{font-size:8px}.migration-panel h2,.azure-benefits h2{font-size:21px}.migration-panel .process-steps{gap:21px}.migration-panel .process-step h3{font-size:11px}.migration-panel .process-step p{font-size:11px}.azure-benefit-grid .service-card{padding:11px 8px;grid-template-columns:29px 1fr;gap:4px 7px}.azure-benefit-grid .service-card>.icon{width:27px;height:27px}.azure-benefit-grid h3,.azure-benefit-grid p{font-size:11px}.azure-contact{gap:20px}.azure-contact h2{font-size:21px}.azure-contact p,.azure-contact ul{font-size:12px}.azure-contact .handwritten{font-size:18px}
.google-hero .hero-inner{min-height:389px;padding-top:60px}.google-hero .hero-benefits{gap:21px;width:71%;margin-top:27px}.google-hero .hero-benefits span{font-size:10px}.google-product{font-size:12px}.google-product>.icon{width:28px;height:28px}.google-services .section-heading h2{font-size:27px}.google-services .section-heading p{font-size:13px}.google-service-grid .service-card{padding:15px 12px}.google-service-grid .service-card h3{font-size:14px}.google-service-grid .service-card p,.google-service-grid .text-link{font-size:12px}.google-operations .section-intro h2{font-size:27px}.google-dashboard .mini-stat{padding:10px 8px;gap:7px}.google-dashboard .mini-stat>.icon{width:23px;height:23px}.google-dashboard .mini-stat strong{font-size:20px}.google-dashboard .mini-stat span{font-size:9px}.google-dashboard .mini-stat small{font-size:9px}.google-dashboard .widget{padding:12px}.service-health li,.service-health li em{font-size:9px}.chart-legend{font-size:8px;gap:8px}.google-migration{padding:23px 28px}.google-migration h2{font-size:26px}.google-migration .process-steps{gap:29px}.google-migration .process-step>.icon{margin-left:49px}.google-migration .process-step h3{font-size:13px}.google-migration .process-step p{font-size:12px}.google-partner{padding:27px}.google-partner h2{font-size:25px}.google-partner .button{font-size:12px}.faq-grid summary{font-size:12px}}
@media(min-width:941px) and (max-width:1120px){.header-inner{padding:8px 22px;gap:12px;min-height:59px}.brand-mark{width:57px}.brand-title{font-size:19px}.brand-tagline{font-size:5.8px}.main-nav{gap:13px}.nav-home,.nav-trigger{font-size:9px}.header-actions{gap:6px}.header-actions>.button{font-size:10px;padding:10px 12px}.theme-switch button{width:27px;height:27px}.home-hero h1{font-size:36px}.home-hero .hero-inner{min-height:350px;padding-top:38px}.home-hero .hero-copy p{font-size:13px}.home-hero .button{font-size:12px;min-height:41px;padding:11px 18px}.home-hero .hero-copy .eyebrow{font-size:9px}.home-hero .hero-benefits span{font-size:11px}.home-hero .hero-benefits{gap:25px}.page-shell{padding-left:20px;padding-right:20px}.platform-row{grid-template-columns:repeat(7,minmax(0,1fr)) 90px}.platform-item>span:last-child{font-size:11px}.platform-item .provider-logo{width:34px}.platform-item:nth-child(1) .provider-logo{width:43px}.platform-item:nth-child(5) .provider-logo{width:61px}.cloud-card h3,.cloud-card p{font-size:11px}.cloud-platforms{padding:30px;gap:18px}.section-intro h2{font-size:27px}.section-intro p{font-size:12px}.home-contact{min-height:251px;padding:27px 30px 27px 11.8%}.contact-copy h2{font-size:30px}.contact-copy p{font-size:11px}.contact-copy .button{font-size:12px;min-height:40px;padding:11px 18px}.why-home h2{font-size:24px}.why-home .section-heading>p{font-size:13px}.reason h3,.reason p{font-size:11px}.home-reasons .reason>.icon{width:32px;height:32px}.footer-main{gap:17px}.footer-brand .brand-title{font-size:16px}.footer-brand .brand-mark{width:55px}.footer-brand p{font-size:11px}.footer-column a{font-size:10px}.footer-column h3{font-size:9px}.global-operations h3,.global-operations p{font-size:10px}.service-hero .hero-inner{min-height:360px;padding-top:51px}.service-hero .hero-copy h1{font-size:39px}.service-hero .hero-copy p{font-size:12px}.service-hero .hero-copy .eyebrow{font-size:9px}.service-hero .button{font-size:11px;min-height:38px;padding:10px 14px}.service-hero .hero-benefits{gap:22px;margin-top:26px}.service-hero .hero-benefits span{font-size:10px}.service-hero .hero-benefits .icon{height:28px;width:28px}.aws-hero .hero-inner{min-height:339px;padding-top:37px}.aws-hero .hero-copy h1{font-size:40px}.aws-shell .platform-row{grid-template-columns:repeat(7,minmax(0,1fr)) 90px;gap:8px}.aws-shell .platform-item>span:last-child{font-size:10px}.aws-shell .strip-note{font-size:17px}.aws-shell .platform-strip{padding:16px 26px}.aws-services .section-intro h2{font-size:23px}.aws-service-grid .service-card{padding:12px 10px;grid-template-columns:25px 1fr}.aws-service-grid .service-card h3,.aws-service-grid .service-card p{font-size:10px}.aws-operations-grid{padding:0 17px}.aws-dashboard .dashboard-heading h2{font-size:15px}.aws-why h2,.aws-journey h2{font-size:16px}.aws-why .reason h3,.vertical .process-step h3{font-size:11px}.aws-why .reason p,.vertical .process-step p{font-size:10px}.aws-journey .button{font-size:10px}.aws-contact h2{font-size:24px}.aws-contact p{font-size:14px}.azure-why h2{font-size:20px}.azure-dashboard .dashboard-heading h2{font-size:17px}.azure-dashboard .mini-stat strong{font-size:18px}.azure-dashboard .mini-stat span{font-size:10px}.azure-dashboard .mini-stat>.icon{width:24px;height:24px;padding:2px}.dashboard-widgets{gap:9px}.donut{width:70px}.distribution li{font-size:8px}.activity-widget li{font-size:8px}.activity-widget time{font-size:8px}.capability-grid h3{font-size:11px}.migration-panel h2,.azure-benefits h2{font-size:20px}.azure-contact .handwritten{display:none}.google-hero .hero-inner{min-height:348px;padding-top:54px}.google-hero .hero-copy h1{font-size:38px}.google-hero .hero-benefits{gap:20px;margin-top:24px}.google-hero .hero-benefits span{font-size:9px}.google-services .section-heading h2{font-size:24px}.google-services .section-heading p{font-size:12px}.google-service-grid .service-card{padding:14px 12px}.google-service-grid .service-card h3{font-size:13px}.google-service-grid .service-card p{font-size:11px}.google-service-grid .text-link{font-size:11px}.google-operations .section-intro h2{font-size:24px}.google-dashboard .mini-stat span{font-size:9px}.google-dashboard .mini-stat strong{font-size:19px}.google-dashboard .mini-stat{padding:10px 7px;gap:6px}.google-dashboard .widget{padding:10px}.google-dashboard .widget h3{font-size:12px}.google-migration h2{font-size:25px}.google-migration .process-step>.icon{margin-left:41px}.google-partner h2{font-size:24px}.faq-grid summary{font-size:11px}}
@media(max-width:940px){.main-nav{display:none;position:absolute;left:15px;right:15px;top:100%;padding:13px;background:var(--solid);border:1px solid var(--line);box-shadow:0 20px 35px #001d3425;border-radius:10px;color:var(--text);max-height:80vh;overflow:auto}.main-nav.open{display:block}.main-nav .nav-home,.main-nav .nav-trigger{font-size:15px;padding:14px 12px;width:100%;justify-content:space-between}.nav-home.active:after,.nav-trigger.active:after{display:none}.nav-group{display:block}.nav-dropdown{display:none;position:static;opacity:1;transform:none;visibility:visible;box-shadow:none;background:#008aff05;padding:4px 8px;min-width:0;border:0;margin-bottom:5px}.nav-group:hover .nav-dropdown{display:none}.nav-group.is-open .nav-dropdown{display:block}.nav-dropdown:before{display:none}.nav-dropdown a{font-size:14px}.header-actions{margin-left:auto}.header-actions>.button{font-size:12px}.brand-mark{width:65px}.brand-title{font-size:21px}.brand-tagline{font-size:6px}.menu-toggle{display:flex}.header-inner{padding:10px 24px}.home-hero .hero-copy{width:53%}.home-hero h1{font-size:33px}.home-hero .hero-art{top:12px;width:58%}.home-hero .hero-inner{min-height:345px;padding-top:34px}.home-hero .hero-copy p{font-size:14px}.home-hero .hero-benefits{gap:20px}.platform-strip{padding:20px}.platform-row{grid-template-columns:repeat(7,minmax(0,1fr))}.strip-note{display:none}.platform-item>span:last-child{font-size:11px}.section-grid{grid-template-columns:1fr}.cloud-platforms{padding:32px 18px}.section-intro h2{font-size:29px}.section-intro p{font-size:14px;max-width:580px;margin:15px 0}.cloud-card-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:7px}.cloud-card h3,.cloud-card p{font-size:13px}.cloud-card{padding:17px}.home-contact{padding:30px;min-height:246px}.contact-copy{max-width:74%}.contact-copy h2{font-size:28px}.contact-copy p{font-size:13px;max-width:450px}.contact-copy br{display:none}.cta-art{width:48%;top:auto;bottom:0}.why-home{padding:0 18px}.why-home .section-heading{display:block}.why-home .section-heading>div,.why-home .section-heading>p{width:100%;max-width:none}.why-home .section-heading>p{font-size:15px;margin-top:15px}.home-reasons{grid-template-columns:repeat(3,1fr);gap:24px 18px}.home-reasons .reason{border:0}.reason h3{font-size:14px}.reason p{font-size:13px}.metrics{width:100%;padding:22px 5px}.stats-line>.handwritten{display:none}.metric span{font-size:12px}.footer-main{grid-template-columns:repeat(4,1fr);gap:25px}.footer-brand{grid-column:span 2}.footer-brand .brand-mark{width:62px}.footer-brand .brand-title{font-size:21px}.footer-brand .brand-tagline{font-size:6px}.footer-brand p{font-size:14px;margin:16px 0 10px}.footer-contact{font-size:13px}.footer-column h3{font-size:11px}.footer-column a{font-size:13px}.global-operations{grid-column:span 2;max-width:300px}.global-operations h3,.global-operations p{font-size:13px}
.service-hero .hero-copy{width:46%}.service-hero .hero-art{width:65%;top:25px}.service-hero .hero-inner{min-height:390px;padding-top:63px}.service-hero .hero-copy h1{font-size:35px}.service-hero .hero-copy p{font-size:14px}.service-hero .hero-benefits{gap:24px;width:100%}.service-hero .hero-benefits span{font-size:11px}.service-hero .hero-benefits>div{gap:9px}.service-hero .button{font-size:12px;min-height:41px}.aws-hero .hero-inner{min-height:389px;padding-top:42px}.aws-hero .hero-copy{width:44%}.aws-hero .hero-art{width:64%;top:0}.aws-hero .hero-benefits{gap:21px;margin-top:30px}.aws-shell .platform-row{grid-template-columns:repeat(7,minmax(0,1fr))}.aws-services{padding:23px 19px}.aws-services .section-intro h2{font-size:29px}.aws-services .section-intro p{font-size:14px}.aws-service-grid .service-card{padding:16px 12px}.aws-service-grid .service-card h3{font-size:12px}.aws-service-grid .service-card p{font-size:11px}.aws-operations-grid{grid-template-columns:1.1fr 1fr;padding:0}.aws-dashboard{grid-column:span 2}.aws-dashboard .dashboard-heading h2{font-size:21px}.aws-dashboard .mini-stat strong{font-size:24px}.aws-dashboard .mini-stat span{font-size:13px}.aws-dashboard .mini-stat small{font-size:12px}.aws-dashboard .mini-stat{padding:15px 14px 25px;gap:15px;grid-template-columns:40px 1fr}.aws-dashboard .mini-stat>.icon{width:31px;height:31px}.aws-world{max-width:400px}.aws-map-row{grid-template-columns:1.6fr 1fr;gap:25px}.region-status p{font-size:14px;margin-bottom:16px}.region-status small{font-size:12px}.region-status{padding:18px}.dashboard-note{font-size:11px}.aws-why,.aws-journey{padding:23px}.aws-why h2,.aws-journey h2{font-size:23px}.aws-why .reason h3,.vertical .process-step h3{font-size:14px}.aws-why .reason p,.vertical .process-step p{font-size:13px}.process-steps.vertical{gap:25px}.aws-journey .button{font-size:14px;margin-top:23px}.aws-contact-bottom{flex-wrap:wrap;gap:23px}.compact-metrics{flex:none;width:100%}.compact-metrics .metric strong{font-size:25px}.compact-metrics .metric span{font-size:12px}
.azure-main-grid{grid-template-columns:1fr}.azure-why h2{font-size:25px}.azure-why{padding:22px}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.check-list li{font-size:14px}.azure-why .button{font-size:14px}.azure-capabilities{padding:20px}.capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.capability-grid h3{font-size:14px}.capability-grid .service-card{padding:17px 10px}.azure-dashboard .dashboard-heading h2{font-size:20px}.azure-dashboard .mini-stat strong{font-size:22px}.azure-dashboard .mini-stat span{font-size:13px}.azure-dashboard .mini-stat{gap:10px;padding:13px 11px}.azure-dashboard .mini-stat>.icon{height:31px;width:31px}.widget h3{font-size:13px}.donut{width:90px}.distribution li,.activity-widget li{font-size:10px}.activity-widget time{font-size:9px}.azure-process-grid{grid-template-columns:1fr}.migration-panel,.azure-benefits{padding:23px}.migration-panel h2,.azure-benefits h2{font-size:25px}.migration-panel>p{font-size:14px}.migration-panel .process-step h3{font-size:13px}.migration-panel .process-step p{font-size:12px}.azure-benefit-grid .service-card{padding:17px;grid-template-columns:40px 1fr;gap:7px 12px}.azure-benefit-grid h3{font-size:15px}.azure-benefit-grid p{font-size:14px}.azure-contact{padding:25px 30px 25px 20%}.azure-contact ul,.azure-contact .handwritten{display:none}.azure-contact h2{font-size:24px}.azure-contact p{font-size:14px}
.google-hero .hero-copy{width:44%}.google-hero .hero-copy h1{font-size:35px}.google-hero .hero-benefits{width:100%;gap:22px;margin-top:34px}.google-hero .hero-art{width:64%;top:8px}.google-product-strip>div:last-child{grid-template-columns:repeat(4,1fr);gap:16px 0}.google-product{font-size:14px;min-height:48px}.google-product:first-child{flex-direction:row;gap:10px}.google-services .section-heading{display:block}.google-services .section-heading>div:last-child{width:100%;max-width:none;margin-top:15px}.google-services .section-heading p{font-size:14px}.google-services .section-heading .text-link{font-size:13px}.google-services .section-heading h2{font-size:29px}.google-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.google-service-grid .service-card h3{font-size:15px}.google-service-grid .service-card p,.google-service-grid .text-link{font-size:13px}.google-service-grid .service-card{padding:17px}.google-operations{grid-template-columns:1fr;padding:25px}.google-operations .section-intro h2{font-size:29px}.google-operations .section-intro p{font-size:14px}.google-operations .button{font-size:14px;margin-bottom:8px}.google-dashboard .mini-stat strong{font-size:23px}.google-dashboard .mini-stat span{font-size:11px}.google-dashboard .mini-stat small{font-size:10px}.google-dashboard .mini-stat{padding:12px 10px;gap:9px}.google-dashboard .mini-stat>.icon{height:26px;width:26px}.google-dashboard .widget h3{font-size:14px}.google-dashboard .widget{padding:15px}.chart-legend{font-size:9px}.service-health li,.service-health li em{font-size:10px}.google-process-grid{grid-template-columns:1fr}.google-migration h2{font-size:29px}.google-migration>p{font-size:14px}.google-migration .process-step h3{font-size:14px}.google-migration .process-step p{font-size:13px}.google-partner .button,.google-partner p{font-size:14px}.google-partner h2 br{display:none}.google-shell .faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-grid summary{font-size:13px}.faq-section h2{font-size:26px}}
@media(max-width:650px){.header-inner{padding:10px 16px;gap:8px}.header-actions>.button,.header-actions>.search-toggle{display:none}.brand-mark{width:56px}.brand-title{font-size:20px}.brand-tagline{font-size:5.8px}.header-actions{gap:8px}.theme-switch button{height:28px;width:28px}.hero-inner{padding-left:24px!important;padding-right:24px!important}.home-hero .hero-inner{padding-top:34px;min-height:0;padding-bottom:30px}.hero-copy,.home-hero .hero-copy,.service-hero .hero-copy{width:100%!important;max-width:none}.home-hero h1{font-size:39px}.hero-copy .eyebrow{font-size:10px!important;letter-spacing:.15em;margin-bottom:14px}.home-hero .hero-copy p{font-size:16px;margin:17px 0 22px}.hero-art,.home-hero .hero-art,.service-hero .hero-art{position:relative;width:calc(100% + 48px)!important;right:auto;top:auto!important;margin:17px -24px -10px;mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent)!important}.home-hero .hero-benefits{gap:12px;justify-content:space-between;margin-top:26px}.hero-benefits>div{gap:8px!important}.hero-benefits span{font-size:11px!important}.hero-benefits .icon{width:26px!important;height:26px!important}.home-hero .button{min-height:43px;font-size:13px}.button-row{gap:12px}.page-shell{padding-left:14px;padding-right:14px;padding-bottom:25px}.platform-strip{padding:19px 16px}.platform-strip>.eyebrow{font-size:10px;line-height:1.5}.platform-row{display:flex;flex-wrap:wrap;gap:9px}.platform-item{width:calc(25% - 7px);border:1px solid var(--line);border-radius:8px;padding:12px 5px;min-height:89px;flex:1 0 calc(25% - 9px)}.platform-item:after{display:none}.platform-item>span:last-child{font-size:10px}.platform-item .provider-logo{width:31px}.platform-item:nth-child(1) .provider-logo{width:39px}.platform-item:nth-child(5) .provider-logo{width:49px}.cloud-platforms{padding:28px 10px 25px}.section-intro h2{font-size:29px}.section-intro .eyebrow{font-size:11px;margin-bottom:13px}.section-intro p{font-size:15px;line-height:1.6}.text-link{font-size:14px}.cloud-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.cloud-card{min-height:163px;padding:20px 16px}.cloud-card h3{font-size:13px;line-height:1.35}.cloud-card p{font-size:13px}.cloud-card .provider-logo{width:40px}.cloud-card:nth-child(5) .provider-logo{width:62px}.home-contact{padding:29px 24px 0;display:block;min-height:0}.contact-copy{max-width:100%}.contact-copy h2{font-size:31px}.contact-copy .eyebrow{font-size:10px}.contact-copy p{font-size:14px;line-height:1.65}.contact-copy .button{font-size:13px;min-height:43px}.cta-art{position:relative;top:auto;bottom:auto;right:auto;margin:5px -24px 0;width:calc(100% + 48px);mask-image:linear-gradient(to bottom,transparent,#000 20%)}.why-home{padding:0 10px}.why-home h2{font-size:29px}.why-home .section-heading{margin-top:30px;margin-bottom:27px}.why-home .section-heading>p{font-size:15px;line-height:1.7}.home-reasons{grid-template-columns:1fr;gap:22px}.home-reasons .reason{gap:18px}.reason h3{font-size:16px}.reason p{font-size:14px}.reason>.icon{width:38px;height:38px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 0;padding:23px 8px}.metrics .metric:last-child{grid-column:span 2}.metric:not(:last-child):after{display:none}.metric strong{font-size:31px}.metric span{font-size:13px}
.footer-inner{padding:29px 25px 23px}.footer-main{grid-template-columns:1fr 1fr;gap:24px 17px}.footer-brand{grid-column:span 2}.footer-brand .brand-title{font-size:22px}.footer-brand .brand-tagline{font-size:6px}.footer-brand p{font-size:14px;max-width:360px}.footer-column{padding-top:0}.footer-column h3{font-size:11px;margin-bottom:15px}.footer-column a{font-size:13px}.global-operations{grid-column:span 2;width:100%;max-width:none;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:6px 20px}.global-operations h3{grid-column:span 2;margin-bottom:5px;font-size:14px}.global-operations .world-map{grid-row:span 3;margin:4px 0;align-self:center}.global-operations p{font-size:11px}.footer-bottom{display:block;line-height:1.7;font-size:11px}.footer-bottom>div{margin-top:11px;gap:13px;flex-wrap:wrap}.footer-bottom a{padding:0;border:0;font-size:11px}
.service-hero .hero-inner{padding-top:58px;min-height:0;padding-bottom:26px}.service-hero .breadcrumb{font-size:10px;left:24px;gap:10px;top:19px}.service-hero .hero-copy h1{font-size:41px}.service-hero .hero-copy p{font-size:16px;line-height:1.55;margin:17px 0 22px}.service-hero .button{font-size:13px;min-height:43px;padding:12px 16px}.service-hero .hero-benefits{display:flex;flex-wrap:wrap;gap:22px 20px;margin-top:18px}.service-hero .hero-benefits>div{min-width:calc(33% - 20px);flex:1 1 calc(33% - 20px)}.aws-hero .hero-inner{padding-top:32px}.aws-hero .hero-copy h1{font-size:44px}.aws-hero .hero-art{margin-top:5px}.aws-shell .platform-strip{padding:18px 16px}.aws-shell .platform-row{display:flex;gap:9px}.aws-shell .platform-item{padding:12px 5px}.aws-shell .platform-item>span:last-child{font-size:10px}.aws-services{padding:27px 10px 22px;gap:21px}.aws-services .section-intro h2{font-size:29px}.aws-services .section-intro p{font-size:15px;line-height:1.6}.aws-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.aws-service-grid .service-card{display:block;padding:17px 14px}.aws-service-grid .service-card>.icon{margin-bottom:12px;width:33px;height:33px}.aws-service-grid .service-card h3{font-size:14px}.aws-service-grid .service-card p{font-size:13px;line-height:1.5;margin-top:8px}.aws-operations-grid{grid-template-columns:1fr;gap:16px}.aws-dashboard{grid-column:auto;padding:18px 14px}.aws-dashboard .dashboard-heading h2{font-size:20px}.dashboard-stats{grid-template-columns:1fr 1fr!important;gap:11px!important}.aws-dashboard .mini-stat{gap:9px;padding:14px 12px 26px;grid-template-columns:30px 1fr}.aws-dashboard .mini-stat strong{font-size:24px}.aws-dashboard .mini-stat span{font-size:12px}.aws-dashboard .mini-stat small{font-size:11px}.aws-map-row{display:block}.aws-world{max-width:100%;margin:20px 0}.region-status{display:flex;gap:13px;justify-content:space-between;padding:16px 12px}.region-status p{font-size:11px;margin:0;gap:7px;flex:1}.region-status small{font-size:10px}.status-dot{width:9px;height:9px}.dashboard-note{font-size:10px;margin-top:16px;text-align:left}.aws-why,.aws-journey{padding:25px 23px}.aws-why h2,.aws-journey h2{font-size:25px}.aws-why .reason{margin-bottom:22px;gap:17px}.aws-why .reason h3{font-size:15px}.aws-why .reason p{font-size:14px}.aws-why .reason>.icon{width:34px;height:34px}.vertical .process-step h3{font-size:15px}.vertical .process-step p{font-size:14px}.vertical .process-step{padding-left:44px}.vertical .step-number{height:31px;width:31px;font-size:15px}.aws-journey .button{font-size:14px;min-height:44px}.aws-contact{padding:27px 23px}.aws-contact h2{font-size:28px;line-height:1.2}.aws-contact p{font-size:15px;line-height:1.6;margin-top:11px}.aws-contact .button{min-height:42px;font-size:13px;padding:11px 18px}.compact-metrics{grid-template-columns:1fr 1fr;gap:20px;margin-top:4px}.compact-metrics .metric strong{font-size:26px}.compact-metrics .metric span{font-size:12px}
.azure-capabilities{padding:21px 15px}.azure-capabilities .section-heading{align-items:flex-start;gap:12px}.azure-capabilities .eyebrow{font-size:10px}.azure-capabilities .text-link{font-size:11px;gap:3px}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capability-grid .service-card{padding:19px 10px}.capability-grid h3{font-size:13px}.capability-grid .service-card>.icon{height:36px;width:36px}.azure-why{padding:24px 22px}.azure-why h2{font-size:25px}.check-list{display:flex;gap:16px;margin-top:20px}.check-list li{font-size:14px}.check-list .icon{width:24px;height:24px}.azure-why .button{min-height:45px;font-size:14px}.azure-dashboard{padding:19px 14px}.azure-dashboard .dashboard-heading h2{font-size:19px}.azure-dashboard .mini-stat{padding:15px 12px}.azure-dashboard .mini-stat span{font-size:12px}.azure-dashboard .mini-stat strong{font-size:23px}.azure-dashboard .mini-stat>.icon{width:30px;height:30px}.dashboard-widgets{grid-template-columns:1fr 1fr}.cpu-widget{grid-column:span 2}.widget h3{font-size:13px}.line-chart{max-height:190px}.distribution{flex-direction:column;gap:12px;align-items:stretch}.distribution .donut{width:105px;align-self:center}.distribution li{font-size:12px}.activity-widget li{flex-wrap:wrap;font-size:11px;gap:5px;line-height:1.4;margin-bottom:12px}.activity-widget time{display:block;width:100%;padding-left:15px;font-size:10px}.activity-widget li>span{max-width:calc(100% - 15px)}.migration-panel,.azure-benefits{padding:24px 20px}.migration-panel h2,.azure-benefits h2{font-size:25px}.migration-panel>p{font-size:15px;margin-top:10px;line-height:1.6}.migration-panel .process-steps{grid-auto-flow:row;grid-template-columns:1fr;gap:20px;margin-top:27px}.migration-panel .process-step{display:grid;grid-template-columns:47px 1fr;gap:6px 15px;padding:22px 17px 18px}.migration-panel .process-step>.icon{grid-row:span 2;margin:4px 0 0;width:34px;height:34px}.migration-panel .process-step h3{font-size:15px}.migration-panel .process-step p{font-size:14px;line-height:1.5;margin:0}.migration-panel .process-step:not(:last-child):after{display:none}.migration-panel .step-number{top:-12px;left:14px;width:26px;height:26px;font-size:13px}.azure-benefit-grid{grid-template-columns:1fr;gap:12px;margin-top:20px}.azure-benefit-grid .service-card{padding:18px;gap:8px 13px}.azure-benefit-grid h3{font-size:16px}.azure-benefit-grid p{font-size:14px;line-height:1.55}.azure-contact{padding:27px 23px;display:block}.azure-cta-art{display:none}.azure-contact h2{font-size:28px}.azure-contact p{font-size:15px;line-height:1.6;margin-top:12px}.azure-contact .button{font-size:13px;min-height:43px;padding:11px 18px}
.google-hero .hero-copy h1{font-size:41px}.google-product-strip{padding:20px 15px}.google-product-strip>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.google-product{font-size:13px;gap:10px}.google-product:nth-child(even){border:0}.google-product>.icon{width:30px;height:30px}.google-product-strip .eyebrow{font-size:10px;margin-bottom:20px}.google-services{padding:24px 14px 16px}.google-services .section-heading{margin:0 6px 23px}.google-services .section-heading h2{font-size:28px}.google-services .section-heading p{font-size:14px;line-height:1.6}.google-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.google-service-grid .service-card{padding:19px 15px}.google-service-grid .service-card h3{font-size:15px}.google-service-grid .service-card p{font-size:13px;line-height:1.5}.google-service-grid .service-card>.icon{width:35px;height:35px}.google-service-grid .text-link{font-size:13px}.google-operations{padding:23px 14px}.google-operations .section-intro{padding:0 7px}.google-operations .section-intro h2{font-size:28px}.google-operations .section-intro p{font-size:15px;line-height:1.6}.google-dashboard{padding:12px 10px}.google-dashboard .dashboard-heading h2{font-size:14px}.google-dashboard .mini-stat{padding:12px 9px 22px;gap:9px}.google-dashboard .mini-stat span{font-size:11px}.google-dashboard .mini-stat strong{font-size:23px}.google-dashboard .mini-stat>.icon{width:25px;height:25px}.google-dashboard .mini-stat small{font-size:10px;bottom:5px}.google-chart-row{grid-template-columns:1fr}.google-dashboard .widget{padding:15px}.chart-legend{flex-wrap:wrap;gap:10px;font-size:9px;margin-top:15px}.google-dashboard .line-chart{max-height:180px}.service-health li{font-size:13px;margin:12px 0;gap:10px}.service-health li em{font-size:12px}.service-health .icon{height:16px;width:16px}.google-migration{padding:25px 23px}.google-migration .eyebrow{font-size:10px}.google-migration h2{font-size:28px}.google-migration>p{font-size:15px;line-height:1.6}.google-migration .process-steps{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;margin-top:25px}.google-migration .process-step h3{font-size:14px}.google-migration .process-step p{font-size:13px;line-height:1.5}.google-migration .process-step>.icon{height:33px;width:33px;margin-left:47px;margin-bottom:17px}.google-migration .process-step:not(:last-child):after{display:none}.google-migration .step-number{height:30px;width:30px;font-size:14px}.google-partner{padding:27px 25px}.google-partner h2{font-size:27px}.google-partner h2 br{display:block}.google-partner p{font-size:15px;line-height:1.65}.google-partner .button{font-size:13px;text-align:left}
.faq-section{padding:24px 18px}.faq-section .section-heading{display:block}.faq-section .faq-expand{margin-top:14px;font-size:13px}.faq-grid,.google-shell .faq-grid{grid-template-columns:1fr;gap:10px}.faq-grid summary{font-size:13px;padding:13px;line-height:1.5}.faq-section h2{font-size:26px}.faq-section .eyebrow{font-size:9px}.faq-section .section-heading p{font-size:14px;line-height:1.5;margin-top:10px}.faq-grid details>p{font-size:14px}.dialog-heading h2{font-size:23px}.dialog-heading p{font-size:13px}.search-field input{font-size:14px}.demo-dialog-footer{display:block;font-size:14px}.demo-dialog-footer .button{margin-top:16px}#demo-dialog{padding:21px 15px}.demo-label{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

img.provider-logo{object-fit:contain}

.nav-dropdown a[aria-current=page]{color:var(--accent);background:#008aff12}.nav-dropdown{top:100%;max-height:calc(100dvh - var(--header-height,76px) - 28px);overflow-y:auto}.skip-link{position:fixed;z-index:100}.main-nav.open{max-height:calc(100dvh - var(--header-height,76px) - 24px)}
