@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/manrope-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/manrope-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --card: #ffffff;
  --ring: #f59e0b;
  --input: #e5e7eb;
  --muted: #f9fafb;
  --accent: #fffbeb;
  --border: #e5e7eb;
  --radius: 0.375rem;
  --chart-1: #f59e0b;
  --chart-2: #d97706;
  --chart-3: #b45309;
  --chart-4: #92400e;
  --chart-5: #78350f;
  --popover: #ffffff;
  --primary: #f59e0b;
  --sidebar: #f9fafb;
  --spacing: 0.25rem;
  --secondary: #f3f4f6;
  --background: #fff8ef;
  --font-serif: "Source Serif 4", serif;
  --font-sans: "Outfit", "Manrope", "Inter", sans-serif;
  --font-mono: "Space Grotesk", "Sora", ui-monospace, monospace;
  --foreground: #262626;
  --destructive: #ef4444;
  --shadow-blur: 8px;
  --shadow-color: hsl(0 0% 0%);
  --sidebar-ring: #f59e0b;
  --shadow-spread: -1px;
  --letter-spacing: 0em;
  --shadow-opacity: 0.1;
  --sidebar-accent: #fffbeb;
  --sidebar-border: #e5e7eb;
  --card-foreground: #262626;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 4px;
  --sidebar-primary: #f59e0b;
  --muted-foreground: #6b7280;
  --accent-foreground: #92400e;
  --popover-foreground: #262626;
  --primary-foreground: #000000;
  --sidebar-foreground: #262626;
  --secondary-foreground: #4b5563;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #92400e;
  --sidebar-primary-foreground: #ffffff;

  --bg: var(--background);
  --text: var(--foreground);
  --site-muted: var(--muted-foreground);
  --line: var(--border);
  --accent-contrast: var(--primary-foreground);
  --btn-dark: var(--primary);
  --btn-dark-hover: var(--chart-2);
  --btn-light: var(--primary-foreground);
  --bg-dot: rgb(17 24 39 / 12%);
  --radius-sm: 0.5rem;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --container: 1120px;
  --header-h: 0px;
  --shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-spread) hsl(0 0% 0% / var(--shadow-opacity));
  --trail-color: #71717a;
  --font-body: var(--font-sans);
  --font-display: "Sora", "Space Grotesk", "Montserrat", sans-serif;
  --font-accent: "DM Serif Display", "Playfair Display", "Prata", serif;
}

.dark {
  --card: #262626;
  --ring: #f59e0b;
  --input: #404040;
  --muted: #262626;
  --accent: #92400e;
  --border: #404040;
  --chart-1: #fbbf24;
  --chart-2: #d97706;
  --chart-3: #92400e;
  --chart-4: #b45309;
  --chart-5: #92400e;
  --popover: #262626;
  --primary: #f59e0b;
  --sidebar: #0f0f0f;
  --secondary: #262626;
  --background: #171717;
  --foreground: #e5e5e5;
  --destructive: #ef4444;
  --sidebar-ring: #f59e0b;
  --sidebar-accent: #92400e;
  --sidebar-border: #404040;
  --card-foreground: #e5e5e5;
  --sidebar-primary: #f59e0b;
  --muted-foreground: #a3a3a3;
  --accent-foreground: #fde68a;
  --popover-foreground: #e5e5e5;
  --primary-foreground: #000000;
  --sidebar-foreground: #e5e5e5;
  --secondary-foreground: #e5e5e5;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #fde68a;
  --sidebar-primary-foreground: #ffffff;

  --bg: var(--background);
  --text: var(--foreground);
  --site-muted: var(--muted-foreground);
  --line: var(--border);
  --accent-contrast: var(--primary-foreground);
  --btn-dark: var(--primary);
  --btn-dark-hover: var(--chart-2);
  --btn-light: var(--primary-foreground);
  --shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-spread) hsl(0 0% 0% / var(--shadow-opacity));
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background-image: url("../img/hero-placeholder.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.7;
}

body.menu-open {
  overflow: hidden;
}

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

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

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2.5rem), 840px);
  margin-inline: auto;
}

