:root {
  color-scheme: light;
  --ink: #102326;
  --muted: #5b6d70;
  --line: #ccd9d7;
  --paper: #f3f7f4;
  --paper-strong: #e8f0ec;
  --surface: #fbfcfa;
  --white: #ffffff;
  --teal: #0b6672;
  --deep: #092d33;
  --deep-2: #123f42;
  --accent: #b45f3a;
  --sage: #627a69;
  --sea: #dcefed;
  --focus: #d18a52;
  --shadow: 0 18px 42px rgba(12, 38, 42, 0.12);
  --shadow-soft: 0 1px 0 rgba(16, 35, 38, 0.06), 0 18px 48px rgba(16, 35, 38, 0.08);
  --radius: 6px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(220, 239, 237, 0.42), rgba(243, 247, 244, 0) 280px),
    var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 48px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 252, 250, 0.94);
  box-shadow: 0 1px 0 rgba(16, 35, 38, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 6px 18px 18px 18px;
  font-weight: 900;
  letter-spacing: 0;
  transform: rotate(-4deg);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand small {
  color: currentColor;
  font-size: 0.75rem;
  opacity: 0.78;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 24px;
  font-size: 0.86rem;
  font-weight: 780;
}

.desktop-nav a,
.link-button {
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 4px 0;
}

.desktop-nav a:hover,
.link-button:hover {
  color: var(--accent);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 820;
  text-decoration: none;
}

.text-link:hover {
  color: var(--deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.site-header.is-scrolled .language-switch {
  border-color: rgba(16, 35, 38, 0.16);
  background: rgba(16, 35, 38, 0.04);
}

.language-switch button,
.language-switch a {
  min-height: 30px;
  border: 0;
  border-radius: 4px;
  padding: 5px 10px;
  color: currentColor;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.language-switch button[aria-pressed="true"],
.language-switch a[aria-current="page"] {
  color: var(--white);
  background: var(--accent);
}

.hero {
  position: relative;
  min-height: 90svh;
  overflow: hidden;
  background: var(--deep);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 82px clamp(18px, 6vw, 72px) auto auto;
  z-index: -1;
  width: min(42vw, 520px);
  height: min(52vw, 620px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 34px);
  transform: rotate(7deg);
}

.hero::after {
  content: "NAPLES / 34104";
  position: absolute;
  right: clamp(18px, 6vw, 72px);
  bottom: 34px;
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.78rem, 1.3vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -2;
  background-image: url("./assets/notary-hero-refined.jpg");
  background-position: 64% center;
  background-size: cover;
  opacity: 0.38;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 45, 51, 0.18), rgba(9, 45, 51, 0.92) 72%, rgba(9, 45, 51, 1)),
    linear-gradient(90deg, rgba(6, 29, 33, 0.98), rgba(9, 45, 51, 0.76) 52%, rgba(9, 45, 51, 0.26)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 76px);
}

.hero-content {
  display: flex;
  min-height: 90svh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 116px clamp(18px, 6vw, 72px) 58px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: var(--font-sans);
  font-size: clamp(3rem, 13vw, 7rem);
  font-weight: 920;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 16px;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 7vw, 4.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.03rem;
  font-weight: 880;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.03rem, 3.3vw, 1.24rem);
  line-height: 1.62;
}

.hero-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 860;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button:active {
  transform: translateY(0) scale(0.99);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(209, 138, 82, 0.5);
  outline-offset: 3px;
}

.button.primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.button.primary:hover {
  background: #9f4d2e;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button.card-button {
  width: 100%;
  color: var(--white);
  background: var(--deep);
}

.button.card-button:hover {
  background: var(--teal);
}

.hero-facts {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 780px);
  margin: 38px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.hero-facts div {
  min-width: 0;
  border-top: 0;
  padding: 14px 16px 15px;
}

.hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-facts dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.77rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 3px 0 0;
  font-weight: 750;
}

.notice-band {
  border-block: 1px solid var(--line);
  background: var(--surface);
  padding: 18px clamp(18px, 6vw, 72px);
}

.notice-band p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--deep);
  font-weight: 760;
  text-align: center;
}

.section {
  padding: clamp(60px, 10vw, 112px) clamp(18px, 6vw, 72px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-heading {
  position: relative;
  max-width: 760px;
  margin-bottom: 34px;
  padding-left: clamp(16px, 2vw, 24px);
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 5px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), rgba(11, 102, 114, 0.46));
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.service-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(16, 35, 38, 0.04);
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.service-card::before,
.content-panel::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--accent);
}

.service-card p,
.price-card li,
.about-copy p,
.limits-copy p,
.steps li {
  color: var(--muted);
}

.pricing-section,
.limits-section {
  background: var(--surface);
}

