:root {
  --bg: #f4f3ef;
  --paper: #fbfaf6;
  --cream: #f8f3ea;
  --ink: #172033;
  --muted: #687284;
  --muted-2: #969080;
  --line: rgba(20, 35, 56, 0.12);
  --gold: #b48a56;
  --gold-2: #d6b37b;
  --blue: #13243a;
  --blue-2: #213b5f;
  --shadow: 0 30px 100px rgba(18, 29, 45, 0.12);
  --soft-shadow: 0 18px 55px rgba(18, 29, 45, 0.08);
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(180, 138, 86, 0.15), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(33, 59, 95, 0.1), transparent 32%),
    var(--bg);
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}

body::selection {
  background: rgba(180, 138, 86, 0.25);
}

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

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image: radial-gradient(circle at 1px 1px, rgba(20, 35, 56, 0.09) 1px, transparent 0);
  background-size: 28px 28px;
  mix-blend-mode: multiply;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 243, 239, 0.78);
  border-bottom: 1px solid rgba(20, 35, 56, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.topbar[data-elevated="true"] {
  background: rgba(244, 243, 239, 0.92);
  box-shadow: 0 16px 40px rgba(18, 29, 45, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  height: 78px;
  gap: 22px;
  margin: 0 auto;
  padding: 0 26px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 280px;
  gap: 13px;
}

.personal-mark {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(180, 138, 86, 0.42);
  border-radius: 14px;
  background: linear-gradient(145deg, #14233a, #0d1828);
  box-shadow: 0 16px 34px rgba(12, 28, 48, 0.16);
  color: #e9d0a7;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 3px;
}

.brand b {
  color: #0d2038;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(23, 32, 51, 0.72);
  font-size: 14px;
}

.nav-links a {
  position: relative;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 240ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-links a:hover::after {
  width: 100%;
}

.book,
.btn,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
}

.book {
  height: 44px;
  padding: 0 18px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 16px 36px rgba(19, 36, 58, 0.2);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: 94px minmax(0, 1fr);
  background: linear-gradient(90deg, #f8f7f2 0%, #f3f0e9 56%, #eef1f5 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 16vh;
  right: 8.5vw;
  z-index: 0;
  width: min(42vw, 610px);
  height: min(42vw, 610px);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 45%, rgba(255, 255, 255, 0.92), rgba(245, 240, 230, 0.64) 50%, rgba(238, 241, 245, 0) 72%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 17vh;
  right: 9vw;
  z-index: 0;
  width: min(40vw, 590px);
  height: min(40vw, 590px);
  border: 1px solid rgba(180, 138, 86, 0.28);
  border-radius: 50%;
}

.side-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  color: rgba(23, 32, 51, 0.24);
}

.side-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 15px;
  letter-spacing: 0.14em;
}

.side-rail i {
  width: 1px;
  height: 42vh;
  margin: 30px 0;
  background: linear-gradient(to bottom, transparent, rgba(23, 32, 51, 0.18), transparent);
}

.hero-main {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100vh - 78px);
  align-items: center;
  padding: 8.5vh 7vw 7vh 3vw;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: min(58vw, 760px);
  padding-bottom: 8vh;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.hero-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 4px 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(180, 138, 86, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 36px rgba(20, 35, 56, 0.06);
  color: #9a6c34;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

h1 {
  margin: 0;
  color: #101820;
  font-family: var(--serif);
  font-size: clamp(66px, 8.8vw, 132px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero-subtitle {
  margin: 24px 0 0;
  color: #16243a;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.summary {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(23, 32, 51, 0.76);
  font-size: 17px;
  line-height: 2.05;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  min-height: 48px;
  gap: 8px;
  border: 1px solid rgba(19, 36, 58, 0.18);
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.48);
  font-size: 15px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(19, 36, 58, 0.12);
}

.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #10233b, #203e63);
  box-shadow: 0 18px 46px rgba(19, 36, 58, 0.22);
  color: #fff;
}

.proof-row {
  display: grid;
  max-width: 690px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.proof {
  padding: 17px 18px;
  border: 1px solid rgba(19, 36, 58, 0.09);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 34px rgba(19, 36, 58, 0.07);
}

.proof strong {
  display: block;
  margin-bottom: 4px;
  color: #10233b;
  font-size: 18px;
}

.proof span {
  color: var(--muted);
  font-size: 13px;
}

.portrait-stage {
  position: absolute;
  right: clamp(40px, 10vw, 150px);
  bottom: 0;
  z-index: 3;
  width: min(37vw, 520px);
  height: 82vh;
  pointer-events: none;
}

.portrait-stage .orbit {
  position: absolute;
  inset: 9% -6% 7%;
  border: 1px solid rgba(180, 138, 86, 0.28);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.portrait-stage .orbit.two {
  inset: 20% -14% 4% 4%;
  opacity: 0.46;
  transform: rotate(22deg);
}

.corner-line {
  position: absolute;
  top: 13%;
  right: -3%;
  width: 39%;
  height: 28%;
  border-top: 1px solid rgba(180, 138, 86, 0.28);
  border-right: 1px solid rgba(180, 138, 86, 0.28);
}

.dotgrid {
  position: absolute;
  right: -4%;
  bottom: 24%;
  width: 90px;
  height: 110px;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(180, 138, 86, 0.46) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
}

.gold-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ead2a8, #b48a56);
  box-shadow: 0 10px 28px rgba(180, 138, 86, 0.28);
}

.gold-dot.d1 {
  top: 28%;
  left: 3%;
}

.gold-dot.d2 {
  top: 36%;
  right: 2%;
  width: 8px;
  height: 8px;
}

.gold-dot.d3 {
  right: 10%;
  bottom: 19%;
}

.portrait-glow {
  position: absolute;
  inset: 10% 2% 0 6%;
  border-radius: 48% 48% 0 0;
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.9), rgba(241, 235, 223, 0.5) 47%, rgba(242, 244, 248, 0) 72%);
  filter: blur(5px);
}

.portrait {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: auto;
  height: 96%;
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 44px rgba(10, 22, 36, 0.17));
}

.signature {
  position: absolute;
  bottom: 8%;
  left: 8%;
  color: rgba(180, 138, 86, 0.58);
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  font-size: 42px;
  transform: rotate(-4deg);
}

.scroll {
  position: absolute;
  bottom: 6.2vh;
  left: 3vw;
  color: rgba(23, 32, 51, 0.72);
  font-size: 14px;
  font-weight: 700;
}

section,
footer {
  position: relative;
  z-index: 1;
}

.firm-section,
.light-panel,
.faq-section,
.contact {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(19, 36, 58, 0.07);
  background:
    radial-gradient(circle at 12% 12%, rgba(180, 138, 86, 0.13), rgba(180, 138, 86, 0) 28%),
    radial-gradient(circle at 88% 18%, rgba(19, 36, 58, 0.08), rgba(19, 36, 58, 0) 34%),
    linear-gradient(180deg, #fbfaf6 0%, #f3f0e9 100%);
}

.section-bg-word {
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: 0;
  color: rgba(16, 35, 59, 0.035);
  font-family: var(--serif);
  font-size: clamp(54px, 10vw, 156px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.07em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transform: translateX(-50%);
}

.section-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 26px;
}

.section-title {
  max-width: 860px;
  margin: 0;
  color: #0f1e32;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 860;
  line-height: 1.16;
  letter-spacing: 0;
}

.section-desc {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.firm-section {
  display: flex;
  min-height: 88svh;
  align-items: center;
}

.firm-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: var(--max);
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: center;
  margin: 0 auto;
  padding: 84px 26px;
}

.firm-logo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 36, 58, 0.1);
  border-radius: 38px;
  padding: 42px 36px 36px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 30px 90px rgba(18, 29, 45, 0.1);
  backdrop-filter: blur(14px);
}

