:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --ink: #101010;
  --muted: #5f6670;
  --soft: #eef2f6;
  --line: #dfe5ec;
  --red: #ff3d2e;
  --red-dark: #db271b;
  --blue: #77b9ee;
  --blue-dark: #4b93d8;
  --cream: #fff8f2;
  --shadow: 0 24px 70px rgba(16, 16, 16, 0.11);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7faff 0%, var(--bg) 42%, #ffffff 100%);
  line-height: 1.6;
}

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

svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  color: #ffffff;
  background: #101010;
  font-size: 14px;
}

.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar span {
  color: rgba(255, 255, 255, 0.72);
}

.dot {
  display: inline-block;
  margin: 0 10px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 229, 236, 0.95);
}

.nav__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 178px;
  height: 84px;
}

.logo__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #2f343a;
  font-size: 15px;
  font-weight: 750;
}

.nav__links a:hover {
  color: var(--red);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: normal;
  text-align: center;
}

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

.button--primary {
  color: #ffffff;
  background: var(--red);
  box-shadow: 0 18px 42px rgba(255, 61, 46, 0.26);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--dark {
  color: #ffffff;
  background: #101010;
  box-shadow: 0 18px 42px rgba(16, 16, 16, 0.18);
}

.button--ghost {
  color: #101010;
  background: #ffffff;
  border-color: var(--line);
}

.mobile-menu {
  display: none;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  color: #101010;
  font-weight: 900;
}

.hero {
  padding: 82px 0 74px;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 61, 46, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: var(--red-dark);
  font-size: 14px;
  font-weight: 850;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(255, 61, 46, 0.13);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-contact li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #343941;
  font-size: 14px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.poster-stack {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(520px, 100%);
  min-height: 590px;
}

.poster {
  position: absolute;
  overflow: hidden;
  width: 330px;
  min-height: 430px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.poster::after {
  content: "";
  position: absolute;
  inset: auto -58px -70px auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.poster__logo {
  margin-bottom: 44px;
  font-size: 17px;
  font-weight: 950;
}

.poster h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.poster p {
  position: relative;
  z-index: 2;
  color: #3b424a;
  font-size: 14px;
  font-weight: 650;
}

.poster .tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 8px 0 18px;
  padding: 6px 10px;
  background: var(--red);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.poster--blue {
  top: 0;
  right: 0;
  background: #86bff0;
}

.poster--cream {
  top: 74px;
  left: 0;
  background: linear-gradient(135deg, #fff6ef 0%, #ffffff 72%);
  transform: rotate(-4deg);
}

.poster--white {
  right: 38px;
  bottom: 0;
  min-height: 310px;
  background: #ffffff;
  transform: rotate(3deg);
}

.poster--white h3 {
  font-size: 30px;
}

.plane-line {
  position: absolute;
  right: 38px;
  top: 34px;
  color: rgba(16, 16, 16, 0.24);
  font-size: 120px;
  transform: rotate(10deg);
}

.section {
  padding: 84px 0;
}

.section--white {
  background: #ffffff;
}

.section__head {
  max-width: 780px;
  margin-bottom: 38px;
}

.section__head.center {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin-bottom: 14px;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 0;
}

.section__head p {
  color: var(--muted);
  font-size: 18px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.statement-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 52%, #fff8f2 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.statement-card h2 {
  margin-bottom: 18px;
}

.statement-card p {
  color: var(--muted);
  font-size: 18px;
}

.statement-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.statement-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #2c333a;
  font-weight: 750;
}

.check-icon,
.point-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: #ffffff;
  font-size: 14px;
  margin-top: 2px;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  transition: 0.22s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 61, 46, 0.24);
}

.icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 61, 46, 0.2);
  border-radius: 18px;
  background: #fff2f0;
  color: var(--red);
  font-size: 25px;
}

.service-card .icon {
  margin-bottom: 22px;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.service-card p,
.process-card p,
.case-card p,
.faq-card p,
.package-card p {
  color: var(--muted);
  font-size: 15px;
}

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

.case-card {
  min-height: 310px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(16, 16, 16, 0.06);
}

.case-card:nth-child(2) {
  background: #86bff0;
}

.case-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 10px;
  background: var(--red);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #ffffff;
}