.price-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.price-card.featured {
  border-color: rgba(11, 102, 114, 0.5);
  background:
    linear-gradient(180deg, rgba(220, 239, 237, 0.58), rgba(251, 252, 250, 0) 68%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.price-label {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price {
  margin: 0 0 4px;
  font-family: var(--font-sans);
  font-size: 3.9rem;
  font-weight: 920;
  line-height: 1;
}

.price small {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 850;
}

.price span {
  font-size: 1.6rem;
  vertical-align: 62%;
}

.price-note {
  margin-bottom: 0;
  color: var(--muted);
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.process-layout,
.limits-layout {
  display: grid;
  gap: 28px;
}

.steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  border-left: 2px solid var(--accent);
  padding-left: 24px;
}

.steps li::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  top: 0;
  left: -15px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 4px 12px 12px 12px;
  color: var(--white);
  background: var(--deep);
  font-size: 0.82rem;
  font-weight: 880;
}

.steps strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}

.about-section {
  background:
    linear-gradient(90deg, rgba(98, 122, 105, 0.1), transparent 48%),
    var(--paper);
}

.about-layout {
  display: grid;
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.about-copy {
  max-width: 650px;
}

.portrait-panel {
  position: relative;
  width: min(100%, 460px);
  margin: 0 auto;
}

.portrait-panel::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 18px;
  border: 1px solid rgba(16, 35, 38, 0.18);
  border-radius: var(--radius);
  background: rgba(220, 239, 237, 0.42);
}

.portrait-panel img {
  position: relative;
  width: 100%;
  aspect-ratio: 520 / 694;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portrait-panel figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.limits-copy {
  display: grid;
  gap: 14px;
  border-left: 1px solid var(--line);
  padding-left: clamp(18px, 3vw, 34px);
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 40px clamp(18px, 6vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(90deg, rgba(180, 95, 58, 0.14), transparent 42%),
    #061f24;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-phone {
  color: var(--white);
  font-weight: 750;
  text-underline-offset: 4px;
}

.footer-actions a,
.footer-actions button {
  color: var(--white);
  background: transparent;
  border: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.subpage .site-header {
  color: var(--ink);
  background: rgba(251, 252, 250, 0.94);
  box-shadow: 0 1px 0 rgba(16, 35, 38, 0.1);
  backdrop-filter: blur(14px);
}

.subpage .language-switch {
  border-color: rgba(16, 35, 38, 0.18);
  background: rgba(16, 35, 38, 0.04);
}

.subpage-hero {
  display: grid;
  min-height: 72svh;
  align-items: end;
  padding: 122px clamp(18px, 6vw, 72px) 54px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 31, 36, 0.97), rgba(9, 45, 51, 0.8), rgba(18, 63, 66, 0.5)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 84px),
    url("./assets/notary-hero-refined.jpg") center right / cover;
}

.subpage-hero .hero-copy {
  max-width: 720px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 780;
}

.breadcrumb a {
  color: var(--white);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #f1aa78;
}

.content-grid,
.faq-grid,
.service-link-grid {
  display: grid;
  gap: 16px;
}

.content-panel,
.faq-item,
.service-link-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.content-panel,
.faq-item {
  padding: 24px;
}

.content-panel p,
.faq-item p,
.service-link-card p {
  color: var(--muted);
}

.content-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.page-cta {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(180, 95, 58, 0.16), transparent 48%),
    #061f24;
}

.page-cta .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.page-cta .button.secondary {
  color: var(--white);
}

.service-link-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.faq-item {
  border-top: 3px solid rgba(98, 122, 105, 0.34);
}

.service-link-card:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 107, 120, 0.38);
}

.service-link-card strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.tracking-hero {
  min-height: 680px;
  padding: 150px clamp(18px, 6vw, 72px) 74px;
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(6, 31, 36, 0.98) 0 42%, rgba(9, 45, 51, 0.88) 72%, rgba(18, 63, 66, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 84px),
    var(--deep);
}

.tracking-layout {
  display: grid;
  gap: 38px;
  align-items: center;
}

.tracking-intro {
  max-width: 720px;
}

.tracking-intro h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 11vw, 6.8rem);
}

.tracking-intro .hero-copy {
  margin-bottom: 28px;
}

.tracking-note {
  display: grid;
  gap: 3px;
  max-width: 520px;
  border-left: 3px solid var(--accent);
  padding: 2px 0 2px 18px;
  color: rgba(255, 255, 255, 0.74);
}

.tracking-note strong {
  color: var(--white);
}

.tracking-tool {
  width: min(100%, 520px);
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(251, 252, 250, 0.97);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.tracking-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 5vw, 34px);
  color: var(--ink);
}

.tracking-form-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.tracking-form-heading .eyebrow {
  margin-bottom: 7px;
}

.tracking-form-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
}

.tracking-form label {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  font-weight: 760;
}

.tracking-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
}

.tracking-form input::placeholder {
  color: #809092;
}

.tracking-form .button {
  width: 100%;
  margin-top: 2px;
}

.tracking-results-section {
  min-height: 480px;
}

.tracking-empty {
  width: min(660px, 100%);
  border-top: 3px solid var(--accent);
  padding-top: 20px;
}

.tracking-empty h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3.6rem);
}

.tracking-empty p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.tracking-result {
  width: min(960px, 100%);
  border-top: 3px solid var(--teal);
  padding-top: 22px;
}

