@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
}
.btn-full,
.container,
.w-100 {
  width: 100%;
}
.mt-0 {
  margin-top: 0 !important;
}

.m-0 {
  margin: 0;
}
.btn,
body {
  font-family: var(--font-body);
}
.btn,
.readmore-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}
.primary-menu-sub a::after,
.primary-menu > li > a::after {
  background-color: var(--color-menu-accent);
  content: "";
}
.capture-final,
.cta-media,
.feature-card,
.features,
.hero,
.hero-image-inset,
.hero-image-main,
.insight-card,
.process-step,
.screen-reader-text,
.service-card,
.service-image,
.testimonial-avatar,
.trust-block,
.trust-photo-mask {
  overflow: hidden;
}
.btn,
.hero-messenger,
.readmore-link,
a {
  text-decoration: none;
}
.capture-final-legal a,
.footer-disclaimer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
:root {
  --color-primary: #c8102e;
  --color-primary-light: #c8102ecc;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-accent: #de4f13;
  --color-cream: #f9f2f2;
  --color-primary-700: #310e0e;
  --color-gold: #c9a46a;
  --color-menu-accent: #c8102e;
  --color-text: #1a1a1a;
  --color-text-body: #2e2e2e;
  --color-text-dim: #3d3d3d;
  --color-text-muted: #6b7280;
  --color-bg: #faf9f6;
  --color-surface-soft: #f7f5f0;
  --color-border: #e8e4de;
  --color-border-strong: #d4cfc7;
  --font-heading: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body:
    "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  --container-width: 1280px;
  --section-padding-y: 100px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  background-color: var(--color-white);
  padding-top: 76px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
.primary-menu-sub a,
p {
  color: var(--color-text-body);
}
h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
h3 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}
h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
p {
  margin: 0 0 1rem;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
svg {
  transition: 0.2s ease-in-out;
}
button {
  cursor: pointer;
  font-family: inherit;
}
.container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
  z-index: 10;
}
.container.narrow,
.page-hero h1 {
  max-width: 800px;
}
.text--red {
  color: var(--color-primary);
}
.btn-light:hover,
.btn-outline.btn-light,
.btn-outline:hover,
.btn-primary {
  color: var(--color-white);
}
.cover--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.btn {
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 16px 26px;
}
.cta-badge strong,
.features-quote,
.features-quote::before,
.footer-newsletter-text h4,
.process-number,
.stat-item span:first-child,
.trust-licence strong {
  font-family: var(--font-heading);
}
.cta-badge span,
.hero-messenger,
.insight-category,
.language-switcher,
.section-label,
.trust-licence-label {
  text-transform: uppercase;
}
.btn:hover,
.messenger-links a:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: 0 8px 24px rgba(12, 42, 36, 0.18);
}
.btn-light,
.btn-outline.btn-light:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
}
.btn-outline,
.primary-menu > li > a,
.readmore-link {
  color: var(--color-text);
}
.btn-light:hover {
  background-color: transparent;
}
.btn-outline {
  background-color: transparent;
  border-color: var(--color-border-strong);
}
.btn-outline:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline.btn-light {
  border-color: rgba(255, 255, 255, 0.35);
}
.scrollbar::-webkit-scrollbar {
    width: 4px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color-text-muted)
}

