/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: OpenSans, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

@font-face {
  font-family: "OpenSans";

  src: url("../fonts/OpenSans-Variable.woff2") format("woff2");

  font-weight: 300 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Variable.woff2") format("woff2");

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

:root {
  --sg-blue: #007aff;
  --sg-blue-dark: #005fcc;
  --sg-ink: #172033;
  --sg-text: #344256;
  --sg-muted: #6b7a90;
  --sg-line: #e4eaf2;
  --sg-soft: #f4f8fd;
  --sg-card: #ffffff;
  --sg-green: #12824c;
  --sg-amber: #b45309;
  --sg-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "OpenSans", Arial, sans-serif;
  color: var(--sg-ink);
  background: #fff;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sg-wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.sg-topbar {
  background: #0f172a;
  color: rgba(255,255,255,.88);
  font-size: 13px;
}

.sg-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sg-lang {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sg-lang a {
  min-width: 30px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 900;
}

.sg-lang a.is-active {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.sg-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(228,234,242,.92);
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.sg-nav-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Outfit", "OpenSans", Arial, sans-serif;
  font-weight: 850;
  font-size: 25px;
}

.sg-mark {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sg-blue);
  font-size: 19px;
  box-shadow: 0 12px 28px rgba(0,122,255,.24);
}

.sg-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--sg-text);
  font-size: 14px;
  font-weight: 800;
}

.sg-hero {
  padding: 64px 0 54px;
  background: #007aff;
  border-bottom: 1px solid rgba(0,95,204,.28);
  position: relative;
  overflow: hidden;
}

.sg-hero::before {
  content: "";
  position: absolute;
  inset: -35% -12% auto auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.26), rgba(255,255,255,0) 68%);
  pointer-events: none;
}

.sg-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: min(720px, 90vw);
  height: 260px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.sg-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .58fr);
  gap: 44px;
  align-items: center;
}

.sg-hero-copy {
  max-width: 780px;
}

.sg-eyebrow {
  margin: 0 0 12px;
  color: var(--sg-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sg-hero .sg-eyebrow {
  color: rgba(255,255,255,.82);
}

h1, h2 {
  margin: 0;
  font-family: "Outfit", "OpenSans", Arial, sans-serif;
  color: var(--sg-ink);
  letter-spacing: 0;
}

.sg-hero h1 {
  color: #fff;
}

h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.8vw, 70px);
  line-height: .96;
  font-weight: 850;
}

h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  font-weight: 820;
}

.sg-lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--sg-muted);
  font-size: 17px;
  line-height: 1.68;
}

.sg-hero .sg-lead {
  color: rgba(255,255,255,.86);
}

.sg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--sg-blue);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(0,122,255,.22);
}

.sg-hero .sg-btn {
  color: var(--sg-blue);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,42,94,.18);
}

.sg-btn-ghost {
  color: var(--sg-blue);
  background: #fff;
  border: 1px solid rgba(0,122,255,.22);
  box-shadow: none;
}

.sg-hero .sg-btn-ghost {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.34);
}

.sg-hero-image {
  margin: 0;
  align-self: stretch;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,42,94,.22);
  background: rgba(255,255,255,.12);
}

.sg-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

.sg-hero-card {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,42,94,.20);
  overflow: hidden;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.sg-hero-card-head {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 850;
}

.sg-hero-card-head strong {
  color: #fff;
  font-family: "Outfit";
  font-size: 34px;
}

.sg-flag {
  width: 30px;
  height: 22px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15,23,42,.08);
  flex: none;
}

.sg-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-metrics div {
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,.24);
}

.sg-metrics div:last-child {
  border-right: 0;
}

.sg-metrics strong {
  display: block;
  font-family: "Outfit";
  font-size: 34px;
  line-height: 1;
  color: #fff;
}

.sg-metrics span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 850;
}

.sg-section {
  padding: 74px 0;
  position: relative;
  border-bottom: 1px solid var(--sg-line);
  background: #fff;
}

.sg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1200px, calc(100% - 32px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0,122,255,.18), transparent);
}

.sg-intro::before, .sg-muted::before {
  display: none;
}

.sg-muted {
  background: #fff;
  border-top: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
}

.sg-intro {
  border-top: 1px solid var(--sg-line);
  background: #fff;
}

#markets {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

#brands {
  background: #fff;
}

#payment-partners {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

#shipping-partners {
  background: #fff;
}

.sg-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
  gap: 54px;
  align-items: start;
}

.sg-copy-stack {
  display: grid;
  gap: 14px;
  color: var(--sg-muted);
  font-size: 16px;
}

.sg-copy-stack p {
  margin: 0;
}

.sg-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.sg-section-head-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.sg-section-head-row p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.75;
}

.sg-partner-head {
  max-width: none;
  margin-bottom: 24px;
}

.sg-partner-head h2 {
  max-width: 760px;
}

.sg-partner-head p:last-child {
  max-width: none;
  margin: 12px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.75;
}

.sg-market-head {
  max-width: none;
  margin-bottom: 34px;
}

.sg-market-head h2 {
  max-width: none;
}

.sg-market-head p:last-child {
  max-width: none;
  margin: 12px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.75;
}

.sg-market-block {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sg-market-block-spaced {
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid #e7edf4;
}

.sg-store-group-title {
  margin: 0 0 24px;
  font-family: "Outfit", "OpenSans", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  color: var(--sg-ink);
  text-align: left;
}

.sg-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sg-store-card {
  min-height: 264px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6edf5;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(15,23,42,.045);
}

.sg-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin-bottom: 12px;
  margin-top: 12px;
  justify-content: center;
}

