header{gap:28px}header #navigation{gap:28px}header .brand,header .actions{flex-shrink:0}header #navigation>a,header #navigation>button{white-space:nowrap;font-size:14px}.platform-toggle{display:flex;align-items:center;gap:8px;padding:18px 0;color:var(--ink);font:500 14px Arial,Helvetica,sans-serif;border:0;background:transparent}.platform-toggle>svg{transition:transform .18s}.platform-toggle[aria-expanded=true]{color:var(--pink)}.platform-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.platform-panel[hidden]{display:none!important}.platform-panel{position:absolute;top:calc(100% - 1px);left:20px;right:20px;max-width:1320px;margin:0 auto;padding:28px;border:1px solid #eeedf0;border-radius:0 0 22px 22px;box-shadow:0 24px 44px #22263812;background:white;max-height:calc(100dvh - 105px);overflow-y:auto;overscroll-behavior:contain}.platform-layout{display:grid;grid-template-columns:minmax(340px,1.08fr) minmax(0,1.6fr);gap:20px}.menu-heading{font-size:11px;font-weight:500;letter-spacing:1.1px;color:#7d8590;margin:0 0 13px 2px}.platform-overview-body{background:#f6f5f4;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:16px;min-height:0;height:calc(100% - 31px)}.platform-guide,.platform-resources{display:flex;flex-direction:column;gap:8px;min-width:0}.platform-panel a,.platform-panel button{color:var(--ink);text-align:left;white-space:normal;font:inherit}.platform-panel strong{display:block;font-size:14px;font-weight:600;line-height:1.4}.platform-feature{padding:14px 12px;border:1px solid #dedbe0;border-radius:12px;display:grid;gap:9px;background:#ffffff70}.platform-feature>.menu-icon{width:22px;height:22px;color:var(--pink)}.platform-feature>span,.platform-step>span,.platform-resource span,.platform-product-grid>a>span{font-size:12px;line-height:1.65;color:#747a85}.platform-panel .platform-step{display:grid;gap:5px;padding:10px 12px;border-radius:10px}.platform-panel .platform-resource{display:flex;gap:10px;align-items:flex-start;padding:12px 4px;border:0;background:transparent;border-radius:10px}.platform-resource .menu-icon{width:19px;height:19px;flex-shrink:0;color:#687888}.platform-resource span{display:block;margin-top:7px}.platform-promo{margin-top:auto;padding:19px 16px;border-radius:14px;background:linear-gradient(135deg,#fff,#fbe7ee);border:1px solid #f0d4de;display:grid;gap:16px}.platform-promo>span:first-child{font-size:9px;letter-spacing:1.4px;color:#a44967}.platform-promo strong{font-size:20px;line-height:1.25;letter-spacing:-.5px}.platform-promo>span:last-child{font-size:11px;font-weight:600;color:#c40044}.platform-promo b{margin-left:8px}.platform-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;height:calc(100% - 31px)}.platform-product-grid>a{border:1px solid #dedee3;border-radius:20px;padding:21px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-height:187px}.platform-product-grid .menu-icon{margin-bottom:9px}.menu-icon{width:27px;height:27px;flex-shrink:0;color:#8b949e}.platform-product-grid>a>strong{font-size:15px}.platform-product-grid .automation-product{border-color:#ebbdcd;background:#fffafb}.platform-product-grid .automation-product>.menu-icon{color:var(--pink)}.platform-product-grid .menu-product-action{margin-top:auto;padding-top:5px;color:var(--pink);font-size:11px;font-weight:600}.menu-product-action b{margin-left:8px}.platform-panel a:hover,.platform-panel button:hover{background:#fff2f6;border-color:#efb3c7}.platform-panel a:focus-visible,.platform-panel button:focus-visible,.platform-toggle:focus-visible,.menu:focus-visible{outline:3px solid var(--pink);outline-offset:3px}
@media(max-width:1100px){header{gap:14px}header #navigation{display:none;position:absolute;top:100%;left:0;right:0;background:white;border-bottom:1px solid var(--line);max-height:calc(100dvh - 90px);overflow-y:auto;padding:18px 22px;flex-direction:column;align-items:stretch;gap:4px;box-shadow:0 14px 22px #17263812}header #navigation.open{display:flex}header #navigation>a,header #navigation>button{padding:12px;text-align:left;font-size:16px}header .menu{display:block}header .login{display:none}.platform-toggle{width:100%;justify-content:space-between;padding:12px;font-size:16px}.platform-panel{position:static;max-height:none;padding:18px;border-radius:16px;box-shadow:none}.platform-layout{grid-template-columns:1fr;gap:24px}.platform-overview-body{height:auto;min-height:0}.platform-product-grid{height:auto}.platform-product-grid>a{min-height:175px}}
@media(max-width:600px){.platform-overview-body{padding:12px;gap:10px}.platform-feature{padding:12px 10px}.platform-panel .platform-step{padding:10px}.platform-promo{padding:14px 10px}.platform-promo strong{font-size:18px}.platform-product-grid{grid-template-columns:1fr 1fr;gap:8px}.platform-product-grid>a{padding:17px 12px;min-height:190px;border-radius:15px}.platform-panel{padding:12px}.platform-panel strong,.platform-product-grid>a>strong{font-size:14px}.platform-feature>span,.platform-step>span,.platform-resource span{font-size:11px}.platform-resource{flex-wrap:wrap}header #navigation{padding:12px;max-height:calc(100dvh - 72px)}}
@media(prefers-reduced-motion:reduce){.platform-toggle>svg{transition:none}}
/* Match the reference menu's one-second downward glide; keep dismissal responsive. */
.platform-panel{opacity:0;transform:translateY(-33px);transition:opacity 180ms ease,transform 220ms ease;pointer-events:none;border-radius:22px;border-color:#edeef2;box-shadow:0 24px 64px #202a3b16,0 3px 12px #202a3b05}
.platform-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity 180ms ease,transform 1100ms ease}
.platform-toggle{position:relative}
.platform-toggle[aria-expanded=true]::after{content:"";position:absolute;bottom:-3px;left:50%;width:10px;height:10px;background:white;border-top:1px solid #edeef2;border-left:1px solid #edeef2;transform:translate(-50%,13px) rotate(45deg);z-index:2}
.platform-overview-body{background:linear-gradient(145deg,#f7f6f8,#f3f4f7)}
.platform-feature,.platform-product-grid>a{position:relative;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}
.platform-feature{background:#ffffffa8;border-color:#dcdce5}
.platform-feature>.menu-icon{color:#7356b5}
.platform-product-grid>a{background:white;border-color:#e0e2e8}
.platform-product-grid .automation-product{background:linear-gradient(145deg,#fff,#f8f5ff);border-color:#dcd4f0}
.platform-product-grid .automation-product>.menu-icon{color:#7252b5}
.platform-panel .menu-badge{position:absolute;right:14px;top:18px;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:20px;padding:3px 6px;border-radius:6px;background:linear-gradient(110deg,#6631c8,#2365ce);box-shadow:0 2px 5px #5132b320;color:white;font:700 9px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.25px}
.platform-feature>.menu-badge{top:14px;right:12px}
.platform-panel .platform-product-grid>a:hover,.platform-panel .platform-product-grid>a:focus-visible{background:#faf7ff;border-color:#c9b9e8;box-shadow:0 6px 18px #57438b10;transform:translateY(-2px)}
.platform-product-grid>a:hover>.menu-icon{color:#7252b5}
.platform-panel .platform-feature:hover{background:white;border-color:#c9b9e8}
.platform-step,.platform-resource{transition:background-color 160ms ease}
.platform-promo{background:linear-gradient(135deg,#f3efff,#fbeaf1 70%,#fff4e9);border-color:#e9dfef}
.platform-panel .platform-promo:hover{background:linear-gradient(135deg,#ece5fc,#fbe1ec 70%,#fff0e0);border-color:#d9c9e6}
@media(min-width:1101px){.platform-toggle::before{content:"";position:absolute;top:100%;left:-16px;right:-16px;height:18px}}
@media(max-width:1100px){.platform-toggle[aria-expanded=true]::after{display:none}.platform-panel{border-radius:16px;box-shadow:none;transform:translateY(-5px)}}
@media(prefers-reduced-motion:reduce){.platform-panel,.platform-panel.is-open,.platform-toggle>svg,.platform-feature,.platform-product-grid>a,.platform-step,.platform-resource{transition:none;transform:none}.platform-panel .platform-product-grid>a:hover,.platform-panel .platform-product-grid>a:focus-visible{transform:none}}
/* Profile action, styled as the reference header's soft grey pill. */
header .profile-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 22px;border:1px solid transparent;border-radius:999px;background:#f0f0f1;color:var(--ink);font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap;transition:background .16s,color .16s}
header .profile-link:hover{background:#e7e7e9;color:#111827}
header .profile-link:focus-visible{outline:3px solid var(--pink);outline-offset:3px}
@media(min-width:1101px) and (max-width:1250px){header{gap:18px}header .brand{margin-right:8px}header .brand img{width:145px}header #navigation{gap:20px}header .actions{gap:10px}header .login{padding-inline:16px}header .profile-link{padding-inline:18px}}
@media(max-width:700px){header .profile-link{min-height:40px;padding:9px 14px;font-size:13px}}
@media(max-width:480px){header .actions{gap:8px}header .site-language-host .language-picker label{position:relative;padding:9px 7px;gap:5px}header .site-language-host .language-picker label::after{content:'';width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:-3px 2px 0 0}header .site-language-host .language-picker select{position:absolute;inset:0;width:100%;height:100%;max-width:none!important;opacity:0}header .site-language-host .language-picker label:focus-within{outline:3px solid var(--pink);outline-offset:3px}}
@media(prefers-reduced-motion:reduce){header .profile-link{transition:none}}