.step {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #101010;
  color: #ffffff;
  font-weight: 950;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(16, 16, 16, 0.07);
}

.package-card.featured {
  transform: translateY(-10px);
  border-color: rgba(255, 61, 46, 0.3);
  box-shadow: 0 28px 70px rgba(255, 61, 46, 0.14);
}

.badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff2f0;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 950;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.package-card li {
  display: flex;
  gap: 10px;
  color: #303740;
  font-size: 15px;
  font-weight: 650;
}

.package-card li::before {
  content: "✓";
  color: var(--red);
  font-weight: 950;
}

.package-card .button {
  width: 100%;
  margin-top: auto;
}

.testimonial {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border-radius: 34px;
  background: #101010;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.testimonial__score {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.testimonial__score strong {
  display: block;
  margin-bottom: 8px;
  font-size: 52px;
  letter-spacing: 0;
}

.testimonial p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.stars {
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}

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

.faq-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.contact-info {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #101010 0%, #252525 100%);
  color: #ffffff;
}

.contact-info::after {
  content: "foreign go";
  position: absolute;
  right: -20px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.045);
  font-size: 92px;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 950;
}

.contact-info > * {
  position: relative;
  z-index: 1;
}

.contact-info .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.contact-info h2 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.contact-list a {
  color: #ffffff;
}

.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  color: #2d333b;
  font-size: 15px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #fbfcfe;
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #8a929c;
  font-weight: 600;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 61, 46, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 61, 46, 0.12);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-alert {
  grid-column: 1 / -1;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #effaf2;
  color: #166534;
  font-weight: 800;
}

.form-error {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 800;
}

.footer {
  padding: 48px 0;
  background: #101010;
  color: rgba(255, 255, 255, 0.82);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 30px;
}

.footer .logo {
  width: min(100%, 280px);
  height: auto;
  max-height: 88px;
  margin-bottom: 12px;
  overflow: visible;
}

.footer .logo__image {
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
}

.footer p,
.footer a,
.footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.floating-social {
  position: fixed;
  inset: auto 22px 22px auto;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: auto;
  pointer-events: none;
}

.floating-social__button {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(16, 16, 16, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  pointer-events: auto;
}

.floating-social__button svg {
  width: 28px;
  height: 28px;
}

.floating-social__button .icon--filled {
  fill: currentColor;
  stroke: none;
}

.floating-social__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(16, 16, 16, 0.24);
}

.floating-social__button--whatsapp {
  background: #25d366;
}

.floating-social__button--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

@media (max-width: 1100px) {
  h1 {
    font-size: 58px;
  }

  h2,
  .contact-info h2 {
    font-size: 44px;
  }

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

@media (max-width: 980px) {
  .nav__links,
  .nav .button {
    display: none;
  }

  .mobile-menu {
    display: inline-flex;
  }

  .hero__grid,
  .split,
  .testimonial,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .poster-stack {
    left: 0;
    right: auto;
  }

  .case-grid,
  .packages,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .topbar__inner {
    padding: 10px 0;
  }

  .nav .logo {
    width: 148px;
    height: 70px;
  }

  .footer .logo {
    width: min(100%, 240px);
    max-height: 72px;
  }

  .footer .logo__image {
    max-height: 72px;
  }

  .nav__inner {
    min-height: 74px;
    gap: 12px;
  }

  .hero {
    padding-top: 50px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  .contact-info h2 {
    font-size: 34px;
  }

  .service-grid,
  .process-grid,
  .faq-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .poster-stack {
    position: relative;
    width: 100%;
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .poster {
    position: relative;
    width: 100%;
    min-height: auto;
    inset: auto;
    transform: none;
  }

  .plane-line {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .contact-form,
  .contact-info,
  .statement-card,
  .testimonial {
    padding: 24px;
    border-radius: 22px;
  }

  body {
    padding-bottom: 120px;
  }

  .floating-social {
    inset: auto 14px max(14px, env(safe-area-inset-bottom, 0px)) auto;
  }

  .floating-social__button {
    width: 52px;
    height: 52px;
  }

  .floating-social__button svg {
    width: 26px;
    height: 26px;
  }
}