.firm-logo-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(180, 138, 86, 0.14);
  border-radius: 30px;
  pointer-events: none;
}

.firm-logo-card img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 16px 28px rgba(8, 18, 32, 0.08));
}

.firm-logo-note {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 24px;
  padding: 18px;
  background: #10233b;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.85;
}

.firm-logo-note b {
  flex: 0 0 auto;
  color: #ead2a8;
}

.firm-title {
  margin: 0;
  color: #10233b;
  font-size: clamp(34px, 5.2vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.firm-copy .lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: #4e5a69;
  font-size: 18px;
  line-height: 2;
}

.firm-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.firm-points article {
  min-height: 160px;
  border: 1px solid rgba(19, 36, 58, 0.09);
  border-radius: 26px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 54px rgba(18, 29, 45, 0.06);
}

.firm-points span,
.timeline-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 900;
}

.firm-points span {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #10233b;
  color: #ead2a8;
  font-size: 12px;
}

.firm-points h3 {
  margin: 0 0 10px;
  color: #10233b;
  font-size: 18px;
}

.firm-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 226px;
  border: 1px solid rgba(19, 36, 58, 0.09);
  border-radius: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 56px rgba(18, 29, 45, 0.07);
}

.value-card::after {
  content: attr(data-step);
  position: absolute;
  top: 10px;
  right: 22px;
  color: rgba(16, 35, 59, 0.045);
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.value-card h3 {
  margin: 0 0 12px;
  color: #10233b;
  font-size: 22px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.process {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.sticky-note {
  position: sticky;
  top: 106px;
  overflow: hidden;
  border: 1px solid rgba(19, 36, 58, 0.1);
  border-radius: 32px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(18, 29, 45, 0.08);
}

.sticky-note::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(180, 138, 86, 0.13);
}

.sticky-note h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #10233b;
  font-size: 29px;
  line-height: 1.28;
}

.sticky-note p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  border: 1px solid rgba(19, 36, 58, 0.08);
  border-radius: 28px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(18, 29, 45, 0.06);
}