.brand {
  width: 110px;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav a,
.footer-nav a {
  position: relative;
  padding-bottom: 0.2rem;
}

.site-nav a::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lang-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-width: 112px;
  height: 2.2rem;
  gap: 0;
  border: 1px solid rgba(246, 238, 227, 0.8);
  border-radius: 0.72rem;
  padding: 0.2rem;
  background: rgba(15, 15, 15, 0.38);
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

.lang-switch::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  bottom: 0.2rem;
  width: calc(50% - 0.2rem);
  border-radius: 0.56rem;
  background: rgba(255, 248, 240, 0.86);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.14), inset 3px 3px 0.5px -3px rgba(0, 0, 0, 0.9), inset -3px -3px 0.5px -3px rgba(0, 0, 0, 0.85), inset 0 0 6px 6px rgba(0, 0, 0, 0.1), 0 0 12px rgba(255, 255, 255, 0.16);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.lang-switch[data-state="fr"]::after {
  transform: translateX(100%);
}

.lang-switch-liquid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.72;
  filter: url("#radio-glass");
  border-radius: inherit;
}

.lang-switch-filter {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.lang-switch a {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.33rem 0.6rem;
  border-radius: 0.56rem;
  color: rgba(246, 238, 227, 0.86);
  transition: color 0.25s ease;
}

.lang-switch a[aria-current="page"] {
  color: #181818;
}

.lang-switch[data-state="en"] a[data-lang="en"],
.lang-switch[data-state="fr"] a[data-lang="fr"] {
  color: #181818;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 90;
}

.hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  text-align: center;
  color: #fff9f0;
  overflow: hidden;
  z-index: 0;
}

.hero-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.hero-top .lang-switch {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-media {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  position: relative;
  z-index: 3;
}

.pricing {
  margin-top: 0;
  background: var(--bg);
  box-shadow: 0 -10px 28px rgba(53, 23, 7, 0.08);
  position: relative;
  z-index: 4;
}

.section {
  position: relative;
  z-index: 4;
  background: transparent;
}

.section.contact {
  background: transparent;
}

.section.included,
.section.tools,
.section.process,
.section.contact {
  background-color: var(--bg);
  background-image: radial-gradient(var(--bg-dot) 1px, transparent 1px);
  background-size: 22px 22px;
  background-position: 0 0;
  background-attachment: fixed;
}

.section.pricing {
  background-color: var(--bg);
  background-image: radial-gradient(var(--bg-dot) 1px, transparent 1px);
  background-size: 22px 22px;
  background-position: 0 0;
  background-attachment: fixed;
}

.hero-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin: 2.2rem 0 2.8rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
}

.hero-socials a {
  opacity: 0.95;
}

.hero .eyebrow {
  margin: 0;
  color: #ffe5c0;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
}

.hero h1 {
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 8vw, 5rem);
  line-height: 1.05;
  margin: var(--space-2) 0 0.85rem;
  width: 100%;
  text-align: center;
}

.tagline {
  margin: 0 auto;
  max-width: 680px;
  color: #fff1db;
  font-size: clamp(1rem, 2vw, 1.2rem);
  width: 100%;
  text-align: center;
}

.section {
  padding: var(--space-6) 0;
}

.section-title {
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 var(--space-4);
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  line-height: 1.15;
}

.pricing-title-center,
.pricing-intro {
  text-align: center;
}

.pricing-intro {
  max-width: 760px;
  margin: 0.35rem auto 3.4rem;
  color: var(--site-muted);
}

.pricing .pricing-title-center,
.pricing .pricing-intro {
  position: static;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.pricing-grid-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.pricing-grid-single .card {
  text-align: center;
  border-radius: 6px;
  padding: 1.2rem 2.6rem 1.5rem;
}

.pricing-grid-single .card .btn {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.pricing-cta {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background: var(--background);
  box-shadow:
    0 18px 40px rgb(44 26 12 / 10%),
    0 4px 10px rgb(44 26 12 / 6%);
  padding: clamp(1.4rem, 3vw, 2.6rem);
}

.pricing-cta-main {
  flex: 1 1 60%;
}

.pricing-cta-main .btn {
  margin-top: 1.15rem;
}

.pricing-cta-list-wrap {
  flex: 0 1 32%;
}

.pricing-cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.pricing-cta-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.pricing-check {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgb(0 0 0 / 12%);
  background: rgb(255 255 255 / 85%);
  font-size: 0.72rem;
  line-height: 1;
}

.card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow);
}

