@charset "UTF-8";
.l-page.l-page, .l-page.l-page *, .l-page.l-page *::before, .l-page.l-page *::after {
  all: revert;
  box-sizing: border-box;
}

.l-page.l-page * {
  margin: 0;
  padding: 0;
}
.l-page.l-page img,
.l-page.l-page picture,
.l-page.l-page video,
.l-page.l-page canvas,
.l-page.l-page svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.l-page.l-page figure,
.l-page.l-page figcaption {
  margin: 0;
}
.l-page.l-page input,
.l-page.l-page button,
.l-page.l-page textarea,
.l-page.l-page select {
  font: inherit;
  color: inherit;
  background: transparent;
}
.l-page.l-page button {
  border: none;
  cursor: pointer;
}
.l-page.l-page a {
  color: inherit;
  text-decoration: none;
}
.l-page.l-page a::before, .l-page.l-page a::after {
  content: none;
}
.l-page.l-page ul,
.l-page.l-page ol,
.l-page.l-page li {
  list-style: none;
}
.l-page.l-page h1,
.l-page.l-page h2,
.l-page.l-page h3,
.l-page.l-page h4,
.l-page.l-page h5,
.l-page.l-page h6 {
  font-size: inherit;
  font-weight: inherit;
}
.l-page.l-page p,
.l-page.l-page h1,
.l-page.l-page h2,
.l-page.l-page h3,
.l-page.l-page h4,
.l-page.l-page h5,
.l-page.l-page h6 {
  overflow-wrap: break-word;
}
.l-page.l-page p:empty {
  display: none;
}

