/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --navy: #102f43;
  --ink: #16384b;
  --muted: #6e8795;
  --blue: #2477ff;
  --sky: #dff3ff;
  --ice: #f4faff;
  --warm: #ff784f;
  --mint: #4ccbb7;
  --line: #dce8ee;
  --white: #fff;
  --shadow: 0 24px 70px #1e4d691f;
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #fbfdff;
}
body {
  color: var(--ink);
  background: #fbfdff;
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.15em;
  height: 1.15em;
}
.section {
  padding: 112px max(5vw, 24px);
  scroll-margin-top: 90px;
}
.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  background: #ffffffe0;
  border-bottom: 1px solid #bcd3dfa6;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  padding: 0 max(4.5vw, 22px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.brand-mark {
  width: 41px;
  height: 35px;
  display: block;
  position: relative;
}
.brand-mark i {
  border-bottom: 27px solid #2f8cff;
  border-left: 11px solid #0000;
  border-right: 11px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 2px;
}
.brand-mark i:first-child {
  left: 0;
}
.brand-mark i:nth-child(2) {
  border-bottom: 21px solid #63c6f8;
  border-left-width: 9px;
  border-right-width: 9px;
  left: 10px;
}
.brand-mark i:nth-child(3) {
  border-bottom: 25px solid #163d56;
  border-left-width: 10px;
  border-right-width: 10px;
  left: 19px;
}
.brand > span:last-child {
  flex-direction: column;
  line-height: 1;
  display: flex;
}
.brand b {
  letter-spacing: 0.15em;
  color: #15384d;
  font-size: 0.9rem;
}
.brand small {
  letter-spacing: 0.35em;
  color: #6a8799;
  margin-top: 5px;
  font-size: 0.47rem;
}
.header nav {
  align-items: center;
  gap: 28px;
  display: flex;
}
.header nav a {
  color: #466474;
  font-size: 0.79rem;
  font-weight: 650;
  position: relative;
}
.header nav a:after {
  content: "";
  background: var(--blue);
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 100%;
}
.header nav a:hover {
  color: var(--blue);
}
.header nav a:hover:after {
  right: 0;
}
.header-cta {
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 9px;
  height: 46px;
  padding: 0 18px;
  font-size: 0.78rem;
  font-weight: 750;
  transition: all 0.25s;
  display: flex;
}
.header-cta:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.menu-button {
  background: 0 0;
  border: 0;
  padding: 10px;
  font-size: 1.25rem;
  display: none;
}
.hero {
  background: #eaf7ff;
  border-radius: 34px;
  height: min(760px, 100vh - 82px);
  min-height: 620px;
  margin: 18px max(1.5vw, 12px) 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #5f9ec024;
}
.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.9s,
    visibility 0.9s;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
}
.hero-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 7s;
  transform: scale(1.025);
}
.hero-slide.active img {
  transform: scale(1);
}
.hero-wash {
  background: linear-gradient(
    90deg,
    #fcfefffa 0%,
    #f9fdffed 36%,
    #f8fdff5c 66%,
    #ffffff0d 100%
  );
  position: absolute;
  inset: 0;
}
.hero-copy {
  z-index: 2;
  width: min(630px, 47vw);
  position: absolute;
  top: 50%;
  left: max(7vw, 42px);
  transform: translateY(-50%);
}
.eyebrow,
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #2781ce;
  font-size: 0.68rem;
  font-weight: 800;
}
.eyebrow {
  align-items: center;
  gap: 10px;
  display: flex;
}
.eyebrow i {
  background: var(--warm);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  box-shadow: 0 0 0 6px #ff784f1f;
}
.hero-copy h1 {
  letter-spacing: -0.072em;
  color: #12354a;
  max-width: 830px;
  margin: 24px 0 22px;
  font-size: clamp(3.6rem, 6.3vw, 7rem);
  font-weight: 680;
  line-height: 0.91;
}
.hero-copy p {
  color: #5b7686;
  max-width: 560px;
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  line-height: 1.72;
}
.hero-copy small {
  color: #708b99;
  margin-top: 28px;
  font-size: 0.72rem;
  display: block;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
  display: flex;
}
.button {
  border: 1px solid #0000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 22px;
  font-size: 0.8rem;
  font-weight: 750;
  transition: all 0.25s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-3px);
}
.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 32px #2477ff3b;
}
.button.primary:hover {
  background: #075fea;
}
.button.secondary {
  color: #315a70;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffb3;
  border-color: #cbdde6;
}
.button.secondary:hover {
  background: #fff;
  border-color: #80badd;
}
.slider-arrow {
  z-index: 4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background: #ffffffbf;
  border: 1px solid #4d7c9633;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 1.7rem;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 30px #1f4e6a17;
}
.slider-arrow:hover {
  background: #fff;
}
.slider-arrow.prev {
  left: 20px;
}
.slider-arrow.next {
  right: 20px;
}
.slider-dots {
  z-index: 4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffb8;
  border-radius: 30px;
  gap: 6px;
  padding: 9px 12px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
}
.slider-dots button {
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 4px;
}
.slider-dots i {
  background: #aac5d4;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  display: block;
}
.slider-dots button.active i {
  background: var(--blue);
  border-radius: 8px;
  width: 28px;
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px max(5vw, 24px);
  display: flex;
}
.trust-strip p {
  color: #31576a;
  font-size: 0.82rem;
  font-weight: 700;
}
.trust-strip > div {
  color: #78909d;
  align-items: center;
  gap: 17px;
  font-size: 0.72rem;
  display: flex;
}
.trust-strip i {
  background: #9ccde7;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.section-intro {
  grid-template-columns: 1.25fr 0.65fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: 66px;
  display: grid;
}
.section-intro h2,
.products-head h2,
.experience h2,
.story-card h2,
.contact-card h2 {
  letter-spacing: -0.065em;
  color: #15394e;
  margin: 20px 0 0;
  font-size: clamp(2.75rem, 5.4vw, 6.1rem);
  font-weight: 650;
  line-height: 0.98;
}
.section-intro h2 em,
.products-head h2 em,
.experience h2 em,
.story-card h2 em,
.contact-card h2 em {
  color: #3f84ad;
  font-family: Georgia, serif;
  font-weight: 400;
}
.section-intro > p {
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}
.services {
  background: #fff;
}
.services-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.services-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  min-height: 300px;
  padding: 32px;
  transition: all 0.3s;
  position: relative;
}
.services-grid article:hover {
  z-index: 2;
  background: #f3faff;
  transform: translateY(-5px);
  box-shadow: 0 20px 50px #215a7b1a;
}
.services-grid article > span {
  color: #8aa6b5;
  font-size: 0.64rem;
}
.services-grid article > svg {
  color: #3d9ed0;
  font-size: 1.4rem;
  position: absolute;
  top: 28px;
  right: 28px;
}
.services-grid h3 {
  margin: 70px 0 10px;
  font-size: 1.28rem;
}
.services-grid p {
  color: #79909d;
  max-width: 330px;
  font-size: 0.85rem;
  line-height: 1.65;
}
.services-grid a {
  color: #2777aa;
  align-items: center;
  gap: 8px;
  font-size: 0.73rem;
  font-weight: 750;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 32px;
}
.project-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 24px;
  display: grid;
}
.project-card {
  display: block;
}
.project-visual {
  border-radius: 26px;
  place-items: center;
  height: 430px;
  transition: all 0.45s;
  display: grid;
  position: relative;
  overflow: hidden;
}
.project-card:hover .project-visual {
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}
.project-visual.school {
  background: linear-gradient(145deg, #ccefff, #77bfeb);
}
.project-visual.hotel {
  background: linear-gradient(145deg, #fee6d6, #eeaa7f);
}
.project-visual.estate {
  background: linear-gradient(145deg, #dcf6ed, #74c8ad);
}
.project-visual.erp {
  background: linear-gradient(145deg, #e6ddff, #a792e1);
}
.project-visual.genset {
  background: linear-gradient(145deg, #fff0bd, #e8b954);
}
.project-visual.business {
  background: linear-gradient(145deg, #d9eaff, #6f9de0);
}
.browser-shell {
  background: #fff;
  border-radius: 17px;
  width: 78%;
  height: 72%;
  transition: all 0.45s;
  overflow: hidden;
  transform: perspective(800px) rotateX(2deg) rotateY(-4deg);
  box-shadow: 0 30px 60px #1e3d4f2e;
}
.project-card:hover .browser-shell {
  transform: perspective(800px) rotateX(0) rotateY(0) scale(1.03);
}
.browser-bar {
  background: #f6f9fa;
  border-bottom: 1px solid #e7eef1;
  align-items: center;
  gap: 5px;
  height: 35px;
  padding: 0 12px;
  display: flex;
}
.browser-bar i {
  background: #b8c8cf;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.browser-bar span {
  background: #e4edf1;
  border-radius: 5px;
  width: 45%;
  height: 8px;
  margin-left: 12px;
}
.browser-body {
  background: linear-gradient(140deg, #fff, #f7fbfd);
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 35px);
  padding: 8%;
  display: flex;
  position: relative;
}
.mini-brand {
  letter-spacing: 0.15em;
  color: #6393aa;
  text-transform: uppercase;
  font-size: 0.47rem;
}
.browser-body strong {
  letter-spacing: -0.06em;
  color: #183e53;
  margin: 12px 0;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
}
.browser-body p {
  color: #78929f;
  font-size: 0.65rem;
}
.mini-button {
  color: #fff;
  background: #1e6bea;
  border-radius: 7px;
  width: max-content;
  margin-top: 12px;
  padding: 8px 13px;
  font-size: 0.5rem;
}
.project-info {
  padding: 22px 5px 0;
}
.project-info > span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #4284aa;
  font-size: 0.64rem;
}
.project-info h3 {
  margin: 8px 0;
  font-size: 1.6rem;
}
.project-info p {
  color: #728995;
  max-width: 560px;
  font-size: 0.85rem;
  line-height: 1.65;
}
.project-info b {
  color: #266f99;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.75rem;
  display: inline-flex;
}
.products-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 65px;
}
.products-head p {
  color: var(--muted);
  max-width: 560px;
  margin: 24px auto 0;
  line-height: 1.75;
}
.package-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}
.package-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 25px;
  padding: 14px 22px 24px;
  transition: all 0.3s;
  position: relative;
}
.package-grid article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}
.package-grid article.popular {
  background: linear-gradient(#f5faff, #fff);
  border-color: #71aaff;
}
.popular-label {
  z-index: 2;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 0.55rem;
  font-weight: 800;
  position: absolute;
  top: 12px;
  right: 12px;
}
.product-visual {
  background: #eaf5fb;
  border-radius: 17px;
  place-items: center;
  height: 180px;
  margin-bottom: 22px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.product-visual.erp {
  background: #eee9ff;
}
.product-visual.combo {
  background: #e5f7ef;
}
.product-visual.mobile {
  background: #fff0e7;
}
.device {
  background: #fff;
  border-radius: 10px;
  width: 78%;
  height: 68%;
  padding: 12px;
  transform: rotate(-2deg);
  box-shadow: 0 18px 35px #1e465a21;
}
.device-top {
  color: #648394;
  align-items: center;
  gap: 7px;
  font-size: 0.43rem;
  display: flex;
}
.device-top i {
  background: #3696e6;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.device-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 13px;
  display: grid;
}
.device-grid b {
  background: #dceef7;
  border-radius: 5px;
  height: 24px;
}
.device-grid span {
  background: #edf4f7;
  border-radius: 5px;
  grid-column: span 2;
  height: 36px;
}
.device-grid span:last-child {
  background: #9ccdf0;
  grid-column: span 1;
}
.mini-phone {
  background: #fff;
  border: 3px solid #1b4b62;
  border-radius: 9px;
  flex-direction: column;
  gap: 5px;
  width: 38px;
  height: 75px;
  padding: 6px;
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 13%;
  box-shadow: 0 10px 22px #28434d33;
}
.mini-phone i {
  background: #ff8a62;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.mini-phone b,
.mini-phone span {
  background: #dcebf0;
  border-radius: 2px;
  height: 7px;
  display: block;
}
.mini-phone span {
  height: 15px;
}
.package-grid article > span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #4c85a5;
  font-size: 0.6rem;
}
.package-grid h3 {
  margin: 8px 0;
  font-size: 1.25rem;
}
.price {
  letter-spacing: -0.04em;
  color: #16415a;
  font-size: 1.8rem;
  font-weight: 750;
}
.price small {
  color: #879aa5;
  letter-spacing: 0;
  font-size: 0.65rem;
  font-weight: 500;
}
.package-grid article > p {
  color: #7a909d;
  min-height: 62px;
  font-size: 0.78rem;
  line-height: 1.6;
}
.package-grid ul {
  border-top: 1px solid #e7eff3;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}
.package-grid li {
  color: #557384;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 0.72rem;
  display: flex;
}
.package-grid li svg {
  color: #32aa87;
}
.package-grid article > a {
  color: #286f9b;
  background: #eff7fb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 44px;
  font-size: 0.73rem;
  font-weight: 750;
  display: flex;
}
.package-grid .popular > a {
  background: var(--blue);
  color: #fff;
}
.pricing-note {
  text-align: center;
  color: #8b9ca5;
  margin-top: 25px;
  font-size: 0.68rem;
}
.experience {
  background: #f4faff;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 8vw;
  display: grid;
}
.experience-copy p {
  color: var(--muted);
  max-width: 560px;
  line-height: 1.75;
}
.text-link {
  color: #2473a3;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  font-size: 0.8rem;
  font-weight: 750;
  display: inline-flex;
}
.logo-window {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
}
.logo-track {
  gap: 14px;
  width: max-content;
  animation: 24s linear infinite logos;
  display: flex;
}
.logo-window:hover .logo-track {
  animation-play-state: paused;
}
.client-logo {
  border: 1px solid var(--line);
  text-align: center;
  background: #fff;
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 145px;
  display: flex;
  box-shadow: 0 10px 30px #25546e0d;
}
.client-logo b {
  color: #2a799f;
  letter-spacing: 0.08em;
  font: 700 1.3rem Georgia;
}
.client-logo span {
  color: #708a98;
  margin-top: 9px;
  font-size: 0.62rem;
}
.story-card {
  background: linear-gradient(135deg, #e8f6ff, #fbfdff 55%, #fff1e9);
  border: 1px solid #dcecf4;
  border-radius: 30px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7vw;
  padding: 70px;
  display: grid;
}
.story-card p {
  color: #688392;
  line-height: 1.8;
}
.story-points {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 30px;
  display: grid;
}
.story-points span {
  color: #708796;
  background: #ffffffb3;
  border-radius: 12px;
  padding: 15px 10px;
  font-size: 0.67rem;
}
.story-points b {
  color: #214e67;
  margin-bottom: 5px;
  font-size: 0.75rem;
  display: block;
}
.contact {
  background: #fff;
  padding-top: 20px;
}
.contact-card {
  color: #fff;
  text-align: center;
  background: #143d55;
  border-radius: 34px;
  padding: 95px 8vw;
  position: relative;
  overflow: hidden;
}
.contact-card:before,
.contact-card:after {
  content: "";
  filter: blur(1px);
  opacity: 0.22;
  background: #2f8dba;
  border-radius: 50%;
  position: absolute;
}
.contact-card:before {
  width: 300px;
  height: 300px;
  top: -160px;
  left: -90px;
}
.contact-card:after {
  width: 380px;
  height: 380px;
  bottom: -240px;
  right: -130px;
}
.contact-card > * {
  position: relative;
}
.contact-card .kicker {
  color: #8dd6ff;
}
.contact-card h2 {
  color: #fff;
  margin-top: 20px;
}
.contact-card h2 em {
  color: #9fe0ff;
}
.contact-card p {
  color: #bed1dc;
  max-width: 620px;
  margin: 24px auto;
  line-height: 1.75;
}
.contact-card > div {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  display: flex;
}
.contact-card .secondary {
  color: #fff;
  background: #ffffff14;
  border-color: #ffffff40;
}
footer {
  background: #eff8fc;
  padding-top: 65px;
  overflow: hidden;
}
.footer-marquee {
  border-top: 1px solid #d8e8ef;
  border-bottom: 1px solid #d8e8ef;
  overflow: hidden;
}
.footer-marquee div {
  letter-spacing: -0.06em;
  color: #d8edf6;
  white-space: nowrap;
  width: max-content;
  padding: 25px 0;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 750;
  line-height: 1;
  animation: 28s linear infinite footerFlow;
}
.footer-grid {
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 6vw;
  padding: 70px max(5vw, 24px);
  display: grid;
}
.footer-grid > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.footer-about p {
  color: #668391;
  max-width: 380px;
  line-height: 1.7;
}
.footer-grid h4 {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #2477a4;
  margin: 0 0 10px;
  font-size: 0.65rem;
}
.footer-grid a,
.footer-grid span,
.footer-grid small {
  color: #698493;
  font-size: 0.76rem;
}
.footer-grid a:hover {
  color: #176d9d;
}
.socials {
  gap: 8px;
  margin-top: 12px;
  display: flex;
}
.socials a {
  color: #2d769d;
  border: 1px solid #c7dce6;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.6rem;
  font-weight: 800;
  display: grid;
}
.footer-bottom {
  color: #7e949f;
  border-top: 1px solid #d8e8ef;
  justify-content: space-between;
  padding: 22px max(5vw, 24px);
  font-size: 0.66rem;
  display: flex;
}
.floating-whatsapp {
  z-index: 80;
  color: #fff;
  background: #1ebd80;
  border-radius: 17px;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 17px;
  font-size: 0.75rem;
  font-weight: 750;
  display: flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 15px 35px #16825d3d;
}
[data-reveal] {
  opacity: 0;
  transition:
    opacity 0.75s ease var(--delay, 0s),
    transform 0.75s ease var(--delay, 0s);
  transform: translateY(28px);
}
[data-reveal].revealed {
  opacity: 1;
  transform: none;
}
@keyframes logos {
  to {
    transform: translate(calc(-50% - 7px));
  }
}
@keyframes footerFlow {
  to {
    transform: translate(-50%);
  }
}
@media (width<=1100px) {
  .header nav {
    gap: 16px;
  }
  .header nav a {
    font-size: 0.71rem;
  }
  .hero-copy {
    width: 55vw;
  }
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 4vw;
  }
}
@media (width<=800px) {
  .section {
    padding: 82px 20px;
  }
  .header {
    height: 72px;
    padding: 0 14px;
  }
  .header nav {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    background: #fffffffa;
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 18px;
    transition: all 0.25s;
    display: flex;
    position: fixed;
    top: 72px;
    left: 10px;
    right: 10px;
    transform: translateY(-12px);
  }
  .header nav.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .header nav a {
    padding: 11px;
    font-size: 0.82rem;
  }
  .header nav a:after,
  .header-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero {
    border-radius: 25px;
    height: 720px;
    min-height: 0;
    margin: 9px 9px 0;
  }
  .hero-slide img {
    object-position: 66% center;
  }
  .hero-wash {
    background: linear-gradient(#ffffff21 16%, #fbfeffed 55%, #fcfefffc 100%);
  }
  .hero-copy {
    width: auto;
    inset: auto 25px 62px;
    transform: none;
  }
  .hero-copy h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }
  .hero-copy p {
    font-size: 0.9rem;
  }
  .hero-copy small,
  .slider-arrow {
    display: none;
  }
  .slider-dots {
    bottom: 18px;
  }
  .trust-strip {
    text-align: center;
    display: block;
  }
  .trust-strip > div {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-intro h2,
  .products-head h2,
  .experience h2,
  .story-card h2,
  .contact-card h2 {
    font-size: clamp(2.7rem, 12vw, 4.7rem);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid article {
    min-height: 270px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .project-visual {
    height: 360px;
  }
  .package-grid {
    grid-template-columns: 1fr 1fr;
  }
  .experience {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .story-card {
    grid-template-columns: 1fr;
    padding: 45px 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}
@media (width<=520px) {
  .brand-mark {
    transform-origin: 0;
    transform: scale(0.88);
  }
  .brand b {
    font-size: 0.78rem;
  }
  .hero {
    height: 680px;
  }
  .hero-copy {
    left: 19px;
    right: 19px;
  }
  .hero-copy h1 {
    font-size: 3.45rem;
  }
  .hero-actions .button {
    flex: 1;
    padding: 0 13px;
  }
  .trust-strip > div i {
    display: none;
  }
  .trust-strip > div {
    gap: 12px;
  }
  .project-visual {
    height: 290px;
  }
  .browser-shell {
    width: 86%;
    height: 70%;
  }
  .package-grid,
  .story-points {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 65px 20px;
  }
  .contact-card .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-about {
    grid-column: auto;
  }
  .floating-whatsapp span {
    display: none;
  }
  .floating-whatsapp {
    border-radius: 50%;
    justify-content: center;
    width: 50px;
    padding: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
.mobile-nav-head,
.mobile-nav-cta,
.menu-backdrop,
.header nav > a svg {
  display: none;
}
.showcase-strip {
  background: #fff;
  padding-top: 82px;
}
.showcase-heading {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 34px;
  display: flex;
}
.showcase-heading h2 {
  letter-spacing: -0.05em;
  max-width: 600px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
}
.showcase-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}
.showcase-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  transition: all 0.35s;
  overflow: hidden;
}
.showcase-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}
.showcase-image {
  background: #edf8fd;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.showcase-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
}
.showcase-card:hover .showcase-image img {
  transform: scale(1.06);
}
.showcase-image span {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffd1;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 0.6rem;
  font-weight: 800;
  position: absolute;
  top: 14px;
  left: 14px;
}
.showcase-card > div:last-child {
  padding: 23px;
}
.showcase-card small {
  color: #2781ae;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.58rem;
}
.showcase-card h3 {
  margin: 8px 0;
  font-size: 1.25rem;
}
.showcase-card p {
  color: #78909d;
  min-height: 50px;
  font-size: 0.78rem;
  line-height: 1.6;
}
.showcase-card b {
  color: #246f9b;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  font-size: 0.72rem;
  display: flex;
}
.services-v2 {
  background: linear-gradient(145deg, #edf8ff, #fff 52%, #f7fbfd);
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 7vw;
  display: grid;
}
.services-lead {
  position: sticky;
  top: 120px;
}
.services-lead h2 {
  letter-spacing: -0.065em;
  color: #15394e;
  margin: 19px 0;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.96;
}
.services-lead h2 em {
  color: #3f84ad;
  font: 400 1em Georgia;
}
.services-lead p {
  color: #6f8794;
  max-width: 490px;
  line-height: 1.8;
}
.services-lead .button {
  margin-top: 22px;
}
.services-stack {
  border-top: 1px solid #cfe1e9;
}
.services-stack article {
  border-bottom: 1px solid #cfe1e9;
  grid-template-columns: 55px 1fr 48px;
  align-items: center;
  gap: 15px;
  min-height: 145px;
  padding: 27px 15px;
  transition: all 0.3s;
  display: grid;
}
.services-stack article:hover {
  background: #ffffffbf;
  padding-left: 26px;
}
.services-stack article > span {
  color: #7c9aaa;
  font-size: 0.62rem;
}
.services-stack h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.services-stack p {
  color: #718a97;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
}
.services-stack a {
  color: #2878a5;
  border: 1px solid #c8dce6;
  border-radius: 50%;
  place-items: center;
  width: 43px;
  height: 43px;
  display: grid;
}
.services-stack article:hover a {
  color: #fff;
  background: #2477ff;
  border-color: #2477ff;
}
.project-visual.has-image img,
.product-visual.uploaded img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.45s;
}
.project-card:hover .project-visual.has-image img {
  transform: scale(1.045);
}
.product-visual.uploaded {
  padding: 0;
}
.company-carousel {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 18px;
  padding: 8px 4px 25px;
  display: flex;
  overflow-x: auto;
}
.company-carousel::-webkit-scrollbar {
  display: none;
}
.company-card {
  border: 1px solid var(--line);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 25px;
  flex: 0 0 min(360px, 82vw);
  height: 420px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px #1c4d690f;
}
.company-media {
  background: linear-gradient(145deg, #dff3ff, #f8fcff);
  place-items: center;
  height: 100%;
  display: grid;
  overflow: hidden;
}
.company-media img {
  object-fit: contain;
  width: 70%;
  height: 70%;
  transition: all 0.5s;
}
.company-media span {
  color: #287ca7;
  background: #fff;
  border-radius: 30px;
  place-items: center;
  width: 135px;
  height: 135px;
  font: 700 2rem Georgia;
  transition: all 0.5s;
  display: grid;
  box-shadow: 0 18px 45px #255c791f;
}
.company-detail {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #ffffffeb;
  border-radius: 19px;
  padding: 22px;
  transition: all 0.42s;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  transform: translateY(calc(100% - 68px));
}
.company-card:hover .company-detail,
.company-card:focus .company-detail {
  transform: none;
}
.company-card:hover .company-media img,
.company-card:hover .company-media span {
  transform: scale(1.1);
}
.company-detail small {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #2b83af;
  font-size: 0.58rem;
}
.company-detail h3 {
  margin: 10px 0 20px;
  font-size: 1.2rem;
}
.company-detail p {
  color: #6e8693;
  font-size: 0.75rem;
  line-height: 1.6;
}
.company-detail b {
  color: #2475a1;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  display: flex;
}
.carousel-controls {
  gap: 8px;
  margin-top: 28px;
  display: flex;
}
.carousel-controls button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #c7dce6;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.carousel-controls button:hover {
  color: #fff;
  background: #173f57;
}
.experience {
  grid-template-columns: 0.68fr 1.32fr;
}
.reviews-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 55px;
}
.reviews-head h2,
.faq-intro h2 {
  letter-spacing: -0.06em;
  color: #15394e;
  margin: 18px 0;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  line-height: 0.98;
}
.reviews-head h2 em,
.faq-intro h2 em {
  color: #3f84ad;
  font: 400 1em Georgia;
}
.reviews-head p,
.faq-intro p {
  color: #718995;
  line-height: 1.75;
}
.review-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: grid;
}
.review-grid article {
  border: 1px solid var(--line);
  background: #fbfdff;
  border-radius: 24px;
  padding: 30px;
}
.stars {
  color: #ff9e45;
  letter-spacing: 0.12em;
}
.review-grid blockquote {
  color: #31586d;
  margin: 27px 0 35px;
  font: 400 1.25rem/1.65 Georgia;
}
.review-person {
  align-items: center;
  gap: 12px;
  display: flex;
}
.review-person > img,
.review-person > span {
  object-fit: cover;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.review-person > span {
  color: #317ca3;
  background: #e1f1f8;
  place-items: center;
  font-weight: 800;
  display: grid;
}
.review-person div {
  flex-direction: column;
  display: flex;
}
.review-person small {
  color: #8298a3;
  margin-top: 4px;
  font-size: 0.67rem;
}
.reviews-empty {
  background: linear-gradient(135deg, #f0f9ff, #fff);
  border: 1px dashed #accbd9;
  border-radius: 26px;
  align-items: center;
  gap: 24px;
  max-width: 860px;
  margin: auto;
  padding: 45px;
  display: flex;
}
.reviews-empty > svg {
  color: #378eb9;
  flex: none;
  font-size: 2.4rem;
}
.reviews-empty h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}
.reviews-empty p {
  color: #718995;
  margin: 0;
  line-height: 1.65;
}
.faq {
  background: #f2f9fc;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 8vw;
  display: grid;
}
.faq-intro {
  position: sticky;
  top: 120px;
}
.faq-list {
  border-top: 1px solid #cddfe7;
}
.faq-list article {
  border-bottom: 1px solid #cddfe7;
}
.faq-list button {
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 24px 0;
  display: grid;
}
.faq-list button span {
  color: #6e91a3;
  font-size: 0.62rem;
}
.faq-list button b {
  font-size: 1rem;
}
.faq-list button svg {
  transition: all 0.3s;
}
.faq-list article.open button svg {
  transform: rotate(180deg);
}
.faq-list article > div {
  grid-template-rows: 0fr;
  transition: all 0.35s;
  display: grid;
}
.faq-list article > div > p {
  color: #6f8794;
  margin: 0;
  padding: 0 40px 0 60px;
  font-size: 0.82rem;
  line-height: 1.7;
  overflow: hidden;
}
.faq-list article.open > div {
  grid-template-rows: 1fr;
}
.faq-list article.open > div > p {
  padding-bottom: 25px;
}
.team-hero {
  text-align: center;
  background: linear-gradient(140deg, #e9f7ff, #fff 60%, #fff0e8);
  padding: 120px max(5vw, 24px) 100px;
}
.team-hero h1 {
  letter-spacing: -0.075em;
  color: #15394e;
  margin: 23px 0;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.9;
}
.team-hero h1 em {
  color: #3f84ad;
  font: 400 1em Georgia;
}
.team-hero p {
  color: #6e8795;
  max-width: 650px;
  margin: auto;
  line-height: 1.8;
}
.team-list {
  background: #fff;
}
.team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.team-grid article {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 14px 14px 28px;
}
.team-grid article > img,
.member-placeholder {
  aspect-ratio: 4/4.5;
  object-fit: cover;
  color: #fff;
  background: linear-gradient(145deg, #dff2fb, #98cbe3);
  border-radius: 18px;
  place-items: center;
  width: 100%;
  font-size: 5rem;
  display: grid;
}
.team-grid article > small {
  color: #2c85ae;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin: 22px 12px 0;
  font-size: 0.58rem;
  display: block;
}
.team-grid h2 {
  margin: 7px 12px;
  font-size: 1.5rem;
}
.team-grid p {
  color: #728995;
  margin: 0 12px;
  font-size: 0.8rem;
  line-height: 1.65;
}
.team-grid article > div:last-child {
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 12px 0;
  display: flex;
}
.team-grid article > div:last-child span {
  background: #edf7fb;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 0.6rem;
}
.team-empty {
  text-align: center;
  background: #f7fcff;
  border: 1px dashed #b8d0db;
  border-radius: 28px;
  max-width: 850px;
  margin: auto;
  padding: 60px;
}
.team-empty > span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #3384aa;
  font-size: 0.65rem;
}
.team-empty h2 {
  letter-spacing: -0.06em;
  margin: 18px 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
}
.team-empty p {
  color: #718995;
}
.team-empty .button {
  margin-top: 20px;
}
@media (width<=900px) {
  .showcase-grid {
    grid-template-columns: 1fr 1fr;
  }
  .showcase-card:last-child {
    grid-column: 1/-1;
  }
  .services-v2,
  .faq {
    grid-template-columns: 1fr;
  }
  .services-lead,
  .faq-intro {
    position: static;
  }
  .review-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .experience {
    grid-template-columns: 1fr;
  }
}
@media (width<=800px) {
  .header {
    z-index: 120;
  }
  .menu-button {
    background: #edf6fa;
    border: 1px solid #d3e4ec;
    border-radius: 12px;
    align-items: center;
    gap: 7px;
    font-size: 0.72rem;
    font-weight: 750;
    display: flex;
  }
  .menu-button svg {
    font-size: 1.1rem;
  }
  .menu-backdrop {
    z-index: -1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: #0a243359;
    border: 0;
    display: block;
    position: fixed;
    inset: 72px 0 0;
  }
  .header nav {
    z-index: 2;
    background: #fff;
    border-radius: 22px;
    gap: 0;
    padding: 14px;
    top: 78px;
    left: 10px;
    right: 10px;
    box-shadow: 0 25px 80px #11395038;
  }
  .header nav > a {
    border-bottom: 1px solid #edf2f4;
    justify-content: space-between;
    align-items: center;
    padding: 13px 11px;
    display: flex;
  }
  .header nav > a svg {
    color: #78a0b4;
    display: block;
  }
  .header nav > a:after {
    display: none;
  }
  .mobile-nav-head {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #6d8b9a;
    justify-content: space-between;
    align-items: center;
    padding: 5px 7px 12px;
    font-size: 0.65rem;
    display: flex;
  }
  .mobile-nav-head button {
    background: #edf6fa;
    border: 0;
    border-radius: 10px;
    padding: 7px;
    display: grid;
  }
  .header nav .mobile-nav-cta {
    color: #fff;
    background: #173e56;
    border: 0;
    border-radius: 13px;
    justify-content: center;
    gap: 9px;
    margin-top: 10px;
    display: flex;
  }
  .showcase-heading {
    display: block;
  }
  .showcase-heading h2 {
    margin-top: 12px;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .showcase-card:last-child {
    grid-column: auto;
  }
  .services-v2 {
    gap: 50px;
  }
  .services-stack article {
    grid-template-columns: 40px 1fr 42px;
  }
  .review-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .reviews-empty {
    align-items: flex-start;
    padding: 30px 22px;
  }
  .faq {
    gap: 50px;
  }
  .company-card {
    height: 380px;
  }
  .team-hero {
    padding: 90px 20px 70px;
  }
  .team-hero h1 {
    font-size: 4.2rem;
  }
}
.experience-ribbon {
  background: radial-gradient(
    circle at 50% 25%,
    #fff 0,
    #f3faff 42%,
    #eaf5fb 100%
  );
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}
.experience-ribbon .experience-copy {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 50px;
  padding: 0 max(5vw, 24px);
}
.experience-ribbon .experience-copy p {
  max-width: 680px;
  margin: 24px auto 0;
}
.company-focus {
  opacity: 0;
  grid-template-rows: 0fr;
  width: min(850px, 100% - 40px);
  margin: 0 auto;
  transition:
    grid-template-rows 0.45s,
    opacity 0.35s,
    transform 0.45s;
  display: grid;
  transform: translateY(20px);
}
.company-focus.show {
  opacity: 1;
  grid-template-rows: 1fr;
  margin-bottom: 32px;
  transform: none;
}
.company-focus > article {
  min-height: 0;
  overflow: hidden;
}
.company-focus.show > article {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #ffffffeb;
  border: 1px solid #aecfdebf;
  border-radius: 28px;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 22px 62px 22px 22px;
  animation: 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) focusRise;
  display: grid;
  position: relative;
  box-shadow: 0 28px 75px #1f4e6a24;
}
.focus-logo {
  color: #267da8;
  background: linear-gradient(145deg, #e4f5ff, #fff);
  border-radius: 22px;
  place-items: center;
  width: 110px;
  height: 110px;
  font: 700 1.55rem Georgia;
  display: grid;
}
.focus-logo img {
  object-fit: contain;
  width: 72%;
  height: 72%;
}
.focus-copy small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #2583b2;
  font-size: 0.58rem;
}
.focus-copy h3 {
  letter-spacing: -0.03em;
  margin: 8px 0;
  font-size: 1.6rem;
}
.focus-copy p {
  color: #6d8694;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.65;
}
.company-focus article > a {
  color: #fff;
  white-space: nowrap;
  background: #173f57;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 17px;
  font-size: 0.72rem;
  font-weight: 750;
  display: flex;
}
.focus-close {
  cursor: pointer;
  background: #edf6fa;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}
.ribbon-stage {
  background: linear-gradient(#ffffff5c, #ffffff1a);
  padding: 34px 0 30px;
  position: relative;
  transform: rotate(-2.3deg) scale(1.04);
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 7% 93%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 7% 93%, #0000);
}
.ribbon-line {
  padding: 9px 0;
  overflow: hidden;
}
.ribbon-track {
  will-change: transform;
  gap: 14px;
  width: max-content;
  animation: 34s linear infinite partnerRibbon;
  display: flex;
}
.ribbon-line-two .ribbon-track {
  animation-duration: 42s;
  animation-direction: reverse;
}
.ribbon-stage:hover .ribbon-track {
  animation-play-state: paused;
}
.ribbon-track button {
  text-align: left;
  cursor: pointer;
  background: #ffffffe6;
  border: 1px solid #a5c9dab8;
  border-radius: 50px;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  height: 86px;
  padding: 9px 22px 9px 10px;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 14px 35px #27566f14;
}
.ribbon-track button:hover,
.ribbon-track button.active {
  color: #fff;
  background: #173f57;
  border-color: #173f57;
  transform: scale(1.035);
}
.ribbon-logo {
  color: #237ba7;
  background: linear-gradient(145deg, #dff3ff, #fff);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 66px;
  height: 66px;
  font: 700 1.05rem Georgia;
  display: grid;
  overflow: hidden;
}
.ribbon-logo img {
  object-fit: contain;
  width: 70%;
  height: 70%;
}
.ribbon-name {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.ribbon-name b {
  font-size: 0.82rem;
}
.ribbon-name small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6d91a3;
  font-size: 0.56rem;
}
.ribbon-track button:hover .ribbon-name small,
.ribbon-track button.active .ribbon-name small {
  color: #9fd5ed;
}
.ribbon-ghost {
  color: #7ba0b2;
  white-space: nowrap;
  background: #ffffff73;
  border: 1px solid #bad3dea6;
  border-radius: 30px;
  align-items: center;
  gap: 13px;
  height: 48px;
  padding: 0 24px;
  font:
    650 0.68rem/1 Inter,
    sans-serif;
  display: flex;
}
.ribbon-ghost i {
  background: #4da6cf;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.ribbon-hint {
  text-align: center;
  color: #62808f;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 30px auto 0;
  font-size: 0.7rem;
  display: flex;
}
.ribbon-hint svg {
  color: #2583b2;
}
.experience-ribbon .company-carousel,
.experience-ribbon .carousel-controls {
  display: none;
}
@keyframes partnerRibbon {
  to {
    transform: translate(calc(-50% - 7px));
  }
}
@keyframes focusRise {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (width<=800px) {
  .experience-ribbon {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .experience-ribbon .experience-copy {
    margin-bottom: 38px;
  }
  .company-focus.show > article {
    grid-template-columns: 72px 1fr;
    gap: 15px;
    padding: 16px 48px 16px 16px;
  }
  .focus-logo {
    border-radius: 17px;
    width: 72px;
    height: 72px;
  }
  .company-focus article > a {
    grid-column: 1/-1;
    justify-content: center;
    width: 100%;
  }
  .focus-copy h3 {
    font-size: 1.25rem;
  }
  .focus-copy p {
    font-size: 0.74rem;
  }
  .ribbon-stage {
    padding: 25px 0;
    transform: rotate(-2deg) scale(1.08);
  }
  .ribbon-track button {
    min-width: 220px;
    height: 74px;
  }
  .ribbon-logo {
    width: 56px;
    height: 56px;
  }
  .ribbon-line-two {
    display: none;
  }
  .ribbon-hint {
    margin-top: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ribbon-track {
    animation: none;
  }
  .ribbon-stage {
    overflow-x: auto;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .ribbon-line-two {
    display: none;
  }
}
body {
  background: #f7fbfa;
}
.showcase-strip {
  background: linear-gradient(145deg, #fff8f1, #f8fcff 55%, #effaf6);
}
.work {
  background: linear-gradient(150deg, #eaf6ff, #f5fbff 52%, #eefaf5);
}
.products {
  background: linear-gradient(#fff, #f5fbf8);
}
.reviews {
  background: linear-gradient(145deg, #fff7f1, #f7fbff 50%, #edf9f6);
}
.faq {
  background: linear-gradient(145deg, #edf7ff, #f5f2ff);
}
.story {
  background: #f4faf7;
}
.admin-icon {
  object-fit: contain;
  width: 1.15em;
  height: 1.15em;
  display: block;
}
.header-cta {
  background: linear-gradient(135deg, #123b55, #1f6d83);
  box-shadow: 0 12px 28px #1141572e;
}
.header-cta > img,
.mobile-nav-cta > img {
  object-fit: contain;
  width: 18px;
  height: 18px;
}
.premium-button {
  isolation: isolate;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 35px #18527029;
}
.premium-button:before {
  content: "";
  z-index: -1;
  background: linear-gradient(110deg, #0000 18%, #ffffff5c 48%, #0000 72%);
  transition: all 0.65s;
  position: absolute;
  inset: 0;
  transform: translate(-120%);
}
.premium-button:hover:before {
  transform: translate(120%);
}
.button.primary.premium-button {
  background: linear-gradient(135deg, #1f6fff, #258ec5 56%, #36b89c);
}
.button.secondary.premium-button {
  background: #ffffffd6;
  box-shadow: 0 12px 30px #25536b1a;
}
.rating-band {
  color: #fff;
  background: linear-gradient(115deg, #153f59 0%, #1f6f83 48%, #2a9d86 100%);
  border-radius: 26px;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 24px;
  margin: 24px max(3vw, 18px) 0;
  padding: 20px 22px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 55px #1242572e;
}
.rating-band:after {
  content: "";
  background: #ffffff1a;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -180px;
  right: -120px;
}
.rating-intro {
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  display: flex;
}
.rating-star {
  color: #a96200;
  background: linear-gradient(145deg, #fff3b5, #ffbd59);
  border-radius: 18px;
  flex: none;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
  box-shadow: 0 12px 28px #05212c33;
}
.rating-star svg,
.rating-star img {
  width: 26px;
  height: 26px;
}
.rating-intro div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.rating-intro small {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aee7ed;
  font-size: 0.57rem;
}
.rating-intro b {
  font-size: 1rem;
}
.rating-list {
  z-index: 1;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  position: relative;
}
.rating-list article {
  border-left: 1px solid #ffffff2e;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 9px;
  padding: 13px 17px;
  display: grid;
}
.rating-list article > span {
  color: #ffd56b;
  margin-top: 2px;
}
.rating-list article > span svg,
.rating-list article > span img {
  object-fit: contain;
  width: 18px;
  height: 18px;
}
.rating-list article > div {
  flex-direction: column;
  display: flex;
}
.rating-list strong {
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}
.rating-list b {
  color: #d9f5f4;
  margin: 2px 0;
  font-size: 0.63rem;
}
.rating-list small {
  color: #a9d5d9;
  font-size: 0.52rem;
  line-height: 1.4;
}
.services-premium {
  background:
    radial-gradient(circle at 8% 18%, #dff4ff 0, #0000 30%),
    radial-gradient(circle at 91% 82%, #dff7ed 0, #0000 28%),
    linear-gradient(135deg, #eef8ff, #fbfdff 48%, #f0fbf6);
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 6vw;
  display: grid;
  position: relative;
}
.services-premium .services-lead {
  background: linear-gradient(145deg, #ffffffd6, #e8f7ffa6);
  border: 1px solid #b9d8e5b3;
  border-radius: 30px;
  padding: 34px;
  position: sticky;
  top: 115px;
  overflow: hidden;
  box-shadow: 0 24px 65px #1f526c1a;
}
.services-premium .services-lead h2 {
  letter-spacing: -0.068em;
  color: #15394e;
  margin: 19px 0;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.94;
}
.services-premium .services-lead h2 em {
  color: #3689ad;
  font: 400 1em Georgia;
}
.services-premium .services-lead p {
  color: #627e8d;
  line-height: 1.75;
}
.service-orbit {
  border: 1px solid #3791b72e;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: -75px;
  right: -75px;
}
.service-orbit:before,
.service-orbit:after {
  content: "";
  border: 1px solid #3791b726;
  border-radius: 50%;
  position: absolute;
  inset: 24px;
}
.service-orbit:after {
  inset: 52px;
}
.service-orbit i {
  background: #35b39a;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 27px;
  left: 28px;
  box-shadow: 0 0 0 7px #35b39a1f;
}
.service-card-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}
.service-card-grid article {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffc7;
  border: 1px solid #b5d3dfc7;
  border-radius: 26px;
  flex-direction: column;
  min-height: 300px;
  padding: 24px;
  transition: all 0.38s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px #1f526c0e;
}
.service-card-grid article:nth-child(3n + 1) {
  background: linear-gradient(145deg, #fff, #edf7ff);
}
.service-card-grid article:nth-child(3n + 2) {
  background: linear-gradient(145deg, #fff, #edf9f3);
}
.service-card-grid article:nth-child(3n) {
  background: linear-gradient(145deg, #fff, #fff3ea);
}
.service-card-grid article:hover {
  border-color: #8ec4db;
  transform: translateY(-8px);
  box-shadow: 0 28px 65px #1f526c24;
}
.service-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.service-icon {
  color: #fff;
  background: linear-gradient(145deg, #1768c5, #25a6b5);
  border-radius: 19px;
  place-items: center;
  width: 62px;
  height: 62px;
  transition: all 0.38s;
  display: grid;
  box-shadow: 0 14px 28px #2074a438;
}
.service-icon svg,
.service-icon img {
  object-fit: contain;
  width: 28px;
  height: 28px;
}
.service-card-grid article:hover .service-icon {
  transform: rotate(-6deg) scale(1.08);
}
.service-card-top small {
  letter-spacing: 0.16em;
  color: #7b9aa9;
  font-size: 0.6rem;
}
.service-category {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2886a9;
  margin-top: 38px;
  font-size: 0.56rem;
}
.service-card-grid h3 {
  margin: 8px 0;
  font-size: 1.35rem;
}
.service-card-grid p {
  color: #698491;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.65;
}
.service-card-grid article > a {
  color: #176d9e;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  font-size: 0.7rem;
  font-weight: 750;
  display: flex;
}
.service-card-grid article > a svg {
  background: #e2f1f7;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 8px;
}
.stars {
  gap: 4px;
  display: flex;
}
.stars span {
  color: #f2a530;
  display: grid;
}
.stars svg,
.stars img {
  object-fit: contain;
  width: 17px;
  height: 17px;
}
.floating-whatsapp {
  background: linear-gradient(135deg, #0fa968, #1bc983 55%, #58df9e);
  border: 1px solid #ffffff73;
  transition: all 0.3s;
  box-shadow:
    0 18px 40px #0c975b47,
    inset 0 1px #ffffff59;
}
.floating-whatsapp:before {
  content: "";
  border: 1px solid #1dc67e4d;
  border-radius: 21px;
  animation: 2.2s ease-out infinite whatsappPulse;
  position: absolute;
  inset: -5px;
}
.floating-whatsapp:hover {
  background: linear-gradient(135deg, #078d54, #16bd75, #44d992);
  transform: translateY(-5px) scale(1.04);
}
.floating-whatsapp img {
  object-fit: contain;
  width: 22px;
  height: 22px;
}
.sticky-save {
  z-index: 4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffe6;
  border-radius: 16px;
  padding: 14px;
  position: sticky;
  bottom: 15px;
  box-shadow: 0 15px 40px #18415526;
}
@keyframes whatsappPulse {
  0% {
    opacity: 0.7;
    transform: scale(0.95);
  }
  75%,
  to {
    opacity: 0;
    transform: scale(1.18);
  }
}
@media (width<=1100px) {
  .rating-band {
    grid-template-columns: 1fr;
  }
  .rating-intro {
    padding-bottom: 0;
  }
  .services-premium {
    grid-template-columns: 1fr;
  }
  .services-premium .services-lead {
    position: relative;
    top: auto;
  }
  .rating-list article:first-child {
    border-left: 0;
  }
}
@media (width<=800px) {
  .rating-band {
    border-radius: 22px;
    margin: 14px 10px 0;
    padding: 17px 12px;
  }
  .rating-list {
    grid-template-columns: 1fr 1fr;
  }
  .rating-list article:nth-child(odd) {
    border-left: 0;
  }
  .rating-list article {
    border-top: 1px solid #ffffff26;
  }
  .service-card-grid {
    grid-template-columns: 1fr;
  }
  .service-card-grid article {
    min-height: 270px;
  }
  .services-premium .services-lead {
    padding: 26px 22px;
  }
  .services-premium .services-lead h2 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }
  .header-cta > img,
  .mobile-nav-cta > img {
    width: 17px;
    height: 17px;
  }
  .floating-whatsapp:before {
    border-radius: 50%;
  }
}
.faq {
  background-image:
    linear-gradient(145deg, #edf7fff0, #f5f2fff0), var(--faq-bg);
  background-position: 50%;
  background-size: cover;
}
.story-card {
  background-image:
    linear-gradient(135deg, #e8f6ffed, #fbfdffed 55%, #fff1e9ed),
    var(--story-bg);
  background-position: 50%;
  background-size: cover;
}
.contact-card {
  background-image:
    linear-gradient(135deg, #143d55f0, #155a67eb), var(--contact-bg);
  background-position: 50%;
  background-size: cover;
}
.brand-uploaded-logo {
  object-fit: contain;
  width: auto;
  max-width: 210px;
  height: 46px;
  display: block;
}
.footer-about .brand-uploaded-logo {
  max-width: 250px;
  height: 58px;
}
.offer-wrap {
  background: #fbfdff;
  padding: 26px max(3vw, 18px) 4px;
}
.offer-spotlight {
  color: #fff;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 18%, #24a9b940, #0000 29%),
    radial-gradient(circle at 95% 100%, #f8864b2e, #0000 34%),
    linear-gradient(135deg, #061a27 0%, #0b2c3d 48%, #0d3b46 100%);
  border-radius: 42px;
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 410px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 80px #06202e38;
}
.offer-spotlight:before {
  content: "";
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(105deg, #0000 38%, #ffffff14 49%, #0000 60%);
  animation: 5.8s ease-in-out infinite offerSheen;
  position: absolute;
  inset: 0;
  transform: translate(-120%);
}
.offer-art {
  border-radius: 0 48% 48% 0;
  min-height: 410px;
  position: relative;
  overflow: hidden;
}
.offer-art:after {
  content: "";
  background: linear-gradient(90deg, #0517221f, #071e2b80);
  position: absolute;
  inset: 0;
}
.offer-art img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.offer-spotlight:hover .offer-art img {
  transform: scale(1.07);
}
.offer-art > span {
  z-index: 2;
  letter-spacing: 0.19em;
  color: #ffffffb8;
  font-size: 0.57rem;
  font-weight: 800;
  position: absolute;
  bottom: 26px;
  left: 28px;
}
.offer-copy {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px clamp(34px, 6vw, 90px);
  display: flex;
  position: relative;
}
.offer-kicker {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #7ce0d4;
  align-items: center;
  gap: 10px;
  font-size: 0.62rem;
  font-weight: 800;
  display: flex;
}
.offer-kicker i {
  background: #ff9a67;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.8s ease-in-out infinite offerPulse;
  box-shadow: 0 0 0 7px #ff9a671f;
}
.offer-copy h2 {
  letter-spacing: -0.062em;
  color: #fff;
  max-width: 820px;
  margin: 19px 0;
  font-size: clamp(2.3rem, 4.6vw, 5.25rem);
  line-height: 0.95;
}
.offer-copy > p {
  color: #b9d1d8;
  max-width: 650px;
  margin: 0;
  line-height: 1.72;
}
.offer-timer {
  gap: 8px;
  margin-top: 27px;
  display: flex;
}
.offer-timer > span {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff13;
  border: 1px solid #ffffff1f;
  border-radius: 15px;
  flex-direction: column;
  min-width: 64px;
  padding: 10px 12px;
  display: flex;
}
.offer-timer b {
  font-size: 1.05rem;
}
.offer-timer small {
  color: #84aab4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 2px;
  font-size: 0.51rem;
}
.offer-action {
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #42d6c0, #29a9b6);
  border-radius: 15px;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding: 15px 19px;
  font-size: 0.72rem;
  transition: all 0.3s;
  display: inline-flex;
  box-shadow: 0 14px 32px #25b8b438;
}
.offer-spotlight:hover .offer-action {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px #25b8b452;
}
@keyframes offerSheen {
  0%,
  55% {
    transform: translate(-120%);
  }
  85%,
  to {
    transform: translate(120%);
  }
}
@keyframes offerPulse {
  50% {
    opacity: 0.55;
    transform: scale(0.7);
  }
}
@media (width<=800px) {
  .brand-uploaded-logo {
    max-width: 170px;
    height: 40px;
  }
  .offer-wrap {
    padding: 16px 10px 0;
  }
  .offer-spotlight {
    border-radius: 28px;
    grid-template-columns: 1fr;
  }
  .offer-art {
    border-radius: 0 0 45% 45%;
    min-height: 240px;
  }
  .offer-copy {
    padding: 38px 24px 42px;
  }
  .offer-copy h2 {
    font-size: clamp(2.45rem, 11vw, 4.1rem);
  }
  .offer-timer > span {
    min-width: 54px;
    padding: 9px;
  }
  .offer-art > span {
    bottom: 18px;
    left: 20px;
  }
}
@media (width<=430px) {
  .offer-timer {
    gap: 5px;
    width: 100%;
  }
  .offer-timer > span {
    flex: 1;
    min-width: 0;
    padding: 8px;
  }
  .offer-action {
    justify-content: center;
    width: 100%;
  }
}
.brand .brand-uploaded-logo {
  object-fit: contain;
  filter: none;
  width: auto;
  max-width: 76px;
  height: 44px;
  box-shadow: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  flex: none;
}
.footer-about .brand .brand-uploaded-logo {
  max-width: 96px;
  height: 56px;
}
.header > a,
.header .brand {
  filter: none;
  box-shadow: none;
  background: 0 0;
}
.brand > span:last-child {
  min-width: 0;
}
.brand b,
.brand small {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
  overflow: hidden;
}
@media (width<=800px) {
  .brand .brand-uploaded-logo {
    max-width: 67px;
    height: 39px;
  }
  .brand {
    gap: 9px;
  }
  .brand b {
    max-width: 155px;
    font-size: 0.82rem;
  }
  .brand small {
    max-width: 155px;
    font-size: 0.43rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