.card h3 {
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.price-main {
  margin: 0.65rem 0 0;
  font-size: clamp(2.3rem, 6vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.price-main span {
  font-size: 0.66em;
}

.price-sub {
  margin: 0.75rem 0 1.5rem;
  color: var(--site-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--btn-dark);
  background: var(--btn-dark);
  color: var(--btn-light);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  background: var(--btn-dark-hover);
}

.btn-ghost {
  background: transparent;
  border-color: var(--btn-dark);
  color: var(--btn-dark);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: var(--btn-dark);
  color: var(--btn-light);
}

.pricing-cta-main .btn,
.contact-form button.btn {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgb(255 255 255 / 62%);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 38%), rgb(255 255 255 / 14%)),
    linear-gradient(140deg, rgb(255 201 108 / 36%), rgb(245 159 20 / 22%));
  color: #221300;
  box-shadow:
    0 14px 30px rgb(117 72 0 / 24%),
    0 4px 10px rgb(117 72 0 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 82%),
    inset 0 -8px 18px rgb(255 255 255 / 10%),
    inset 0 0 0 1px rgb(255 255 255 / 22%);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
}

.pricing-cta-main .btn::before,
.contact-form button.btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 12px;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgb(255 255 255 / 46%) 0%, rgb(255 255 255 / 0%) 48%),
    linear-gradient(340deg, rgb(255 255 255 / 22%) 0%, rgb(255 255 255 / 0%) 56%);
}

.pricing-cta-main .btn:hover,
.pricing-cta-main .btn:focus-visible,
.contact-form button.btn:hover,
.contact-form button.btn:focus-visible {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 46%), rgb(255 255 255 / 16%)),
    linear-gradient(140deg, rgb(255 208 124 / 42%), rgb(246 166 33 / 27%));
  box-shadow:
    0 18px 36px rgb(117 72 0 / 30%),
    0 6px 12px rgb(117 72 0 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 88%),
    inset 0 -9px 18px rgb(255 255 255 / 12%),
    inset 0 0 0 1px rgb(255 255 255 / 28%);
}

.pricing-cta-main .btn:active,
.contact-form button.btn:active {
  transform: translateY(0);
}

.feature-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.8rem;
  font-size: 1.03rem;
}

.included-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  padding: clamp(1.2rem, 3vw, 2.2rem) 0;
}

.included-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-foreground);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
}

.included-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 760px;
}

.included-copy h3 {
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.included-copy p {
  margin: 0;
  font-size: 1.06rem;
  color: var(--site-muted);
}

.included-advantages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.8rem;
  padding-top: 0.7rem;
}

.included-adv-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.included-adv-check {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary) 18%, transparent);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  flex-shrink: 0;
}

.included-adv-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.included-adv-title {
  margin: 0;
  font-weight: 700;
}

.included-adv-desc {
  margin: 0;
  color: var(--site-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.tools-feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: end;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.tools-feature > * {
  min-width: 0;
}

.tools-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.tools-badge {
  display: none;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-foreground);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.4rem 0.9rem;
}

.tools-copy .section-title {
  margin: 0;
  text-align: left;
}

.tools-desc {
  margin: 0;
  max-width: 37ch;
  color: var(--site-muted);
}

.tools-carousel-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: 0;
}

.tools-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.tools-carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius-sm);
  width: 100%;
  max-width: 100%;
}

.tools-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.tools-slide {
  min-width: 0;
  flex: 0 0 100%;
}

