.Button-module__xmB1_W__button{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--control-height);padding-inline:var(--space-6);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--fs-body);font-weight:var(--fw-semibold);cursor:pointer;white-space:nowrap;transition:transform var(--duration-fast)var(--ease-out),background-color var(--duration-fast)var(--ease-out),box-shadow var(--duration-fast)var(--ease-out);border:1px solid #0000;text-decoration:none;display:inline-flex}.Button-module__xmB1_W__button:hover{transform:translateY(-1px)}.Button-module__xmB1_W__button:active{transform:translateY(0)}.Button-module__xmB1_W__primary{background:var(--color-primary);color:var(--color-bg)}.Button-module__xmB1_W__primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-hover)}.Button-module__xmB1_W__secondary{color:var(--color-text-primary);border-color:var(--color-border);background:0 0}.Button-module__xmB1_W__secondary:hover{background:var(--color-bg-secondary)}.Button-module__xmB1_W__text{color:var(--color-text-primary);padding-inline:var(--space-2);background:0 0;min-height:auto}.Button-module__xmB1_W__text:hover{color:var(--color-text-secondary);transform:none}.Button-module__xmB1_W__lg{padding-inline:var(--space-7);font-size:var(--fs-body-lg)}.Button-module__xmB1_W__invert.Button-module__xmB1_W__primary{background:var(--color-bg);color:var(--color-primary)}.Button-module__xmB1_W__invert.Button-module__xmB1_W__primary:hover{background:var(--color-bg-secondary)}
.Navbar-module__ZZcXaG__wrapper{z-index:50;background:#fff;border-bottom:1px solid #00000014;position:sticky;top:0}.Navbar-module__ZZcXaG__bar{max-width:1200px;margin-inline:auto;padding:18px 20px}.Navbar-module__ZZcXaG__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.Navbar-module__ZZcXaG__logo{color:#0d0d0d;flex-shrink:0;align-items:center;gap:6px;font-size:19px;font-weight:700;text-decoration:none;display:inline-flex}.Navbar-module__ZZcXaG__logoMark{flex-shrink:0;width:24px;height:22px;display:block}.Navbar-module__ZZcXaG__desktopNav{align-items:center;gap:32px;display:none}.Navbar-module__ZZcXaG__navLink{color:#000000a6;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.Navbar-module__ZZcXaG__navLink:hover{color:#000}.Navbar-module__ZZcXaG__dropdownWrap{position:relative}.Navbar-module__ZZcXaG__chevron{transition:transform .18s ease-out}.Navbar-module__ZZcXaG__chevronOpen{transform:rotate(180deg)}.Navbar-module__ZZcXaG__dropdownPanel{background:var(--color-bg,#fff);border-radius:var(--radius-lg,16px);width:max-content;max-width:90vw;box-shadow:var(--shadow-dropdown,0 24px 48px -20px #0000004d);border:1px solid var(--color-border,#0000000f);opacity:0;visibility:hidden;pointer-events:none;grid-auto-columns:200px;grid-auto-flow:column;gap:32px;padding:22px;transition:opacity .18s ease-out,transform .18s ease-out,visibility .18s;display:grid;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(4px)}.Navbar-module__ZZcXaG__dropdownPanel:has(>:only-child){grid-auto-flow:row;grid-auto-columns:unset;width:240px}.Navbar-module__ZZcXaG__dropdownPanel.Navbar-module__ZZcXaG__panelOpen,.Navbar-module__ZZcXaG__megaPanel.Navbar-module__ZZcXaG__panelOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__ZZcXaG__dropdownGroupTitle{letter-spacing:.06em;text-transform:uppercase;color:#0006;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.Navbar-module__ZZcXaG__dropdownList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__ZZcXaG__dropdownLink{color:#000000bf;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .15s ease-out}.Navbar-module__ZZcXaG__dropdownLink:hover{color:#000}.Navbar-module__ZZcXaG__dropdownText{color:#000000bf;font-size:13.5px;font-weight:500;display:inline-block}.Navbar-module__ZZcXaG__megaPanel{background:var(--color-bg,#fff);border-radius:var(--radius-lg,16px);width:min(860px,90vw);box-shadow:var(--shadow-dropdown,0 24px 48px -20px #0000004d);border:1px solid var(--color-border,#0000000f);opacity:0;visibility:hidden;pointer-events:none;grid-template-columns:1fr 260px;gap:32px;padding:28px;transition:opacity .18s ease-out,transform .18s ease-out,visibility .18s;display:grid;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(4px)}.Navbar-module__ZZcXaG__megaColumns{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Navbar-module__ZZcXaG__promoCard{border-radius:var(--radius-md,12px);background:var(--color-bg-secondary,#f7f7f5);flex-direction:column;gap:12px;padding:16px;text-decoration:none;display:flex}.Navbar-module__ZZcXaG__promoImage{aspect-ratio:4/3;border-radius:var(--radius-sm,8px);background:linear-gradient(135deg,#efe9df 0%,#ded4c2 100%);width:100%;display:block}.Navbar-module__ZZcXaG__promoHeadline{color:#0d0d0d;font-size:14px;font-weight:700;line-height:1.35}.Navbar-module__ZZcXaG__promoCta{color:#0009;font-size:13px;font-weight:600}.Navbar-module__ZZcXaG__promoCard:hover .Navbar-module__ZZcXaG__promoCta{color:#0d0d0d}.Navbar-module__ZZcXaG__desktopActions{align-items:center;gap:20px;display:none}.Navbar-module__ZZcXaG__loginLink{color:#000000a6;font-size:14px;font-weight:600;text-decoration:none}.Navbar-module__ZZcXaG__loginLink:hover{color:#000}.Navbar-module__ZZcXaG__languageSwitcher{background:#0000000d;border-radius:999px;align-items:center;gap:2px;padding:2px;display:flex}.Navbar-module__ZZcXaG__languageOption{letter-spacing:.02em;color:#0000008c;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none}.Navbar-module__ZZcXaG__languageOption:hover{color:#000}.Navbar-module__ZZcXaG__languageOptionActive{color:#000;background:#fff;box-shadow:0 1px 2px #0000001f}.Navbar-module__ZZcXaG__mobileCta{margin-left:auto}.Navbar-module__ZZcXaG__menuButton{color:#0d0d0d;cursor:pointer;background:#0000000f;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;display:inline-flex}.Navbar-module__ZZcXaG__menuButtonOpen{color:#fff;background:#0d0d0d}.Navbar-module__ZZcXaG__hamburgerIcon{flex-direction:column;gap:4px;display:flex}.Navbar-module__ZZcXaG__hamburgerIcon span{background:#0d0d0d;border-radius:999px;width:16px;height:2px;display:block}.Navbar-module__ZZcXaG__mobileMenu{grid-template-rows:0fr;transition:grid-template-rows .22s ease-out;display:grid}.Navbar-module__ZZcXaG__mobileMenuInner{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;max-height:calc(100dvh - 76px);overflow-y:auto}.Navbar-module__ZZcXaG__mobileDivider{background:#00000014;height:1px;margin:14px 8px}.Navbar-module__ZZcXaG__mobileLanguageRow{justify-content:center;padding:0 8px 12px;display:flex}.Navbar-module__ZZcXaG__mobileNav{flex-direction:column;padding:0 8px;display:flex}.Navbar-module__ZZcXaG__mobileLink{color:#0d0d0d;align-items:center;min-height:44px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.Navbar-module__ZZcXaG__mobileAccordion{border:none}.Navbar-module__ZZcXaG__mobileAccordionSummary{color:#0d0d0d;cursor:pointer;justify-content:space-between;align-items:center;min-height:44px;font-size:16px;font-weight:600;list-style:none;display:flex}.Navbar-module__ZZcXaG__mobileAccordionSummary::-webkit-details-marker{display:none}.Navbar-module__ZZcXaG__mobileAccordionSummary::marker{content:""}.Navbar-module__ZZcXaG__accordionChevron{transition:transform .18s ease-out}.Navbar-module__ZZcXaG__mobileAccordion[open] .Navbar-module__ZZcXaG__accordionChevron{transform:rotate(180deg)}.Navbar-module__ZZcXaG__mobileAccordionBody{flex-direction:column;gap:6px;padding:4px 0 10px 12px;display:flex}.Navbar-module__ZZcXaG__mobileSubLink{color:#000000bf;background:#f7f7f6;border-radius:12px;align-items:center;min-height:44px;padding:0 14px;font-size:14.5px;font-weight:500;text-decoration:none;display:flex}.Navbar-module__ZZcXaG__mobileSubText{color:#000000bf;background:#f7f7f6;border-radius:12px;align-items:center;min-height:44px;padding:0 14px;font-size:14.5px;font-weight:500;display:flex}.Navbar-module__ZZcXaG__mobileSubGroup{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.Navbar-module__ZZcXaG__mobileSubGroup:last-child{margin-bottom:0}.Navbar-module__ZZcXaG__mobileSubGroupTitle{letter-spacing:.06em;text-transform:uppercase;color:#0006;padding:8px 14px 0;font-size:11px;font-weight:700}.Navbar-module__ZZcXaG__mobileFullWidthButton{width:calc(100% - 16px);margin:0 8px 10px}.Navbar-module__ZZcXaG__mobileFullWidthButton:last-child{margin-bottom:8px}.Navbar-module__ZZcXaG__mobileFullWidthLink{color:#0d0d0d;border:1px solid #0000001a;border-radius:12px;justify-content:center;align-items:center;width:calc(100% - 16px);min-height:44px;margin:0 8px 10px;font-size:15px;font-weight:600;text-decoration:none;display:flex}@media (min-width:1024px){.Navbar-module__ZZcXaG__bar{padding:18px 40px}.Navbar-module__ZZcXaG__desktopNav,.Navbar-module__ZZcXaG__desktopActions{display:flex}.Navbar-module__ZZcXaG__mobileCta,.Navbar-module__ZZcXaG__menuButton,.Navbar-module__ZZcXaG__mobileMenu{display:none}}@media (min-width:1024px) and (max-width:1180px){.Navbar-module__ZZcXaG__megaPanel{grid-template-columns:1fr}.Navbar-module__ZZcXaG__megaColumns{grid-template-columns:repeat(2,1fr)}.Navbar-module__ZZcXaG__promoCard{flex-direction:row;align-items:center}.Navbar-module__ZZcXaG__promoImage{aspect-ratio:1;flex-shrink:0;width:96px}}
.Eyebrow-module__z1XqZa__eyebrow{font-size:var(--fs-small);font-weight:var(--fw-semibold);color:var(--color-info);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}
.HeroBadges-module__MV2gIq__badge{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);background:var(--color-bg);border:1px solid var(--color-divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);white-space:nowrap;animation:HeroBadges-module__MV2gIq__badgeIn var(--duration-slow)var(--ease-out)both;display:flex;position:absolute}.HeroBadges-module__MV2gIq__badgeText{flex-direction:column;gap:2px;min-width:0;display:flex}.HeroBadges-module__MV2gIq__badgeTextCentered{flex-direction:column;align-items:center;gap:2px;min-width:0;display:flex}.HeroBadges-module__MV2gIq__badgeTitle{font-size:var(--fs-small);font-weight:var(--fw-semibold);color:var(--color-text-primary);line-height:1.2}.HeroBadges-module__MV2gIq__badgeSubtitle{font-size:var(--fs-micro);color:var(--color-text-secondary);line-height:1.2}.HeroBadges-module__MV2gIq__badgeReviews{align-items:center;gap:var(--space-2);padding:var(--space-3);flex-direction:column}.HeroBadges-module__MV2gIq__searchCard{background:var(--color-bg-secondary);border-radius:12px;flex-direction:column;gap:6px;width:168px;padding:8px;display:flex}.HeroBadges-module__MV2gIq__searchBar{border-radius:var(--radius-pill);background:var(--color-bg);box-shadow:var(--shadow-card);align-items:center;gap:5px;padding:5px 8px;display:flex}.HeroBadges-module__MV2gIq__searchBarIcon{color:var(--color-text-secondary);flex-shrink:0}.HeroBadges-module__MV2gIq__searchBarText{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;overflow:hidden}.HeroBadges-module__MV2gIq__searchResult{background:var(--color-bg);box-shadow:var(--shadow-card);border-radius:10px;align-items:center;gap:7px;padding:6px 7px;display:flex}.HeroBadges-module__MV2gIq__searchResultIcon{color:#fff;background:linear-gradient(135deg,#ffb648,#f5751e);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.HeroBadges-module__MV2gIq__searchResultText{flex-direction:column;gap:1px;min-width:0;display:flex}.HeroBadges-module__MV2gIq__searchResultTitle{font-size:10.5px;font-weight:var(--fw-semibold);color:var(--color-text-primary);white-space:nowrap;line-height:1.2}.HeroBadges-module__MV2gIq__searchResultMeta{align-items:center;gap:4px;display:flex}.HeroBadges-module__MV2gIq__ratingScore{font-size:10px;font-weight:var(--fw-bold);color:var(--color-text-primary);line-height:1.2}.HeroBadges-module__MV2gIq__stars{align-items:center;gap:1px;display:flex}.HeroBadges-module__MV2gIq__starFilled{color:#f5a623}.HeroBadges-module__MV2gIq__qrWrap{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.HeroBadges-module__MV2gIq__qrWrap img{width:100%;height:100%;display:block}.HeroBadges-module__MV2gIq__badgeLoyalty{align-items:center;gap:var(--space-2);padding:var(--space-3);flex-direction:column}.HeroBadges-module__MV2gIq__loyaltyCard{background:linear-gradient(135deg,var(--color-info),#143a94);border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:132px;height:84px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.HeroBadges-module__MV2gIq__loyaltyCard:after{content:"";background:linear-gradient(135deg,#ffffff47,#fff0 55%);position:absolute;inset:0}.HeroBadges-module__MV2gIq__loyaltyCardTop{z-index:1;justify-content:space-between;align-items:center;display:flex}.HeroBadges-module__MV2gIq__loyaltyCardLogo{width:28px;height:28px;color:var(--color-info);font-size:14px;font-weight:var(--fw-bold);background:#fff;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex}.HeroBadges-module__MV2gIq__loyaltyCardTier{font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.02em;color:#ffffffd9;text-transform:uppercase}.HeroBadges-module__MV2gIq__loyaltyCardPoints{z-index:1;font-size:19px;font-weight:var(--fw-bold);color:#fff;line-height:1}.HeroBadges-module__MV2gIq__loyaltyCardTrack{z-index:1;border-radius:var(--radius-pill);background:#ffffff40;width:100%;height:5px;display:block;position:relative;overflow:hidden}.HeroBadges-module__MV2gIq__loyaltyCardFill{border-radius:var(--radius-pill);background:#fff;width:65%;height:100%;display:block}.HeroBadges-module__MV2gIq__badgeLoyalty,.HeroBadges-module__MV2gIq__badgeReviews,.HeroBadges-module__MV2gIq__badgeQr{display:none}@keyframes HeroBadges-module__MV2gIq__badgeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:960px){.HeroBadges-module__MV2gIq__badgeLoyalty,.HeroBadges-module__MV2gIq__badgeReviews,.HeroBadges-module__MV2gIq__badgeQr{display:flex}.HeroBadges-module__MV2gIq__badgeLoyalty{animation-delay:.26s;top:30%;left:-16px}.HeroBadges-module__MV2gIq__badgeReviews{animation-delay:.32s;top:-34px;left:50%;transform:translate(-50%)}.HeroBadges-module__MV2gIq__badgeQr{animation-delay:.38s;top:14%;right:-28px}}@media (min-width:1280px){.HeroBadges-module__MV2gIq__badgeLoyalty{left:-56px}.HeroBadges-module__MV2gIq__badgeReviews{top:-38px}.HeroBadges-module__MV2gIq__badgeQr{top:12%;right:-56px}}@media (prefers-reduced-motion:reduce){.HeroBadges-module__MV2gIq__badge{animation:none}}
.Hero-module__-l90KG__hero{padding-block:var(--space-10)var(--space-11)}.Hero-module__-l90KG__inner{width:100%;max-width:var(--container-lg);padding-inline:var(--space-5);text-align:center;flex-direction:column;align-items:center;margin-inline:auto;display:flex}.Hero-module__-l90KG__eyebrow{animation:Hero-module__-l90KG__fadeUp var(--duration-slow)var(--ease-out)both;display:block}.Hero-module__-l90KG__headline{font-size:clamp(2.5rem,4vw + 1rem,3.75rem);font-weight:var(--fw-bold);letter-spacing:-.02em;max-width:100%;margin-bottom:var(--space-5);animation:Hero-module__-l90KG__fadeUp var(--duration-slow)var(--ease-out)both;flex-direction:column;align-items:center;line-height:1.1;animation-delay:40ms;display:flex}.Hero-module__-l90KG__headlinePrefix{display:block}.Hero-module__-l90KG__rotatingWrap{text-align:center;margin-inline:auto;font-size:clamp(1.85rem,7vw,1em);line-height:1.08;display:block;position:relative}@media (min-width:480px){.Hero-module__-l90KG__rotatingWrap{font-size:1em}}.Hero-module__-l90KG__rotatingSizer{visibility:hidden;white-space:nowrap;display:block}.Hero-module__-l90KG__rotatingViewport{position:absolute;inset:0;overflow:hidden}.Hero-module__-l90KG__rotatingTrack{flex-direction:column;transition:transform .7s cubic-bezier(.65,0,.35,1);display:flex}.Hero-module__-l90KG__rotatingWord{white-space:nowrap;flex:none;height:1.08em}@media (prefers-reduced-motion:reduce){.Hero-module__-l90KG__rotatingTrack{transition:none}}.Hero-module__-l90KG__description{font-size:var(--fs-body-lg);color:var(--color-text-secondary);max-width:620px;margin-bottom:var(--space-6);animation:Hero-module__-l90KG__fadeUp var(--duration-slow)var(--ease-out)both;animation-delay:80ms}.Hero-module__-l90KG__actions{align-items:stretch;gap:var(--space-3);width:100%;max-width:360px;margin-bottom:var(--space-10);animation:Hero-module__-l90KG__fadeUp var(--duration-slow)var(--ease-out)both;flex-direction:column;animation-delay:.12s;display:flex}.Hero-module__-l90KG__primaryCta,.Hero-module__-l90KG__secondaryCta{width:100%}.Hero-module__-l90KG__panelStage{width:100%;max-width:900px;margin-inline:auto;position:relative}.Hero-module__-l90KG__screenshotWrap{aspect-ratio:1590/1248;width:100%;position:relative}.Hero-module__-l90KG__screenshotImage{object-fit:contain;object-position:center}@keyframes Hero-module__-l90KG__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.Hero-module__-l90KG__actions{flex-direction:row;width:auto;max-width:none}.Hero-module__-l90KG__primaryCta,.Hero-module__-l90KG__secondaryCta{width:auto}}@media (min-width:768px){.Hero-module__-l90KG__inner{padding-inline:var(--space-6)}}@media (min-width:1024px){.Hero-module__-l90KG__hero{padding-block:var(--space-12)var(--space-11)}}@media (min-width:960px){.Hero-module__-l90KG__panelStage{margin-top:var(--space-9)}}
.PlatformOverview-module__wVLsea__section{background:#fff}.PlatformOverview-module__wVLsea__inner{max-width:1200px;margin-inline:auto;padding:80px 64px}.PlatformOverview-module__wVLsea__intro{text-align:center;max-width:620px;margin:0 auto 48px}.PlatformOverview-module__wVLsea__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-info);margin-bottom:14px;font-size:12px;font-weight:700;display:block}.PlatformOverview-module__wVLsea__heading{font-family:var(--font-body);font-size:38px;font-weight:var(--fw-bold);color:#000;margin:0 0 14px;line-height:1.2}.PlatformOverview-module__wVLsea__subtext{color:#0000008c;margin:0;font-size:15px}.PlatformOverview-module__wVLsea__grid{grid-template-rows:260px 260px;grid-template-columns:1.3fr 1fr 1fr;gap:18px;display:grid}.PlatformOverview-module__wVLsea__gridPos{aspect-ratio:900/1187;grid-area:1/1/3}.PlatformOverview-module__wVLsea__gridOnlineOrdering{grid-area:1/2}.PlatformOverview-module__wVLsea__gridReservations{grid-area:1/3}.PlatformOverview-module__wVLsea__gridInventory{grid-area:2/2}.PlatformOverview-module__wVLsea__gridCrmLoyalty{grid-area:2/3}.PlatformOverview-module__wVLsea__card{border:1px solid #0000;border-radius:22px;position:relative;overflow:hidden}.PlatformOverview-module__wVLsea__photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;transform:scale(1)}.PlatformOverview-module__wVLsea__gridPos .PlatformOverview-module__wVLsea__photo{object-fit:contain}.PlatformOverview-module__wVLsea__scrim{background:linear-gradient(#0000000d 0%,#0000 35%,#000000bf 100%);position:absolute;inset:0}@media (hover:hover) and (prefers-reduced-motion:no-preference){.PlatformOverview-module__wVLsea__photo{transition:transform .55s cubic-bezier(.19,1,.22,1)}.PlatformOverview-module__wVLsea__scrim{transition:background .55s cubic-bezier(.19,1,.22,1)}.PlatformOverview-module__wVLsea__card{transition:border-color .55s cubic-bezier(.19,1,.22,1)}.PlatformOverview-module__wVLsea__cardTitleRow{transition:transform .55s cubic-bezier(.19,1,.22,1)}.PlatformOverview-module__wVLsea__cardArrow{transition:opacity .55s cubic-bezier(.19,1,.22,1),transform .55s cubic-bezier(.19,1,.22,1)}.PlatformOverview-module__wVLsea__card:hover .PlatformOverview-module__wVLsea__photo{transform:scale(1.07)}.PlatformOverview-module__wVLsea__card.PlatformOverview-module__wVLsea__gridPos:hover .PlatformOverview-module__wVLsea__photo{transform:scale(1.09)}.PlatformOverview-module__wVLsea__card:hover .PlatformOverview-module__wVLsea__scrim{background:linear-gradient(#00000026 0%,#00000040 35%,#000000e0 100%)}.PlatformOverview-module__wVLsea__card:hover{border-color:#ffffff38}.PlatformOverview-module__wVLsea__card:hover .PlatformOverview-module__wVLsea__cardTitleRow{transform:translateY(-6px)}.PlatformOverview-module__wVLsea__card:hover .PlatformOverview-module__wVLsea__cardArrow{opacity:1;transform:translate(4px)}}.PlatformOverview-module__wVLsea__newBadge{color:#16a34a;background:#f0fdf4;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:18px;right:18px}.PlatformOverview-module__wVLsea__cardEyebrow{letter-spacing:.1em;text-transform:uppercase;color:#fff;text-shadow:0 1px 3px #0006;font-size:11px;font-weight:700;position:absolute;top:18px;left:18px}.PlatformOverview-module__wVLsea__cardText{color:#fff;position:absolute;bottom:20px;left:20px;right:20px}.PlatformOverview-module__wVLsea__cardTitleRow{align-items:center;gap:6px;display:flex}.PlatformOverview-module__wVLsea__cardTitle{margin:0;font-size:15.5px;font-weight:700;line-height:1.3}.PlatformOverview-module__wVLsea__gridPos .PlatformOverview-module__wVLsea__cardTitle{font-size:21px}.PlatformOverview-module__wVLsea__cardArrow{opacity:0;flex-shrink:0}.PlatformOverview-module__wVLsea__cardDescription{color:#ffffffd9;margin:8px 0 0;font-size:13.5px;line-height:1.5}@media (max-width:1024px){.PlatformOverview-module__wVLsea__inner{padding:56px 32px}}@media (max-width:900px){.PlatformOverview-module__wVLsea__grid{flex-direction:column;gap:14px;display:flex}.PlatformOverview-module__wVLsea__card{grid-column:unset;grid-row:unset;width:100%;height:220px}.PlatformOverview-module__wVLsea__gridPos{aspect-ratio:900/1187;order:-5;height:auto}.PlatformOverview-module__wVLsea__gridOnlineOrdering{order:-4}.PlatformOverview-module__wVLsea__gridReservations{order:-3}.PlatformOverview-module__wVLsea__gridInventory{order:-2}.PlatformOverview-module__wVLsea__gridCrmLoyalty{order:-1}.PlatformOverview-module__wVLsea__cardTitle{font-size:15px}.PlatformOverview-module__wVLsea__gridPos .PlatformOverview-module__wVLsea__cardTitle{font-size:18px}.PlatformOverview-module__wVLsea__cardEyebrow{font-size:10px}}@media (max-width:640px){.PlatformOverview-module__wVLsea__inner{padding:48px 20px}.PlatformOverview-module__wVLsea__heading{font-size:28px}}
.GrowthOutcomes-module__mgS0qa__section{background:#fff}.GrowthOutcomes-module__mgS0qa__inner{max-width:1200px;margin-inline:auto;padding:80px 64px}.GrowthOutcomes-module__mgS0qa__intro{text-align:center;max-width:620px;margin:0 auto 40px}.GrowthOutcomes-module__mgS0qa__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#00000073;margin-bottom:14px;font-size:12px;font-weight:700;display:block}.GrowthOutcomes-module__mgS0qa__heading{font-family:var(--font-body);font-size:36px;font-weight:var(--fw-bold);color:#000;margin:0 0 14px;line-height:1.2}.GrowthOutcomes-module__mgS0qa__subtext{color:#0000008c;margin:0;font-size:15px}.GrowthOutcomes-module__mgS0qa__tabsWrap{justify-content:center;margin-bottom:32px;display:flex}.GrowthOutcomes-module__mgS0qa__tabList{scrollbar-width:none;-ms-overflow-style:none;background:#f4f3f0;border-radius:999px;gap:4px;max-width:100%;padding:6px;display:inline-flex;overflow-x:auto}.GrowthOutcomes-module__mgS0qa__tabList::-webkit-scrollbar{display:none}.GrowthOutcomes-module__mgS0qa__tab{color:#0000008c;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:600;transition:color .2s,background-color .2s;display:inline-flex}.GrowthOutcomes-module__mgS0qa__tabIcon{flex-shrink:0}.GrowthOutcomes-module__mgS0qa__tabActive{color:#fff;background:#0d0d0d}@media (prefers-reduced-motion:reduce){.GrowthOutcomes-module__mgS0qa__tab{transition:none}}.GrowthOutcomes-module__mgS0qa__card{background:#faf9f7;border:1px solid #0000000f;border-radius:28px;min-height:440px;position:relative}.GrowthOutcomes-module__mgS0qa__panels{height:840px;position:relative}.GrowthOutcomes-module__mgS0qa__panel{opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);position:absolute;inset:32px 24px;transform:translateY(8px)}.GrowthOutcomes-module__mgS0qa__panelActive{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.GrowthOutcomes-module__mgS0qa__panel{transition:none}}.GrowthOutcomes-module__mgS0qa__panelGrid{flex-direction:column;gap:32px;display:flex}.GrowthOutcomes-module__mgS0qa__panelText{flex-direction:column;display:flex}.GrowthOutcomes-module__mgS0qa__panelEyebrow{letter-spacing:.1em;text-transform:uppercase;color:#00000073;margin-bottom:12px;font-size:12px;font-weight:700}.GrowthOutcomes-module__mgS0qa__panelHeadline{font-family:var(--font-body);color:#000;margin:0 0 14px;font-size:26px;font-weight:800;line-height:1.2}.GrowthOutcomes-module__mgS0qa__panelDescription{color:#0009;margin:0 0 24px;font-size:15px;line-height:1.65}.GrowthOutcomes-module__mgS0qa__tags{flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 28px;padding:0;list-style:none;display:flex}.GrowthOutcomes-module__mgS0qa__tag{color:#0009;align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}.GrowthOutcomes-module__mgS0qa__tagDot{color:#0000004d}.GrowthOutcomes-module__mgS0qa__cta{color:#fff;font-family:var(--font-body);cursor:pointer;background:#0d0d0d;border:none;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;transition:background-color .2s;display:inline-flex}.GrowthOutcomes-module__mgS0qa__cta:hover{background:var(--color-primary-hover)}.GrowthOutcomes-module__mgS0qa__panelImageWrap{background:var(--color-bg-secondary);border-radius:20px;width:100%;height:300px;position:relative;overflow:hidden}.GrowthOutcomes-module__mgS0qa__panelImage{object-fit:cover;width:100%;height:100%}.GrowthOutcomes-module__mgS0qa__panelImageContain{object-fit:contain;transform:scale(1.35)}.GrowthOutcomes-module__mgS0qa__panelImageWrapContain{height:420px}.GrowthOutcomes-module__mgS0qa__videoStack{width:100%;height:100%;position:relative}.GrowthOutcomes-module__mgS0qa__videoForeground{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .4s}.GrowthOutcomes-module__mgS0qa__videoReady{opacity:1}@media (prefers-reduced-motion:reduce){.GrowthOutcomes-module__mgS0qa__videoForeground{transition:none}}.GrowthOutcomes-module__mgS0qa__panelVideoWrap{height:420px}@media (min-width:900px){.GrowthOutcomes-module__mgS0qa__heading{font-size:36px}.GrowthOutcomes-module__mgS0qa__panelGrid{flex-direction:row;align-items:stretch;gap:56px;height:100%}.GrowthOutcomes-module__mgS0qa__panelText{flex:1 1 0;justify-content:center}.GrowthOutcomes-module__mgS0qa__panelImageWrap{flex:1.1 1 0;height:100%}.GrowthOutcomes-module__mgS0qa__panelVideoWrap{flex:1.9 1 0;height:100%}.GrowthOutcomes-module__mgS0qa__panelImageWrapContain{flex:1.6 1 0;height:100%}.GrowthOutcomes-module__mgS0qa__panelHeadline{font-size:30px}.GrowthOutcomes-module__mgS0qa__panel{inset:56px}.GrowthOutcomes-module__mgS0qa__panels{height:480px}.GrowthOutcomes-module__mgS0qa__card{min-height:480px}}@media (max-width:1024px){.GrowthOutcomes-module__mgS0qa__inner{padding:56px 32px}}@media (max-width:640px){.GrowthOutcomes-module__mgS0qa__inner{padding:48px 20px}.GrowthOutcomes-module__mgS0qa__heading{font-size:28px}.GrowthOutcomes-module__mgS0qa__card{border-radius:20px}.GrowthOutcomes-module__mgS0qa__panelImageWrap{height:220px}.GrowthOutcomes-module__mgS0qa__panelVideoWrap,.GrowthOutcomes-module__mgS0qa__panelImageWrapContain{height:300px}}
.Container-module__n5cAcW__container{width:100%;padding-inline:var(--space-5);margin-inline:auto}@media (min-width:768px){.Container-module__n5cAcW__container{padding-inline:var(--space-6)}}.Container-module__n5cAcW__sm{max-width:var(--container-sm)}.Container-module__n5cAcW__md{max-width:var(--container-md)}.Container-module__n5cAcW__lg{max-width:var(--container-lg)}.Container-module__n5cAcW__xl{max-width:var(--container-xl)}
.SectionIntro-module__33OawW__intro{max-width:560px;margin-bottom:var(--space-8)}.SectionIntro-module__33OawW__intro.SectionIntro-module__33OawW__center{text-align:center;max-width:720px;margin-inline:auto}.SectionIntro-module__33OawW__headline{font-size:var(--fs-heading-xl);font-weight:var(--fw-bold);letter-spacing:-.01em;color:var(--color-text-primary);margin-bottom:var(--space-4);line-height:1.15}.SectionIntro-module__33OawW__description{font-size:var(--fs-body-lg);color:var(--color-text-secondary);line-height:1.55}@media (max-width:767px){.SectionIntro-module__33OawW__headline{font-size:var(--fs-heading-lg)}}
.Pricing-module__VpFavW__section{padding-block:var(--space-11)}.Pricing-module__VpFavW__toggle{border:1px solid #00000026;border-radius:999px;margin:24px auto 32px;padding:6px;display:inline-flex}.Pricing-module__VpFavW__segment{color:#0000008c;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.Pricing-module__VpFavW__segmentActive{color:#fff;background:#0d0d0d}.Pricing-module__VpFavW__saveChip{color:#16a34a;white-space:nowrap;background:#16a34a1f;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.Pricing-module__VpFavW__segmentActive .Pricing-module__VpFavW__saveChip{color:#4ade80;background:#4ade802e}.Pricing-module__VpFavW__grid{grid-template-columns:1fr;align-items:start;gap:28px;display:grid}.Pricing-module__VpFavW__card{background:#fff;border:1px solid #0000001a;border-radius:24px;flex-direction:column;padding:36px 32px;display:flex;position:relative;box-shadow:0 20px 40px -28px #00000040}.Pricing-module__VpFavW__recommended{color:#fff;background:#0d0d0d;border-color:#0000;box-shadow:0 30px 60px -20px #00000073}.Pricing-module__VpFavW__badge{color:#0d0d0d;background:#fff;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__VpFavW__name{margin-bottom:var(--space-2);font-size:17px;font-weight:700}.Pricing-module__VpFavW__tagline{font-size:14px;font-weight:var(--fw-medium);color:var(--color-text-secondary);margin-bottom:var(--space-3)}.Pricing-module__VpFavW__recommended .Pricing-module__VpFavW__tagline{color:#ffffffb3}.Pricing-module__VpFavW__originalPrice{font-size:15px;font-weight:var(--fw-medium);color:var(--color-text-secondary);margin-bottom:2px;-webkit-text-decoration:line-through #00000059;text-decoration:line-through #00000059}.Pricing-module__VpFavW__recommended .Pricing-module__VpFavW__originalPrice{color:#ffffff80;text-decoration-color:#fff6}.Pricing-module__VpFavW__price{font-family:var(--font-body);font-size:44px;font-weight:var(--fw-bold);margin-bottom:var(--space-3);align-items:baseline;gap:6px;display:flex}.Pricing-module__VpFavW__period{font-size:14px;font-weight:var(--fw-regular);color:var(--color-text-secondary)}.Pricing-module__VpFavW__recommended .Pricing-module__VpFavW__period{color:#fff9}.Pricing-module__VpFavW__description{color:var(--color-text-secondary);margin-bottom:var(--space-5);font-size:14px}.Pricing-module__VpFavW__recommended .Pricing-module__VpFavW__description{color:#ffffffb3}.Pricing-module__VpFavW__features{margin:0 0 var(--space-7);flex-direction:column;gap:13px;padding:0;list-style:none;display:flex}.Pricing-module__VpFavW__feature{align-items:center;gap:13px;font-size:14px;display:flex}.Pricing-module__VpFavW__feature svg{color:#16a34a;flex-shrink:0}.Pricing-module__VpFavW__recommended .Pricing-module__VpFavW__feature svg{color:#4ade80}.Pricing-module__VpFavW__cta{width:100%;margin-top:auto;border-radius:12px!important}.Pricing-module__VpFavW__ctaOutlined{color:#0d0d0d!important;background:0 0!important;border:1px solid #0003!important}.Pricing-module__VpFavW__ctaInverted{color:#0d0d0d!important;background:#fff!important;border:none!important;box-shadow:0 10px 22px -8px #ffffff40!important}@media (min-width:900px){.Pricing-module__VpFavW__grid{grid-template-columns:repeat(3,1fr)}.Pricing-module__VpFavW__recommended{transform:translateY(-14px)}}
.FAQ-module__sKCi-q__section{background:#fff}.FAQ-module__sKCi-q__inner{max-width:1200px;margin-inline:auto;padding:80px 64px}.FAQ-module__sKCi-q__layout{grid-template-columns:38% 1fr;align-items:start;gap:64px;display:grid}.FAQ-module__sKCi-q__intro{flex-direction:column;align-items:flex-start;display:flex}.FAQ-module__sKCi-q__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0006;margin-bottom:16px;font-size:12px;font-weight:700}.FAQ-module__sKCi-q__heading{font-family:var(--font-body);font-size:34px;font-weight:var(--fw-bold);color:#000;margin:0 0 16px;line-height:1.15}.FAQ-module__sKCi-q__supportText{color:#0000008c;margin:0 0 28px;font-size:14px}.FAQ-module__sKCi-q__ctaButton{color:#fff;white-space:nowrap;background:#0d0d0d;border-radius:999px;align-items:center;padding:14px 26px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.FAQ-module__sKCi-q__list{flex-direction:column;gap:14px;display:flex}.FAQ-module__sKCi-q__item{background:#fff;border:1px solid #0000001f;border-radius:16px;padding:22px 24px;transition:background-color .15s,border-color .15s}.FAQ-module__sKCi-q__item[open]{background:#f0fdf4;border-color:#22c55e66}.FAQ-module__sKCi-q__summary{cursor:pointer;align-items:center;gap:16px;min-height:44px;list-style:none;display:flex}.FAQ-module__sKCi-q__summary::-webkit-details-marker{display:none}.FAQ-module__sKCi-q__summary::marker{content:""}.FAQ-module__sKCi-q__summary:focus-visible{outline:2px solid var(--color-info);outline-offset:2px;border-radius:8px}.FAQ-module__sKCi-q__index{color:#00000059;flex-shrink:0;font-size:13px;font-weight:700;transition:color .15s}.FAQ-module__sKCi-q__item[open] .FAQ-module__sKCi-q__index{color:#16a34a}.FAQ-module__sKCi-q__question{color:#000;flex:1;font-size:15.5px;font-weight:600}.FAQ-module__sKCi-q__toggleIcon{flex-shrink:0;width:18px;height:18px;transition:transform .2s;position:relative}.FAQ-module__sKCi-q__toggleIcon:before,.FAQ-module__sKCi-q__toggleIcon:after{content:"";background:#0d0d0d;border-radius:2px;position:absolute}.FAQ-module__sKCi-q__toggleIcon:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.FAQ-module__sKCi-q__toggleIcon:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.FAQ-module__sKCi-q__item[open] .FAQ-module__sKCi-q__toggleIcon{transform:rotate(45deg)}.FAQ-module__sKCi-q__answer{color:#0009;margin:12px 0 0;padding-left:34px;font-size:14px;line-height:1.65}@media (max-width:900px){.FAQ-module__sKCi-q__inner{padding:56px 32px}.FAQ-module__sKCi-q__layout{grid-template-columns:1fr;gap:40px}}@media (max-width:600px){.FAQ-module__sKCi-q__inner{padding:40px 20px}.FAQ-module__sKCi-q__heading{font-size:26px}.FAQ-module__sKCi-q__ctaButton{justify-content:center;width:100%;display:flex}.FAQ-module__sKCi-q__item{padding:18px}.FAQ-module__sKCi-q__question{font-size:14.5px}.FAQ-module__sKCi-q__answer{padding-left:0}}
@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3dbe685087e51055-s.7d71229e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.cf80dd39.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3dbe685087e51055-s.7d71229e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.cf80dd39.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3dbe685087e51055-s.7d71229e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.cf80dd39.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3dbe685087e51055-s.7d71229e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.cf80dd39.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora Fallback;src:local(Arial);ascent-override:85.29%;descent-override:25.5%;line-gap-override:0.0%;size-adjust:113.73%}.sora_90533d02-module__OwJU1G__className{font-family:Sora,Sora Fallback;font-style:normal}.sora_90533d02-module__OwJU1G__variable{--font-sora:"Sora","Sora Fallback"}
.SiteFooter-module__N4nwna__footer{font-family:var(--font-sora),"Sora",system-ui,sans-serif;color:#fff;background:#111;border-radius:32px 32px 0 0;overflow:hidden;box-shadow:0 40px 70px -30px #00000080}.SiteFooter-module__N4nwna__cta{text-align:center;background:radial-gradient(at 50% -10%,#ffffff0f,#0000 60%);border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:center;padding:64px 80px 40px;display:flex;position:relative}.SiteFooter-module__N4nwna__headline{max-width:640px;margin:0 0 14px;font-size:34px;font-weight:600;line-height:1.25}.SiteFooter-module__N4nwna__subheadline{color:#fff9;max-width:480px;margin:0 0 28px;font-size:16px}.SiteFooter-module__N4nwna__ctaButton{color:#111!important;background:#fff!important;border:none!important;border-radius:999px!important;padding:16px 34px!important;font-size:15px!important;font-weight:600!important;box-shadow:0 12px 26px -8px #fff3!important}.SiteFooter-module__N4nwna__ctaButton:hover{background:#f2f2f2!important}.SiteFooter-module__N4nwna__grid{grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding:56px 80px;display:grid}.SiteFooter-module__N4nwna__brandColumn{flex-direction:column;align-items:flex-start;display:flex}.SiteFooter-module__N4nwna__logo{color:#fff;align-items:center;gap:7px;font-size:22px;font-weight:700;text-decoration:none;display:inline-flex}.SiteFooter-module__N4nwna__logoMark{filter:brightness(0)invert();flex-shrink:0;width:27px;height:25px;display:block}.SiteFooter-module__N4nwna__tagline{color:#ffffff80;max-width:230px;margin:12px 0 20px;font-size:14px;line-height:1.5}.SiteFooter-module__N4nwna__social{gap:10px;display:flex}.SiteFooter-module__N4nwna__socialIcon{color:#ffffffd9;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.SiteFooter-module__N4nwna__socialIcon:hover{color:#111;background:#fff}.SiteFooter-module__N4nwna__group{flex-direction:column;display:flex}.SiteFooter-module__N4nwna__groupTitle{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin:0 0 16px;font-size:12px;font-weight:600}.SiteFooter-module__N4nwna__groupLinks{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__N4nwna__link{color:#fffc;font-size:14px;text-decoration:none;transition:color .15s}.SiteFooter-module__N4nwna__link:hover{color:#fff;opacity:1}.SiteFooter-module__N4nwna__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 80px;display:flex}.SiteFooter-module__N4nwna__copyright{color:#ffffff73;margin:0;font-size:13px}.SiteFooter-module__N4nwna__legalLinks{gap:24px;display:flex}.SiteFooter-module__N4nwna__legalLink{color:#ffffff73;font-size:13px;text-decoration:none;transition:color .15s}.SiteFooter-module__N4nwna__legalLink:hover{color:#fff}@media (max-width:900px){.SiteFooter-module__N4nwna__grid{grid-template-columns:1fr 1fr;gap:32px 24px;padding:48px 40px}.SiteFooter-module__N4nwna__brandColumn{grid-column:1/-1}.SiteFooter-module__N4nwna__cta{padding:56px 40px 40px}.SiteFooter-module__N4nwna__bottom{padding:20px 40px}}@media (max-width:600px){.SiteFooter-module__N4nwna__cta{padding:48px 24px}.SiteFooter-module__N4nwna__grid{text-align:center;grid-template-columns:1fr;padding:40px 24px}.SiteFooter-module__N4nwna__brandColumn{align-items:center}.SiteFooter-module__N4nwna__tagline{max-width:none}.SiteFooter-module__N4nwna__bottom{text-align:center;flex-direction:column;gap:16px;padding:24px}.SiteFooter-module__N4nwna__legalLinks{gap:20px}}
.BlogPostBody-module__MpLQWq__body{max-width:720px;margin-inline:auto}.BlogPostBody-module__MpLQWq__paragraph{color:#000000bf;margin:0 0 24px;font-size:16px;line-height:1.75}.BlogPostBody-module__MpLQWq__inlineLink{color:var(--color-info);text-underline-offset:2px;text-decoration:underline}.BlogPostBody-module__MpLQWq__heading{font-family:var(--font-body);font-size:24px;font-weight:var(--fw-bold);color:#000;margin:40px 0 16px;scroll-margin-top:100px}.BlogPostBody-module__MpLQWq__list{margin:0 0 24px;padding-left:22px}.BlogPostBody-module__MpLQWq__list li{color:#000000bf;margin-bottom:8px;font-size:16px;line-height:1.75}.BlogPostBody-module__MpLQWq__callout{border-left:3px solid var(--color-info);color:#000000bf;background:#fafafa;border-radius:8px;margin:0 0 24px;padding:18px 22px;font-size:15px;line-height:1.65}.BlogPostBody-module__MpLQWq__cta{color:#fff;background:#0d0d0d;border-radius:16px;margin:32px 0 8px;padding:24px 28px;text-decoration:none;display:block;position:relative}.BlogPostBody-module__MpLQWq__ctaLabel{margin-bottom:6px;font-size:16px;font-weight:700;display:block}.BlogPostBody-module__MpLQWq__ctaDescription{color:#ffffffb3;margin:0;padding-right:24px;font-size:13.5px}.BlogPostBody-module__MpLQWq__ctaArrow{color:#fff;font-size:18px;position:absolute;top:24px;right:24px}@media (max-width:640px){.BlogPostBody-module__MpLQWq__heading{font-size:20px}}
.BlogPostPage-module__9O4u7q__article{background:#fff;padding:48px 24px 64px}@media (max-width:640px){.BlogPostPage-module__9O4u7q__article{padding:36px 20px 48px}}
.SeoHero-module__7r8mxG__hero{color:#fff;background:#0d0d0d}.SeoHero-module__7r8mxG__heroInner{text-align:center;max-width:860px;margin-inline:auto;padding:96px 24px 72px}.SeoHero-module__7r8mxG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-info);margin-bottom:20px;font-size:12px;font-weight:700;display:block}.SeoHero-module__7r8mxG__headline{font-family:var(--font-body);font-size:44px;font-weight:var(--fw-bold);margin:0 0 20px;line-height:1.15}.SeoHero-module__7r8mxG__description{color:#ffffffbf;max-width:620px;margin:0 auto 36px;font-size:17px;line-height:1.6}.SeoHero-module__7r8mxG__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.SeoHero-module__7r8mxG__primaryCta{background:var(--color-info);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.SeoHero-module__7r8mxG__secondaryCta{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}@media (max-width:640px){.SeoHero-module__7r8mxG__heroInner{padding:72px 20px 48px}.SeoHero-module__7r8mxG__headline{font-size:30px}.SeoHero-module__7r8mxG__description{font-size:15px}.SeoHero-module__7r8mxG__actions{flex-direction:column;width:100%}.SeoHero-module__7r8mxG__primaryCta,.SeoHero-module__7r8mxG__secondaryCta{width:100%}}
.SeoCardSection-module__Cko5Jq__section{background:#fff}.SeoCardSection-module__Cko5Jq__sectionAlt{background:#fafafa}.SeoCardSection-module__Cko5Jq__inner{max-width:1200px;margin-inline:auto;padding:80px 64px}.SeoCardSection-module__Cko5Jq__intro{text-align:center;max-width:640px;margin:0 auto 48px}.SeoCardSection-module__Cko5Jq__sectionEyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0006;margin-bottom:14px;font-size:12px;font-weight:700;display:block}.SeoCardSection-module__Cko5Jq__sectionHeading{font-family:var(--font-body);font-size:34px;font-weight:var(--fw-bold);color:#000;margin:0 0 14px;line-height:1.2}.SeoCardSection-module__Cko5Jq__sectionSubtext{color:#0000008c;margin:0;font-size:15px}.SeoCardSection-module__Cko5Jq__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.SeoCardSection-module__Cko5Jq__cardFilled{background:#fafafa;border:1px solid #00000014;border-radius:16px;padding:28px}.SeoCardSection-module__Cko5Jq__cardOutlined{background:#fff;border:1px solid #0000001a;border-radius:16px;padding:28px}.SeoCardSection-module__Cko5Jq__cardTitle{color:#000;margin:0 0 10px;font-size:16px;font-weight:700}.SeoCardSection-module__Cko5Jq__cardDescription{color:#0009;margin:0;font-size:14px;line-height:1.6}@media (max-width:1024px){.SeoCardSection-module__Cko5Jq__inner{padding:56px 32px}.SeoCardSection-module__Cko5Jq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SeoCardSection-module__Cko5Jq__inner{padding:48px 20px}.SeoCardSection-module__Cko5Jq__sectionHeading{font-size:24px}.SeoCardSection-module__Cko5Jq__grid{grid-template-columns:1fr}}
.AuthShell-module__yFn7hW__shell{min-height:100vh;background:var(--color-bg);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative}.AuthShell-module__yFn7hW__logo{top:var(--space-6);left:var(--space-5);color:var(--color-text-primary,#0d0d0d);align-items:center;gap:6px;font-size:19px;font-weight:700;text-decoration:none;display:inline-flex;position:absolute}.AuthShell-module__yFn7hW__logoMark{flex-shrink:0;width:24px;height:22px;display:block}@media (min-width:640px){.AuthShell-module__yFn7hW__logo{top:var(--space-6);left:var(--space-6)}}.AuthShell-module__yFn7hW__formPanel{width:100%;min-width:0;padding:calc(var(--space-9) + var(--space-6))var(--space-5)var(--space-6);justify-content:center;display:flex;overflow-y:auto}@media (min-width:640px){.AuthShell-module__yFn7hW__formPanel{padding:calc(var(--space-9) + var(--space-6))var(--space-6)var(--space-9)}}.AuthShell-module__yFn7hW__formPanelInner{width:100%;max-width:var(--auth-form-width);gap:var(--space-8);flex-direction:column;display:flex}.AuthShell-module__yFn7hW__topRow{min-height:var(--space-8);align-items:center;display:flex}.AuthShell-module__yFn7hW__backLink{align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast)var(--ease-out);background:0 0;border:none;padding:0;display:inline-flex}.AuthShell-module__yFn7hW__backLink:hover{color:var(--color-text-primary)}.AuthShell-module__yFn7hW__content{gap:var(--space-6);flex-direction:column;display:flex}
.SeoRelatedLinks-module__7V2vpW__section{background:#fff}.SeoRelatedLinks-module__7V2vpW__inner{max-width:1200px;margin-inline:auto;padding:80px 64px}.SeoRelatedLinks-module__7V2vpW__intro{text-align:center;max-width:640px;margin:0 auto 48px}.SeoRelatedLinks-module__7V2vpW__sectionEyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0006;margin-bottom:14px;font-size:12px;font-weight:700;display:block}.SeoRelatedLinks-module__7V2vpW__sectionHeading{font-family:var(--font-body);font-size:34px;font-weight:var(--fw-bold);color:#000;margin:0 0 14px;line-height:1.2}.SeoRelatedLinks-module__7V2vpW__sectionSubtext{color:#0000008c;margin:0;font-size:15px}.SeoRelatedLinks-module__7V2vpW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.SeoRelatedLinks-module__7V2vpW__card{background:#fafafa;border:1px solid #00000014;border-radius:16px;padding:26px 28px;text-decoration:none;transition:border-color .15s,background-color .15s;display:block;position:relative}.SeoRelatedLinks-module__7V2vpW__card:hover{border-color:var(--color-info);background:#fff}.SeoRelatedLinks-module__7V2vpW__label{color:#000;margin-bottom:8px;font-size:15.5px;font-weight:700;display:block}.SeoRelatedLinks-module__7V2vpW__description{color:#0009;margin:0;padding-right:24px;font-size:13.5px;line-height:1.55}.SeoRelatedLinks-module__7V2vpW__arrow{color:var(--color-info);font-size:16px;position:absolute;top:26px;right:24px}@media (max-width:1024px){.SeoRelatedLinks-module__7V2vpW__inner{padding:56px 32px}}@media (max-width:640px){.SeoRelatedLinks-module__7V2vpW__inner{padding:48px 20px}.SeoRelatedLinks-module__7V2vpW__sectionHeading{font-size:24px}}
.Login-module__8Atr1G__oauth{gap:var(--space-3);flex-direction:column;display:flex}.Login-module__8Atr1G__oauthBtn{width:100%}.Login-module__8Atr1G__divider{align-items:center;gap:var(--space-4);display:flex}.Login-module__8Atr1G__dividerLine{background:var(--color-divider);flex:1;height:1px}.Login-module__8Atr1G__dividerText{white-space:nowrap;font-size:var(--fs-micro);letter-spacing:.04em;color:var(--color-text-secondary)}.Login-module__8Atr1G__errorBanner{padding:var(--space-4);border:1px solid var(--color-error);border-radius:var(--radius-md);background:var(--color-bg-secondary);color:var(--color-error);font-size:var(--fs-small)}.Login-module__8Atr1G__form{gap:var(--space-5);flex-direction:column;display:flex}.Login-module__8Atr1G__field{gap:var(--space-2);flex-direction:column;display:flex}.Login-module__8Atr1G__labelRow{justify-content:space-between;align-items:center;display:flex}.Login-module__8Atr1G__label{font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--color-text-primary)}.Login-module__8Atr1G__input{width:100%;height:var(--control-height);padding-inline:var(--space-4);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-text-primary);transition:border-color var(--duration-fast)var(--ease-out)}.Login-module__8Atr1G__input::placeholder{color:var(--color-text-secondary)}.Login-module__8Atr1G__input:focus-visible{border-color:var(--color-primary)}.Login-module__8Atr1G__inputWrap{position:relative}.Login-module__8Atr1G__inputWrap .Login-module__8Atr1G__input{padding-right:var(--control-height)}.Login-module__8Atr1G__eyeBtn{width:var(--control-height);height:var(--control-height);border-radius:0 var(--radius-md)var(--radius-md)0;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast)var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.Login-module__8Atr1G__eyeBtn:hover{color:var(--color-text-primary)}.Login-module__8Atr1G__forgotLink{font-size:var(--fs-micro);color:var(--color-text-secondary);transition:color var(--duration-fast)var(--ease-out)}.Login-module__8Atr1G__forgotLink:hover{color:var(--color-primary)}.Login-module__8Atr1G__rememberRow{align-items:center;gap:var(--space-2);display:flex}.Login-module__8Atr1G__checkbox{-webkit-appearance:auto;appearance:auto;width:18px;height:18px;accent-color:var(--color-primary);border:1.5px solid var(--color-border);cursor:pointer;border-radius:4px;flex-shrink:0}.Login-module__8Atr1G__checkboxLabel{font-size:var(--fs-small);color:var(--color-text-secondary);cursor:pointer}.Login-module__8Atr1G__submitBtn{width:100%;margin-top:var(--space-2)}.Login-module__8Atr1G__spinner{width:16px;height:16px;animation:.8s linear infinite Login-module__8Atr1G__spin}@keyframes Login-module__8Atr1G__spin{to{transform:rotate(360deg)}}.Login-module__8Atr1G__footerText{text-align:center;font-size:var(--fs-small);color:var(--color-text-secondary)}.Login-module__8Atr1G__footerLink{font-weight:var(--fw-medium);color:var(--color-primary);transition:color var(--duration-fast)var(--ease-out)}.Login-module__8Atr1G__footerLink:hover{color:var(--color-primary-hover)}@media (prefers-reduced-motion:reduce){.Login-module__8Atr1G__spinner{animation-duration:1.5s}}
.Signup-module__CNcxTW__errorBanner{padding:var(--space-4);border:1px solid var(--color-error);border-radius:var(--radius-md);background:var(--color-bg-secondary);color:var(--color-error);font-size:var(--fs-small);line-height:1.5}.Signup-module__CNcxTW__form{gap:var(--space-5);flex-direction:column;display:flex}.Signup-module__CNcxTW__field{gap:var(--space-2);flex-direction:column;display:flex}.Signup-module__CNcxTW__label{font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--color-text-primary)}.Signup-module__CNcxTW__input{width:100%;height:var(--control-height);padding-inline:var(--space-4);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-text-primary);transition:border-color var(--duration-fast)var(--ease-out)}.Signup-module__CNcxTW__input::placeholder{color:var(--color-text-secondary)}.Signup-module__CNcxTW__input:focus-visible{border-color:var(--color-primary)}.Signup-module__CNcxTW__fieldHint{margin-top:var(--space-1);font-size:var(--fs-micro);color:var(--color-text-secondary)}.Signup-module__CNcxTW__inputWrap{position:relative}.Signup-module__CNcxTW__inputWrap .Signup-module__CNcxTW__input{padding-right:var(--control-height)}.Signup-module__CNcxTW__eyeBtn{width:var(--control-height);height:var(--control-height);border-radius:0 var(--radius-md)var(--radius-md)0;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast)var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.Signup-module__CNcxTW__eyeBtn:hover{color:var(--color-text-primary)}.Signup-module__CNcxTW__requirementList{gap:var(--space-2);margin-top:var(--space-1);flex-direction:column;list-style:none;display:flex}.Signup-module__CNcxTW__requirementItem{align-items:center;gap:var(--space-2);font-size:var(--fs-micro);color:var(--color-text-secondary);transition:color var(--duration-fast)var(--ease-out);display:flex}.Signup-module__CNcxTW__requirementIcon{color:var(--color-border);transition:color var(--duration-fast)var(--ease-out);flex-shrink:0}.Signup-module__CNcxTW__requirementMet{color:var(--color-text-primary)}.Signup-module__CNcxTW__requirementMet .Signup-module__CNcxTW__requirementIcon,.Signup-module__CNcxTW__hintSuccess{color:var(--color-success)}.Signup-module__CNcxTW__hintError{color:var(--color-error)}.Signup-module__CNcxTW__secureNote{justify-content:center;align-items:center;gap:var(--space-2);font-size:var(--fs-micro);color:var(--color-text-secondary);display:flex}.Signup-module__CNcxTW__terms{font-size:var(--fs-micro);color:var(--color-text-secondary);line-height:1.5}.Signup-module__CNcxTW__termsLink{color:var(--color-text-primary);text-underline-offset:2px;transition:color var(--duration-fast)var(--ease-out);text-decoration:underline}.Signup-module__CNcxTW__termsLink:hover{color:var(--color-primary)}.Signup-module__CNcxTW__submitBtn{width:100%;margin-top:var(--space-2)}.Signup-module__CNcxTW__spinner{width:16px;height:16px;animation:.8s linear infinite Signup-module__CNcxTW__spin}@keyframes Signup-module__CNcxTW__spin{to{transform:rotate(360deg)}}.Signup-module__CNcxTW__trustList{justify-content:center;gap:var(--space-2)var(--space-5);flex-wrap:wrap;list-style:none;display:flex}.Signup-module__CNcxTW__trustItem{align-items:center;gap:var(--space-2);font-size:var(--fs-micro);color:var(--color-text-secondary);display:flex}.Signup-module__CNcxTW__trustDot{border-radius:var(--radius-pill);background:var(--color-success);flex-shrink:0;width:4px;height:4px}.Signup-module__CNcxTW__footerText{text-align:center;font-size:var(--fs-small);color:var(--color-text-secondary)}.Signup-module__CNcxTW__footerLink{font-weight:var(--fw-medium);color:var(--color-primary);transition:color var(--duration-fast)var(--ease-out)}.Signup-module__CNcxTW__footerLink:hover{color:var(--color-primary-hover)}.Signup-module__CNcxTW__otpSection{gap:var(--space-5);flex-direction:column;display:flex}.Signup-module__CNcxTW__otpGrid{gap:var(--space-3);grid-template-columns:repeat(6,1fr);display:grid}.Signup-module__CNcxTW__otpInput{aspect-ratio:1;text-align:center;width:100%;font-family:var(--font-body);font-size:var(--fs-heading-md);font-weight:var(--fw-semibold);color:var(--color-text-primary);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--duration-fast)var(--ease-out),background-color var(--duration-fast)var(--ease-out)}.Signup-module__CNcxTW__otpInput:focus-visible{border-color:var(--color-primary)}.Signup-module__CNcxTW__otpFilled{background:var(--color-bg-secondary)}.Signup-module__CNcxTW__otpError{animation:.3s Signup-module__CNcxTW__shake;border-color:var(--color-error)!important}@keyframes Signup-module__CNcxTW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.Signup-module__CNcxTW__otpResend{text-align:center;font-size:var(--fs-small);color:var(--color-text-secondary)}.Signup-module__CNcxTW__otpResendBtn{font-family:var(--font-body);font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--color-primary);cursor:pointer;transition:color var(--duration-fast)var(--ease-out);background:0 0;border:none;padding:0}.Signup-module__CNcxTW__otpResendBtn:hover{color:var(--color-primary-hover)}.Signup-module__CNcxTW__devHint{text-align:center;padding:var(--space-3)var(--space-4);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-secondary);font-size:var(--fs-micro);color:var(--color-text-secondary)}@media (prefers-reduced-motion:reduce){.Signup-module__CNcxTW__spinner{animation-duration:1.5s}.Signup-module__CNcxTW__otpError{animation:none}}
.DemoRequest-module__deQ4fW__errorBanner{padding:var(--space-4);border:1px solid var(--color-error);border-radius:var(--radius-md);background:var(--color-bg-secondary);color:var(--color-error);font-size:var(--fs-small)}.DemoRequest-module__deQ4fW__form{gap:var(--space-5);flex-direction:column;display:flex}.DemoRequest-module__deQ4fW__honeypot{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.DemoRequest-module__deQ4fW__field{gap:var(--space-2);flex-direction:column;display:flex}.DemoRequest-module__deQ4fW__labelRow{justify-content:space-between;align-items:center;display:flex}.DemoRequest-module__deQ4fW__label{font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--color-text-primary)}.DemoRequest-module__deQ4fW__optionalTag{font-size:var(--fs-micro);color:var(--color-text-secondary)}.DemoRequest-module__deQ4fW__input,.DemoRequest-module__deQ4fW__textarea{width:100%;padding-inline:var(--space-4);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-text-primary);transition:border-color var(--duration-fast)var(--ease-out)}.DemoRequest-module__deQ4fW__input{height:var(--control-height)}.DemoRequest-module__deQ4fW__textarea{padding-block:var(--space-3);resize:vertical;min-height:calc(var(--control-height)*2)}.DemoRequest-module__deQ4fW__input::placeholder,.DemoRequest-module__deQ4fW__textarea::placeholder{color:var(--color-text-secondary)}:is(.DemoRequest-module__deQ4fW__input:focus-visible,.DemoRequest-module__deQ4fW__textarea:focus-visible){border-color:var(--color-primary)}.DemoRequest-module__deQ4fW__submitBtn{width:100%;margin-top:var(--space-2)}.DemoRequest-module__deQ4fW__secureNote{justify-content:center;align-items:center;gap:var(--space-2);font-size:var(--fs-micro);color:var(--color-text-secondary);display:flex}.DemoRequest-module__deQ4fW__spinner{width:16px;height:16px;animation:.8s linear infinite DemoRequest-module__deQ4fW__spin}@keyframes DemoRequest-module__deQ4fW__spin{to{transform:rotate(360deg)}}.DemoRequest-module__deQ4fW__confirmation{align-items:flex-start;gap:var(--space-4);flex-direction:column;display:flex}.DemoRequest-module__deQ4fW__confirmationIcon{color:var(--color-success)}@media (prefers-reduced-motion:reduce){.DemoRequest-module__deQ4fW__spinner{animation-duration:1.5s}}
.SeoPricingCta-module__tzZ3rG__pricingCta{color:#fff;background:#0d0d0d}.SeoPricingCta-module__tzZ3rG__inner{text-align:center;max-width:620px;margin-inline:auto;padding:72px 24px}.SeoPricingCta-module__tzZ3rG__heading{font-family:var(--font-body);font-size:28px;font-weight:var(--fw-bold);margin:0 0 12px;line-height:1.25}.SeoPricingCta-module__tzZ3rG__text{color:#ffffffb3;margin:0 0 28px;font-size:15px}.SeoPricingCta-module__tzZ3rG__button{color:#0d0d0d;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}@media (max-width:640px){.SeoPricingCta-module__tzZ3rG__inner{padding:56px 20px}.SeoPricingCta-module__tzZ3rG__heading{font-size:22px}}
.BlogIndexPage-module__z8xJiG__hero{color:#fff;background:#0d0d0d}.BlogIndexPage-module__z8xJiG__heroInner{text-align:center;max-width:720px;margin-inline:auto;padding:80px 24px 48px}.BlogIndexPage-module__z8xJiG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-info);margin-bottom:18px;font-size:12px;font-weight:700;display:block}.BlogIndexPage-module__z8xJiG__headline{font-family:var(--font-body);font-size:38px;font-weight:var(--fw-bold);margin:0 0 16px;line-height:1.2}.BlogIndexPage-module__z8xJiG__description{color:#ffffffb3;margin:0;font-size:16px;line-height:1.6}.BlogIndexPage-module__z8xJiG__categories{background:#fff;border-bottom:1px solid #00000014}.BlogIndexPage-module__z8xJiG__categoriesInner{flex-wrap:wrap;gap:10px;max-width:1200px;margin-inline:auto;padding:24px 64px;display:flex}.BlogIndexPage-module__z8xJiG__categoryChip{color:#000000a6;white-space:nowrap;border:1px solid #0000001f;border-radius:999px;align-items:center;padding:8px 16px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.BlogIndexPage-module__z8xJiG__categoryChip:hover{border-color:var(--color-info);color:#000}.BlogIndexPage-module__z8xJiG__categoryChipActive{color:#fff;background:#0d0d0d;border-color:#0d0d0d}.BlogIndexPage-module__z8xJiG__categoryChipActive:hover{color:#fff}.BlogIndexPage-module__z8xJiG__grid{background:#fafafa}.BlogIndexPage-module__z8xJiG__gridInner{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin-inline:auto;padding:48px 64px 80px;display:grid}.BlogIndexPage-module__z8xJiG__card{background:#fff;border:1px solid #00000014;border-radius:16px;flex-direction:column;padding:28px;text-decoration:none;transition:border-color .15s;display:flex}.BlogIndexPage-module__z8xJiG__card:hover{border-color:var(--color-info)}.BlogIndexPage-module__z8xJiG__cardCategory{letter-spacing:.08em;text-transform:uppercase;color:var(--color-info);margin-bottom:12px;font-size:11px;font-weight:700}.BlogIndexPage-module__z8xJiG__cardTitle{color:#000;margin:0 0 10px;font-size:17px;font-weight:700;line-height:1.35}.BlogIndexPage-module__z8xJiG__cardDek{color:#0009;flex:1;margin:0 0 16px;font-size:13.5px;line-height:1.6}.BlogIndexPage-module__z8xJiG__cardDate{color:#0006;font-size:12px}@media (max-width:1024px){.BlogIndexPage-module__z8xJiG__categoriesInner{padding:20px 32px}.BlogIndexPage-module__z8xJiG__gridInner{grid-template-columns:repeat(2,1fr);padding:40px 32px 64px}}@media (max-width:640px){.BlogIndexPage-module__z8xJiG__heroInner{padding:56px 20px 36px}.BlogIndexPage-module__z8xJiG__headline{font-size:26px}.BlogIndexPage-module__z8xJiG__categoriesInner{padding:16px 20px}.BlogIndexPage-module__z8xJiG__gridInner{grid-template-columns:1fr;padding:32px 20px 48px}}
.LegalPage-module__sCulIW__header{color:#fff;background:#0d0d0d}.LegalPage-module__sCulIW__headerInner{max-width:760px;margin-inline:auto;padding:72px 24px 48px}.LegalPage-module__sCulIW__title{font-family:var(--font-body);font-size:34px;font-weight:var(--fw-bold);margin:0 0 16px;line-height:1.2}.LegalPage-module__sCulIW__intro{color:#ffffffbf;margin:0 0 20px;font-size:16px;line-height:1.6}.LegalPage-module__sCulIW__meta{color:#ffffff80;margin:0;font-size:13px}.LegalPage-module__sCulIW__article{background:#fff;padding:48px 24px 72px}@media (max-width:640px){.LegalPage-module__sCulIW__headerInner{padding:56px 20px 36px}.LegalPage-module__sCulIW__title{font-size:26px}.LegalPage-module__sCulIW__intro{font-size:15px}.LegalPage-module__sCulIW__article{padding:36px 20px 48px}}