:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
  --ink: #101b2a;
  --ink-soft: #42526a;
  --navy: #0d2748;
  --navy-deep: #081c35;
  --blue: #1769d2;
  --blue-bright: #2e8af7;
  --sky: #dcecff;
  --mist: #f4f7fb;
  --white: #ffffff;
  --line: #dfe7f1;
  --green: #1baa78;
  --teal: #128c9e;
  --shadow-sm: 0 10px 30px rgba(13, 39, 72, 0.08);
  --shadow-lg: 0 28px 80px rgba(5, 24, 50, 0.18);
  --radius: 22px;
}

[hidden] {
  display: none !important;
}

body.chat-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Tahoma, "Segoe UI", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: start;
}

html[lang="ar"] body,
html[lang="ur"] body,
html[lang="fa"] body {
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
}

html[lang="hi"] body,
html[lang="bn"] body {
  font-family: "Nirmala UI", "Segoe UI", Arial, sans-serif;
}

html[lang="zh-Hans"] body {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

html:not([lang="en"]) .hero-copy h1,
html:not([lang="en"]) .section-heading h2,
html:not([lang="en"]) .quick-panel h2,
html:not([lang="en"]) .guidance-grid h2,
html:not([lang="en"]) .process-section h2,
html:not([lang="en"]) .final-cta h2 {
  letter-spacing: 0;
  line-height: 1.18;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(46, 138, 247, 0.38);
  outline-offset: 3px;
}

.page-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(223, 231, 241, 0.78);
  backdrop-filter: blur(18px) saturate(140%);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 12px;
}

.brand-logo {
  width: 104px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.brand > span {
  display: flex;
  flex-direction: column;
  padding-inline-start: 12px;
  border-inline-start: 1px solid var(--line);
}

.brand strong {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 2px;
  color: #6f7f94;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline-start: auto;
}

.language-switcher {
  position: relative;
  z-index: 70;
  flex: none;
}

.language-trigger {
  display: inline-grid;
  min-width: 108px;
  min-height: 38px;
  grid-template-columns: 16px minmax(52px, 1fr) 11px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid #d7e1ec;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 22px rgba(13, 39, 72, 0.07);
  color: #26374d;
  font-size: 12px;
  font-weight: 720;
  text-align: start;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.language-trigger:hover,
.language-switcher.is-open .language-trigger {
  border-color: #79b6ef;
  box-shadow: 0 10px 28px rgba(23, 105, 210, 0.13);
  transform: translateY(-1px);
}

.language-globe {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.language-trigger #language-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-caret {
  color: #718197;
  font-size: 15px;
  line-height: 1;
  transition: transform 160ms ease;
}

.language-switcher.is-open .language-caret {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 9px);
  inset-inline-end: 0;
  overflow-y: auto;
  width: 240px;
  max-height: min(420px, calc(100vh - 100px));
  padding: 8px;
  border: 1px solid #dce5ef;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(8, 28, 53, 0.2);
  backdrop-filter: blur(18px);
}

.language-menu button {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #2e3e53;
  font-size: 12px;
  font-weight: 600;
  text-align: start;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease;
}

.language-menu button:hover,
.language-menu button:focus-visible {
  background: #edf5ff;
  color: #125eae;
}

.language-menu button i {
  visibility: hidden;
  color: var(--blue);
  font-style: normal;
  font-weight: 850;
}

.language-menu button.is-active {
  background: #e7f2ff;
  color: #125eae;
}

.language-menu button.is-active i {
  visibility: visible;
}

.main-nav a,
.main-nav button {
  position: relative;
  padding: 9px 0;
  border: 0;
  background: none;
  color: #445269;
  font-size: 13px;
  font-weight: 620;
  cursor: pointer;
}

.main-nav a::after,
.main-nav button::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
  border-radius: 99px;
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav button:hover::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 13px;
  background: var(--ink);
  box-shadow: 0 8px 24px rgba(16, 27, 42, 0.16);
  color: white;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.header-cta span {
  font-size: 18px;
  line-height: 1;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
  background:
    linear-gradient(120deg, rgba(7, 26, 52, 0.98), rgba(12, 53, 101, 0.96) 58%, rgba(18, 101, 184, 0.94)),
    #0b2b51;
  isolation: isolate;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 86%);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  animation: float-orb 8s ease-in-out infinite;
}

