:root {
  --ink-950: #0d151c;
  --ink-900: #121d26;
  --ink-850: #17242e;
  --ink-800: #1c2a35;
  --ink-700: #2b3b47;
  --sand-500: #c7ad84;
  --sand-400: #d6c09d;
  --sand-300: #e7d8c0;
  --paper-100: #f7f5f1;
  --paper-50: #fbfaf8;
  --white: #ffffff;
  --text: #18232c;
  --muted: #66727b;
  --line: rgba(22, 35, 44, 0.12);
  --line-light: rgba(255, 255, 255, 0.12);
  --shadow-sm: 0 12px 35px rgba(15, 25, 34, 0.08);
  --shadow-md: 0 24px 70px rgba(15, 25, 34, 0.14);
  --shadow-lg: 0 35px 100px rgba(8, 14, 20, 0.25);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  padding-right: 0 !important;
}

::selection {
  color: var(--ink-950);
  background: var(--sand-400);
}

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

button,
a,
input,
select,
textarea {
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition), opacity var(--transition);
}

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

a:hover {
  color: inherit;
}

svg.icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  flex: 0 0 auto;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: var(--ink-950);
  background: var(--sand-400);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-space {
  padding: 7rem 0;
}

.section-heading {
  max-width: 760px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #8b7657;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.section-eyebrow-light {
  color: var(--sand-300);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(199, 173, 132, 0.12);
}

.section-title {
  margin: 0 0 1.35rem;
  color: var(--ink-950);
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  border-radius: 12px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.btn-lg {
  min-height: 56px;
  padding: 0.9rem 1.5rem;
  border-radius: 14px;
  font-size: 1rem;
}

.btn-sm {
  min-height: 42px;
  padding: 0.55rem 1rem;
}

.btn-brand {
  color: var(--ink-950);
  background: var(--sand-400);
  border-color: var(--sand-400);
  box-shadow: 0 10px 25px rgba(199, 173, 132, 0.18);
}

.btn-brand:hover,
.btn-brand:focus-visible {
  color: var(--ink-950);
  background: var(--sand-300);
  border-color: var(--sand-300);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(199, 173, 132, 0.26);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  color: var(--ink-950);
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #876e49;
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--ink-950);
  gap: 0.8rem;
}

.site-topbar {
  position: relative;
  z-index: 1031;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
}

.site-topbar .container {
  min-height: 38px;
}

.topbar-note,
.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar-link {
  color: var(--sand-300);
  font-weight: 700;
}

.topbar-link:hover,
.topbar-link:focus-visible {
  color: var(--white);
}

.site-header {
  z-index: 1030;
}