.tracking-result-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.tracking-order-number {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.tracking-status {
  flex: 0 0 auto;
  border: 1px solid rgba(11, 102, 114, 0.28);
  padding: 8px 11px;
  color: var(--teal);
  background: var(--sea);
  font-size: 0.85rem;
  font-weight: 850;
}

.tracking-result h2 {
  max-width: 720px;
  margin: 12px 0 30px;
  font-size: clamp(2rem, 6vw, 4rem);
}

.tracking-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 32px;
}

.tracking-timeline div {
  display: grid;
  gap: 8px;
  border-top: 2px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
}

.tracking-timeline span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: 0.8rem;
  font-weight: 850;
}

.tracking-timeline strong {
  font-size: 0.9rem;
}

.tracking-timeline .is-current,
.tracking-timeline .is-complete {
  border-color: var(--teal);
  color: var(--teal);
}

.tracking-timeline .is-current span,
.tracking-timeline .is-complete span {
  border-color: var(--teal);
  color: var(--white);
  background: var(--teal);
}

.tracking-timeline[data-refunded="true"] {
  opacity: 0.52;
}

.tracking-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tracking-details div {
  display: grid;
  gap: 4px;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.tracking-details div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.tracking-details div:nth-child(even) {
  padding-left: 20px;
}

.tracking-details span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-details strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
}

.tracking-help {
  margin: 24px 0 0;
  color: var(--muted);
}

.tracking-help a {
  color: var(--teal);
  font-weight: 800;
}

.copyright {
  font-size: 0.88rem;
}

.modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 14px;
}

.modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 31, 36, 0.78);
}

.modal-panel {
  position: relative;
  width: min(100%, 620px);
  max-height: min(86svh, 780px);
  overflow: auto;
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.legal-panel {
  max-width: 720px;
}

.legal-page {
  padding-top: 132px;
}

.legal-copy {
  width: min(760px, 100%);
  margin: 0 auto;
}

.legal-copy h2 {
  margin: 34px 0 10px;
  color: var(--deep);
  font-size: 1.25rem;
  line-height: 1.2;
}

.legal-copy p {
  color: var(--muted);
}

.proof-page {
  background:
    linear-gradient(180deg, rgba(220, 239, 237, 0.54), rgba(243, 247, 244, 0) 240px),
    var(--paper);
}

.proof-shell {
  display: grid;
  gap: 24px;
}

.proof-card,
.proof-figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.proof-card {
  padding: 24px;
}

.proof-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.proof-figure {
  margin: 0;
  overflow: hidden;
}

.proof-figure img {
  width: 100%;
}

.proof-figure figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.modal-panel h2 {
  font-size: clamp(2rem, 6vw, 2.8rem);
  line-height: 1.05;
}

.contact-intro {
  max-width: 48ch;
  margin: 12px 0 8px;
  color: var(--muted);
  line-height: 1.55;
}

.contact-direct {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-direct a {
  color: var(--teal);
  font-weight: 800;
  text-underline-offset: 3px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  font-size: 1.6rem;
  line-height: 1;
}

.modal-form {
  display: grid;
  gap: 14px;
}

.modal-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
}

.modal-form textarea {
  resize: vertical;
}

.field-note {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.small-print,
.form-status,
.payment-estimate {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.payment-estimate {
  border: 1px solid rgba(15, 107, 120, 0.22);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--deep);
  background: linear-gradient(90deg, var(--sea), rgba(251, 252, 250, 0.72));
  font-weight: 850;
}

.form-status.is-error {
  color: #9c3327;
}

.form-status.is-success {
  color: var(--teal);
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.toast {
  position: fixed;
  z-index: 90;
  right: 16px;
  bottom: 16px;
  width: min(420px, calc(100vw - 32px));
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--white);
  background: var(--deep);
  box-shadow: var(--shadow);
}

@media (min-width: 760px) {
  .hero-content {
    justify-content: center;
    padding-bottom: 52px;
  }

  .hero-image {
    background-position: center right;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 31, 36, 0.98) 0%, rgba(9, 45, 51, 0.78) 46%, rgba(18, 63, 66, 0.18) 78%),
      linear-gradient(180deg, rgba(9, 45, 51, 0.04), rgba(9, 45, 51, 0.48)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 88px);
  }

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

  .content-grid,
  .faq-grid,
  .service-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .process-layout,
  .limits-layout,
  .about-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .portrait-panel {
    justify-self: end;
  }

  .modal {
    place-items: center;
    padding: 26px;
  }

  .modal-panel {
    padding: 30px;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .tracking-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  }

  .tracking-tool {
    justify-self: end;
  }

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

@media (min-width: 980px) {
  .desktop-nav {
    display: flex;
  }
}

@media (max-width: 480px) {
  .brand strong {
    max-width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .language-switch button,
  .language-switch a {
    min-height: 28px;
    padding: 4px 8px;
    font-size: 0.72rem;
  }

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

  .hero-facts div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .hero-facts div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .limits-copy {
    border-left: 0;
    padding-left: 0;
  }

  .tracking-result-topline {
    display: grid;
  }

  .tracking-status {
    justify-self: start;
  }

  .tracking-details div:nth-child(even) {
    padding-left: 12px;
  }
}

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