.sg-flag-frame {
  display: inline-flex;
  align-items: center;
  flex: none;
  width: auto;
  height: auto;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.sg-flag-frame .sg-flag {
  width: 36px;
  height: 25px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15,23,42,.08);
}

.sg-domain {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--sg-ink);
  font-family: "Outfit", "OpenSans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.sg-domain b {
  color: var(--sg-blue);
  font-weight: 900;
}

.sg-store-title {
  min-width: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
}

.sg-store-title strong, .sg-store-title small {
  display: none;
}

.sg-store-mail {
  display: none;
}

.sg-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 14px;
}

.sg-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
}

.sg-pill svg {
  width: 14px;
  height: 14px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sg-store-meta {
  display: grid;
  gap: 7px;
  margin-top: auto;
  color: var(--sg-muted);
  font-size: 12px;
  font-weight: 850;
}

.sg-store-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sg-store-meta svg {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sg-store-info, .sg-store-info-row, .sg-info-icon, .sg-store-visual, .sg-store-status, .sg-store-link, .sg-pill-open {
  display: none;
}

.sg-upcoming-text {
  max-width: 780px;
  margin: -12px 0 22px;
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sg-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.sg-upcoming-card {
  min-height: 94px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 12px 8px;
  border: 1px solid #e6edf5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: none;
}

.sg-upcoming-flag {
  width: 48px;
  height: 36px;
  display: grid;
  place-items: center;
}

.sg-upcoming-flag img {
  width: 44px;
  height: 31px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15,23,42,.08);
}

.sg-upcoming-card strong {
  font-family: "Outfit";
  font-size: 15px;
  line-height: 1.1;
  color: var(--sg-ink);
  font-weight: 740;
}

.sg-empty {
  padding: 22px;
  border-radius: 8px;
  color: var(--sg-muted);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
}

.sg-brand-rail {
  overflow: hidden;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
}

.sg-brand-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  padding: 14px;
  animation: sg-scroll 45s linear infinite;
}

.sg-brand-logo {
  width: 156px;
  height: 78px;
  display: grid;
  place-items: center;
  padding: 15px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #fff;
}

.sg-brand-logo img {
  max-height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes sg-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.sg-partners-section {
  overflow: hidden;
}

.sg-partner-rail {
  position: relative;
  overflow: hidden;
  padding: 42px 0 8px;
  margin-top: -32px;
  background: transparent;
}

.sg-partner-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  padding: 10px 0;
  animation: sg-scroll 42s linear infinite;
}

.sg-partner-track-shipping {
  animation-duration: 48s;
}

.sg-partner-chip {
  position: relative;
  min-width: 180px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #fff;
  color: var(--sg-text);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(15,23,42,.045);
}

.sg-partner-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 8px;
  background: #f8fafc;
}

.sg-partner-icon img {
  max-width: 28px;
  max-height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sg-partner-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--sg-blue);
}

.sg-partner-chip::after {
  content: attr(data-countries);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: calc(100% + 8px);
  z-index: 5;
  display: none;
  padding: 7px 9px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
}

.sg-partner-chip:hover::after {
  display: block;
}

.sg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
  gap: 54px;
  align-items: start;
}

.sg-contact-copy {
  max-width: 560px;
  margin: 18px 0 24px;
  color: var(--sg-muted);
  font-size: 16px;
}

.sg-company {
  margin: 0;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
  overflow: hidden;
}

.sg-company div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--sg-line);
}

.sg-company div:last-child {
  border-bottom: 0;
}

.sg-company dt {
  color: var(--sg-muted);
  font-size: 12px;
  font-weight: 900;
}

.sg-company dd {
  margin: 0;
  font-weight: 850;
  color: var(--sg-ink);
}

.sg-company-sub {
  display: inline-block;
  margin-top: 3px;
  color: var(--sg-muted);
  font-size: 12px;
  font-weight: 850;
}

.sg-contact-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

@media (prefers-reduced-motion: reduce) {
  .sg-brand-track, .sg-partner-track {
    animation: none;
  }
}

.sg-footer {
  padding: 26px 0;
  border-top: 1px solid var(--sg-line);
  color: var(--sg-muted);
  font-size: 13px;
}

.sg-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sg-footer a {
  color: var(--sg-ink);
  font-weight: 850;
}

@media (max-width: 980px) {
  .sg-hero-grid, .sg-intro-grid, .sg-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sg-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-upcoming-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sg-links {
    display: none;
  }

  .sg-section-head-row {
    display: block;
  }

  .sg-section-head-row p:last-child {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .sg-wrap {
    width: min(100% - 24px, 1200px);
  }

  .sg-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .sg-nav-inner {
    min-height: 64px;
  }

  .sg-hero {
    padding: 42px 0 36px;
  }

  .sg-hero::before {
    width: 340px;
    height: 340px;
    inset: -28% -34% auto auto;
  }

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
  }

  .sg-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .sg-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sg-hero-image {
    min-height: 250px;
  }

  .sg-hero-image img {
    min-height: 250px;
  }

  .sg-btn {
    width: 100%;
  }

  .sg-hero-card-head {
    min-height: 56px;
  }

  .sg-metrics div {
    padding: 18px 16px;
  }

  .sg-store-grid {
    grid-template-columns: 1fr;
  }

  .sg-store-card {
    min-height: 238px;
    padding: 16px;
  }

  .sg-domain {
    font-size: 25px;
  }

  .sg-upcoming-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sg-upcoming-card {
    min-height: 86px;
  }

  .sg-company div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sg-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

