.site-navbar {
  min-height: 76px;
  padding: 0.65rem 0;
  background: rgba(18, 29, 38, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(6, 12, 18, 0.08);
}

.site-navbar.is-scrolled {
  background: rgba(13, 21, 28, 0.985);
  box-shadow: 0 15px 45px rgba(6, 12, 18, 0.2);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
}

.brand-lockup img,
.footer-brand img {
  display: block;
  object-fit: cover;
  background: var(--ink-800);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.brand-copy,
.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong,
.footer-brand strong {
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.brand-copy small,
.footer-brand small {
  margin-top: 0.38rem;
  color: var(--sand-300);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.2em;
}

.site-navbar .nav-link {
  position: relative;
  padding: 0.75rem 0.8rem !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 650;
}

.site-navbar .nav-link::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.45rem;
  left: 0.8rem;
  height: 1px;
  content: "";
  background: var(--sand-400);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible,
.site-navbar .nav-link.active {
  color: var(--white);
}

.site-navbar .nav-link:hover::after,
.site-navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  padding: 0.45rem 0.55rem;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 173, 132, 0.22);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 114px);
  color: var(--white);
  background:
    linear-gradient(92deg, rgba(9, 15, 21, 0.98) 0%, rgba(14, 24, 32, 0.94) 52%, rgba(19, 31, 40, 0.86) 100%),
    url("../img/hero-texture.webp") center/cover no-repeat;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-section::after {
  position: absolute;
  right: -18%;
  bottom: -50%;
  width: 65vw;
  height: 65vw;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(199, 173, 132, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(199, 173, 132, 0.025), 0 0 0 180px rgba(199, 173, 132, 0.02);
}

.hero-glow {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  pointer-events: none;
  background: rgba(199, 173, 132, 0.12);
  border-radius: 50%;
  filter: blur(120px);
}

.hero-glow-one {
  top: -180px;
  right: 10%;
}

.hero-glow-two {
  bottom: 10%;
  left: -260px;
  opacity: 0.5;
}

.hero-container {
  position: relative;
  z-index: 1;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: 4.5rem;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0 0 1.5rem;
  color: var(--white);
  font-size: clamp(3rem, 7vw, 6.2rem);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 720px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.hero-actions {
  margin-bottom: 2rem;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-assurances .icon {
  color: var(--sand-400);
}

.hero-legal-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-legal-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  content: "";
  background: radial-gradient(circle at top right, rgba(199, 173, 132, 0.24), transparent 68%);
}

.legal-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.legal-card-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  color: var(--ink-950);
  background: var(--sand-400);
  border-radius: 15px;
  place-items: center;
}

.legal-card-tag {
  padding: 0.45rem 0.7rem;
  color: var(--sand-300);
  background: rgba(199, 173, 132, 0.1);
  border: 1px solid rgba(199, 173, 132, 0.18);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 750;
}

.hero-legal-card h2 {
  position: relative;
  margin: 0 0 0.8rem;
  font-size: 2rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.hero-legal-card > p {
  position: relative;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.legal-check-list {
  position: relative;
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.legal-check-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.legal-check-list li span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  color: var(--sand-300);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  place-items: center;
}

.legal-card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sand-300);
  font-weight: 800;
}

.legal-card-link:hover,
.legal-card-link:focus-visible {
  color: var(--white);
  gap: 0.75rem;
}

.privacy-note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
}

.hero-principles-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.hero-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: rgba(6, 11, 16, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.principle-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
}

.principle-item + .principle-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.principle-number {
  color: var(--sand-400);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.principle-item div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.principle-item strong {
  font-size: 0.95rem;
}

.principle-item small {
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.5;
}

.about-section {
  background: var(--paper-50);
}

.about-visual {
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  padding: 1.4rem 0 1.4rem 1.4rem;
}

.about-visual::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 72%;
  content: "";
  background: var(--sand-300);
  border-radius: var(--radius-lg);
}

.about-image-frame {
  position: relative;
  overflow: hidden;
  background: var(--ink-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-float-card {
  position: absolute;
  right: -1.5rem;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 230px;
  padding: 1rem 1.15rem;
  color: var(--white);
  background: var(--ink-900);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
}

.about-float-card > .icon {
  width: 2rem;
  height: 2rem;
  color: var(--sand-400);
}

.about-float-card div {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.about-float-card strong {
  font-size: 0.95rem;
}

.about-float-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
}

.feature-list {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0;
}

.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  color: #846d4d;
  background: #f1e9dc;
  border: 1px solid #e7dac7;
  border-radius: 14px;
  place-items: center;
  flex: 0 0 auto;
}

.feature-row strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.feature-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.services-section {
  background: var(--paper-100);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.7rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(15, 25, 34, 0.04);
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  content: "";
  background: radial-gradient(circle at top right, rgba(199, 173, 132, 0.2), transparent 72%);
}

.service-card:hover {
  border-color: rgba(199, 173, 132, 0.58);
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
}

.service-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.service-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  color: var(--sand-500);
  background: var(--ink-900);
  border-radius: 16px;
  place-items: center;
}

.service-icon .icon {
  width: 1.65rem;
  height: 1.65rem;
}

.service-index {
  color: #aa9677;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.service-card h3 {
  position: relative;
  margin: 0 0 0.7rem;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.service-card > p {
  position: relative;
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.72;
}

.service-points {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-points li {
  position: relative;
  padding-left: 1.1rem;
  color: #4e5b65;
  font-size: 0.88rem;
}

.service-points li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--sand-500);
  border-radius: 50%;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: #806947;
  font-weight: 800;
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--ink-950);
  gap: 0.7rem;
}

.process-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 10%, rgba(199, 173, 132, 0.14), transparent 28%),
    linear-gradient(135deg, var(--ink-950), var(--ink-800));
}

.process-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.3;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
}