.timeline-item > span {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ead2a8, #b48a56);
  color: #10233b;
}

.timeline-item h3 {
  margin: 0 0 8px;
  color: #10233b;
  font-size: 21px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.faq-section {
  background: linear-gradient(180deg, #f7f6f2 0%, #f1eee8 100%);
}

.faq-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 34px;
}

.faq-intro {
  position: sticky;
  top: 110px;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  background: #10233b;
  box-shadow: 0 30px 80px rgba(16, 35, 59, 0.18);
  color: #fff;
}

.faq-intro::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(234, 210, 168, 0.25);
  border-radius: 50%;
}

.faq-label {
  display: inline-flex;
  margin-bottom: 20px;
  border: 1px solid rgba(234, 210, 168, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(234, 210, 168, 0.12);
  color: #ead2a8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 2;
}

.faq-intro small {
  display: block;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
  color: rgba(234, 210, 168, 0.82);
  font-size: 13px;
  line-height: 1.8;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 52px rgba(16, 35, 59, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details:hover {
  border-color: rgba(180, 138, 86, 0.25);
  box-shadow: 0 24px 70px rgba(16, 35, 59, 0.09);
  transform: translateY(-2px);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 24px 64px 24px 26px;
  color: #10233b;
  font-size: 18px;
  font-weight: 950;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #f3eee5;
  color: #9a6c34;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  background: #10233b;
  color: #ead2a8;
}

.faq-list details p {
  margin: 0;
  border-top: 1px solid rgba(16, 35, 59, 0.08);
  padding: 18px 26px 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.article-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  border: 1px solid rgba(19, 36, 58, 0.09);
  border-radius: 32px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
  box-shadow: 0 26px 70px rgba(18, 29, 45, 0.12);
  transform: translateY(-5px);
}

.article-card span {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.article-card h3 {
  margin: 0;
  color: #10233b;
  font-size: 21px;
  line-height: 1.35;
}

.article-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.article-card b {
  margin-top: auto;
  padding-top: 22px;
  color: #10233b;
  font-size: 14px;
}

.contact {
  min-height: 92vh;
}

.contact .section-bg-word {
  top: 6%;
  color: rgba(16, 35, 59, 0.055);
  font-size: clamp(72px, 15vw, 220px);
}

.contact .section-inner {
  padding-top: 116px;
  padding-bottom: 104px;
}

.contact-card {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: 26px;
  margin: 0 auto;
}

.contact-left {
  position: relative;
  border: 1px solid rgba(19, 36, 58, 0.1);
  border-radius: 34px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 20px 64px rgba(18, 29, 45, 0.075);
  backdrop-filter: blur(14px);
}

.contact-left::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(180, 138, 86, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 138, 86, 0.12), rgba(180, 138, 86, 0) 62%);
  pointer-events: none;
}

.prepare-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.prepare-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid rgba(19, 36, 58, 0.08);
  border-radius: 18px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 30px rgba(18, 29, 45, 0.035);
  color: #4e5a69;
}

.prepare-list div:last-child {
  grid-column: 1 / -1;
}

.prepare-list b {
  flex: 0 0 auto;
  color: #9a6c34;
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  border: 1px solid rgba(19, 36, 58, 0.08);
  border-radius: 34px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 48px rgba(18, 29, 45, 0.055);
  backdrop-filter: blur(10px);
}

.contact-method {
  margin-bottom: 14px;
  border: 1px solid rgba(19, 36, 58, 0.09);
  border-radius: 23px;
  padding: 21px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 34px rgba(18, 29, 45, 0.045);
}

.contact-method span {
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-method strong {
  display: block;
  margin-top: 7px;
  color: #10233b;
  font-size: 19px;
  line-height: 1.55;
}

.contact-note {
  margin: 2px 0 0;
  border: 1px solid rgba(180, 138, 86, 0.2);
  border-radius: 22px;
  padding: 18px 20px;
  background: rgba(248, 243, 234, 0.68);
  box-shadow: 0 12px 34px rgba(18, 29, 45, 0.035);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.footer {
  padding: 44px 26px;
  background: #071421;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  max-width: var(--max);
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer strong {
  color: #fff;
}

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  height: 46px;
  padding: 0 18px;
  background: linear-gradient(135deg, #ead2a8, #b48a56);
  box-shadow: 0 18px 46px rgba(10, 22, 36, 0.26);
  color: #10233b;
  font-weight: 950;
}

@media (max-width: 1060px) {
  .nav-links {
    display: none;
  }

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

  .side-rail {
    display: none;
  }

  .hero-main {
    display: block;
    min-height: auto;
    padding: 68px 24px 36px;
  }

  .hero-copy {
    max-width: 100%;
    padding-bottom: 0;
  }

  .portrait-stage {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(78vw, 460px);
    height: 620px;
    margin: 36px auto 0;
  }

  .scroll {
    display: none;
  }

  .firm-wrap,
  .process,
  .faq-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .firm-wrap {
    gap: 32px;
    padding: 70px 24px;
  }

  .firm-logo-card {
    max-width: 560px;
  }

  .firm-points {
    grid-template-columns: 1fr;
  }

  .sticky-note,
  .faq-intro {
    position: relative;
    top: auto;
  }

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

  .contact-right {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .nav {
    height: 68px;
    padding: 0 16px;
  }

  .book {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .brand small {
    max-width: 185px;
    font-size: 11px;
  }

  .personal-mark {
    width: 40px;
    height: 40px;
  }

  .hero-main {
    padding: 48px 18px 28px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .summary {
    font-size: 16px;
  }

  .hero-label {
    width: auto;
    font-size: 12px;
    white-space: normal;
  }

  .proof-row,
  .value-grid,
  .content-grid,
  .prepare-list {
    grid-template-columns: 1fr;
  }

  .section-inner {
    padding: 72px 18px;
  }

  .section-bg-word {
    top: 4%;
    width: 110%;
    font-size: clamp(46px, 18vw, 112px);
    text-align: center;
    white-space: normal;
  }

  .portrait-stage {
    width: 90vw;
    height: 560px;
  }

  .section-title {
    font-size: 34px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .firm-logo-card,
  .value-card,
  .sticky-note,
  .contact-left,
  .contact-right {
    border-radius: 28px;
    padding: 26px;
  }

  .firm-title {
    font-size: 42px;
  }

  .firm-copy .lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .firm-logo-note {
    display: block;
  }

  .firm-logo-note b {
    display: block;
    margin-bottom: 6px;
  }

  .faq-intro {
    padding: 24px;
    border-radius: 24px;
  }

  .faq-list summary {
    padding: 20px 56px 20px 20px;
    font-size: 16px;
  }

  .faq-list details p {
    padding: 16px 20px 22px;
  }

  .contact .section-bg-word {
    font-size: clamp(60px, 22vw, 140px);
  }

  .contact .section-inner {
    padding-top: 86px;
    padding-bottom: 74px;
  }

  .prepare-list div:last-child {
    grid-column: auto;
  }

  .floating-cta {
    right: 14px;
    bottom: 14px;
  }
}