.hero-orb-one {
  top: -220px;
  right: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(65, 178, 255, 0.32), rgba(65, 178, 255, 0));
}

.hero-orb-two {
  bottom: -220px;
  left: 32%;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(20, 209, 192, 0.16), rgba(20, 209, 192, 0));
  animation-delay: -3s;
}

@keyframes float-orb {
  0%,
  100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 18px, 0); }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(370px, 0.84fr);
  align-items: center;
  gap: 76px;
}

.eyebrow,
.section-kicker,
.micro-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 760;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9bd1ff;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: #54b2ff;
}

.hero-copy h1 {
  max-width: 700px;
  margin: 20px 0 22px;
  color: white;
  font-size: clamp(48px, 5.3vw, 72px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(232, 242, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 0;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-light {
  background: white;
  box-shadow: 0 14px 35px rgba(2, 15, 33, 0.2);
  color: var(--navy-deep);
}

.button-light:hover {
  box-shadow: 0 18px 42px rgba(2, 15, 33, 0.28);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  backdrop-filter: blur(10px);
}

.button-primary {
  background: linear-gradient(135deg, #1769d2, #237deb);
  box-shadow: 0 12px 30px rgba(23, 105, 210, 0.22);
  color: white;
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(23, 105, 210, 0.3);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.full-width {
  width: 100%;
}

.trust-row {
  display: flex;
  gap: 34px;
  margin-top: 38px;
}

.trust-row > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 8px;
}

.trust-row strong {
  color: white;
  font-size: 18px;
}

.trust-row span {
  color: rgba(222, 238, 255, 0.65);
  font-size: 11px;
}

.progress-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
  box-shadow: var(--shadow-lg);
  color: white;
  backdrop-filter: blur(24px);
}

.progress-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.micro-label {
  color: #99cfff;
}

.progress-card h2 {
  margin: 8px 0 0;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(4, 22, 46, 0.28);
  color: #dffbed;
  font-size: 10px;
  font-weight: 700;
}

.live-pill i,
.chat-head span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #32d68d;
  box-shadow: 0 0 0 5px rgba(50, 214, 141, 0.13);
}

.progress-visual {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 24px;
  border-radius: 21px;
  background: rgba(2, 18, 40, 0.24);
}

.progress-ring {
  display: flex;
  width: 112px;
  height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #143c6d 61%, transparent 62%),
    conic-gradient(#4db5ff 0 72%, rgba(255, 255, 255, 0.12) 72% 100%);
}

.progress-ring span {
  font-size: 32px;
  font-weight: 720;
}

.progress-ring small {
  color: #b8d7f5;
  font-size: 9px;
}

.progress-stages {
  position: relative;
  display: grid;
  gap: 15px;
}

.progress-stages::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  inset-inline-start: 12px;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.17);
}

.progress-stages > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
}

.progress-stages span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: #163e6e;
  color: #c8d9ec;
  font-size: 9px;
}

.progress-stages .active span {
  border-color: #5eb9ff;
  background: #2c8ce5;
  color: white;
}

.progress-stages p {
  margin: 0;
  color: rgba(232, 242, 255, 0.62);
  font-size: 11px;
}

.progress-stages .active p {
  color: white;
  font-weight: 650;
}

.advisor-strip {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}

.advisor-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: none;
  place-items: center;
  border-radius: 12px;
  background: white;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.advisor-strip > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.advisor-strip strong {
  font-size: 11px;
}

.advisor-strip span {
  color: rgba(227, 240, 255, 0.63);
  font-size: 9px;
}

