@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
}
:root { --cream: #f8f4ef; --paper: #fffdf9; --ink: #183c2b; --muted: #64766d; --green: #358250; --sage: #9bb59e; --sage-soft: #e3ece4; --lavender: #babadd; --lavender-soft: #efeff9; --rose: #d4909e; --rose-soft: #f7e7eb; --line: #183c2b24; --shadow: 0 24px 70px #183c2b21; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; margin: 0px; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.page-shell, .nav-shell { width: min(1180px, 100% - 48px); margin: 0px auto; }
.site-header { z-index: 50; width: 100%; padding: 18px 0px; position: absolute; top: 0px; left: 0px; }
.nav-shell { backdrop-filter: blur(14px); background: rgba(255, 253, 249, 0.86); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 22px; justify-content: space-between; align-items: center; gap: 28px; min-height: 74px; padding: 8px 10px 8px 22px; display: flex; box-shadow: rgba(24, 60, 43, 0.08) 0px 12px 40px; }
.brand { align-items: center; width: 154px; height: 56px; display: flex; }
.brand img { width: 100%; height: auto; }
nav { color: var(--muted); align-items: center; gap: 30px; font-size: 0.88rem; font-weight: 700; display: flex; }
nav a, .text-link { transition: color 0.18s; }
nav a:hover, .text-link:hover { color: var(--green); }
.button { border: 1px solid var(--green); background: var(--green); color: rgb(255, 255, 255); border-radius: 999px; justify-content: center; align-items: center; gap: 14px; min-height: 52px; padding: 0px 24px; font-size: 0.9rem; font-weight: 800; transition: transform 0.18s, box-shadow 0.18s, background 0.18s; display: inline-flex; box-shadow: rgba(53, 130, 80, 0.2) 0px 12px 28px; }
.button:hover { background: rgb(40, 108, 64); transform: translateY(-2px); box-shadow: rgba(53, 130, 80, 0.26) 0px 16px 34px; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--lavender); outline-offset: 4px; }
.button-small { min-height: 46px; padding: 0px 20px; font-size: 0.82rem; }
.hero { background: radial-gradient(circle at 0px 100%, rgba(212, 144, 158, 0.18), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, rgb(251, 248, 244) 0%, rgb(244, 240, 235) 55%, rgb(231, 239, 232) 100%); min-height: 820px; padding: 150px 0px 88px; position: relative; overflow: hidden; }
.hero-orb { filter: blur(0.2px); pointer-events: none; border-radius: 999px; position: absolute; }
.hero-orb-one { border: 90px solid rgba(186, 186, 221, 0.28); width: 420px; height: 420px; top: -130px; right: -110px; }
.hero-orb-two { border: 70px solid rgba(212, 144, 158, 0.18); width: 300px; height: 300px; bottom: -100px; left: -70px; }
.hero-grid { z-index: 2; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: clamp(50px, 7vw, 98px); display: grid; position: relative; }
.hero-copy { padding: 42px 0px 12px; }
.eyebrow, .kicker { color: var(--green); letter-spacing: 0.15em; text-transform: uppercase; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 900; display: inline-flex; }
.eyebrow::before, .kicker::before { background: var(--rose); content: ""; border-radius: 999px; width: 27px; height: 3px; }
h1, h2, h3, p { margin-top: 0px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { letter-spacing: -0.052em; max-width: 650px; margin: 24px 0px; font-size: clamp(3.3rem, 5.9vw, 5.45rem); font-weight: 500; line-height: 0.98; }
h1 em { color: var(--rose); margin-top: 10px; font-weight: 500; display: block; }
.hero-lead { max-width: 650px; color: var(--muted); margin-bottom: 32px; font-size: clamp(1rem, 1.7vw, 1.14rem); line-height: 1.75; }
.hero-actions { align-items: center; gap: 24px; display: flex; }
.text-link { align-items: center; gap: 9px; font-size: 0.9rem; font-weight: 800; display: inline-flex; }
.trust-row { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); max-width: 650px; margin-top: 48px; padding-top: 24px; display: grid; }
.trust-row div { gap: 5px; padding-right: 18px; display: grid; }
.trust-row div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.trust-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; }
.trust-row span { color: var(--muted); font-size: 0.7rem; line-height: 1.35; }
.hero-visual { min-height: 590px; position: relative; }
.image-frame { background: var(--sage-soft); box-shadow: var(--shadow); border: 10px solid rgba(255, 253, 249, 0.82); border-radius: 44% 44% 28px 28px; position: absolute; inset: 10px 18px 10px 28px; overflow: hidden; }
.image-frame::after { content: ""; background: linear-gradient(rgba(0, 0, 0, 0) 58%, rgba(24, 60, 43, 0.15)); position: absolute; inset: 0px; }
.image-frame img { object-fit: cover; object-position: 52% 28%; }
.floating-note { z-index: 3; backdrop-filter: blur(12px); background: rgba(255, 253, 249, 0.91); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 16px; align-items: center; gap: 12px; padding: 14px 17px; display: flex; position: absolute; box-shadow: rgba(24, 60, 43, 0.12) 0px 16px 38px; }
.floating-note p { max-width: 190px; margin: 0px; font-size: 0.75rem; font-weight: 800; line-height: 1.35; }
.note-top { top: 84px; left: -18px; }
.note-bottom { bottom: 54px; right: -5px; }
.note-mark { background: var(--rose); color: rgb(255, 255, 255); border-radius: 12px; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; font-family: Georgia, "Times New Roman", serif; font-size: 0.82rem; font-weight: 700; display: grid; }
.status-dot { background: var(--green); border-radius: 99px; width: 10px; height: 10px; box-shadow: rgba(53, 130, 80, 0.12) 0px 0px 0px 6px; }
.section { padding: 110px 0px; }
.services { background: var(--paper); }
.section-heading { grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 70px; margin-bottom: 54px; display: grid; }
.section-heading h2 { letter-spacing: -0.04em; max-width: 650px; margin: 18px 0px 0px; font-size: clamp(2.35rem, 4.4vw, 4.2rem); font-weight: 500; line-height: 1.04; }
.section-heading > p { color: var(--muted); margin-bottom: 8px; font-size: 0.98rem; line-height: 1.7; }
.service-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; display: grid; }
.service-card { border: 1px solid var(--line); border-radius: 28px; min-height: 480px; padding: 34px; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: rgba(24, 60, 43, 0.1) 0px 20px 54px; }
.service-green { background: var(--sage-soft); }
.service-rose { background: var(--rose-soft); }
.service-lavender { background: var(--lavender-soft); }
.service-number { color: rgba(24, 60, 43, 0.22); font-family: Georgia, "Times New Roman", serif; font-size: 4.2rem; line-height: 1; position: absolute; top: 20px; right: 24px; }
.service-tag { z-index: 2; color: var(--green); letter-spacing: 0.08em; text-transform: uppercase; background: rgba(255, 255, 255, 0.7); border-radius: 999px; margin-bottom: 68px; padding: 9px 13px; font-size: 0.68rem; font-weight: 900; display: inline-block; position: relative; }
.service-card h3 { margin-bottom: 18px; font-size: 1.75rem; font-weight: 500; line-height: 1.14; }
.service-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.service-card ul { border-top: 1px solid var(--line); gap: 10px; margin: 24px 0px 0px; padding: 20px 0px 0px; list-style: none; display: grid; }
.service-card li { color: var(--ink); padding-left: 20px; font-size: 0.8rem; font-weight: 700; position: relative; }
.service-card li::before { background: var(--rose); content: ""; border-radius: 99px; width: 7px; height: 7px; position: absolute; top: 0.42em; left: 0px; }
.first-cta { background: var(--ink); color: rgb(255, 255, 255); padding: 32px 0px; }
.first-cta-inner { justify-content: space-between; align-items: center; gap: 30px; display: flex; }
.first-cta p { margin: 0px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.5vw, 2rem); }
.first-cta a { color: rgb(243, 195, 205); align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 900; display: inline-flex; }
.about { background: var(--cream); overflow: hidden; }
.about-grid { grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: clamp(66px, 9vw, 130px); display: grid; }
.about-visual { min-height: 680px; position: relative; }
.about-photo { border: 9px solid var(--paper); background: var(--sage-soft); box-shadow: var(--shadow); position: absolute; overflow: hidden; }
.about-photo img { object-fit: cover; }
.about-photo-main { border-radius: 200px 200px 28px 28px; inset: 0px 76px 54px 0px; }
.about-photo-main img { object-position: 52% 27%; }
.about-photo-small { border-radius: 28px; width: 205px; height: 288px; bottom: 0px; right: 0px; transform: rotate(3deg); }
.about-photo-small img { object-position: 50% 22%; }
.about-stamp { z-index: 3; background: var(--rose); color: rgb(255, 255, 255); text-align: center; text-transform: uppercase; letter-spacing: 0.08em; border-radius: 99px; place-items: center; width: 128px; height: 128px; padding: 20px; font-size: 0.68rem; font-weight: 900; line-height: 1.5; display: grid; position: absolute; top: 58px; right: 6px; transform: rotate(8deg); }
.about-copy h2, .process-heading h2, .faq-heading h2, .final-cta h2 { letter-spacing: -0.045em; margin: 20px 0px 24px; font-size: clamp(2.5rem, 4.8vw, 4.6rem); font-weight: 500; line-height: 1.03; }
.about-copy > p { color: var(--muted); font-size: 0.96rem; line-height: 1.75; }
.about-copy .about-intro { color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; line-height: 1.35; }
.principle-list { border-top: 1px solid var(--line); margin: 30px 0px 26px; display: grid; }
.principle-list > div { border-bottom: 1px solid var(--line); grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0px; display: grid; }
.principle-list span { color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: 0.9rem; font-weight: 700; }
.principle-list p { color: var(--muted); margin: 0px; font-size: 0.84rem; line-height: 1.55; }
.principle-list strong { color: var(--ink); }
.about-link { color: var(--green); }
.values { background: var(--lavender-soft); padding: 44px 0px; }
.value-grid { grid-template-columns: repeat(4, 1fr); display: grid; }
.value-grid > div { gap: 6px; padding: 8px 32px; display: grid; }
.value-grid > div + div { border-left: 1px solid rgba(24, 60, 43, 0.12); }
.value-grid span { color: var(--rose); font-size: 0.68rem; font-weight: 900; }
.value-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 600; }
.value-grid small { color: var(--muted); font-size: 0.72rem; }
.process { background: var(--ink); color: rgb(255, 255, 255); position: relative; overflow: hidden; }
.process::before { content: ""; border: 80px solid rgba(186, 186, 221, 0.12); border-radius: 999px; width: 460px; height: 460px; position: absolute; top: -170px; right: -90px; }
.process .page-shell { z-index: 2; position: relative; }
.kicker-light { color: rgb(183, 208, 187); }
.process-heading { max-width: 850px; }
.process-heading h2 { max-width: 740px; }
.process-heading > p { color: rgba(255, 255, 255, 0.62); max-width: 590px; font-size: 0.96rem; line-height: 1.7; }
.process-list { border-top: 1px solid rgba(255, 255, 255, 0.18); grid-template-columns: repeat(4, 1fr); gap: 0px; margin: 58px 0px 42px; padding: 0px; list-style: none; display: grid; }
.process-list li { min-height: 270px; padding: 34px 28px 24px 0px; position: relative; }
.process-list li + li { border-left: 1px solid rgba(255, 255, 255, 0.16); padding-left: 28px; }
.process-number { color: rgb(241, 189, 200); border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 99px; place-items: center; width: 48px; height: 48px; margin-bottom: 52px; font-family: Georgia, "Times New Roman", serif; font-size: 0.82rem; display: grid; }
.process-list h3 { margin-bottom: 14px; font-size: 1.34rem; font-weight: 500; }
.process-list p { color: rgba(255, 255, 255, 0.58); margin: 0px; font-size: 0.81rem; line-height: 1.65; }
.button-light { border-color: var(--rose); background: var(--rose); color: var(--ink); box-shadow: none; }
.button-light:hover { background: rgb(225, 165, 177); border-color: rgb(225, 165, 177); }
.faq { background: var(--paper); }
.faq-grid { grid-template-columns: 0.82fr 1.18fr; align-items: start; gap: 90px; display: grid; }
.faq-heading { position: sticky; top: 40px; }
.faq-heading h2 { font-size: clamp(2.35rem, 4.1vw, 3.8rem); }
.faq-heading > p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; justify-content: space-between; align-items: center; gap: 30px; padding: 27px 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 600; list-style: none; display: flex; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { background: var(--rose-soft); width: 34px; height: 34px; color: var(--rose); border-radius: 99px; flex: 0 0 34px; place-items: center; font-family: Arial, Helvetica, sans-serif; font-size: 1.25rem; transition: transform 0.18s; display: grid; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 650px; color: var(--muted); margin: -6px 50px 28px 2px; font-size: 0.9rem; line-height: 1.7; }
.final-cta { background: var(--rose); color: var(--ink); text-align: center; padding: 120px 0px; position: relative; overflow: hidden; }
.final-cta-orb { border: 92px solid rgba(255, 255, 255, 0.18); border-radius: 99px; width: 500px; height: 500px; position: absolute; bottom: -190px; right: -120px; }
.final-cta-inner { z-index: 2; max-width: 900px; position: relative; }
.final-cta-inner > span { letter-spacing: 0.13em; text-transform: uppercase; font-size: 0.75rem; font-weight: 900; }
.final-cta h2 { margin-left: auto; margin-right: auto; font-size: clamp(3rem, 6.4vw, 6.1rem); }
.final-cta p { color: rgba(24, 60, 43, 0.72); font-size: 1rem; }
.button-dark { border-color: var(--ink); background: var(--ink); box-shadow: none; margin-top: 16px; }
.button-dark:hover { background: rgb(16, 44, 32); }
footer { background: var(--paper); padding: 74px 0px 26px; }
.footer-grid { grid-template-columns: 1.6fr 0.65fr 0.9fr; gap: 70px; padding-bottom: 58px; display: grid; }
.footer-brand img { width: 190px; height: auto; margin-bottom: 16px; }
.footer-brand p { max-width: 310px; color: var(--muted); font-size: 0.82rem; line-height: 1.6; }
.footer-links { color: var(--muted); flex-direction: column; align-items: flex-start; gap: 12px; font-size: 0.78rem; line-height: 1.5; display: flex; }
.footer-links strong { color: var(--ink); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; font-size: 0.74rem; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); justify-content: space-between; gap: 30px; padding-top: 24px; font-size: 0.67rem; display: flex; }
@media (width <= 980px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.85fr; gap: 30px; }
  .hero-copy { padding-top: 26px; }
  .hero-visual { min-height: 530px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .about-grid { grid-template-columns: 0.9fr 1.1fr; gap: 55px; }
  .about-visual { min-height: 600px; }
  .about-photo-main { right: 42px; }
  .about-photo-small { width: 170px; height: 240px; }
  .value-grid { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .value-grid > div:nth-child(3) { border-left: 0px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li { min-height: 225px; }
  .process-list li:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0px; }
  .process-list li:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-heading { max-width: 660px; position: static; }
  .footer-grid { grid-template-columns: 1.3fr 0.7fr 1fr; gap: 40px; }
}
@media (width <= 760px) {
  .page-shell, .nav-shell { width: min(100% - 30px, 620px); }
  .site-header { padding-top: 10px; }
  .nav-shell { border-radius: 18px; min-height: 64px; padding: 6px 7px 6px 15px; }
  .brand { width: 127px; height: 48px; }
  .button-small { min-height: 41px; padding: 0px 14px; font-size: 0.72rem; }
  .hero { min-height: auto; padding: 108px 0px 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { padding-top: 30px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.8rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .trust-row { margin-top: 38px; }
  .trust-row div { padding-right: 9px; }
  .trust-row div + div { padding-left: 12px; }
  .hero-visual { min-height: 570px; }
  .image-frame { inset: 0px 10px 0px 18px; }
  .note-top { top: 50px; left: -2px; }
  .note-bottom { bottom: 42px; right: -1px; }
  .section { padding: 78px 0px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: auto; }
  .service-tag { margin-bottom: 56px; }
  .first-cta-inner { flex-direction: column; align-items: flex-start; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-visual { min-height: 610px; }
  .about-photo-main { inset: 0px 50px 42px 0px; }
  .about-photo-small { width: 178px; height: 250px; }
  .about-stamp { width: 112px; height: 112px; top: 42px; right: 0px; }
  .value-grid { grid-template-columns: 1fr; gap: 0px; }
  .value-grid > div { padding: 20px 10px; }
  .value-grid > div + div { border-top: 1px solid rgba(24, 60, 43, 0.12); border-left: 0px; }
  .process-list { grid-template-columns: 1fr; margin-top: 38px; }
  .process-list li, .process-list li + li, .process-list li:nth-child(3), .process-list li:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0px; grid-template-columns: 58px 1fr; gap: 18px; min-height: auto; padding: 26px 0px; display: grid; }
  .process-number { width: 44px; height: 44px; margin: 0px; }
  .faq-list summary { padding: 23px 0px; font-size: 1.05rem; }
  .final-cta { padding: 88px 0px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (width <= 420px) {
  .button-small { padding: 0px 11px; font-size: 0.66rem; }
  .brand { width: 110px; }
  .trust-row { grid-template-columns: 1fr; gap: 14px; }
  .trust-row div, .trust-row div + div { border: 0px; padding: 0px; }
  .floating-note p { max-width: 150px; }
  .about-visual { min-height: 530px; }
  .about-photo-main { right: 35px; }
  .about-photo-small { width: 145px; height: 205px; }
  .about-stamp { width: 96px; height: 96px; font-size: 0.56rem; }
  .principle-list > div { grid-template-columns: 34px 1fr; }
  .final-cta h2 { font-size: 2.75rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition-duration: 0.01ms !important; }
}
:root { --admin-green: #1e5a3b; --admin-sage: #9bb59e; --admin-cream: #f7f3ed; --admin-ink: #183c2b; --admin-muted: #697a71; --admin-line: #dfe6df; --admin-white: #fff; }
.admin-loading, .admin-login-shell { background: radial-gradient(circle at 10% 10%,#e1ebdf,transparent 35%),var(--admin-cream); min-height: 100vh; color: var(--admin-ink); place-items: center; display: grid; }
.admin-login-card { border: 1px solid var(--admin-line); background: rgba(255, 255, 255, 0.93); border-radius: 28px; width: min(440px, 100% - 32px); padding: 48px; box-shadow: rgba(24, 60, 43, 0.14) 0px 28px 80px; }
.admin-monogram { background: var(--admin-green); color: rgb(255, 255, 255); border-radius: 18px; place-items: center; width: 58px; height: 58px; font: 700 20px Georgia, serif; display: grid; }
.admin-kicker { color: rgb(123, 145, 130); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 30px; font-size: 12px; font-weight: 800; display: block; }
.admin-login-card h1 { margin: 8px 0px 10px; font: 500 38px Georgia, serif; }
.admin-login-card p { color: var(--admin-muted); }
.admin-login-card form { gap: 18px; margin: 30px 0px; display: grid; }
.admin-login-card label, .admin-editor label, .admin-security label { color: var(--admin-ink); gap: 8px; font-size: 13px; font-weight: 750; display: grid; }
.admin-login-card input, .admin-editor input, .admin-editor textarea, .admin-security input { border: 1px solid var(--admin-line); color: rgb(32, 55, 43); width: 100%; font: inherit; background: rgb(255, 255, 255); border-radius: 11px; outline: none; padding: 13px 14px; }
.admin-login-card input:focus, .admin-editor input:focus, .admin-editor textarea:focus, .admin-security input:focus { border-color: var(--admin-sage); box-shadow: rgba(155, 181, 158, 0.22) 0px 0px 0px 3px; }
.admin-login-card button, .admin-security button, .save-button { background: var(--admin-green); color: rgb(255, 255, 255); cursor: pointer; border: 0px; border-radius: 12px; min-height: 48px; padding: 0px 20px; font-weight: 800; }
.admin-login-card > a { font-size: 13px; font-weight: 750; }
.admin-status { border-radius: 10px; padding: 12px 14px; font-size: 13px; font-weight: 700; }
.admin-status.error { color: rgb(142, 47, 58); background: rgb(251, 230, 232); }
.admin-status.ok { color: rgb(30, 99, 58); background: rgb(225, 240, 229); }
.admin-shell { min-height: 100vh; color: var(--admin-ink); background: rgb(246, 248, 245); }
.admin-topbar { z-index: 10; border-bottom: 1px solid var(--admin-line); backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.94); justify-content: space-between; align-items: center; min-height: 76px; padding: 0px 34px; display: flex; position: sticky; top: 0px; }
.admin-topbar > div { align-items: center; gap: 13px; display: flex; }
.admin-topbar > div > span { background: var(--admin-green); color: rgb(255, 255, 255); border-radius: 12px; place-items: center; width: 40px; height: 40px; font: 700 14px Georgia, serif; display: grid; }
.admin-topbar > div div { display: grid; }
.admin-topbar small { color: var(--admin-muted); }
.admin-topbar nav { align-items: center; gap: 18px; display: flex; }
.admin-topbar nav a, .admin-topbar nav button { color: var(--admin-green); cursor: pointer; background: 0px 0px; border: 0px; font-size: 13px; font-weight: 800; }
.admin-content { grid-template-columns: 210px minmax(0px, 820px); align-items: start; gap: 40px; width: min(1140px, 100% - 48px); margin: 38px auto 80px; display: grid; }
.admin-content > aside { border: 1px solid var(--admin-line); background: rgb(255, 255, 255); border-radius: 16px; gap: 6px; padding: 20px; display: grid; position: sticky; top: 114px; }
.admin-content > aside strong { margin-bottom: 9px; font-size: 13px; }
.admin-content > aside a { color: var(--admin-muted); border-radius: 8px; padding: 9px 10px; font-size: 13px; }
.admin-content > aside a:hover { color: var(--admin-green); background: rgb(237, 243, 237); }
.admin-editor { min-width: 0px; }
.admin-heading { justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; display: flex; }
.admin-heading span { color: var(--admin-green); text-transform: uppercase; letter-spacing: 0.13em; font-size: 12px; font-weight: 800; }
.admin-heading h1 { margin: 5px 0px 0px; font: 500 34px Georgia, serif; }
.save-button:disabled { opacity: 0.55; cursor: wait; }
.admin-alert { color: rgb(109, 87, 24); background: rgb(255, 247, 220); border: 1px solid rgb(236, 212, 143); border-radius: 12px; margin-bottom: 18px; padding: 14px 16px; font-size: 13px; font-weight: 750; }
.admin-section, .admin-security { border: 1px solid var(--admin-line); background: rgb(255, 255, 255); border-radius: 18px; margin-bottom: 24px; padding: 28px; box-shadow: rgba(24, 60, 43, 0.04) 0px 10px 35px; }
.admin-section h2, .admin-security h2 { margin: 0px 0px 5px; font: 500 26px Georgia, serif; }
.admin-section > p, .admin-security > p { color: var(--admin-muted); margin-bottom: 24px; font-size: 14px; }
.field-grid { grid-template-columns: 1fr 1fr; gap: 18px; display: grid; }
.field-grid .wide { grid-column: 1 / -1; }
.admin-editor textarea { resize: vertical; line-height: 1.5; }
.admin-editor fieldset { border: 1px solid var(--admin-line); border-radius: 14px; gap: 14px; margin: 18px 0px; padding: 20px; display: grid; }
.admin-editor legend { color: var(--admin-green); padding: 0px 8px; font-size: 13px; font-weight: 800; }
.upload-grid { grid-template-columns: 1fr 1fr; gap: 14px; display: grid; }
.upload-card { border: 1px dashed var(--admin-sage); background: rgb(248, 251, 248); border-radius: 14px; padding: 18px; }
.upload-card span { color: var(--admin-muted); font-size: 12px; font-weight: 500; }
.upload-card input { background: 0px 0px; padding: 8px; }
.admin-sticky-save { border: 1px solid var(--admin-line); backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.94); border-radius: 16px; justify-content: flex-end; padding: 14px; display: flex; position: sticky; bottom: 16px; box-shadow: rgba(24, 60, 43, 0.16) 0px 16px 45px; }
.admin-security { grid-column: 2; margin-top: 0px; }
.admin-security form { grid-template-columns: 1fr 1fr auto; align-items: end; gap: 14px; display: grid; }
.admin-security button { min-width: 140px; }
@media (width <= 850px) {
  .admin-topbar { padding: 0px 18px; }
  .admin-topbar small { display: none; }
  .admin-content { width: min(100% - 28px, 820px); margin-top: 24px; display: block; }
  .admin-content > aside { margin-bottom: 22px; display: flex; position: static; overflow: auto; }
  .admin-content > aside strong { display: none; }
  .admin-content > aside a { white-space: nowrap; }
  .field-grid, .upload-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
  .admin-heading { align-items: flex-start; }
  .admin-heading > .save-button { display: none; }
  .admin-section { padding: 22px; }
  .admin-security form { grid-template-columns: 1fr; }
  .admin-topbar nav a { display: none; }
}
@media (width <= 500px) {
  .admin-login-card { padding: 34px 24px; }
  .admin-topbar > div div strong { font-size: 13px; }
  .admin-heading h1 { font-size: 28px; }
  .admin-sticky-save .save-button { width: 100%; }
}
.admin-content > .admin-security { display: block; }

/* Ajustes locais: preservam o layout de referência e usam a marca oficial. */
html { scroll-behavior: smooth; }
img[src="/logo-raissa-gomes.png"] { object-fit: contain; }
.image-frame > img, .about-photo > img { opacity: 0; }
.faq-answer[hidden] { display: none !important; }