.tool-card {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  min-height: 220px;
  box-shadow:
    0 14px 32px rgb(44 26 12 / 12%),
    0 3px 8px rgb(44 26 12 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 55%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tool-card:hover,
.tool-card:focus-within {
  transform: translateY(-2px);
  box-shadow:
    0 20px 40px rgb(44 26 12 / 16%),
    0 5px 12px rgb(44 26 12 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 62%);
}

.tool-card img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  background: var(--bg);
}

.tool-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 0.3rem;
  letter-spacing: 0.06em;
}

.tool-card p {
  margin: 0;
  color: var(--site-muted);
}

.tools-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--background);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.tools-nav:hover,
.tools-nav:focus-visible {
  background: var(--accent);
  transform: translateY(-50%) scale(1.04);
}

.tools-nav:focus-visible,
.tools-dot:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ring) 60%, transparent);
  outline-offset: 2px;
}

.tools-prev {
  left: 0.45rem;
}

.tools-next {
  right: 0.45rem;
}

.tools-dots {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.tools-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  border: 0;
  background: color-mix(in srgb, var(--line) 65%, transparent);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.tools-dot[aria-current="true"] {
  background: var(--primary);
  transform: scale(1.2);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.5rem;
  position: relative;
  isolation: isolate;
}

.process-active-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--primary) 35%, var(--line));
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--accent) 62%, var(--card));
  box-shadow: 0 10px 24px hsl(0 0% 0% / 0.08);
  opacity: 0;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), width 0.45s cubic-bezier(0.16, 1, 0.3, 1), height 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.process-active-bg.is-visible {
  opacity: 1;
}

.process-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.95rem 1rem;
  background: var(--bg);
  position: relative;
  z-index: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.process-list li[data-active="true"] {
  border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
  background: transparent;
}

.process-list strong {
  margin-right: 0.35rem;
}

.services p {
  margin: 0 0 1rem;
  color: var(--site-muted);
}

.services {
  padding-top: clamp(5.2rem, 9vw, 8rem);
  padding-bottom: clamp(5.2rem, 9vw, 8rem);
}

.services .section-title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  margin-bottom: 1rem;
  color: #fff9f0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.services p {
  color: #fff1db;
}

.services-note {
  margin: 0 0 1.35rem;
  font-size: 0.95rem;
  color: #fff1db;
}

.services-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-option {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1000px) rotateX(var(--tilt-rotate-x, 0deg)) rotateY(var(--tilt-rotate-y, 0deg));
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.service-option img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #ddd;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), filter 320ms ease;
  transform: translateZ(12px);
}

.service-option-body {
  background: rgba(12, 12, 12, 0.52);
  margin: 0;
  padding: 0.95rem 1rem 0.85rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  min-height: 128px;
  width: 100%;
  margin-top: 0;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateZ(18px);
}

.service-option.is-tilting img {
  transform: translateZ(16px) scale(1.03);
  filter: saturate(1.1);
}

.service-option.is-tilting .service-option-body {
  transform: translateZ(24px);
}

.service-spotlight {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  pointer-events: none;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  filter: blur(20px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, 0) 76%);
  transition: opacity 180ms ease;
}

.service-option.is-tilting .service-spotlight {
  opacity: 1;
}

.service-option-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff9f0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.option-price {
  margin: 0.8rem 0 1rem;
  color: #fff1db;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.option-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff9f0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--space-4);
  align-items: start;
}

.section.contact .container {
  width: min(calc(100% - 2rem), 1140px);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  border: 1px solid var(--line);
  background: var(--bg);
  box-shadow:
    0 26px 58px rgb(44 26 12 / 20%),
    0 8px 18px rgb(44 26 12 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 56%);
}

.contact-plus {
  position: absolute;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--text);
  z-index: 3;
}

.contact-plus-tl {
  top: -0.72rem;
  left: -0.72rem;
}

.contact-plus-tr {
  top: -0.72rem;
  right: -0.72rem;
}

.contact-plus-bl {
  bottom: -0.72rem;
  left: -0.72rem;
}

.contact-plus-br {
  bottom: -0.72rem;
  right: -0.72rem;
}

.contact-card-main {
  padding: clamp(0.9rem, 2vw, 1.25rem);
}