.dashboard-section {
  padding: 90px 0 92px;
  background:
    radial-gradient(circle at 84% 10%, rgba(46, 138, 247, 0.08), transparent 25%),
    var(--mist);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 30px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading.centered {
  justify-content: center;
  text-align: center;
}

.section-kicker {
  color: var(--blue);
}

.section-kicker.light {
  color: #8ecbff;
}

.section-heading h2,
.quick-panel h2,
.guidance-grid h2,
.process-section h2,
.final-cta h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.text-link {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(23, 105, 210, 0.3);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::after {
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  content: "";
  border-radius: 50%;
  background: var(--card-glow, rgba(23, 105, 210, 0.08));
  transition: transform 250ms ease;
}

.service-card:hover {
  z-index: 2;
  border-color: rgba(23, 105, 210, 0.24);
  box-shadow: 0 24px 55px rgba(13, 39, 72, 0.12);
  transform: translateY(-7px);
}

.service-card:hover::after {
  transform: scale(1.25);
}

.service-blue { --card-accent: #1769d2; --card-glow: rgba(23, 105, 210, 0.09); }
.service-sky { --card-accent: #3189e8; --card-glow: rgba(49, 137, 232, 0.1); }
.service-teal { --card-accent: #128c9e; --card-glow: rgba(18, 140, 158, 0.1); }

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.service-code {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: color-mix(in srgb, var(--card-accent) 10%, white);
  color: var(--card-accent);
  font-family: var(--font-geist-mono);
  font-size: 11px;
  font-weight: 800;
}

.service-badge {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f5fa;
  color: #718097;
  font-size: 9px;
  font-weight: 700;
}

.service-card h3 {
  max-width: 190px;
  margin: 28px 0 12px;
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: #69788d;
  font-size: 12px;
  line-height: 1.65;
}

.service-card > a {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  inset-inline-start: 23px;
  color: var(--card-accent);
  font-size: 11px;
  font-weight: 750;
}

.quick-panel {
  align-self: stretch;
  padding: 27px 23px 23px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  background:
    linear-gradient(155deg, #0d2a50, #0a203c 78%),
    var(--navy);
  box-shadow: 0 24px 60px rgba(8, 28, 53, 0.18);
  color: white;
}

.quick-panel .section-kicker {
  color: #72b9f8;
}

.quick-panel h2 {
  max-width: 230px;
  margin-bottom: 24px;
  color: white;
  font-size: 26px;
}

.quick-action {
  display: grid;
  width: 100%;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  color: white;
  text-align: start;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.quick-action:hover {
  border-color: rgba(111, 186, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(3px);
}

html[dir="rtl"] .quick-action:hover {
  transform: translateX(-3px);
}

.quick-action.primary {
  border-color: rgba(71, 159, 248, 0.25);
  background: rgba(35, 125, 235, 0.22);
}

.quick-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  color: #9bd1ff;
  font-size: 13px;
  font-weight: 750;
}

.quick-action > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.quick-action strong {
  font-size: 11px;
}

.quick-action small {
  color: rgba(214, 232, 251, 0.55);
  font-size: 9px;
}

.quick-action b {
  color: #8ecbff;
  font-size: 16px;
  font-weight: 400;
}

.support-note {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 21px;
}

.support-note span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: rgba(220, 236, 252, 0.55);
  font-size: 8px;
}

.guidance-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: linear-gradient(120deg, #102d53, #115d9f);
}

.guidance-section::after {
  position: absolute;
  top: -170px;
  right: 8%;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 188, 255, 0.28), transparent 65%);
}

.guidance-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.guidance-grid h2 {
  color: white;
}

.guidance-grid p {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(228, 241, 255, 0.7);
  line-height: 1.6;
}

.guidance-grid .button {
  flex: none;
}

.process-section {
  padding: 96px 0;
  background: white;
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.steps-grid::before {
  position: absolute;
  top: 29px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: linear-gradient(to right, transparent, #bfd6ef 10%, #bfd6ef 90%, transparent);
}

.step-card {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
}

.step-card > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border: 8px solid white;
  border-radius: 50%;
  background: #e8f3ff;
  box-shadow: 0 0 0 1px #cddff2;
  color: var(--blue);
  font-family: var(--font-geist-mono);
  font-size: 10px;
  font-weight: 800;
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.step-card p {
  margin: 0;
  color: #708096;
  font-size: 11px;
  line-height: 1.65;
}

.final-cta {
  padding: 0 0 84px;
  background: white;
}

.final-cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 48px 54px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% -10%, rgba(74, 181, 255, 0.34), transparent 32%),
    linear-gradient(115deg, #091f3d, #123f73);
  box-shadow: 0 30px 70px rgba(8, 31, 61, 0.18);
}

.final-cta h2 {
  color: white;
}

.site-footer {
  padding: 68px 0 28px;
  border-top: 1px solid #e3eaf2;
  background: #f7f9fc;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.4fr) repeat(2, minmax(150px, 0.6fr));
  gap: 70px;
}

.footer-brand .brand-logo {
  width: 90px;
}

.footer-grid > div:first-child > p {
  max-width: 330px;
  margin: 18px 0 0;
  color: #6b7b90;
  font-size: 12px;
  line-height: 1.7;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-grid > div:not(:first-child) > strong {
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-grid a,
.footer-grid button {
  padding: 0;
  border: 0;
  background: none;
  color: #718096;
  font-size: 11px;
  cursor: pointer;
}

.footer-grid a:hover,
.footer-grid button:hover {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid #e1e8f0;
  color: #8290a3;
  font-size: 9px;
}

.chat-launcher {
  position: fixed;
  inset-inline-end: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: #102d53;
  box-shadow: 0 18px 50px rgba(8, 28, 53, 0.28);
  color: white;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.chat-launcher:hover {
  background: var(--blue);
  transform: translateY(-3px);
}

.chat-launcher > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ee19a;
  box-shadow: 0 0 0 5px rgba(46, 225, 154, 0.13);
}

.chat-bubble-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #a9dcff;
  font-size: 10px;
  letter-spacing: 0.07em;
}

.chat-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 22px;
  background: rgba(4, 16, 31, 0.28);
  backdrop-filter: blur(6px);
  animation: fade-in 160ms ease;
}

html[dir="rtl"] .chat-overlay {
  justify-content: flex-start;
}

html[dir="rtl"] .chat-message {
  border-radius: 16px 8px 16px 16px;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.chat-panel {
  overflow: hidden;
  width: min(390px, 100%);
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  background: white;
  box-shadow: 0 30px 90px rgba(4, 20, 40, 0.35);
  animation: slide-up 220ms ease;
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.chat-head {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px;
  background:
    radial-gradient(circle at 90% -30%, rgba(66, 172, 255, 0.4), transparent 40%),
    #0d2b51;
  color: white;
}

.chat-agent-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: white;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.chat-head > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.chat-head strong {
  font-size: 13px;
}

.chat-head > div:nth-child(2) > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b9d8f4;
  font-size: 9px;
}

.chat-head [data-i18n="emailSupport"] {
  display: inline;
}

.chat-head button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.chat-body {
  overflow-y: auto;
  max-height: calc(100vh - 190px);
  padding: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(220, 236, 255, 0.45), transparent 32%),
    #f8fafc;
}

.chat-message {
  max-width: 90%;
  margin-bottom: 17px;
  padding: 13px 14px;
  border: 1px solid #e0e8f1;
  border-radius: 8px 16px 16px 16px;
  background: white;
  box-shadow: 0 8px 20px rgba(13, 39, 72, 0.05);
  color: #526277;
  font-size: 11px;
  line-height: 1.6;
}

.chat-form {
  display: grid;
  gap: 11px;
}

.chat-form label {
  display: grid;
  gap: 6px;
  color: #4f5e72;
  font-size: 9px;
  font-weight: 700;
}

.chat-form input,
.chat-form textarea {
  width: 100%;
  border: 1px solid #d8e1eb;
  border-radius: 11px;
  background: white;
  color: var(--ink);
  font-size: 11px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.chat-form input {
  height: 42px;
  padding: 0 12px;
}

.chat-form textarea {
  min-height: 84px;
  padding: 11px 12px;
  resize: vertical;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: #5aa8ef;
  box-shadow: 0 0 0 4px rgba(46, 138, 247, 0.1);
}

.form-error {
  margin: 0;
  padding: 9px 11px;
  border-radius: 10px;
  background: #fff0f0;
  color: #b53131;
  font-size: 10px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.chat-success {
  padding: 18px 8px 14px;
  text-align: center;
}

.chat-success > span {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  background: #ddf8ec;
  color: #149967;
  font-size: 24px;
  font-weight: 800;
}

.chat-success h3 {
  margin: 0;
  font-size: 19px;
}

.chat-success p {
  margin: 8px auto 19px;
  color: #6b7a8d;
  font-size: 11px;
  line-height: 1.6;
}

.chat-success .button {
  width: 100%;
}

.chat-done-button {
  margin-top: 12px;
  border: 0;
  background: transparent;
  color: #6b7a8d;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.chat-done-button:hover {
  color: var(--blue);
}

.chat-foot {
  padding: 10px 15px;
  border-top: 1px solid #edf1f5;
  background: white;
  color: #8b98a9;
  font-size: 8px;
  text-align: center;
}

@media (max-width: 1080px) {
  .hero-grid {
    gap: 42px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .quick-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .quick-panel > .section-kicker,
  .quick-panel > h2,
  .quick-panel > .support-note {
    grid-column: 1 / -1;
  }

  .quick-panel h2 {
    max-width: none;
    margin-bottom: 8px;
  }

  .quick-action {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .page-container {
    width: min(100% - 32px, 720px);
  }

  .header-inner {
    min-height: 70px;
  }

  .main-nav {
    display: none;
  }

  .language-switcher {
    margin-inline-start: auto;
  }

  .header-cta {
    margin-inline-start: 0;
  }

  .hero-section {
    padding: 62px 0;
  }

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

  .hero-copy h1 {
    max-width: 620px;
  }

  .progress-card {
    max-width: 580px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 230px;
  }

  .service-card h3 {
    max-width: none;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
  }

  .steps-grid::before {
    display: none;
  }

  .final-cta-inner,
  .guidance-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .page-container {
    width: min(100% - 24px, 520px);
  }

  .header-inner {
    min-height: 64px;
    gap: 9px;
  }

  .brand-logo {
    width: 76px;
    height: 34px;
  }

  .brand > span {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 11px;
  }

  .header-cta > span:last-child {
    display: none;
  }

  .language-trigger {
    min-width: 92px;
    min-height: 38px;
    grid-template-columns: 16px minmax(45px, 1fr) 10px;
    gap: 6px;
    padding: 7px 8px;
    font-size: 11px;
  }

  .language-globe {
    width: 16px;
    height: 16px;
  }

  .language-menu {
    position: fixed;
    top: 70px;
    inset-inline: 12px;
    width: auto;
    max-height: calc(100vh - 86px);
  }

  .hero-section {
    padding: 48px 0 52px;
  }

  .hero-copy h1 {
    margin-top: 16px;
    font-size: 42px;
  }

  .hero-copy > p {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .trust-row > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .progress-card {
    padding: 18px;
    border-radius: 22px;
  }

  .progress-visual {
    grid-template-columns: 88px 1fr;
    gap: 17px;
    padding: 16px;
  }

  .progress-ring {
    width: 88px;
    height: 88px;
  }

  .dashboard-section,
  .process-section {
    padding: 64px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .quick-panel {
    display: block;
  }

  .quick-action {
    margin-top: 9px;
  }

  .guidance-section {
    padding: 48px 0;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .step-card {
    padding: 0 34px;
  }

  .final-cta {
    padding-bottom: 54px;
  }

  .final-cta-inner {
    padding: 35px 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .chat-launcher {
    inset-inline-end: 14px;
    bottom: 14px;
  }

  .chat-overlay {
    align-items: flex-end;
    padding: 0;
  }

  .chat-panel {
    width: 100%;
    max-height: 94vh;
    border-radius: 24px 24px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