.process-section .container {
  position: relative;
  z-index: 1;
}

.process-intro {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.05rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
}

.process-step {
  position: relative;
  min-height: 330px;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.025);
}

.process-step + .process-step {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.055);
}

.process-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.process-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 3.2rem;
  color: var(--ink-950);
  background: var(--sand-400);
  border-radius: 18px;
  place-items: center;
}

.process-icon .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.process-step h3 {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  font-weight: 750;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.guides-section {
  background: var(--paper-50);
}

.guide-card {
  height: 100%;
}

.guide-card-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(15, 25, 34, 0.05);
}

.guide-card-trigger:hover,
.guide-card-trigger:focus-visible {
  border-color: rgba(199, 173, 132, 0.6);
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
  outline: none;
}

.guide-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--ink-900);
}

.guide-image-wrap::after {
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  content: "";
  background: linear-gradient(to top, rgba(10, 17, 23, 0.6), transparent);
}

.guide-image-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 37%;
  transition: transform 500ms ease;
}

.guide-card-trigger:hover .guide-image-wrap img,
.guide-card-trigger:focus-visible .guide-image-wrap img {
  transform: scale(1.05);
}

.guide-slide-count {
  position: absolute;
  z-index: 2;
  right: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.6rem;
  color: var(--white);
  background: rgba(10, 17, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.guide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.guide-category {
  margin-bottom: 0.6rem;
  color: #8b7350;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-content > strong {
  margin-bottom: 0.45rem;
  color: var(--ink-950);
  font-size: 1.25rem;
  line-height: 1.35;
}

.guide-content > span:not(.guide-category):not(.guide-open) {
  color: var(--muted);
  line-height: 1.65;
}

.guide-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.2rem;
  padding-top: 1rem;
  color: var(--ink-900);
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 800;
}

.guide-open b {
  display: inline-grid;
  width: 32px;
  height: 32px;
  color: var(--sand-300);
  background: var(--ink-900);
  border-radius: 50%;
  font-weight: 500;
  place-items: center;
}

.why-section {
  padding-top: 0;
  background: var(--paper-50);
}

.why-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: rgba(255, 255, 255, 0.65);
  background:
    linear-gradient(120deg, rgba(13, 21, 28, 0.96), rgba(28, 42, 53, 0.94)),
    url("../img/hero-texture.webp") center/cover no-repeat;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.why-panel::after {
  position: absolute;
  top: -190px;
  right: -150px;
  width: 420px;
  height: 420px;
  content: "";
  background: rgba(199, 173, 132, 0.14);
  border-radius: 50%;
  filter: blur(90px);
}

.why-panel .row {
  position: relative;
  z-index: 1;
}

.why-panel p {
  margin-bottom: 1.75rem;
}

.why-list {
  display: grid;
  gap: 0;
}

.why-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-item:last-child {
  border-bottom: 0;
}

.why-item > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: var(--sand-300);
  background: rgba(199, 173, 132, 0.1);
  border: 1px solid rgba(199, 173, 132, 0.2);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 850;
  place-items: center;
  flex: 0 0 auto;
}

.why-item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--white);
  font-size: 1.05rem;
}

.why-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.65;
}

.faq-section {
  background: var(--paper-100);
}

.legal-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--ink-950);
  --bs-accordion-active-bg: transparent;
}

.legal-accordion .accordion-item {
  background: transparent;
  border-bottom: 1px solid var(--line);
}