.scrollbar::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}
.readmore-link {
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}
.blog-card h3 a:hover,
.contact-card a:hover,
.insight-title a:hover,
.readmore-link:hover,
.service-list-item h3 a:hover,
.sidebar-list a:hover,
.trust-verify:hover {
  color: var(--color-accent);
}
.messenger-list a:hover,
.readmore-link:hover svg {
  transform: translateX(4px);
}
.section {
  padding-block: var(--section-padding-y);
}
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--color-primary);
  margin-bottom: 16px;
}
.article-content p,
.channel-row-hero,
.section-title,
.service-content p {
  margin-bottom: 24px;
}
.service-content p:last-child {
  margin-bottom: 0;
}
.section-subtitle {
  color: var(--color-text-dim);
  margin-bottom: 0;
}
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.entry-title,
.hero-benefits,
.hero-description {
  margin-bottom: 32px;
}
.section-header.section-header--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
.section-header.section-header--light,
.section-header.section-header--light .section-subtitle,
.section-header.section-header--light .section-title {
  color: var(--color-white);
}
.footer-disclaimer a:hover,
.footer-legal-nav a:hover,
.footer-menu a:hover,
.section-header.section-header--light .section-label {
  color: var(--color-cream);
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  isolation: isolate;
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  padding: 16px;
  transition: 0.3s;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--color-bg);
  pointer-events: none;
}
.site-header.is-scrolled {
  padding: 8px 16px;
  background-color: transparent;
  border-bottom-color: rgba(12, 42, 36, 0.08);
  box-shadow: 0 10px 32px rgba(12, 42, 36, 0.08);
}
.site-header.is-scrolled::before {
  background-color: rgba(250, 249, 246, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header.is-scrolled .header-inner {
  gap: 16px;
}
.custom-logo-link,
.site-logo-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-flex;
  line-height: 1;
  align-items: center;
}
.site-logo-text img {
  display: block;
  height: 48px;
  width: auto;
  transition: 0.3s;
  max-width: 220px;
}
.site-header.is-scrolled .custom-logo-link,
.site-header.is-scrolled .site-logo-text {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  transition: 0.3s;
}
.site-header.is-scrolled .primary-menu {
  gap: 22px;
}
.primary-menu > li > a {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  padding-block: 6px;
}
.primary-menu > li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
}
.primary-menu-parent.is-open > a,
.primary-menu-parent:focus-within > a,
.primary-menu-parent:hover > a,
.primary-menu > li > a:hover {
  color: var(--color-primary);
}
.primary-menu-parent.is-open > a::after,
.primary-menu-parent:focus-within > a::after,
.primary-menu-parent:hover > a::after,
.primary-menu > li > a:hover::after {
  transform: scaleX(1);
}
.primary-menu-parent {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}
.primary-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: 0 0;
  color: var(--color-text-muted);
  border-radius: 50%;
}
.primary-menu-toggle svg {
  display: block;
}
.primary-menu-parent.is-open > .primary-menu-toggle,
.primary-menu-parent:focus-within > .primary-menu-toggle {
  color: var(--color-primary);
}
.primary-menu-parent.is-open > .primary-menu-toggle svg,
.primary-menu-parent:focus-within > .primary-menu-toggle svg,
.primary-menu-parent:hover > .primary-menu-toggle svg {
  transform: rotate(180deg);
}
.primary-menu-sub {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 120;
  min-width: 248px;
  padding: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 48px rgba(12, 42, 36, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
}
.primary-menu-sub::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}
.primary-menu-parent.is-open > .primary-menu-sub,
.primary-menu-parent:focus-within > .primary-menu-sub,
.primary-menu-parent:hover > .primary-menu-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.primary-menu-sub a {
  display: block;
  position: relative;
  padding: 11px 14px 11px 18px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--radius-md);
}
.primary-menu-sub a::after {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 2px;
  height: 0;
  border-radius: 2px;
  transform: translateY(-50%);
}
.primary-menu-sub a:focus-visible,
.primary-menu-sub a:hover {
  background-color: #f9f2f2;
  color: var(--color-primary);
  outline: 0;
}
.primary-menu-sub a:focus-visible::after,
.primary-menu-sub a:hover::after {
  height: 16px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: 0.3s;
}
.site-header.is-scrolled .header-right {
  gap: 12px;
}
.header-right .btn-primary {
  padding: 14px 22px;
}
.site-header.is-scrolled .header-right .btn-primary {
  padding: 10px 18px;
  font-size: 0.8125rem;
}
.language-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.language-switcher a {
  color: var(--color-text-dim);
}
.blog-card h3 a,
.hero-benefit-mark,
.insight-title a,
.language-switcher a:hover,
.service-list-item h3 a {
  color: var(--color-primary);
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  width: 32px;
  height: 32px;
  background: 0 0;
  border: none;
  padding: 0;
  justify-content: space-around;
}
.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  transition: 0.2s all;
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 42, 36, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  transition: 0.2s all;
}
.nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.hero {
  background-color: var(--color-bg);
  padding-block: 60px;
  position: relative;
  margin-bottom: 60px;
}
.hero-image,
.hero-image:after {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
}
.hero-image {
  opacity: 0.1;
  width: 100%;
  right: 0;
}
.hero-image:after {
  content: "";
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.hero-image img {
  object-fit: contain;
  object-position: top;
}
.hero-image--progressive {
  overflow: hidden;
}
.hero-image--progressive .hero-image__lqip,
.hero-image--progressive .hero-image__full {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero-image--progressive .hero-image__lqip {
  z-index: 1;
}
.hero-image--progressive .hero-image__full {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.hero-image--progressive.is-full-loaded .hero-image__full {
  opacity: 1;
}
.hero-image--progressive.is-full-loaded .hero-image__lqip {
  opacity: 0;
  visibility: hidden;
}
.hero-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 64px;
}
.hero-form-layer {
  order: 1;
}
.hero-content,
.hero-form-layer {
  flex: 1 0 calc(50% - 32px);
  max-width: calc(50% - 32px);
}
.hero-content {
  align-self: flex-start;
}
.capture-final-title em,
.hero-title em,
.trust-name em {
  font-style: italic;
  color: var(--color-accent);
}
.hero-description {
  font-size: 1.125rem;
  color: var(--color-text-dim);
  max-width: 520px;
}
.hero-benefit {
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cta-actions,
.hero-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  padding: 10px 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.hero-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-cream);
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
}
.stats-bar,
.trust-block {
  background-color: var(--color-white);
}
.hero-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero-badge-text strong {
  font-size: 0.875rem;
  font-weight: 700;
}
.hero-badge-text span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}
.hero-media {
  position: relative;
}
.hero-image-main {
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  box-shadow: 0 24px 64px rgba(12, 42, 36, 0.14);
}
.about-image img,
.article-featured-image img,
.hero-image-inset img,
.hero-image-main img,
.service-hero-image img,
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image-inset {
  position: absolute;
  bottom: -24px;
  left: -40px;
  width: 220px;
  height: 160px;
  border-radius: var(--radius-md);
  border: 6px solid var(--color-white);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.feature-card,
.feature-icon,
.features,
.features-grid,
.service-card,
.service-image,
.trust-licence,
.trust-photo-mask {
  position: relative;
}
.stats-bar {
  padding-block: 40px;
  border-bottom: 1px solid var(--color-border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.stat-item span:first-child {
  font-size: 2.5rem;
  color: var(--color-primary);
  line-height: 1;
}
.stat-item span {
  font-size: 0.875rem;
  color: var(--color-text-dim);
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 80px;
}
.trust-copy {
  max-width: 560px;
}
.trust-name {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  margin-bottom: 18px;
}
.trust-licence {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
  padding-bottom: 16px;
}
.trust-licence-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}
.trust-licence strong {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0.04em;
}
.trust-licence::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: var(--color-cream);
  transform: scaleX(1);
  transform-origin: left center;
}
.trust-bio {
  color: var(--color-text-dim);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 46ch;
}
.trust-verify {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  border-bottom: 1px solid rgba(201, 164, 106, 0.55);
  padding-bottom: 4px;
}
.block-buttons {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.features-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  perspective: 1400px;
}
.trust-verify:hover svg {
  transform: translate(3px, -3px);
}
.trust-photo {
  justify-self: end;
  width: min(100%, 420px);
}
.trust-photo-mask {
  aspect-ratio: 1;
  /* box-shadow: 0 28px 64px rgba(12, 42, 36, 0.14); */
  border-radius: var(--radius-md);
}

.service-card,
.testimonial-card {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.trust-photo img {
  /* width: 100%; */
  /* height: 120%; */
  object-fit: cover;
  object-position: center top;
  display: block;
}
.services,
.testimonials {
  background-color: var(--color-cream);
}
.services-grid {
  gap: 24px;
}
.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  transform-style: preserve-3d;
  transform: translate3d(0, var(--lift, 0), 0) rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
  transition: 0.2s;
}
.service-card.is-tilting,
.service-card:hover {
  transition: 0.2s;
  --lift: -8px;
  --rx: 1.6deg;
  --ry: -2.4deg;
  box-shadow:
    0 24px 48px rgba(12, 42, 36, 0.16),
    0 2px 0 rgba(200, 16, 46, 0.08);
}
.service-image {
  aspect-ratio: 4/3;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.2s;
}
.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 42, 36, 0) 38%,
    rgba(12, 42, 36, 0.38) 100%
  );
  opacity: 0.4;
  pointer-events: none;
}
.feature-card::after,
.process-step::after {
  position: absolute;
  opacity: 0;
  inset: 0;
  pointer-events: none;
}
.service-card.is-tilting .service-image img,
.service-card:hover .service-image img {
  transform: scale(1.07);
}
.service-card.is-tilting .service-image::after,
.service-card:hover .service-image::after {
  opacity: 0.78;
}
.service-content {
  transition: 0.2s;
  padding: 24px;
  transform: translate3d(0, 0, 0);
}
.service-card.is-tilting .service-content,
.service-card:hover .service-content {
  transform: translate3d(0, -5px, 0);
}
.service-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  transition: 0.2s;
}
.service-description {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  margin-bottom: 18px;
  line-height: 1.6;
  transition: 0.2s;
}
.insight-card:hover .readmore-link,
.service-card.is-tilting .readmore-link,
.service-card:hover .readmore-link {
  color: var(--color-menu-accent);
}
.insight-card:hover .readmore-link svg,
.service-card.is-tilting .readmore-link svg,
.service-card:hover .readmore-link svg {
  transform: translateX(6px);
}
.features {
  background-color: var(--color-text);
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(
    circle at 80% 40%,
    rgba(201, 164, 106, 0.08) 0,
    transparent 60%
  );
  pointer-events: none;
}
.features-grid {
  gap: 24px;
  z-index: 1;
  margin-bottom: 64px;
}
.feature-card {
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  transform-style: preserve-3d;
  transform: translate3d(0, var(--lift, 0), 0) rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
}
.feature-card::after {
  content: "";
  background: radial-gradient(
    circle at 20% 0,
    rgb(201 106 106 / 22%) 0,
    transparent 58%
  );
}
.feature-card.is-tilting {
  --lift: -6px;
  --rx: 1.2deg;
  --ry: 2deg;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgb(201 106 106 / 45%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}
.feature-card.is-tilting::after,
.feature-card:hover::after {
  opacity: 1;
}
.feature-icon {
  transition: 0.2s;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgb(201 106 106 / 15%);
  color: var(--color-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform: scale(1);
}
.feature-description,
.feature-title,
.process-step h3 {
  z-index: 1;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.feature-card.is-tilting .feature-icon,
.feature-card:hover .feature-icon {
  background: rgb(201 106 106 / 28%);
  box-shadow: 0 10px 24px rgb(201 106 106 / 28%);
}
.feature-title {
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 10px;
}
.feature-description {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 0;
}
.features-quote {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-style: italic;
  color: var(--color-white);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  border: none;
  background: 0 0;
}
.features-quote::before {
  content: "“";
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: var(--color-cream);
  margin-bottom: 8px;
}
.how-we-work,
.insights {
  background-color: var(--color-white);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
  perspective: 1400px;
}
.process-step {
  transition: 0.2s;
  background: var(--color-surface-soft);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(0, var(--lift, 0), 0) rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
}
.process-step::after {
  content: "";
  background: linear-gradient(
    135deg,
    rgba(201, 164, 106, 0.16) 0,
    transparent 55%
  );
}
.process-number {
  transition: 0.2s;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-border);
  font-size: 1rem;
  margin-bottom: 18px;
  transform: scale(1);
}
.process-step h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.process-step.is-tilting h3 {
  transform: translate3d(6px, 0, 0);
}
.insights-grid,
.service-list,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-stars {
  color: var(--color-cream);
  font-size: 1.125rem;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.testimonial-quote {
  font-size: 1rem;
  color: var(--color-text-body);
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}
.testimonial-meta {
  display: flex;
  flex-direction: column;
}
.testimonial-meta strong {
  font-size: 0.9375rem;
  color: var(--color-primary);
}
.testimonial-meta span {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}
.blog-layout .insights-grid {
  grid-template-columns: repeat(2, 1fr);
}
.insight-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}
.benefit-card:hover,
.blog-card:hover,
.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12, 42, 36, 0.08);
}
.blog-card-image,
.insight-image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.insight-card:hover .insight-image img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.blog-card-content,
.insight-content {
  padding: 24px;
}
.insight-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.insight-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.insight-excerpt {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  line-height: 1.6;
  margin-bottom: 18px;
}
.cta-banner {
  background-color: var(--color-white);
  padding-block: 0;
}
.cta-banner .container {
  max-width: 100%;
  padding-inline: 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.cta-content {
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
}
.cta-title {
  color: var(--color-white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 32px;
  max-width: 500px;
}
.cta-text {
  color: rgba(255, 255, 255, 0.8);
  max-width: 480px;
  margin: -16px 0 28px;
}
.cta-media {
  position: relative;
  min-height: 420px;
}
.cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: grayscale(100%) contrast(1.1);
}
.cta-badge {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: var(--color-white);
  border-radius: var(--radius-full);
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cta-badge strong {
  font-size: 1.5rem;
  color: var(--color-primary);
  line-height: 1;
}
.cta-badge span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
}
.capture-final {
  position: relative;
  isolation: isolate;
  background-color: #0a1f1b;
  padding-block: 120px;
}
.capture-final-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 18% 20%,
      rgba(201, 164, 106, 0.16) 0,
      transparent 42%
    ),
    linear-gradient(180deg, #1f0a0a 0, #2a0c0c 55%, #160808 100%);
  z-index: -2;
}
.capture-final-light {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 52%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(201, 164, 106, 0.18) 0,
    transparent 68%
  );
  pointer-events: none;
  z-index: -1;
  opacity: 1;
}
.capture-final-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  background: var(--color-white);
  border-radius: 20px;
  padding: 48px 52px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  transform: scale(1);
  opacity: 1;
}
.capture-final-title,
.legal-section h2 {
  margin-bottom: 16px;
}
.capture-final-text {
  color: var(--color-text-dim);
  font-size: 1.0625rem;
  margin-bottom: 0;
  max-width: 38ch;
}
.capture-final-cta {
  margin-top: 8px;
  padding: 20px 28px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 32px rgba(12, 42, 36, 0.22);
}
.capture-final-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(200, 16, 46, 0.22);
  background-color: var(--color-menu-accent);
  border-color: var(--color-menu-accent);
}
.capture-final-channels {
  margin-top: 28px;
}
.capture-final-channels-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}
.channel-btn,
.hero-form-label {
  font-size: 0.8125rem;
  font-weight: 600;
}
.channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.channel-row-hero a {
  min-width: calc(50% - 7px);
  position: relative;
  z-index: 1;
}
.channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--radius-full);
  color: var(--color-white);
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.channel-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(12, 42, 36, 0.16);
  filter: saturate(1.08);
}
.channel-btn--telegram,
.messenger-links .telegram,
.messenger-list a.telegram {
  background: #229ed9;
}
.channel-btn--messenger {
  background: #0084ff;
}
.channel-btn--viber,
.messenger-links .viber,
.messenger-list a.viber {
  background: #7360f2;
}
.channel-btn--whatsapp,
.messenger-links .whatsapp,
.messenger-list a.whatsapp {
  background: #25d366;
}
.channel-btn--phone {
  background: var(--color-primary);
  color: var(--color-white);
}
.channel-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.channel-btn-wrapper a {
  width: 100%;
}
.channel-btn-wrapper--two {
  grid-template-columns: repeat(2, 1fr);
}
.hero-form-title {
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  margin-bottom: 8px;
  line-height: 1.2;
  text-align: center;
}
.hero-form-line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-strong);
  position: relative;
  margin: 16px 0;
}
.hero-form-line:after {
  position: absolute;
  content: "";
  background-image: url(../images/canada-flag.png);
  width: 35px;
  height: 35px;
  left: 50%;
  background-size: 27px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  background-color: #fff;
}
.hero-form-meta {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 10px;
  text-align: center;
}
.hero-form-subtitle {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
}
 