.contact-card .section-title {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
}

.contact-card-desc {
  margin: 0 0 0.9rem;
  max-width: 52ch;
  color: var(--site-muted);
  font-size: 0.95rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.8rem;
  margin-top: 0.9rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-info-item-address {
  grid-column: span 2;
}

.contact-info-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.55rem;
  border: 1px solid var(--line);
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  flex-shrink: 0;
}

.contact-info-icon svg {
  width: 1rem;
  height: 1rem;
}

.contact-info-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
}

.contact-info-value {
  margin: 0.12rem 0 0;
  color: var(--site-muted);
  font-size: 0.78rem;
}

.contact-card-form {
  border-left: 1px solid var(--line);
  background: var(--bg);
  padding: clamp(0.7rem, 1.6vw, 0.95rem);
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--bg);
}

.contact-card-form .contact-form {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.contact-card-form .contact-form label {
  font-size: 0.86rem;
  margin-bottom: 0.3rem;
}

.contact-card-form .contact-form input,
.contact-card-form .contact-form textarea {
  margin-bottom: 0.75rem;
  padding: 0.52rem 0.62rem;
  font-size: 0.92rem;
}

.contact-card-form .contact-form textarea#message {
  min-height: 90px;
  width: 78%;
  max-width: 100%;
  resize: both;
  overflow: auto;
}

.contact-card-form .form-upload-note {
  margin-top: -0.3rem;
  margin-bottom: 0.65rem;
}

.contact-card-form .consent-row {
  margin: 0.2rem 0 0.75rem !important;
  gap: 0.45rem;
}

.contact-form label {
  display: block;
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--input);
  border-radius: 10px;
  padding: 0.68rem 0.78rem;
  margin: 0 0 1rem;
  font: inherit;
  background: var(--background);
}

.contact-form input[type="file"] {
  padding: 0.45rem;
  color: var(--foreground);
  background: var(--background);
  border-color: var(--border);
}

.contact-form label[for="attachments"] {
  color: var(--foreground);
  font-weight: 700;
}

.form-upload-note {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: var(--site-muted);
}

.consent-row {
  display: flex !important;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.4rem 0 1rem !important;
}

.consent-row input[type="checkbox"] {
  margin-top: 0.3rem;
  width: auto;
}

.contact-form input[type="file"]::file-selector-button {
  border: 1px solid rgb(255 255 255 / 62%);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 38%), rgb(255 255 255 / 14%)),
    linear-gradient(140deg, rgb(255 201 108 / 36%), rgb(245 159 20 / 22%));
  color: #221300;
  border-radius: 14px;
  padding: 0.35rem 0.75rem;
  margin-right: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 10px 22px rgb(117 72 0 / 24%),
    0 3px 7px rgb(117 72 0 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 82%),
    inset 0 -6px 14px rgb(255 255 255 / 10%),
    inset 0 0 0 1px rgb(255 255 255 / 22%);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-form input[type="file"]::file-selector-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px rgb(117 72 0 / 30%),
    0 5px 10px rgb(117 72 0 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 88%),
    inset 0 -7px 14px rgb(255 255 255 / 12%),
    inset 0 0 0 1px rgb(255 255 255 / 28%);
}

.contact-form input:focus,
.contact-form textarea:focus,
.btn:focus-visible,
.menu-toggle:focus-visible,
.lang-switch a:focus-visible,
.site-nav a:focus-visible,
.footer-nav a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ring) 40%, transparent);
  outline-offset: 2px;
}

.micro-text {
  margin: 0.8rem 0 0;
  color: var(--site-muted);
  font-size: 0.86rem;
}

.js-note {
  min-height: 1.4em;
  font-weight: 700;
}

.js-note.is-pending {
  color: #5f4d37;
}

.js-note.is-success {
  color: #166534;
}

.js-note.is-error {
  color: #b91c1c;
}

