/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-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: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  :root {
    --fr-primary: #0f6b5f;
    --fr-primary-dark: #073b36;
    --fr-accent: #d8794a;
    --fr-ink: #17312f;
    --fr-muted: #637472;
    --fr-line: #dce6e3;
    --fr-bg: #f7faf9;
    --fr-white: #ffffff;
    --fr-soft: #effaf7;
    --fr-sand: #f5efe7;
    --fr-shadow: 0 18px 55px rgba(7, 59, 54, .10);
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--fr-bg);
    color: var(--fr-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: var(--fr-primary);
    text-underline-offset: 3px;
  }
  a:hover {
    color: var(--fr-primary-dark);
  }
  h1, h2, h3, h4 {
    color: var(--fr-ink);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.14;
    letter-spacing: -.025em;
  }
  button, input, select, textarea {
    font: inherit;
  }
  ::selection {
    background: #b6e6da;
    color: #073b36;
  }
}
@layer components {
  .site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .site-main {
    flex: 1;
  }
  .container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .container--narrow {
    width: min(820px, calc(100% - 40px));
    margin-inline: auto;
  }
  .section {
    padding: 88px 0;
  }
  .section--soft {
    background: var(--fr-soft);
  }
  .section--sand {
    background: var(--fr-sand);
  }
  .section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
  }
  .section-heading--left {
    margin-inline: 0;
    text-align: left;
  }
  .section-heading__eyebrow, .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--fr-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .section-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
  }
  .section-heading p {
    margin: 0;
    color: var(--fr-muted);
    font-size: 1.08rem;
  }
  .topbar {
    background: var(--fr-primary-dark);
    color: #d8eeea;
    font-size: .84rem;
  }
  .topbar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
  }
  .topbar__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8fd6c8;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(220,230,227,.9);
    backdrop-filter: blur(14px);
  }
  .site-header__inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--fr-ink);
    text-decoration: none;
  }
  .brand__mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(145deg, #178775, #0b5148);
    color: #fff;
    box-shadow: 0 9px 24px rgba(15,107,95,.22);
  }
  .brand__mark svg {
    width: 25px;
    height: 25px;
  }
  .brand__name {
    display: block;
    font-weight: 850;
    font-size: 1.08rem;
    letter-spacing: -.02em;
  }
  .brand__tag {
    display: block;
    color: var(--fr-muted);
    font-size: .72rem;
    letter-spacing: .02em;
  }
  .custom-logo-link img {
    max-height: 52px;
    width: auto;
  }
  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-nav__list a {
    color: #31504c;
    font-size: .94rem;
    font-weight: 700;
    text-decoration: none;
  }
  .site-nav__list a:hover {
    color: var(--fr-primary);
  }
  .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--fr-primary);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15,107,95,.18);
  }
  .header-cta:hover {
    background: var(--fr-primary-dark);
    color: #fff;
  }
  .mobile-nav {
    display: none;
    position: relative;
  }
  .mobile-nav summary {
    cursor: pointer;
    list-style: none;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--fr-line);
    border-radius: 10px;
    background: #fff;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav__panel {
    position: absolute;
    right: 0;
    top: 54px;
    width: min(300px, calc(100vw - 40px));
    padding: 16px;
    border: 1px solid var(--fr-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--fr-shadow);
  }
  .mobile-nav__panel ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav__panel a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--fr-ink);
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-nav__panel a:hover {
    background: var(--fr-soft);
  }
  .hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 74px;
    background: linear-gradient(135deg, #f4fbf9 0%, #ffffff 50%, #f8f1e9 100%);
  }
  .hero::before, .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
  }
  .hero::before {
    width: 460px;
    height: 460px;
    left: -250px;
    top: -150px;
    background: rgba(23,135,117,.08);
  }
  .hero::after {
    width: 330px;
    height: 330px;
    right: -110px;
    bottom: -160px;
    background: rgba(216,121,74,.11);
  }
  .hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    align-items: center;
    gap: 74px;
  }
  .hero__content h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 1.01;
  }
  .hero__content h1 span {
    color: var(--fr-primary);
  }
  .hero__lead {
    max-width: 690px;
    margin: 0 0 30px;
    color: #526966;
    font-size: clamp(1.06rem, 2vw, 1.25rem);
    line-height: 1.72;
  }
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button--primary {
    background: var(--fr-primary);
    color: #fff;
    box-shadow: 0 14px 30px rgba(15,107,95,.2);
  }
  .button--primary:hover {
    background: var(--fr-primary-dark);
    color: #fff;
  }
  .button--secondary {
    background: #fff;
    border-color: #cddbd7;
    color: var(--fr-ink);
  }
  .button--secondary:hover {
    border-color: var(--fr-primary);
    color: var(--fr-primary);
    box-shadow: 0 12px 25px rgba(7,59,54,.08);
  }
  .button--light {
    background: #fff;
    color: var(--fr-primary-dark);
  }
  .button--light:hover {
    color: var(--fr-primary);
  }
  .hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #4e6562;
    font-size: .9rem;
    font-weight: 700;
  }
  .hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .hero__proof svg {
    color: var(--fr-primary);
  }
  .hero-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(191,215,209,.95);
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 28px 80px rgba(7,59,54,.14);
  }
  .hero-card::before {
    content: "";
    position: absolute;
    inset: 12px -12px -12px 12px;
    z-index: -1;
    border-radius: 24px;
    background: #dfeeea;
  }
  .hero-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
  }
  .hero-card__label {
    color: var(--fr-muted);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .hero-card__badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--fr-soft);
    color: var(--fr-primary);
    font-size: .76rem;
    font-weight: 800;
  }
  .hero-card h2 {
    margin: 0 0 18px;
    font-size: 1.8rem;
  }
  .hero-search {
    display: grid;
    gap: 12px;
  }
  .hero-search__field {
    position: relative;
  }
  .hero-search__field svg {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    color: #78908c;
    transform: translateY(-50%);
  }
  .hero-search input {
    width: 100%;
    height: 52px;
    padding: 0 15px 0 45px;
    border: 1px solid #ccdcd8;
    border-radius: 10px;
    background: #fff;
    color: var(--fr-ink);
    outline: none;
  }
  .hero-search input:focus {
    border-color: var(--fr-primary);
    box-shadow: 0 0 0 4px rgba(15,107,95,.09);
  }
  .hero-search button {
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--fr-primary);
    color: #fff;
    font-weight: 850;
    cursor: pointer;
  }
  .hero-search button:hover {
    background: var(--fr-primary-dark);
  }
  .hero-card__cities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 18px;
  }
  .hero-card__cities a {
    padding: 10px 8px;
    border-radius: 9px;
    background: #f4f8f7;
    color: #35534f;
    font-size: .82rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }
  .hero-card__cities a:hover {
    background: var(--fr-soft);
    color: var(--fr-primary);
  }
  .stats-strip {
    position: relative;
    z-index: 3;
    margin-top: -28px;
  }
  .stats-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--fr-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(7,59,54,.09);
  }
  .stat {
    padding: 26px 28px;
    text-align: center;
  }
  .stat + .stat {
    border-left: 1px solid var(--fr-line);
  }
  .stat strong {
    display: block;
    color: var(--fr-primary-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
  }
  .stat span {
    display: block;
    margin-top: 7px;
    color: var(--fr-muted);
    font-size: .9rem;
  }
  .city-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 22px;
  }
  .city-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--fr-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7,59,54,.06);
  }
  .city-card--featured {
    background: linear-gradient(145deg, #0f6b5f, #073b36);
    color: #fff;
    border: none;
    box-shadow: 0 24px 58px rgba(7,59,54,.22);
  }
  .city-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(15,107,95,.06);
  }
  .city-card--featured::after {
    background: rgba(255,255,255,.08);
  }
  .city-card__icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
    border-radius: 15px;
    background: var(--fr-soft);
    color: var(--fr-primary);
  }
  .city-card--featured .city-card__icon {
    background: rgba(255,255,255,.14);
    color: #fff;
  }
  .city-card h3 {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .city-card--featured h3 {
    color: #fff;
  }
  .city-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: var(--fr-muted);
  }
  .city-card--featured p {
    color: #d5e9e5;
  }
  .city-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: #6c7e7b;
    font-size: .86rem;
    font-weight: 750;
  }
  .city-card--featured .city-card__meta {
    color: #c5dfda;
  }
  .city-card__link {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fr-primary);
    font-weight: 850;
    text-decoration: none;
  }
  .city-card--featured .city-card__link {
    color: #fff;
  }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .process-card {
    position: relative;
    padding: 32px 28px;
    border: 1px solid var(--fr-line);
    border-radius: 18px;
    background: #fff;
  }
  .process-card__number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--fr-primary);
    color: #fff;
    font-weight: 900;
  }
  .process-card h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
  .process-card p {
    margin: 0;
    color: var(--fr-muted);
  }
  .directory-grid, .frc-center-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
  }
  .directory-card, .frc-center-card {
    position: relative;
    overflow: hidden;
    padding: 24px !important;
    border: 1px solid var(--fr-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(7,59,54,.055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .directory-card:hover, .frc-center-card:hover {
    transform: translateY(-4px);
    border-color: #afd5cc !important;
    box-shadow: 0 20px 42px rgba(7,59,54,.10);
  }
  .directory-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
  }
  .directory-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--fr-soft);
    color: var(--fr-primary);
    font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: 800;
  }
  .directory-card h3, .frc-center-card h3 {
    margin: 14px 0 9px !important;
    font-size: 1.4rem !important;
  }
  .directory-card h3 a, .frc-center-card h3 a {
    color: var(--fr-ink);
    text-decoration: none;
  }
  .directory-card h3 a:hover, .frc-center-card h3 a:hover {
    color: var(--fr-primary);
  }
  .directory-card p, .frc-center-card p {
    margin: .48rem 0 !important;
    color: var(--fr-muted);
    font-size: .92rem;
  }
  .directory-card__link, .frc-center-card p:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: var(--fr-primary);
    font-weight: 850;
    text-decoration: none;
  }
  .frc-badge {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: #f3f6f5 !important;
    color: #5d706d !important;
    font-size: .72rem !important;
    font-weight: 800;
    line-height: 1.25;
  }
  .frc-directory-note {
    margin-top: 18px !important;
    color: var(--fr-muted) !important;
    font-size: .86rem !important;
  }
  .checklist {
    overflow: hidden;
    border-radius: 28px;
    background: var(--fr-primary-dark);
    color: #fff;
    box-shadow: 0 28px 70px rgba(7,59,54,.2);
  }
  .checklist__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
  }
  .checklist__intro {
    padding: 54px;
    background: linear-gradient(145deg, rgba(255,255,255,.05), transparent);
  }
  .checklist__intro h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.3rem);
  }
  .checklist__intro p {
    margin: 0;
    color: #d0e5e1;
    font-size: 1.05rem;
  }
  .checklist__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 42px;
    background: rgba(255,255,255,.045);
  }
  .check-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    color: #eef8f6;
    font-size: .92rem;
  }
  .check-item svg {
    flex: 0 0 auto;
    color: #94d8ca;
  }
  .guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .guide-card {
    overflow: hidden;
    border: 1px solid var(--fr-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7,59,54,.055);
  }
  .guide-card__visual {
    display: flex;
    align-items: flex-end;
    min-height: 145px;
    padding: 22px;
    background: linear-gradient(135deg, #dff2ed, #f5efe7);
  }
  .guide-card:nth-child(2) .guide-card__visual {
    background: linear-gradient(135deg, #f5efe7, #fff7df);
  }
  .guide-card:nth-child(3) .guide-card__visual {
    background: linear-gradient(135deg, #e6eeff, #effaf7);
  }
  .guide-card__visual span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fff;
    color: var(--fr-primary);
    box-shadow: 0 9px 25px rgba(7,59,54,.10);
  }
  .guide-card__body {
    padding: 25px;
  }
  .guide-card h3 {
    margin: 0 0 10px;
    font-size: 1.48rem;
  }
  .guide-card p {
    margin: 0 0 18px;
    color: var(--fr-muted);
  }
  .guide-card a {
    font-weight: 850;
    text-decoration: none;
  }
  .owner-cta {
    position: relative;
    overflow: hidden;
    padding: 48px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f6eee5, #fffaf4);
    border: 1px solid #eadbc9;
  }
  .owner-cta::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -85px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(216,121,74,.10);
  }
  .owner-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .owner-cta h2 {
    margin: 0 0 10px;
    font-size: 2.25rem;
  }
  .owner-cta p {
    max-width: 700px;
    margin: 0;
    color: #6d625a;
  }
  .faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 13px;
  }
  .faq-list details {
    border: 1px solid var(--fr-line);
    border-radius: 14px;
    background: #fff;
    padding: 0 20px;
  }
  .faq-list summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 20px 40px 20px 0;
    color: var(--fr-ink);
    font-weight: 850;
  }
  .faq-list summary::-webkit-details-marker {
    display: none;
  }
  .faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--fr-soft);
    color: var(--fr-primary);
    transform: translateY(-50%);
  }
  .faq-list details[open] summary::after {
    content: "−";
  }
  .faq-list details p {
    margin: 0;
    padding: 0 0 20px;
    color: var(--fr-muted);
  }
  .content-wrap {
    padding: 72px 0;
  }
  .page-header {
    padding: 66px 0 45px;
    background: linear-gradient(135deg, #effaf7, #fff);
    border-bottom: 1px solid var(--fr-line);
  }
  .page-header h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
  }
  .page-header p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--fr-muted);
    font-size: 1.12rem;
  }
  .entry-content {
    font-size: 1.04rem;
  }
  .entry-content > * {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content > .alignwide {
    max-width: 1180px;
  }
  .entry-content h2 {
    margin-top: 2.3em;
    font-size: 2rem;
  }
  .entry-content h3 {
    margin-top: 1.8em;
    font-size: 1.5rem;
  }
  .entry-content p, .entry-content li {
    color: #3f5552;
  }
  .entry-content a {
    font-weight: 700;
  }
  .entry-content img {
    border-radius: 14px;
  }
  .entry-content blockquote {
    padding: 20px 24px;
    border-left: 4px solid var(--fr-primary);
    background: var(--fr-soft);
    border-radius: 0 12px 12px 0;
  }
  .frc-profile-details, .frc-claim-form {
    max-width: 920px;
    margin: 0 auto 26px !important;
    border: 1px solid var(--fr-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    padding: 28px !important;
    box-shadow: 0 12px 34px rgba(7,59,54,.05);
  }
  .frc-profile-details dl {
    grid-template-columns: minmax(150px, 220px) 1fr !important;
    gap: .8rem 1.2rem !important;
  }
  .frc-profile-details dt {
    color: var(--fr-ink);
  }
  .frc-claim-form input, .frc-claim-form select, .frc-claim-form textarea {
    border: 1px solid #cbdad6;
    border-radius: 9px;
    background: #fff;
  }
  .frc-claim-form button {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    background: var(--fr-primary);
    color: #fff;
    font-weight: 850;
    cursor: pointer;
  }
  .frc-approved-media {
    max-width: 920px;
    margin: 0 auto 24px !important;
    border-color: var(--fr-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(7,59,54,.05);
  }
  .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .post-card {
    overflow: hidden;
    border: 1px solid var(--fr-line);
    border-radius: 18px;
    background: #fff;
  }
  .post-card__image {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #dff2ed, #f5efe7);
  }
  .post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-card__body {
    padding: 24px;
  }
  .post-card h2, .post-card h3 {
    margin: 0 0 10px;
    font-size: 1.45rem;
  }
  .post-card h2 a, .post-card h3 a {
    color: var(--fr-ink);
    text-decoration: none;
  }
  .post-card p {
    color: var(--fr-muted);
  }
  .site-footer {
    margin-top: auto;
    background: var(--fr-primary-dark);
    color: #c9dfdb;
  }
  .site-footer__top {
    display: grid;
    grid-template-columns: 1.35fr .7fr .7fr;
    gap: 60px;
    padding: 70px 0 52px;
  }
  .site-footer .brand {
    color: #fff;
  }
  .site-footer .brand__tag {
    color: #a9c7c1;
  }
  .site-footer__about {
    max-width: 470px;
    margin: 20px 0 0;
    color: #b8d1cc;
  }
  .site-footer h3 {
    margin: 0 0 16px;
    color: #fff;
    font-family: inherit;
    font-size: .9rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .site-footer ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-footer a {
    color: #c9dfdb;
    text-decoration: none;
  }
  .site-footer a:hover {
    color: #fff;
  }
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #9dbbb5;
    font-size: .83rem;
  }
  .empty-state {
    padding: 54px;
    border: 1px dashed #bdcfcb;
    border-radius: 18px;
    background: #fff;
    text-align: center;
  }
  .pagination {
    margin-top: 42px;
  }
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .pagination a, .pagination span {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--fr-line);
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
  }
  .pagination .current {
    background: var(--fr-primary);
    border-color: var(--fr-primary);
    color: #fff;
  }
}
@media (max-width: 1020px) {
  .site-nav, .header-cta {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .hero__content {
    text-align: center;
  }
  .hero__content h1, .hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__actions, .hero__proof {
    justify-content: center;
  }
  .hero-card {
    width: min(620px, 100%);
    margin: 0 auto;
  }
  .city-grid {
    grid-template-columns: 1fr 1fr;
  }
  .city-card--featured {
    grid-column: 1 / -1;
    min-height: 300px;
  }
  .directory-grid, .frc-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .checklist__grid {
    grid-template-columns: 1fr;
  }
  .checklist__intro {
    padding-bottom: 30px;
  }
  .guide-grid, .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .container, .container--narrow {
    width: min(100% - 28px, 1180px);
  }
  .topbar__inner {
    min-height: 34px;
    font-size: .75rem;
  }
  .topbar__dot:nth-of-type(2), .topbar span:nth-of-type(3) {
    display: none;
  }
  .site-header__inner {
    min-height: 70px;
  }
  .brand__tag {
    display: none;
  }
  .hero {
    padding: 62px 0 58px;
  }
  .hero__content h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .hero-card {
    padding: 22px;
  }
  .hero-card__cities {
    grid-template-columns: 1fr;
  }
  .stats-strip {
    margin-top: -18px;
  }
  .stats-strip__grid {
    grid-template-columns: 1fr;
  }
  .stat {
    padding: 20px;
  }
  .stat + .stat {
    border-left: 0;
    border-top: 1px solid var(--fr-line);
  }
  .section {
    padding: 64px 0;
  }
  .city-grid, .process-grid, .guide-grid, .post-grid {
    grid-template-columns: 1fr;
  }
  .city-card--featured {
    grid-column: auto;
  }
  .directory-grid, .frc-center-grid {
    grid-template-columns: 1fr !important;
  }
  .checklist__intro {
    padding: 34px 25px 25px;
  }
  .checklist__items {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .owner-cta {
    padding: 32px 24px;
  }
  .owner-cta__inner {
    display: grid;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 52px;
  }
  .site-footer__bottom {
    display: grid;
  }
  .frc-profile-details dl {
    grid-template-columns: 1fr !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