.hero-whatsapp-block,
.channel-btn {
  min-width: 100%;
  width: 100%;
}
.channel-btn {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  gap: 12px;
  align-items: center;
}
.channel-btn--whatsapp {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.channel-btn svg {
  flex-shrink: 0;
}
.channel-btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.channel-btn-title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.channel-btn-sub {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.92;
  line-height: 1.3;
}
.channel-btn--featured {
  padding: 16px 18px;
  box-shadow: 0 8px 22px rgba(34, 158, 217, 0.32);
  outline: 2px solid rgba(34, 158, 217, 0.45);
  outline-offset: 2px;
}
.channel-btn--featured {
  padding: 16px 18px;
}
.hero-messenger--note {
  margin-left: 0;
  text-transform: none;
  letter-spacing: 0.02em; 
  align-self: flex-start;
}
.trust-block:has(+ .messenger-cta) {
  padding-bottom: 64px;
}
.messenger-cta {
  padding-block: 0 64px;
}
.messenger-cta + .services {
  padding-top: 48px;
}
.messenger-cta-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 40px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(12, 42, 36, 0.08);
  text-align: center;
}
.messenger-cta-title {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 10px;
  line-height: 1.25;
}
.messenger-cta-text {
  color: var(--color-text-dim);
  font-size: 1rem;
  margin: 0 auto 24px;
  max-width: 44ch;
}
.messenger-cta-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
}
.messenger-cta-channels .channel-btn {
  min-width: 0;
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  gap: 12px;
  align-items: center;
}
.messenger-cta-channels .channel-btn svg {
  flex-shrink: 0;
}
.messenger-cta-channels .channel-btn--featured {
  grid-column: 1 / -1;
  padding: 16px 18px;
} 
.hero-whatsapp-block {
  width: 100%;
}
.hero-whatsapp-warning {
  margin: -14px 0 0;
  padding: 24px 14px 12px 14px;
  border-radius: 0 0 10px 10px;
  background: #fff6e8;
  border: 1px solid #e8c37a;
  color: #7a4a00;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
}
.hero-messenger-reply {
  margin: 12px 0 0;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}