.site-footer {
  position: relative;
  z-index: 8;
  display: block;
  background-color: var(--bg);
  background-image: radial-gradient(var(--bg-dot) 1px, transparent 1px);
  background-size: 22px 22px;
  background-position: 0 0;
  background-attachment: fixed;
  border-top: 0;
  box-shadow: none;
  padding: 1.75rem 0 2.25rem;
  margin-top: 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-inner p {
  margin: 0;
  color: var(--text);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.9rem;
}

.footer-legal a {
  color: var(--site-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trail-frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.border-trail-layer {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  z-index: 2;
  --trail-size: 72px;
  --trail-delay: 0s;
  --trail-duration: 5s;
  -webkit-mask-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000);
  mask-clip: padding-box, border-box;
  mask-composite: intersect;
}

.border-trail-dot {
  position: absolute;
  width: var(--trail-size);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: var(--trail-color);
  offset-path: rect(0 auto auto 0 round var(--trail-size));
  animation: border-trail-run var(--trail-duration) linear infinite;
  animation-delay: var(--trail-delay);
  box-shadow: 0 0 60px 30px rgb(255 255 255 / 45%), 0 0 100px 60px rgb(0 0 0 / 30%), 0 0 140px 90px rgb(0 0 0 / 30%);
}

@keyframes border-trail-run {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-y, 18px)) scale(var(--reveal-scale, 0.985));
  filter: blur(var(--reveal-blur, 6px));
  transition:
    opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.78s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.72s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.reveal.reveal-soft {
  --reveal-y: 12px;
  --reveal-scale: 0.995;
  --reveal-blur: 3px;
}

.intro-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(10px);
}

body.page-in .intro-reveal {
  animation: intro-rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--intro-delay, 0ms);
}

@keyframes intro-rise {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 0px;
  }

  body {
    background-image: none;
    background-color: var(--bg);
  }

  .hero {
    position: relative;
    height: auto;
    min-height: 100svh;
    background-image: url("../img/hero-placeholder-mobile.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  .hero-inner {
    min-height: 100svh;
  }

  .hero-top {
    position: static;
    transform: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
    width: 100%;
  }

  .hero-top .lang-switch {
    position: static;
    order: 2;
    width: min(220px, 100%);
  }

  .lang-switch-liquid,
  .lang-switch-filter {
    display: none;
  }

  .site-nav {
    order: 1;
    width: min(100%, 21rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 0.7rem 0.75rem;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.7rem 0.9rem;
    text-align: center;
    border: 1px solid rgba(246, 238, 227, 0.28);
    border-radius: 999px;
    background: rgba(15, 15, 15, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-socials {
    margin: 0 0 1.8rem;
    gap: 0.9rem;
    flex-wrap: wrap;
  }

  .hero-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8.5rem;
    min-height: 2.8rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(246, 238, 227, 0.24);
    border-radius: 999px;
    background: rgba(15, 15, 15, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .pricing {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section.included,
  .section.tools,
  .section.process,
  .section.contact,
  .section.pricing,
  .site-footer {
    background-attachment: scroll;
  }

  .pricing-grid,
  .services-options,
  .process-list,
  .contact-grid,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .included-advantages {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .tools-feature {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tools-carousel-wrap {
    padding-inline: 0;
  }

  .contact-copy {
    max-width: 560px;
  }

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

  .contact-card-form {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-info-item-address {
    grid-column: auto;
  }

  .pricing-cta {
    flex-direction: column;
    gap: 1.4rem;
  }

  .pricing-cta-list-wrap {
    width: 100%;
  }
}

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

  .brand {
    width: 95px;
  }

  .site-nav {
    font-size: 0.78rem;
  }

  .section {
    padding: 3.6rem 0;
  }

  .footer-inner,
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .intro-reveal,
  body.page-in .intro-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .process-active-bg {
    transition: none !important;
  }

  .service-option,
  .tools-carousel-track,
  .service-option img,
  .service-option .service-option-body,
  .service-spotlight {
    transition: none !important;
    transform: none !important;
  }

  .service-spotlight {
    display: none;
  }

  .border-trail-dot {
    animation: none;
  }

  .hero {
    position: relative;
    height: auto;
    min-height: 100vh;
  }

  .pricing {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

}

