.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-lockup img {
  width: 39px;
  height: 39px;
  object-fit: cover;
  border-radius: 7px;
}

.brand-lockup b {
  font-size: 18px;
}

.brand-lockup b span {
  color: var(--blue);
}

.about-text {
  gap: 25px 50px;
}

.about-text strong {
  color: var(--ink);
}

.company-link {
  grid-column: 1 / -1;
  width: max-content;
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 3px;
}

.company-link span {
  margin-right: 6px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
}

.phone-link {
  display: block !important;
  width: max-content;
  margin: 13px auto 0;
  padding: 0 0 2px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--line);
  background: transparent !important;
  color: var(--muted) !important;
  font-size: 10px !important;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

.social-links a:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px);
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a:first-child svg {
  fill: currentColor;
  stroke: none;
}

.service-offer {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.offer-main,
.domain-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(28px, 4vw, 48px);
}

.offer-main {
  background: #fff;
}

.offer-badge,
.domain-label {
  display: inline-block;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 20px;
}

.offer-main h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.45;
  letter-spacing: -.035em;
}

.offer-main > p,
.domain-card > p {
  color: var(--muted);
  font-size: 12px;
}

.offer-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 25px;
  margin-top: 32px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}

.offer-features span {
  position: relative;
  padding-right: 20px;
  font-size: 11px;
}

.offer-features span::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--blue);
}

.domain-card {
  background: #f5fbfb;
  border-color: #b8dcdf;
}

.domain-example {
  direction: ltr;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 4px 0 20px;
  padding: 14px 16px;
  border: 1px solid #b8dcdf;
  border-radius: 6px;
  background: #fff;
  font-size: clamp(14px, 1.8vw, 20px);
  overflow: hidden;
}

.domain-example b {
  color: var(--ink);
}

.domain-example strong {
  color: var(--blue);
  font-weight: 600;
}

.domain-extra {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #cce3e5;
}

.globe {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--aqua);
  font-size: 22px;
}

.domain-extra h4 {
  margin: 0 0 5px;
  font-size: 13px;
}

.domain-extra p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.domain-extra b {
  direction: ltr;
  display: inline-block;
}

.language-extra {
  margin-top: 22px;
}

.language-mark {
  direction: ltr;
  text-align: center;
  font: 700 9px/1.2 Arial, sans-serif;
}

body {
  font-size: 16px;
}

nav,
.header-cta {
  font-size: 13px;
}

.eyebrow,
.section-label {
  font-size: 12px;
  line-height: 1.7;
}

.hero-copy > p {
  font-size: 17px;
  line-height: 2;
}

.hero-points,
.trust-strip p,
.trust-strip div {
  font-size: 11px;
}

.about-text p,
.offer-main > p,
.domain-card > p {
  font-size: 14px;
  line-height: 2;
}

.offer-features span,
.steps p,
.example-info p,
.why-list p,
.contact-copy p {
  font-size: 12px;
  line-height: 1.9;
}

.offer-main h3,
.example-info h3,
.contact h2,
.section-head h2,
.about h2 {
  line-height: 1.45;
}

.steps h3,
.why-list h3 {
  font-size: 16px;
}

.example-info small,
.example-info b,
.offer-badge,
.domain-label,
.contact-card p,
.contact-card a {
  font-size: 11px;
}

.contact-card h3 {
  font-size: 21px;
  line-height: 1.8;
}

footer p,
footer > span,
.social-links a {
  font-size: 11px;
}

.examples {
  max-width: none;
  padding-right: max(28px, calc((100vw - 1184px) / 2));
  padding-left: max(28px, calc((100vw - 1184px) / 2));
}

.faq {
  max-width: none;
  padding-right: max(28px, calc((100vw - 1184px) / 2));
  padding-left: max(28px, calc((100vw - 1184px) / 2));
  background: #fff;
}

.faq-list {
  margin-right: calc(180px + 6vw);
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--aqua);
  color: var(--blue);
  transition: transform .2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -5px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.examples-intro {
  max-width: 680px;
  margin: -25px 0 38px;
  color: var(--muted);
  font-size: 12px;
}

.examples-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.example-card {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  transition: transform .25s, box-shadow .25s;
}

.example-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(22, 26, 29, .1);
}

.example-image {
  position: relative;
  overflow: hidden;
}

.example-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .5s;
}

.example-card:hover img {
  transform: scale(1.035);
}

.example-image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 9px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  font-size: 8px;
}

.example-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.example-info small {
  color: var(--blue);
  font-size: 9px;
}

.example-info h3 {
  margin: 7px 0 13px;
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -.04em;
}

.example-info p {
  color: var(--muted);
  font-size: 11px;
}

.example-info b {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.example-info i {
  float: left;
  color: var(--blue);
  font-size: 17px;
  font-style: normal;
}

.designer-example {
  background: #fff8fa;
}

.designer-example .example-info small,
.designer-example .example-info i {
  color: #a94c6b;
}

@media (max-width: 850px) {
  .service-offer {
    grid-template-columns: 1fr;
  }

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

  .faq-list {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  html {
    direction: ltr;
  }

  body {
    direction: rtl;
  }

  body > *,
  main,
  section,
  header,
  footer,
  .hero-copy,
  .hero-visual {
    min-width: 0;
    max-width: 100%;
  }

  .site-header {
    width: 100%;
  }

  .brand-lockup img {
    width: 33px;
    height: 33px;
  }

  .brand-lockup b {
    font-size: 16px;
  }

  .header-cta {
    padding: 8px 12px;
    font-size: 11px;
  }

  .hero {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 39px;
    line-height: 1.35;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
  }

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

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .hero-actions .button {
    width: min(100%, 280px);
  }

  .hero-visual,
  .browser-card {
    width: 100%;
    max-width: 100%;
  }

  .browser-card {
    transform: none;
  }

  .floating-note,
  .floating-tag {
    display: none;
  }

  .about h2,
  .section-head h2,
  .contact h2 {
    font-size: 32px;
    line-height: 1.55;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
  }

  .section,
  .examples,
  .faq {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .offer-main,
  .domain-card,
  .contact-card {
    min-width: 0;
    padding: 22px 18px;
  }

  .domain-example {
    font-size: 13px;
    white-space: nowrap;
  }

  .offer-features {
    grid-template-columns: 1fr;
  }

  .example-card {
    grid-template-columns: 1fr;
  }

  .example-image {
    height: 330px;
  }

  .why {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  footer {
    width: 100%;
  }

  .faq-list summary {
    font-size: 13px;
    line-height: 1.8;
  }

  .social-links {
    width: 100%;
    order: 3;
  }
}