.hero-form-alt-label {
  display: block;
  font-size: 0.875rem;
  color: var(--color-text-body);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.hero-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.hero-phone-row select {
  flex: 0 1 44%;
  min-width: 0;
  width: auto;
  border-top-right-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  border-bottom-right-radius: 0;
}
.hero-phone-prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-right: 0;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  background: var(--color-cream);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-text);
  min-width: 72px;
  white-space: nowrap;
}
.hero-phone-row input[type="tel"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0; 
  margin-left: -1px;
}
.hero-form-consent {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin: 14px 0 0;
  line-height: 1.5;
}
.hero-form-assurances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.hero-form-assurance {
  text-align: center;
  padding: 10px 8px;
  background: var(--color-cream);
  border-radius: var(--radius-md);
  line-height: 1.3;
  color: var(--color-text-body);
}
.hero-form-assurance strong {
  display: block;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.hero-form-assurance span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-form-assurance--img {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 8px;
}
.hero-form-assurance--img.security {
  background-image: url(../images/security.png);
}
.hero-form-assurance--img.lock {
  background-image: url(../images/padlock.png);
}
.hero-form-assurance--img.gift {
  background-image: url(../images/gift.png);
}
.messenger-section .capture-final-legal {
  margin-top: 14px;
}
.hero-form-cta {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.capture-final-legal {
  margin-top: 22px;
}
.capture-final-legal p {
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}
.capture-final-legal a {
  color: var(--color-primary);
}
.hero-form-label {
  display: block;
  color: var(--color-text-body);
  margin-bottom: -8px;
}
.hero-form-channels {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-strong);
}
.hero-messengers,
.messenger-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-messenger {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 12px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-white);
  border: 1px solid transparent;
}
.hero-messenger-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--messenger-bg);
}
.hero-messenger-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.hero-messenger--note {
  line-height: 1.3;
  opacity: 0.9;
  text-align: right;
  /* margin-left: auto; */
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 0.7875rem;
  font-weight: 400;
  /* letter-spacing: 0.06em; */ 
  background: rgba(255, 255, 255, 0.2);

  margin-left: 0;
  letter-spacing: 0.02em;
  white-space: normal;
  align-self: flex-start;
}
.footer-menu-title,
.message-section-text {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-messenger--phone,
.hero-messenger--telegram,
.hero-messenger--viber,
.hero-messenger--whatsapp {
  background-color: var(--messenger-bg);
  border-color: var(--messenger-bg);
}
.hero-messenger--telegram {
  --messenger-bg: #3390ec;
  --messenger-bg-hover: #2b7fd4;
  --messenger-bg-active: #256fc0;
  --messenger-focus-ring: rgba(51, 144, 236, 0.45);
}
.hero-messenger--whatsapp {
  --messenger-bg: #25d366;
  --messenger-bg-hover: #1fb85a;
  --messenger-bg-active: #1aa34f;
  --messenger-focus-ring: rgba(37, 211, 102, 0.45);
}
.hero-messenger--viber {
  --messenger-bg: #7b519c;
  --messenger-bg-hover: #6d488b;
  --messenger-bg-active: #664381;
  --messenger-focus-ring: rgba(115, 96, 242, 0.45);
}
.hero-messenger--phone {
  --messenger-bg: var(--color-primary);
  --messenger-bg-hover: #a80d26;
  --messenger-bg-active: #8f0b21;
  --messenger-focus-ring: rgba(200, 16, 46, 0.45);
}
.hero-messenger--phone:hover,
.hero-messenger--telegram:hover,
.hero-messenger--viber:hover,
.hero-messenger--whatsapp:hover {
  background-color: var(--messenger-bg-hover);
  border-color: var(--messenger-bg-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(12, 42, 36, 0.14);
}
.hero-messenger--phone:active,
.hero-messenger--telegram:active,
.hero-messenger--viber:active,
.hero-messenger--whatsapp:active {
  background-color: var(--messenger-bg-active);
  border-color: var(--messenger-bg-active);
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(12, 42, 36, 0.12);
}
.hero-messenger--phone:focus-visible,
.hero-messenger--telegram:focus-visible,
.hero-messenger--viber:focus-visible,
.hero-messenger--whatsapp:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px var(--messenger-focus-ring),
    0 4px 12px rgba(12, 42, 36, 0.12);
}
.hero-form-live {
  position: relative;
}
.guide-form-box {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 16px 48px rgba(12, 42, 36, 0.08);
}
.guide-form-el,
.service-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-form-legal {
  font-size: 14px;
  margin: 16px 0 0;
}
.guide-form-el input,
.guide-form-el select {
  width: 100%;
  padding: 16px 18px;
  font-size: 0.9375rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  color: var(--color-text);
}
.guide-form-el input:focus,
.guide-form-el select:focus,
.newsletter-form input:focus {
  outline: 0;
  border-color: var(--color-cream);
  box-shadow: 0 0 0 3px rgba(201, 164, 106, 0.15);
}
.video-full {
  padding-block: 40px 0;
}
.video-full + .trust-block {
  padding-top: 60px;
}
.video-full-intro {
  text-align: center;
  margin-bottom: 24px;
}
.video-full-title {
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  margin-bottom: 10px;
  line-height: 1.15;
}
.video-full-lead {
  font-size: 1rem;
  color: var(--color-text-dim);
  margin: 0 auto;
  max-width: 50ch;
  line-height: 1.5;
}
.video-full-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-black);
}
.video-full-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.video-full-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-full-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(200, 16, 46, 0.4);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease-out), background-color 0.3s var(--ease-out);
}
.video-full-play svg {
  margin-left: 4px;
  width: 36px;
  height: 36px;
}
.video-full-trigger:hover .video-full-play,
.video-full-trigger:focus-visible .video-full-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--color-accent);
}
.video-full-embed iframe,
.video-full-embed video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-full-embed.is-playing iframe,
.video-full-embed.is-playing video {
  position: absolute;
  inset: 0;
}
.video-full-embed.is-playing .video-full-trigger {
  display: none;
}
.video-full-trigger:focus-visible {
  outline: 0;
}
.video-full-trigger:focus-visible .video-full-play {
  box-shadow:
    0 0 0 3px var(--color-white),
    0 8px 24px rgba(200, 16, 46, 0.4);
}
.site-footer {
  background: #1a1111;
  color: rgba(255, 255, 255, 0.7);
  padding-block: 80px 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand .custom-logo-link,
.footer-brand .site-logo-text {
  color: var(--color-white);
  font-size: 1.75rem;
  margin-bottom: 16px;
}
.footer-tagline {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.social-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}
.social-circle:hover {
  background-color: var(--color-cream);
  border-color: var(--color-cream);
  color: var(--color-white);
}
.footer-menus {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
}
.footer-menu-title {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 20px;
}
.footer-menu,
.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
}
.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.footer-newsletter-text h4 {
  font-size: 1.5rem;
  color: var(--color-white);
  margin-bottom: 6px;
}
.footer-newsletter-text p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.newsletter-form input {
  width: 280px;
  padding: 14px 18px;
  font-size: 0.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom {
  padding-top: 32px;
  text-align: center;
}
.copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 0 auto 20px;
  max-width: 980px;
}
.footer-legal-nav a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.footer-disclaimer {
  font-size: 0.75rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
  max-width: 980px;
  margin: 0 auto;
}
.footer-disclaimer a {
  color: rgba(255, 255, 255, 0.62);
}
.page-content {
  padding-block: 80px;
}
.entry-content {
  font-size: 1.0625rem;
  line-height: 1.75;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 40px;
}
.entry-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
.benefit-card h3,
.entry-content li {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .footer-menus,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 360px;
    background: var(--color-white);
    transform: translateX(100%);
    z-index: 100;
    justify-content: flex-start;
    padding: 80px 18px 32px 28px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
    transition: 0.2s all;
  }
  .header-nav.is-open {
    transform: translateX(0);
  }
  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .primary-menu > li {
    width: 100%;
    border-bottom: 1px solid var(--color-border);
  }
  .primary-menu > li > a {
    font-size: 1.125rem;
    display: block;
    padding-block: 12px;
  }
  .primary-menu-parent {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .primary-menu-parent > a {
    flex: 1;
    min-width: 0;
    padding-block: 10px;
  }
  .header-right .btn,
  .language-switcher,
  .primary-menu-parent > a::after,
  .primary-menu-sub::before {
    display: none;
  }
  .primary-menu-toggle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: var(--color-primary);
    background: var(--color-cream);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
  }
  .primary-menu-parent.is-open > .primary-menu-toggle {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
  }
  .primary-menu-parent:focus-within > .primary-menu-toggle svg,
  .primary-menu-parent:hover > .primary-menu-toggle svg {
    transform: none;
  }
  .primary-menu-parent.is-open > .primary-menu-toggle svg {
    transform: rotate(180deg);
  }
  .primary-menu-parent:focus-within > .primary-menu-sub,
  .primary-menu-parent:hover > .primary-menu-sub,
  .primary-menu-sub {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    transition: 0.2s all;
  }
  .primary-menu-parent.is-open > .primary-menu-sub {
    pointer-events: auto;
    max-height: 420px;
    padding: 4px 0 12px 12px;
    margin-top: 0;
    border-left: 2px solid var(--color-cream);
  }
  .primary-menu-sub a {
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 500;
  }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -7px);
  }
  .mobile-menu-toggle {
    display: flex;
    z-index: 101;
  }
  .stats-grid {
    gap: 32px 24px;
  }
  .section-header.section-header--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter-form input {
    width: 100%;
  }
}
.about-grid,
.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-image,
.service-hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 24px 64px rgba(12, 42, 36, 0.12);
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0;
}
.about-list li {
  position: relative;
  padding-left: 32px;
  color: var(--color-text-body);
}
.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.benefit-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-cream);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.contact-card,
.contact-form-box {
  border: 1px solid var(--color-border);
}
.benefit-card h3 {
  font-size: 1.125rem;
}
.benefit-card p {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-image {
    order: -1;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.legal-section {
  max-width: 820px;
  scroll-margin-top: 96px;
}
.legal-section + .legal-section {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--color-border);
}
.legal-section p {
  color: var(--color-text-body);
}
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 24px;
}
.legal-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 2px;
}
.cookie-manage {
  margin-top: 8px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 24px;
  width: 100%;
}
.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-cream);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card h3 {
  font-size: 1.125rem;
  margin-bottom: 6px;
}
.contact-card a,
.contact-card p {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  margin: 0;
}
.contact-form-box {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 12px 40px rgba(12, 42, 36, 0.06);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form .full {
  grid-column: 1/-1;
}
.contact-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-body);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9375rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  color: var(--color-text);
  transition:
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}
.blog-card-image img,
.messenger-links a,
.messenger-list a {
  transition: transform var(--transition-base);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(201, 164, 106, 0.15);
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.messenger-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.messenger-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
}
.messenger-links .facebook,
.messenger-list a.facebook {
  background: #1877f2;
}
.page-hero,
.service-hero {
  background: var(--color-bg);
  padding: 80px 0 60px;
}
.page-hero--404 .container {
  max-width: 720px;
}
.page-hero--404 .section-label {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--color-primary);
}
.page-hero--404 p {
  max-width: 620px;
  color: var(--color-text-dim);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.page-hero--404 .hero-actions {
  margin-top: 32px;
  margin-bottom: 0;
}
.service-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  padding: 80px 0 0;
  align-items: start;
}
.article-content,
.service-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--color-text-body);
}
.article-content h2,
.service-content h2 {
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-content h3,
.service-content h3 {
  font-size: 1.375rem;
  margin-top: 32px;
  margin-bottom: 16px;
}
.article-content ul,
.service-content ul {
  list-style: disc;
  padding-left: 28px;
  margin-bottom: 24px;
}
.article-content li,
.service-content li {
  margin-bottom: 10px;
}
/* .accordion {
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
} */
.accordion:not(.is-ready) > *:nth-child(odd) {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-text);
  margin: 24px 0 8px;
  cursor: pointer;
  position: relative;
  transition: color 0.25s var(--ease-out);
}
 