.legal-accordion .accordion-button {
  padding: 1.35rem 0;
  color: var(--ink-950);
  background: transparent;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.legal-accordion .accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  background-position: center;
  background-size: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.legal-accordion .accordion-body {
  padding: 0 2.5rem 1.45rem 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-section {
  background: var(--paper-50);
}

.contact-shell {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.contact-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  color: rgba(255, 255, 255, 0.64);
  background:
    linear-gradient(145deg, rgba(13, 21, 28, 0.97), rgba(28, 42, 53, 0.94)),
    url("../img/hero-texture.webp") center/cover no-repeat;
}

.contact-intro::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 290px;
  height: 290px;
  content: "";
  border: 1px solid rgba(199, 173, 132, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(199, 173, 132, 0.035), 0 0 0 110px rgba(199, 173, 132, 0.025);
}

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

.contact-intro h2 {
  margin: 0 0 1.25rem;
  color: var(--white);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.contact-intro > p {
  margin: 0;
  line-height: 1.75;
}

.contact-benefits {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
}

.contact-benefits > div {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-benefits > div > span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  color: var(--ink-950);
  background: var(--sand-400);
  border-radius: 13px;
  place-items: center;
  flex: 0 0 auto;
}

.contact-benefits div div {
  display: flex;
  flex-direction: column;
}

.contact-benefits strong {
  color: var(--white);
  font-size: 0.95rem;
}

.contact-benefits small {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.45;
}

.contact-form-wrap {
  padding: clamp(2rem, 5vw, 4rem);
}

.form-label {
  margin-bottom: 0.55rem;
  color: var(--ink-900);
  font-size: 0.88rem;
  font-weight: 750;
}

.form-label span {
  color: #987a50;
}

.form-control,
.form-select {
  min-height: 52px;
  padding: 0.75rem 0.9rem;
  color: var(--ink-950);
  background-color: #fbfaf8;
  border-color: rgba(22, 35, 44, 0.14);
  border-radius: 12px;
}

textarea.form-control {
  min-height: 145px;
  resize: vertical;
}

.form-control::placeholder {
  color: #a1a9af;
}

.form-control:focus,
.form-select:focus {
  background: var(--white);
  border-color: var(--sand-500);
  box-shadow: 0 0 0 0.22rem rgba(199, 173, 132, 0.16);
}

.legal-check {
  padding: 1rem 1rem 1rem 2.6rem;
  background: var(--paper-100);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.legal-check .form-check-input {
  margin-left: -1.55rem;
}

.form-check-input:checked {
  background-color: var(--ink-900);
  border-color: var(--ink-900);
}

.form-check-input:focus {
  border-color: var(--sand-500);
  box-shadow: 0 0 0 0.2rem rgba(199, 173, 132, 0.16);
}

.form-check-label {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.form-privacy-note {
  color: var(--muted);
}

.site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: var(--ink-950);
}

.footer-main {
  padding: 5rem 0 3.5rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-about {
  max-width: 390px;
  margin: 1.2rem 0 0;
  line-height: 1.75;
}

.footer-title {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

.footer-links a,
.footer-cta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible {
  color: var(--sand-300);
}

.footer-contact-copy {
  margin: 0 0 0.8rem;
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--sand-300);
  font-weight: 750;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.legal-disclaimer {
  text-align: right;
}

.guide-modal .modal-dialog {
  max-width: 1180px;
}

.guide-modal .modal-content {
  overflow: hidden;
  color: var(--white);
  background: var(--ink-950);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.guide-modal .modal-header {
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  background: var(--ink-900);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-guide-category {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--sand-300);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-modal .modal-title {
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.guide-modal .modal-body {
  padding: 0;
}

.guide-carousel-column {
  display: flex;
  min-height: 680px;
  background: #0a1016;
}

#guideCarousel {
  width: 100%;
}

#guideCarousel .carousel-inner,
#guideCarousel .carousel-item {
  height: 100%;
}

.guide-slide-frame {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 680px;
  padding: 1.4rem 5rem;
  place-items: center;
}

.guide-slide-frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 630px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.guide-modal .carousel-control-prev,
.guide-modal .carousel-control-next {
  width: 4rem;
  opacity: 1;
}

.guide-modal .carousel-control-prev-icon,
.guide-modal .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.12);
  background-size: 45%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}

.guide-counter {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  padding: 0.4rem 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.guide-modal-copy-column {
  background: var(--ink-900);
}

.guide-modal-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 680px;
  padding: 2rem;
}

.guide-modal-copy > p {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.guide-modal-copy h3 {
  margin: 0 0 1rem;
  color: var(--sand-300);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-modal-copy ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.guide-modal-copy li {
  position: relative;
  padding: 0.8rem 0.9rem 0.8rem 2.15rem;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.guide-modal-copy li::before {
  position: absolute;
  top: 1.15rem;
  left: 0.85rem;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--sand-400);
  border-radius: 50%;
}

.guide-modal-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: auto;
  margin-bottom: 1.2rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(199, 173, 132, 0.07);
  border: 1px solid rgba(199, 173, 132, 0.14);
  border-radius: 12px;
  font-size: 0.78rem;
  line-height: 1.55;
}

.guide-modal-note .icon {
  color: var(--sand-400);
}

.form-toast {
  overflow: hidden;
  color: var(--ink-950);
  background: var(--white);
  border: 0;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
}

.form-toast .toast-header {
  padding: 0.8rem 1rem;
  background: var(--paper-100);
  border-bottom-color: var(--line);
}

.toast-status-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 0.6rem;
  color: var(--white);
  background: #2f7e5b;
  border-radius: 50%;
  font-size: 0.75rem;
  place-items: center;
}

.form-toast .toast-body {
  padding: 1rem;
  color: var(--muted);
}

.back-to-top {
  position: fixed;
  z-index: 1025;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--ink-950);
  background: var(--sand-400);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(10, 17, 23, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  place-items: center;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--sand-300);
  transform: translateY(-2px);
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled .reveal-delay-1 {
  transition-delay: 100ms;
}

.js-enabled .reveal-delay-2 {
  transition-delay: 200ms;
}

.js-enabled .reveal-delay-3 {
  transition-delay: 300ms;
}

@media (max-width: 1199.98px) {
  .hero-copy h1 {
    font-size: clamp(3rem, 6vw, 5.2rem);
  }

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

  .process-step:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .process-step:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 76px;
  }

  .section-space {
    padding: 5.5rem 0;
  }

  .site-navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
  }

  .site-navbar .nav-link {
    padding: 0.65rem 0 !important;
  }

  .site-navbar .nav-link::after {
    right: auto;
    bottom: 0.35rem;
    left: 0;
    width: 36px;
  }

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

  .hero-container {
    padding-top: 5rem;
  }

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

  .principle-item + .principle-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .about-float-card {
    right: -0.5rem;
  }

  .guide-carousel-column,
  .guide-slide-frame,
  .guide-modal-copy {
    min-height: auto;
  }

  .guide-slide-frame {
    min-height: 520px;
  }

  .guide-slide-frame img {
    max-height: 480px;
  }

  .guide-modal-copy {
    padding: 1.5rem;
  }

  .contact-intro {
    min-height: 520px;
  }
}

@media (max-width: 767.98px) {
  .site-topbar {
    display: none;
  }

  .site-navbar {
    min-height: 70px;
  }

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

  .section-space {
    padding: 4.5rem 0;
  }

  .section-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-container {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .hero-legal-card {
    padding: 1.4rem;
    border-radius: 22px;
  }

  .about-visual {
    padding-left: 0.9rem;
  }

  .about-float-card {
    right: 0;
    bottom: 2rem;
    min-width: 210px;
  }

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

  .process-step {
    min-height: auto;
  }

  .process-step + .process-step,
  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .process-icon {
    margin-bottom: 2.4rem;
  }

  .guide-image-wrap img {
    aspect-ratio: 16 / 9;
  }

  .why-panel {
    border-radius: 22px;
  }

  .contact-shell {
    border-radius: 22px;
  }

  .contact-intro {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .legal-disclaimer {
    text-align: left;
  }

  .guide-modal .modal-content {
    border-radius: 0;
  }

  .guide-slide-frame {
    min-height: 68vh;
    padding: 1rem 3.4rem;
  }

  .guide-slide-frame img {
    max-height: 63vh;
  }

  .guide-modal .carousel-control-prev,
  .guide-modal .carousel-control-next {
    width: 3rem;
  }

  .guide-modal-copy {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 0.96rem;
  }

  .container {
    --bs-gutter-x: 1.4rem;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    font-size: 0.52rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-assurances {
    display: grid;
    gap: 0.55rem;
  }

  .principle-item {
    padding: 1.1rem;
  }

  .about-float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 1.2rem);
    margin: -1.6rem auto 0;
  }

  .service-card {
    padding: 1.35rem;
  }

  .guide-content {
    padding: 1.15rem;
  }

  .legal-accordion .accordion-button {
    padding-right: 0;
    font-size: 0.98rem;
  }

  .legal-accordion .accordion-body {
    padding-right: 0;
  }

  .contact-intro,
  .contact-form-wrap {
    padding: 1.5rem;
  }

  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}