.l-page.l-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.l-page.l-page .lp-section {
  padding: 56px 32px;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .lp-section {
    padding: 36px 20px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
.l-page.l-page .lp-section .top-pick,
.l-page.l-page .lp-section .point-box,
.l-page.l-page .lp-section .note-box,
.l-page.l-page .lp-section .number-highlight,
.l-page.l-page .lp-section .table-scroll,
.l-page.l-page .lp-section .update-date,
.l-page.l-page .lp-section .flow-steps,
.l-page.l-page .lp-section figure,
.l-page.l-page .lp-section details,
.l-page.l-page .lp-section p,
.l-page.l-page .lp-section h2,
.l-page.l-page .lp-section h3,
.l-page.l-page .lp-section ul,
.l-page.l-page .lp-section ol,
.l-page.l-page .lp-section .clinic-divider,
.l-page.l-page .lp-section .faq-entry,
.l-page.l-page .lp-section .type-entry,
.l-page.l-page .lp-section .cta-text-link,
.l-page.l-page .lp-section .cta-buttons,
.l-page.l-page .lp-section .image-block,
.l-page.l-page .lp-section .clinic-cta-button {
  max-width: 100%;
  box-sizing: border-box;
}
.l-page.l-page .lp-section--white {
  background: #fff;
  border: 1px solid #f0e8e6;
  box-shadow: 0 2px 20px rgba(196, 69, 106, 0.04);
}
.l-page.l-page .lp-section--warm {
  background: linear-gradient(180deg, #fdf5f4 0%, #faf0ee 100%);
  border: 1px solid #f0e0dc;
  box-shadow: 0 4px 24px rgba(196, 69, 106, 0.06);
}
.l-page.l-page .lp-section.lp-section--sources {
  padding-top: 48px;
  padding-bottom: 48px;
}
.l-page.l-page .image-block img {
  max-width: 100%;
  height: auto;
}
.l-page.l-page .lp-hero {
  background: linear-gradient(135deg, #c4456a 0%, #d4837a 40%, #e8a196 100%);
  padding: 64px 32px 48px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .lp-hero {
    padding: 48px 20px 36px;
    border-radius: 16px;
  }
}
.l-page.l-page .lp-hero::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.l-page.l-page .lp-hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.l-page.l-page .lp-hero h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto 16px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-page.l-page .lp-hero h1 {
    font-size: 1.5em;
  }
}
.l-page.l-page .lp-hero .hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05em;
  font-weight: 500;
  margin: 0 auto 32px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .lp-hero .hero-sub {
    font-size: 0.92em;
  }
}
.l-page.l-page .lp-hero figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 100%;
}
.l-page.l-page .lp-hero figure img {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.l-page.l-page p,
.l-page.l-page li {
  color: #2a2a2a;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-page.l-page p,
  .l-page.l-page li {
    font-size: 15px;
    line-height: 1.9;
  }
}
.l-page.l-page p {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page p {
    margin-bottom: 16px;
  }
}
.l-page.l-page h1 {
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.45;
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .l-page.l-page h1 {
    font-size: 1.35em;
    margin-bottom: 24px;
  }
}
.l-page.l-page h2 {
  color: #c4456a;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0 0 18px 0;
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page.l-page h2 {
    font-size: 1.2em;
    margin-bottom: 24px;
    padding: 0 0 16px 0;
  }
}
.l-page.l-page h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #c4456a, #e8a196);
  border-radius: 3px;
  margin: 12px 0 0;
}
.l-page.l-page h3 {
  color: #c4456a;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0e0dc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page.l-page h3 {
    font-size: 1.05em;
    margin-top: 32px;
    margin-bottom: 10px;
  }
}
.l-page.l-page h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c4456a, #e8a196);
}
.l-page.l-page h2 + h3,
.l-page.l-page h2 + p + h3 {
  margin-top: 28px;
}
.l-page.l-page .lead-copy {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .lead-copy {
    font-size: 1.1em;
  }
}
.l-page.l-page .update-date {
  font-size: 0.82em;
  color: #9b8a84;
  margin-top: 4px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  padding: 6px 14px;
  background: #f8f4f2;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .update-date {
    margin-bottom: 0;
  }
}
.l-page.l-page .point-box {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 28px 28px;
  margin-top: 32px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(196, 69, 106, 0.08);
  border-left: 5px solid #d4837a;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .point-box {
    padding: 20px 18px;
    border-radius: 12px;
  }
}
.l-page.l-page .point-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at top right, rgba(196, 69, 106, 0.04) 0%, transparent 70%);
}
.l-page.l-page .point-box p {
  margin-bottom: 12px;
  line-height: 1.85;
  position: relative;
}
.l-page.l-page .point-box p:first-child {
  margin-top: 0;
}
.l-page.l-page .point-box p:last-child {
  margin-bottom: 0;
}
.l-page.l-page .point-box p:first-child strong {
  color: #c4456a;
  font-size: 1.05em;
  display: block;
  margin-bottom: 8px;
}
.l-page.l-page .lp-section--warm .point-box {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.l-page.l-page .lp-section--white .point-box {
  background: linear-gradient(135deg, #fdf5f4 0%, #fff8f7 100%);
  box-shadow: 0 2px 16px rgba(196, 69, 106, 0.06);
}
.l-page.l-page .note-box {
  background: linear-gradient(135deg, #fffaf5 0%, #fff7ef 100%);
  border-left: 5px solid #e8a84c;
  border-radius: 16px;
  padding: 28px 28px;
  margin-top: 32px;
  margin-bottom: 16px;
  box-shadow: 0 2px 16px rgba(232, 168, 76, 0.08);
}
@media screen and (max-width: 768px) {
  .l-page.l-page .note-box {
    padding: 20px 18px;
    border-radius: 12px;
  }
}
.l-page.l-page .note-box p {
  margin-bottom: 12px;
  line-height: 1.85;
}
.l-page.l-page .note-box p:first-child {
  margin-top: 0;
}
.l-page.l-page .note-box p:last-child {
  margin-bottom: 0;
}
.l-page.l-page .note-box p:first-child strong {
  color: #c8880a;
  font-size: 1.02em;
}
.l-page.l-page .flow-steps {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-steps {
    padding-left: 8px;
  }
}
.l-page.l-page .flow-steps::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 22px;
  bottom: 22px;
  width: 3px;
  background: linear-gradient(180deg, #d4837a 0%, #e8a196 100%);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-steps::before {
    left: 29px;
  }
}
.l-page.l-page .flow-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-step {
    gap: 14px;
  }
}
.l-page.l-page .flow-step:last-child {
  margin-bottom: 0;
}
.l-page.l-page .flow-step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c4456a, #d4837a);
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(196, 69, 106, 0.25);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-step-num {
    width: 40px;
    height: 40px;
    font-size: 1em;
  }
}
.l-page.l-page .flow-step-body {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0e8e6;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-step-body {
    padding: 14px 16px;
  }
}
.l-page.l-page .flow-step-body strong {
  display: block;
  font-size: 1.05em;
  font-weight: 700;
  color: #c4456a;
  margin-bottom: 6px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-step-body strong {
    font-size: 1em;
  }
}
.l-page.l-page .flow-step-body span {
  display: block;
  font-size: 0.92em;
  color: #555;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .flow-step-body span {
    font-size: 0.88em;
  }
}
.l-page.l-page .top-pick {
  border: 2px solid #d4837a;
  border-radius: 20px;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 48px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(196, 69, 106, 0.12);
}
@media screen and (max-width: 768px) {
  .l-page.l-page .top-pick {
    margin-bottom: 32px;
  }
}
.l-page.l-page .top-pick::before {
  content: "No.1 おすすめ";
  display: block;
  background: linear-gradient(135deg, #c4456a 0%, #d4837a 100%);
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  letter-spacing: 0.1em;
}
.l-page.l-page .top-pick h3 {
  margin: 24px 32px 16px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .top-pick h3 {
    margin: 20px 20px 12px;
  }
}
.l-page.l-page .top-pick h3::after {
  display: none;
}
.l-page.l-page .top-pick p {
  margin: 0 32px 16px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .top-pick p {
    margin: 0 20px 14px;
  }
}
.l-page.l-page .top-pick .number-highlight {
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .top-pick .number-highlight {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.l-page.l-page .top-pick .image-block-styled {
  margin-left: 32px;
  margin-right: 32px;
}
.l-page.l-page .top-pick .source {
  margin-left: 32px;
  margin-right: 32px;
}
.l-page.l-page .top-pick .clinic-cta-button {
  margin: 24px 32px 32px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .top-pick .clinic-cta-button {
    margin: 20px 20px 24px;
  }
}
.l-page.l-page .number-highlight {
  max-width: max-content;
  margin: 24px auto 32px;
  text-align: center;
  border: none;
  border-radius: 20px;
  padding: 24px 48px;
  background: linear-gradient(135deg, #fff 0%, #fdf5f4 100%);
  box-shadow: 0 4px 20px rgba(196, 69, 106, 0.1), inset 0 0 0 3px #c4456a;
  position: relative;
}
.l-page.l-page .number-highlight .label {
  margin: 0 0 6px;
  font-size: 0.85em;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-page.l-page .big-number {
  margin: 0;
  font-size: 3em;
  font-weight: 800;
  background: linear-gradient(135deg, #c4456a, #d4837a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .big-number {
    font-size: 2.2em;
  }
}
.l-page.l-page .clinic-divider {
  border: none;
  height: 0;
  margin: 32px auto;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .clinic-divider {
    margin: 24px auto;
  }
}
.l-page.l-page .clinic-section {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #f0e8e6;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .clinic-section {
    padding: 20px;
    border-radius: 12px;
  }
}
.l-page.l-page .clinic-section h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.25em;
  color: #2a2a2a;
  font-weight: 800;
  border-bottom: 2px solid #f0e0dc;
  padding-bottom: 12px;
}
.l-page.l-page .clinic-section h3::after {
  display: none;
}
.l-page.l-page .clinic-section p {
  margin-bottom: 14px;
}
.l-page.l-page .clinic-section p strong {
  color: #c4456a;
  font-weight: 700;
}
.l-page.l-page figcaption {
  text-align: center;
  font-size: 0.82em;
  color: #999;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
.l-page.l-page .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  margin-bottom: 12px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0e0dc;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .table-scroll {
    border-radius: 12px;
  }
}
.l-page.l-page .table-scroll table {
  min-width: 700px;
  width: 100%;
  border-collapse: collapse;
}
.l-page.l-page .table-scroll th,
.l-page.l-page .table-scroll td {
  padding: 14px 16px;
  border: 1px solid #f0e8e6;
  text-align: left;
  white-space: nowrap;
  font-size: 0.88em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .table-scroll th,
  .l-page.l-page .table-scroll td {
    padding: 10px 12px;
    font-size: 0.8em;
  }
}
.l-page.l-page .table-scroll thead th {
  background: linear-gradient(135deg, #c4456a, #d4837a);
  color: #fff;
  font-weight: 700;
  font-size: 0.85em;
  border-color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.03em;
}
.l-page.l-page .table-scroll tbody tr:nth-child(even) {
  background: #fdf8f7;
}
.l-page.l-page .table-scroll tbody tr:hover {
  background: #fff0ee;
}
.l-page.l-page .table-scroll tbody td:first-child {
  background: #fdf5f4;
  font-weight: 600;
  color: #c4456a;
}
.l-page.l-page .table-note {
  font-size: 0.82em;
  color: #999;
  margin-top: 4px;
}
.l-page.l-page .cta-buttons {
  margin-top: 40px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .cta-buttons {
    margin-top: 28px;
  }
}
.l-page.l-page .cta-button-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}
.l-page.l-page .cta-button-link:hover {
  transform: translateY(-3px);
}
.l-page.l-page .cta-primary .cta-button-link {
  background: linear-gradient(135deg, #c4456a 0%, #d4837a 50%, #e8a196 100%);
  box-shadow: 0 6px 24px rgba(196, 69, 106, 0.3);
  border-radius: 60px;
  padding: 20px 48px;
  color: #fff;
  font-size: 1.08em;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .cta-primary .cta-button-link {
    font-size: 0.95em;
    padding: 16px 28px;
  }
}
.l-page.l-page .cta-primary .cta-button-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  animation: cta-shine 3s ease-in-out infinite;
}
.l-page.l-page .cta-primary .cta-button-link:hover {
  box-shadow: 0 8px 32px rgba(196, 69, 106, 0.4);
  opacity: 1;
}
.l-page.l-page .cta-primary .cta-button-link.cta-button-link--lg {
  font-size: 1.15em;
  padding: 20px 48px;
}
.l-page.l-page .cta-text-link {
  margin-top: 20px;
  margin-bottom: 0;
}
.l-page.l-page .cta-text-link a {
  color: #9b8a84;
  font-size: 0.92em;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.l-page.l-page .cta-text-link a:hover {
  color: #7a6a64;
  text-decoration: underline;
}
.l-page.l-page .clinic-cta-button {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}
.l-page.l-page .clinic-cta-button a {
  display: inline-block;
  background: #fff;
  color: #c4456a;
  border: 2px solid #c4456a;
  border-radius: 60px;
  padding: 14px 36px;
  font-size: 0.95em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.l-page.l-page .clinic-cta-button a:hover {
  background: linear-gradient(135deg, #c4456a, #d4837a);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(196, 69, 106, 0.25);
  border-color: transparent;
}
.l-page.l-page ul,
.l-page.l-page ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
.l-page.l-page li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}
.l-page.l-page li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 14px;
  height: 8px;
  border-left: 2.5px solid #c4456a;
  border-bottom: 2.5px solid #c4456a;
  transform: rotate(-45deg);
}
.l-page.l-page li:last-child {
  margin-bottom: 0;
}
.l-page.l-page .image-block-styled {
  margin: 28px auto;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .image-block-styled {
    border-radius: 12px;
  }
}
.l-page.l-page .image-block-styled img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(196, 69, 106, 0.1);
  border: 1px solid rgba(196, 69, 106, 0.08);
}
@media screen and (max-width: 768px) {
  .l-page.l-page .image-block-styled img {
    border-radius: 12px;
  }
}
.l-page.l-page .image-placeholder {
  background: linear-gradient(135deg, #f8f4f2 0%, #f0ebe8 100%);
  border: 2px dashed #d4c4bc;
  border-radius: 16px;
  padding: 28px 24px;
  margin: 32px auto;
  text-align: center;
  color: #888;
  font-size: 0.85em;
  line-height: 1.7;
}
.l-page.l-page .image-placeholder strong {
  display: block;
  color: #d4837a;
  font-size: 1.05em;
  margin-bottom: 8px;
}
.l-page.l-page .source {
  font-size: 0.76em;
  color: #aaa;
  margin-top: -8px;
  margin-bottom: 32px;
  padding-left: 2px;
  letter-spacing: 0.01em;
}
.l-page.l-page .source + .cta-buttons {
  margin-top: 24px;
}
.l-page.l-page .section-separator {
  margin: 0 auto;
  border-color: #e8c4c0;
  opacity: 0.4;
}
.l-page.l-page .faq-entry {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px !important;
  margin-bottom: 16px !important;
  border: 1px solid #f0e8e6 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-page.l-page .faq-entry {
    padding: 18px 20px !important;
    border-radius: 10px;
  }
}
.l-page.l-page .faq-entry:hover {
  box-shadow: 0 4px 20px rgba(196, 69, 106, 0.08);
}
.l-page.l-page .faq-entry h3 {
  color: #c4456a;
  font-size: 1.05em;
  margin-top: 0 !important;
  margin-bottom: 12px;
  border-bottom: none;
  padding-bottom: 0;
}
.l-page.l-page .faq-entry h3::after {
  display: none;
}

@keyframes cta-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