.accordion:not(.is-ready) > *:nth-child(even) {
  color: var(--color-text-dim); 
  /* padding-bottom: 24px;  */
  display: none;
    margin: 0;
}  
/* .accordion:not(.is-ready) > *:nth-child(even).is-open {
  opacity: 1;
  max-height: 500px;
} */
.accordion:not(.is-ready) > *:nth-child(odd):hover  {
  color: var(--color-primary);
  transition: color 0.25s var(--ease-out);
}  
.accordion:not(.is-ready) > *:nth-child(odd)::before,
.accordion:not(.is-ready) > *:nth-child(odd)::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px; 
}
.accordion:not(.is-ready) > *:nth-child(odd)::before {
  top: 8px;
  right: 0;
  width: 14px;
  height: 2px;
}
.accordion:not(.is-ready) > *:nth-child(odd)::after {
  top: 2px;
  right: 6px;
  width: 2px;
  height: 14px;
  transition: transform 0.25s var(--ease-out);
}
.accordion p:nth-child(odd).is-open  {
    color: var(--color-primary);
    border: 0;
}
.accordion p:nth-child(odd).is-open::after {
    background-color: var(--color-primary);
}
.accordion p:nth-child(odd).is-open::after {
  transform: scaleY(0);
}
.service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 95px;
}
.service-form-box {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(12, 42, 36, 0.08);
  overflow: auto;
  height: calc(100vh - 95px);
}
.blog-card,
.service-list-item {
  border: 1px solid var(--color-border);
}
.service-form-box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.service-list-item {
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}
.service-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12, 42, 36, 0.08);
  border-color: var(--color-primary);
}
.service-list-item h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.service-list-item p {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  line-height: 1.6;
  margin-bottom: 0;
}
.service-form textarea {
  min-height: 100px;
  resize: vertical;
}
.messenger-section {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.hero-form-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  text-align: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.hero-form-success.active {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.message-section-text {
  display: block;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-weight: 700;
}
.messenger-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: var(--radius-md);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
}
.messenger-list a svg {
  width: 20px;
  height: 20px;
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0;
}
.info-card {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
}
.blog-card,
.sidebar-box {
  background: var(--color-white);
}
.sidebar-box-text {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  margin-bottom: 16px;
}
.sidebar-box-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
}
.info-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 6px;
}
.info-card span {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
}
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-tab,
.share-links a {
  transition: all var(--transition-base);
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}
.blog-card-category {
  color: var(--color-accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.blog-card p {
  font-size: 0.9375rem;
  color: var(--color-text-dim);
  line-height: 1.6;
  margin-bottom: 14px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar-box {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.sidebar-box h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.sidebar-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  color: var(--color-text-body);
}
.video-box,
.video-box h3 {
  color: var(--color-white);
}
.sidebar-list a::before {
  content: "→";
  color: var(--color-primary);
  font-weight: 700;
}
.video-box {
  background: var(--color-primary);
    border-radius: var(--radius-lg);
    padding: 28px;
}
.video-full-embed {
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.video-box h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.video-box img,
.video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-md);
  border: 0;
}
@media (max-width: 1024px) {
  .blog-layout,
  .capture-final-card,
  .cta-grid,
  .footer-top,
  .hero-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 48px;
    flex-direction: column-reverse;
  }
  .hero-content,
  .hero-form-layer {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .hero-media {
    order: -1;
  }
  .hero-image-inset {
    left: auto;
    right: 24px;
  }
  .trust-grid {
    gap: 40px;
  }
  .trust-photo {
    justify-self: start;
    width: min(100%, 360px);
    order: -1;
  }
  .capture-final {
    padding-block: 80px;
  }
  .capture-final-card {
    padding: 36px 28px;
    gap: 32px;
  }
  .features-grid,
  .footer-menus,
  .insights-grid,
  .process-grid,
  .services-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-grid,
  .cta-media {
    min-height: 360px;
  }
  .cta-content {
    padding: 48px 24px;
  }
  .service-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .service-sidebar {
    position: static;
  }
  .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-tab {
  padding: 10px 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-body);
  background: var(--color-white);
  cursor: pointer;
}
.article-hero,
.category-tab.active,
.category-tab:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.category-tab.active,
.category-tab:hover {
  border-color: var(--color-primary);
}
.service-list-item.is-filtered-out {
  display: none;
}

.article-hero {
  background-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
  .contact-form,
  .contact-grid,
  .info-cards,
  .service-hero-grid,
  .services-hero-grid {
    grid-template-columns: 1fr;
  }
  .service-hero-image,
  .services-hero-image {
    order: -1;
  }
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }
  :root {
    --section-padding-y: 64px;
  }
  .site-header.is-scrolled,
  .site-header {
    padding: 8px 0;
  }
  .site-header.is-scrolled .site-logo-text img {
    height: 40px;
  }
  .hero {
    padding-block: 48px 40px;
    position: relative;
  }
  .video-full {
    padding-block: 24px 0;
  }
  .video-full + .trust-block {
    padding-top: 40px;
  }
  .video-full .container {
    padding-inline: 0;
  }
  .video-full-intro {
    padding-inline: 20px;
    margin-bottom: 16px;
  }
  .video-full-embed {
    border-radius: 0;
  }
  .video-full-play {
    width: 80px;
    height: 80px;
  }
  .video-full-play svg {
    width: 32px;
    height: 32px;
  }
  .messenger-cta {
    padding-bottom: 48px;
  }
  .messenger-cta-box {
    padding: 24px 20px;
  }
  .messenger-cta-channels {
    grid-template-columns: 1fr;
  }
  .messenger-cta + .services {
    padding-top: 40px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn,
  .newsletter-form,
  .newsletter-form button,
  .newsletter-form input {
    width: 100%;
  }
  .hero-image-inset {
    display: none;
  }
  .benefits-grid,
  .blog-grid,
  .features-grid,
  .footer-menus,
  .insights-grid,
  .process-grid,
  .service-list,
  .services-grid,
  .sidebar,
  .stats-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .cta-content {
    padding: 48px 24px;
  }
  .cta-badge {
    bottom: 16px;
    right: 16px;
    padding: 10px 16px;
  }
  .capture-final-card,
  .guide-form-box {
    padding: 20px;
  }
  .hero-form-assurances {
    grid-template-columns: 1fr;
  }
  .channel-btn--featured .hero-messenger__badge {
    white-space: normal;
  }
  .footer-newsletter {
    gap: 24px;
  }
  .features::before {
    background: radial-gradient(
      circle at 40% 0%,
      rgba(201, 164, 106, 0.08) 0,
      transparent 60%
    );
    display: none;
  }
}
.article-hero {
  padding: 80px 0 60px;
}
.article-hero .section-label {
  color: var(--color-white);
}
.article-hero h1 {
  color: var(--color-white);
  max-width: 800px;
}
.article-hero-meta {
  display: flex;
  gap: 16px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.article-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  padding: 80px 0;
}
.article-content img {
  border-radius: var(--radius-lg);
  margin: 32px 0;
  width: 100%;
}
.article-featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 24px 64px rgba(12, 42, 36, 0.1);
}
.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transition: 0.2s all;
}
.share-links a:hover {
  background: var(--color-primary-light);
}
@media (max-width: 991px) {
  .article-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.consultation-box {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.consultation-box-title {
  color: var(--color-white);
}

.consultation-box-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.assessment-promo-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  line-height: 1.55;
  margin: 16px 0 0;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.services-hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 24px 64px rgba(12, 42, 36, 0.12);
}
.services-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  .call {
    display: none;
  }
  /* * {
    cursor: none !important;
  }
  #cur {
    position: fixed;
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition:
      width 0.15s,
      height 0.15s,
      background 0.15s;
    box-shadow: 0 0 4px 2px #fff;
  }
  #cur-ring {
    position: fixed;
    width: 28px;
    height: 28px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition:
      width 0.25s,
      height 0.25s,
      opacity 0.25s,
      border-color 0.25s;
    opacity: 0.35;
    box-shadow: 0 0 3px 2px #fff;
    background-color: rgba(255,255,255,0.7);
  }
  body:has(a:hover, button:hover) #cur {
    width: 15px;
    height: 15px;
    background: var(--color-primary);
  }
  body:has(a:hover, button:hover) #cur-ring {
    width: 44px;
    height: 44px;
    opacity: 0.6;
  } */
}

@media (max-width: 991px) {
  .services-hero-grid {
    grid-template-columns: 1fr;
  }
  .services-hero-image {
    order: -1;
  }
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
    .mobile-menu-toggle {
        height: 25px;
    }
    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -4px);
    }
    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform:  rotate(45deg) translate(7px, 6px) ;
    }
  .block-buttons {
    gap: 16px;
  }
  .blog-layout .insights-grid,
  .service-list {
    grid-template-columns: 1fr;
  }
  .page-hero,
  .service-hero {
    padding: 60px 0 40px;
  }
  .hero-form-row {
    grid-template-columns: 1fr;
  }
  .service-layout,
  .about-grid,
  .service-hero-grid {
    gap: 32px;
  }

  .info-cards {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .service-layout {
    padding-top: 0;
  }
  .contact-form-box {
    padding: 24px;
  }
  .service-form-box {
    padding: 24px 16px;
  }
  .service-content {
    padding: 24px 16px;
  }

  .channel-row-hero a {
    min-width: 100%;
  }
  .article-content h3,
  .service-content h3 {
    margin-top: 0px;
  }
  .capture-final-intro {
    padding: 20px 20px 0;
  }
  .capture-final-card { 
    padding: 0;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: clamp(2rem, 5vw, 3.75rem);
  }
  h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
  }
  .header-nav {
    width: 90%;
  }
  .btn {
    padding: 16px;
  }
}

/* Page overlay — used on index.html only */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 20000;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  color: var(--color-cream);
}
.page-transition.is-visible,
html.pt-enter .page-transition {
  visibility: visible;
  pointer-events: auto;
}
/* html.pt-enter,
html:has(.page-transition.is-visible) {
    overflow: hidden;
} */
.page-transition__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-transition__svg path {
  fill: var(--color-primary-700);
}
.page-transition__mark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-family: inherit;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.page-transition.is-marked .page-transition__mark {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  html.pt-enter .page-transition,
  .page-transition {
    display: none !important;
  }
}
