:root {
    --v2-forest-950: #03251d;
    --v2-forest-900: #063c2f;
    --v2-forest-800: #07513e;
    --v2-emerald-700: #007a50;
    --v2-emerald-600: #008f5c;
    --v2-emerald-500: #00a66a;
    --v2-lime: #d5e86b;
    --v2-lime-soft: #eff7c9;
    --v2-mint: #e9f7f0;
    --v2-mint-strong: #ccebdd;
    --v2-blue-soft: #e7f1ff;
    --v2-blue: #225ea8;
    --v2-canvas: #f6f8f5;
    --v2-surface: #ffffff;
    --v2-surface-soft: #f0f4f1;
    --v2-ink: #17231d;
    --v2-muted: #637068;
    --v2-line: #dce5df;
    --v2-line-strong: #c5d1c9;
    --v2-danger: #b42318;
    --v2-shadow-sm: 0 8px 24px rgba(3, 37, 29, .06);
    --v2-shadow-md: 0 18px 50px rgba(3, 37, 29, .1);
    --v2-shadow-lg: 0 30px 90px rgba(3, 37, 29, .16);
    --v2-radius-sm: 12px;
    --v2-radius: 18px;
    --v2-radius-lg: 28px;
    --v2-container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
}

.v2-body {
    display: flex;
    flex-direction: column;
    color: var(--v2-ink);
    background: var(--v2-canvas);
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}

.v2-body main {
    flex: 1;
}

.v2-body a {
    color: inherit;
    text-decoration: none;
}

.v2-body button,
.v2-body input,
.v2-body select,
.v2-body textarea {
    font: inherit;
}

.v2-body button,
.v2-body select {
    cursor: pointer;
}

.v2-body img,
.v2-body svg {
    display: block;
    max-width: 100%;
}

.v2-body [hidden] {
    display: none !important;
}

.v2-body :focus-visible {
    outline: 3px solid var(--v2-lime);
    outline-offset: 3px;
}

.v2-body .material-symbols-outlined {
    font-size: 21px;
    font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
    line-height: 1;
    vertical-align: middle;
}

.v2-container {
    width: min(calc(100% - 48px), var(--v2-container));
    margin-inline: auto;
}

.v2-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.v2-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 14px;
    border-radius: 10px;
    color: #fff !important;
    background: var(--v2-forest-950);
    transform: translateY(-150%);
}

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

.v2-utility {
    color: rgba(255, 255, 255, .8);
    background: var(--v2-forest-950);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .01em;
}

.v2-utility-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 34px;
    gap: 18px;
}

.v2-utility-inner > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.v2-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--v2-lime);
    box-shadow: 0 0 0 4px rgba(213, 232, 107, .12);
}

.v2-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(220, 229, 223, .8);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
}

.v2-header-inner {
    display: flex;
    align-items: center;
    min-height: 78px;
    gap: 30px;
}

.v2-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    gap: 12px;
    min-width: 0;
}

.v2-brand-mark,
.v2-brand-image {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, var(--v2-emerald-500), var(--v2-forest-800));
    box-shadow: 0 8px 20px rgba(0, 143, 92, .22);
}

.v2-brand-mark.material-symbols-outlined {
    font-size: 27px;
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 32;
}

.v2-brand-image {
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border: 1px solid var(--v2-line);
    box-shadow: none;
}

.v2-brand-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.v2-brand-image.v2-brand-image-wide {
    flex-basis: 80px;
    width: 80px;
    border-radius: 10px;
}

.v2-brand-copy {
    display: grid;
    min-width: 0;
    line-height: 1.2;
}

.v2-brand-copy strong {
    max-width: 270px;
    color: var(--v2-forest-900);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-brand-copy small {
    margin-top: 4px;
    color: var(--v2-muted);
    font-size: 11px;
    font-weight: 650;
}

.v2-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 30px;
}

.v2-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.v2-nav a {
    position: relative;
    padding: 11px 13px;
    border-radius: 10px;
    color: #4f5d55;
    font-size: 13px;
    font-weight: 700;
    transition: color 150ms ease, background 150ms ease;
}

.v2-nav a:hover,
.v2-nav a.is-active {
    color: var(--v2-forest-900);
    background: var(--v2-mint);
}

.v2-nav a.is-active::after {
    position: absolute;
    right: 14px;
    bottom: 4px;
    left: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--v2-emerald-600);
    content: "";
}

.v2-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.v2-compare {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid var(--v2-line);
    border-radius: 10px;
    color: var(--v2-forest-800);
    background: #fff;
    font-size: 12px;
    font-weight: 750;
}

.v2-compare:hover {
    border-color: var(--v2-mint-strong);
    background: var(--v2-mint);
}

.v2-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    place-items: center;
    border: 1px solid var(--v2-line);
    border-radius: 12px;
    color: var(--v2-forest-900);
    background: #fff;
}

.v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.v2-button:hover {
    transform: translateY(-1px);
}

.v2-button-sm {
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 11px;
    font-size: 12px;
}

.v2-button-full {
    width: 100%;
}

.v2-button-primary {
    color: #fff;
    background: var(--v2-emerald-700);
    box-shadow: 0 8px 22px rgba(0, 122, 80, .17);
}

.v2-button-primary:hover {
    background: var(--v2-forest-800);
    box-shadow: 0 12px 30px rgba(0, 81, 62, .22);
}

.v2-button-accent {
    color: var(--v2-forest-950);
    background: var(--v2-lime);
    box-shadow: 0 10px 25px rgba(213, 232, 107, .16);
}

.v2-button-accent:hover {
    background: #e1ef85;
    box-shadow: 0 14px 30px rgba(213, 232, 107, .23);
}

.v2-button-secondary {
    color: var(--v2-forest-800);
    border-color: var(--v2-mint-strong);
    background: var(--v2-mint);
}

.v2-button-secondary:hover {
    border-color: #abdcc8;
    background: #ddf2e8;
}

.v2-button-quiet {
    color: var(--v2-forest-800);
    border-color: var(--v2-line);
    background: #fff;
}

.v2-button-quiet:hover {
    border-color: var(--v2-mint-strong);
    background: var(--v2-mint);
}

.v2-button-glass {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
}

.v2-button-glass:hover {
    background: rgba(255, 255, 255, .14);
}

.v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--v2-emerald-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.v2-eyebrow .material-symbols-outlined {
    font-size: 17px;
}

.v2-eyebrow-light {
    color: var(--v2-lime);
}

.v2-section {
    padding: 92px 0;
}

.v2-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
}

.v2-section-head h2 {
    margin: 9px 0 8px;
    color: var(--v2-forest-900);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.v2-section-head p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 16px;
}

.v2-section-head-centered {
    justify-content: center;
    text-align: center;
}

.v2-link-arrow {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--v2-line-strong);
    color: var(--v2-forest-800);
    font-size: 13px;
    font-weight: 800;
}

.v2-link-arrow:hover {
    border-color: var(--v2-emerald-600);
    color: var(--v2-emerald-700);
}

/* Home */

.v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, var(--v2-forest-950) 0%, var(--v2-forest-900) 48%, #086449 100%);
}

.v2-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, #000, transparent 82%);
    content: "";
}

.v2-hero-shape {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
}

.v2-hero-shape-one {
    top: -220px;
    right: -110px;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(213, 232, 107, .23);
    box-shadow: inset 0 0 120px rgba(213, 232, 107, .08);
}

.v2-hero-shape-two {
    right: 27%;
    bottom: -280px;
    width: 500px;
    height: 500px;
    background: rgba(0, 166, 106, .15);
    filter: blur(40px);
}

.v2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .68fr);
    align-items: center;
    min-height: 680px;
    gap: clamp(50px, 8vw, 110px);
    padding-top: 70px;
    padding-bottom: 78px;
}

.v2-hero-copy h1 {
    max-width: 760px;
    margin: 20px 0 22px;
    color: #fff;
    font-size: clamp(46px, 6.2vw, 76px);
    font-weight: 750;
    line-height: 1.01;
    letter-spacing: -.06em;
}

.v2-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.v2-search-box {
    max-width: 760px;
    margin-top: 34px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 21px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .13);
    backdrop-filter: blur(12px);
}

.v2-search-modes {
    display: flex;
    gap: 4px;
    padding: 0 5px 8px;
}

.v2-search-modes button {
    padding: 8px 13px;
    border: 0;
    border-radius: 9px;
    color: rgba(255, 255, 255, .68);
    background: transparent;
    font-size: 12px;
    font-weight: 750;
}

.v2-search-modes button:hover,
.v2-search-modes button.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.v2-search-control {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 66px;
    gap: 12px;
    padding: 7px 7px 7px 18px;
    border-radius: 14px;
    color: var(--v2-muted);
    background: #fff;
}

.v2-search-control > .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 26px;
}

.v2-search-control input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--v2-ink);
    background: transparent;
    font-size: 15px;
}

.v2-search-control input::placeholder {
    color: #8b9790;
}

.v2-search-box > p {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 8px 9px 2px;
    color: rgba(255, 255, 255, .63);
    font-size: 11px;
}

.v2-search-box > p .material-symbols-outlined {
    color: var(--v2-lime);
    font-size: 16px;
}

.v2-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--v2-radius-lg);
    background: rgba(255, 255, 255, .08);
    box-shadow: var(--v2-shadow-lg);
    backdrop-filter: blur(16px);
}

.v2-network-visual {
    position: relative;
    width: min(100%, 330px);
    aspect-ratio: 1;
    margin: -18px auto 6px;
}

.v2-network-ring {
    position: absolute;
    inset: 15%;
    border: 1px solid rgba(213, 232, 107, .28);
    border-radius: 999px;
}

.v2-network-ring-two {
    inset: 30%;
    border-color: rgba(255, 255, 255, .24);
}

.v2-network-center,
.v2-network-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 999px;
}

.v2-network-center {
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    color: var(--v2-forest-950);
    background: var(--v2-lime);
    box-shadow: 0 0 0 16px rgba(213, 232, 107, .08), 0 20px 45px rgba(0, 0, 0, .2);
    transform: translate(-50%, -50%);
}

.v2-network-center.material-symbols-outlined {
    font-size: 44px;
    font-variation-settings: "FILL" 1, "wght" 450, "GRAD" 0, "opsz" 48;
}

.v2-network-node {
    width: 48px;
    height: 48px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(7px);
}

.v2-node-one {
    top: 13%;
    left: 20%;
}

.v2-node-two {
    right: 12%;
    top: 46%;
}

.v2-node-three {
    bottom: 10%;
    left: 22%;
}

.v2-hero-panel-copy > span {
    color: var(--v2-lime);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.v2-hero-panel-copy strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.v2-hero-panel-copy p {
    margin: 8px 0 22px;
    color: rgba(255, 255, 255, .63);
    font-size: 13px;
}

.v2-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.v2-metrics div {
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.v2-metrics div:first-child {
    padding-left: 0;
}

.v2-metrics div:last-child {
    padding-right: 0;
    border-right: 0;
}

.v2-metrics dt {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.v2-metrics dd {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    font-weight: 700;
}

.v2-specialties {
    background: var(--v2-surface);
}

.v2-specialty-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.v2-specialty-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 116px;
    gap: 14px;
    padding: 19px;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
    transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.v2-specialty-card::after {
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: var(--v2-mint);
    opacity: 0;
    content: "";
    transition: opacity 170ms ease, transform 170ms ease;
}

.v2-specialty-card:hover {
    z-index: 1;
    border-color: #a9d7c3;
    box-shadow: var(--v2-shadow-md);
    transform: translateY(-4px);
}

.v2-specialty-card:hover::after {
    opacity: 1;
    transform: scale(1.1);
}

.v2-specialty-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
}

.v2-specialty-icon.material-symbols-outlined {
    font-size: 25px;
}

.v2-specialty-card strong,
.v2-specialty-card small {
    position: relative;
    z-index: 1;
    display: block;
}

.v2-specialty-card strong {
    color: var(--v2-forest-900);
    font-size: 14px;
    line-height: 1.35;
}

.v2-specialty-card small {
    margin-top: 5px;
    color: var(--v2-muted);
    font-size: 11px;
}

.v2-specialty-arrow {
    position: relative;
    z-index: 1;
    color: #9aa69f;
}

.v2-empty-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    color: var(--v2-muted);
    background: var(--v2-surface-soft);
}

.v2-trust-section {
    padding: 0 0 92px;
    background: #fff;
}

.v2-trust-card {
    display: grid;
    grid-template-columns: .85fr 1.4fr;
    gap: clamp(40px, 7vw, 90px);
    padding: clamp(36px, 5vw, 62px);
    overflow: hidden;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 95% 0%, rgba(213, 232, 107, .17), transparent 24rem),
        var(--v2-forest-900);
}

.v2-trust-intro h2 {
    margin: 13px 0 15px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.v2-trust-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
}

.v2-trust-items {
    display: grid;
    gap: 13px;
}

.v2-trust-items article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .065);
}

.v2-trust-items article > .material-symbols-outlined {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    color: var(--v2-lime);
    background: rgba(213, 232, 107, .1);
}

.v2-trust-items h3 {
    margin: 0;
    font-size: 15px;
}

.v2-trust-items p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

.v2-steps-section {
    background: var(--v2-canvas);
}

.v2-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.v2-steps article {
    position: relative;
    min-height: 255px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius-lg);
    background: #fff;
}

.v2-step-number {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #e0e8e3;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -.06em;
}

.v2-step-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 38px;
    border-radius: 16px;
    color: var(--v2-forest-900);
    background: var(--v2-lime-soft);
}

.v2-step-icon.material-symbols-outlined {
    font-size: 27px;
}

.v2-steps h3 {
    margin: 0 0 8px;
    color: var(--v2-forest-900);
    font-size: 20px;
}

.v2-steps p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 13px;
}

/* Search */

.v2-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    color: var(--v2-muted);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.v2-breadcrumbs a:hover {
    text-decoration: underline;
}

.v2-breadcrumbs .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 15px;
}

.v2-breadcrumbs span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.v2-breadcrumbs-light {
    color: rgba(255, 255, 255, .62);
}

.v2-breadcrumbs-light a {
    color: #fff;
}

.v2-search-hero {
    padding: 32px 0 48px;
    color: #fff;
    background:
        radial-gradient(circle at 88% -20%, rgba(213, 232, 107, .17), transparent 30rem),
        var(--v2-forest-900);
}

.v2-search-hero-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: end;
    gap: 55px;
    margin-top: 30px;
}

.v2-search-hero h1 {
    max-width: 580px;
    margin: 10px 0 10px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
    letter-spacing: -.05em;
}

.v2-search-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
}

.v2-search-compact {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 7px 7px 7px 17px;
    border-radius: 16px;
    color: var(--v2-muted);
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .13);
}

.v2-search-compact > .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 25px;
}

.v2-search-compact input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--v2-ink);
    background: transparent;
}

.v2-results-section {
    padding: 48px 0 90px;
}

.v2-results-layout {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.v2-filter-mobile-button {
    display: none;
}

.v2-filters {
    position: sticky;
    top: 98px;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
    box-shadow: var(--v2-shadow-sm);
}

.v2-filters form {
    padding: 21px;
}

.v2-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.v2-filter-head > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.v2-filter-head > div > .material-symbols-outlined {
    color: var(--v2-emerald-700);
}

.v2-filter-head h2 {
    margin: 0;
    color: var(--v2-forest-900);
    font-size: 15px;
}

.v2-filter-head > a {
    color: var(--v2-emerald-700);
    font-size: 11px;
    font-weight: 800;
}

.v2-field {
    display: grid;
    gap: 7px;
    margin-bottom: 15px;
}

.v2-field > label,
.v2-filter-mode legend {
    color: #46534c;
    font-size: 11px;
    font-weight: 800;
}

.v2-field input,
.v2-field select,
.v2-sort select {
    width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid var(--v2-line);
    border-radius: 10px;
    outline: none;
    color: var(--v2-ink);
    background: #fff;
    font-size: 12px;
}

.v2-field input:focus,
.v2-field select:focus,
.v2-sort select:focus {
    border-color: var(--v2-emerald-600);
    box-shadow: 0 0 0 3px rgba(0, 143, 92, .1);
}

.v2-input-icon {
    position: relative;
}

.v2-input-icon .material-symbols-outlined {
    position: absolute;
    top: 50%;
    left: 11px;
    color: #8a978f;
    font-size: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.v2-input-icon input {
    padding-left: 36px;
}

.v2-filter-mode {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
}

.v2-filter-mode legend {
    margin-bottom: 8px;
}

.v2-filter-mode > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3px;
    border-radius: 10px;
    background: var(--v2-surface-soft);
}

.v2-filter-mode label {
    position: relative;
    cursor: pointer;
}

.v2-filter-mode input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.v2-filter-mode span {
    display: block;
    padding: 7px 3px;
    border-radius: 8px;
    color: var(--v2-muted);
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease, background .15s ease, box-shadow .15s ease;
}

.v2-filter-mode input:checked + span {
    color: var(--v2-forest-900);
    background: #fff;
    box-shadow: 0 2px 7px rgba(3, 37, 29, .08);
}

.v2-filter-mode input:focus-visible + span {
    outline: 2px solid var(--v2-emerald-600);
    outline-offset: 2px;
}

.v2-checks {
    display: grid;
    gap: 9px;
    margin: 20px 0;
    padding-top: 18px;
    border-top: 1px solid var(--v2-line);
}

.v2-checks label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.v2-checks input {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: var(--v2-emerald-700);
}

.v2-checks span {
    display: grid;
}

.v2-checks strong {
    color: #435048;
    font-size: 11px;
}

.v2-checks small {
    color: #8a958e;
    font-size: 9px;
}

.v2-results {
    min-width: 0;
}

.v2-results-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 22px;
}

.v2-results-count {
    color: var(--v2-emerald-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.v2-results-head h1 {
    margin: 4px 0 3px;
    color: var(--v2-forest-900);
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
    letter-spacing: -.04em;
}

.v2-results-head p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 12px;
}

.v2-sort {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
}

.v2-results-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.v2-download-guide {
    min-height: 40px;
    padding: 9px 13px;
    white-space: nowrap;
}

.v2-download-guide .material-symbols-outlined {
    font-size: 18px;
}

.v2-sort label {
    color: var(--v2-muted);
    font-size: 10px;
    font-weight: 750;
}

.v2-sort select {
    width: auto;
    min-height: 40px;
}

.v2-provider-list {
    display: grid;
    gap: 13px;
}

.v2-provider-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, .8fr) auto;
    align-items: center;
    gap: 24px;
    padding: 22px;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
    box-shadow: 0 4px 14px rgba(3, 37, 29, .025);
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.v2-provider-card:hover {
    border-color: #b5daca;
    box-shadow: var(--v2-shadow-md);
    transform: translateY(-2px);
}

.v2-provider-identity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    min-width: 0;
    gap: 16px;
}

.v2-provider-avatar {
    display: grid;
    width: 58px;
    height: 58px;
    overflow: hidden;
    place-items: center;
    border: 1px solid #b9d9ca;
    border-radius: 17px;
    color: var(--v2-forest-800);
    background:
        linear-gradient(145deg, var(--v2-lime-soft), var(--v2-mint));
    box-shadow: 0 3px 10px rgba(3, 74, 55, .09);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.v2-provider-avatar img,
.v2-profile-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.v2-provider-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.v2-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 23px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}

.v2-pill .material-symbols-outlined {
    font-size: 13px;
}

.v2-pill-soft {
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
}

.v2-pill-blue {
    color: var(--v2-blue);
    background: var(--v2-blue-soft);
}

.v2-pill-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .09);
}

.v2-provider-card h2 {
    margin: 7px 0 2px;
    color: var(--v2-forest-900);
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.v2-provider-card h2 a:hover {
    color: var(--v2-emerald-700);
}

.v2-provider-council {
    margin: 0;
    color: var(--v2-muted);
    font-size: 10px;
    font-weight: 700;
}

.v2-provider-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
}

.v2-provider-specialties span {
    padding: 3px 7px;
    border: 1px solid var(--v2-line);
    border-radius: 7px;
    color: #57655d;
    background: #fafcfb;
    font-size: 9px;
    font-weight: 700;
}

.v2-provider-specialties small {
    display: grid;
    place-items: center;
    color: var(--v2-emerald-700);
    font-size: 9px;
    font-weight: 800;
}

.v2-provider-info {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.v2-provider-locations,
.v2-provider-extra-locations {
    display: grid;
    gap: 11px;
}

.v2-provider-location {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    min-width: 0;
}

.v2-provider-location > .material-symbols-outlined {
    margin-top: 2px;
    color: var(--v2-emerald-700);
    font-size: 19px;
}

.v2-provider-location div {
    display: grid;
    min-width: 0;
}

.v2-provider-location strong,
.v2-provider-location small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-provider-location strong {
    color: #3d4a43;
    font-size: 10px;
}

.v2-provider-location small {
    margin-top: 2px;
    color: #7a877f;
    font-size: 9px;
}

.v2-provider-location-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
}

.v2-provider-location-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    border-radius: 7px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
    font-size: 9px;
    font-weight: 800;
}

.v2-provider-location-contacts a:hover {
    color: #fff;
    background: var(--v2-emerald-700);
}

.v2-provider-location-contacts .material-symbols-outlined {
    font-size: 14px;
}

.v2-provider-more-locations {
    display: grid;
    gap: 9px;
}

.v2-provider-more-locations summary {
    display: flex;
    align-items: center;
    gap: 4px;
    order: 2;
    width: fit-content;
    color: var(--v2-emerald-700);
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    list-style: none;
}

.v2-provider-more-locations summary::-webkit-details-marker {
    display: none;
}

.v2-provider-more-locations summary .material-symbols-outlined {
    font-size: 16px;
    transition: transform 160ms ease;
}

.v2-provider-more-locations[open] summary .material-symbols-outlined {
    transform: rotate(180deg);
}

.v2-provider-more-locations .when-open,
.v2-provider-more-locations[open] .when-closed {
    display: none;
}

.v2-provider-more-locations[open] .when-open {
    display: inline;
}

.v2-provider-extra-locations {
    order: 1;
}

.v2-provider-extra-locations .v2-provider-location {
    padding-top: 10px;
    border-top: 1px solid var(--v2-line);
}

.v2-provider-qualifications {
    display: flex;
    align-items: center;
    gap: 4px;
}

.v2-provider-qualifications > span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--v2-forest-800);
    font-size: 8px;
    font-weight: 800;
}

.v2-provider-qualifications > span.has-image,
.v2-legend-symbol.has-image,
.v2-quality-symbol.has-image {
    border: 1px solid #cbe5d8;
    background: #fff;
}

.v2-provider-qualifications > span.has-image img,
.v2-legend-symbol.has-image img,
.v2-quality-symbol.has-image img {
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    object-fit: contain;
}

.v2-provider-qualifications small {
    margin-left: 3px;
    color: var(--v2-muted);
    font-size: 8px;
    font-weight: 700;
}

.v2-provider-actions {
    display: grid;
    gap: 8px;
}

.v2-provider-actions .v2-button {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 10px;
    white-space: nowrap;
}

.v2-provider-actions .material-symbols-outlined {
    font-size: 16px;
}

.v2-empty-state {
    display: grid;
    justify-items: center;
    min-height: 390px;
    place-content: center;
    padding: 45px;
    border: 1px dashed var(--v2-line-strong);
    border-radius: var(--v2-radius-lg);
    background: #fff;
    text-align: center;
}

.v2-empty-state > .material-symbols-outlined {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 20px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
    font-size: 31px;
}

.v2-empty-state h2 {
    margin: 0;
    color: var(--v2-forest-900);
    font-size: 22px;
}

.v2-empty-state p {
    margin: 8px 0 22px;
    color: var(--v2-muted);
}

.v2-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
}

.v2-pagination > a,
.v2-pagination > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--v2-line);
    border-radius: 10px;
    color: #56635b;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.v2-pagination > a:hover,
.v2-pagination > a.is-active {
    color: #fff;
    border-color: var(--v2-emerald-700);
    background: var(--v2-emerald-700);
}

.v2-pagination > span.is-disabled {
    color: #b5beb8;
    background: #f0f3f1;
}

.v2-legend {
    margin-top: 35px;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
}

.v2-legend summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    color: var(--v2-forest-900);
    font-size: 12px;
    font-weight: 800;
    list-style: none;
}

.v2-legend summary::-webkit-details-marker {
    display: none;
}

.v2-legend summary > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.v2-legend summary > span:first-child .material-symbols-outlined {
    color: var(--v2-emerald-700);
}

.v2-legend[open] summary > .material-symbols-outlined {
    transform: rotate(180deg);
}

.v2-legend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 20px 20px;
}

.v2-legend-grid > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    background: var(--v2-surface-soft);
}

.v2-legend-symbol {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--v2-forest-800);
    font-size: 9px;
    font-weight: 800;
}

.v2-legend-grid p {
    display: grid;
    margin: 0;
}

.v2-legend-grid strong {
    color: #3f4c45;
    font-size: 10px;
}

.v2-legend-grid small {
    margin-top: 2px;
    color: var(--v2-muted);
    font-size: 8px;
    line-height: 1.4;
}

/* Detail */

.v2-detail-hero {
    padding: 30px 0 60px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 0%, rgba(213, 232, 107, .17), transparent 28rem),
        linear-gradient(120deg, var(--v2-forest-950), var(--v2-forest-800));
}

.v2-profile-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 27px;
    margin-top: 40px;
}

.v2-profile-avatar {
    display: grid;
    width: 104px;
    height: 104px;
    overflow: hidden;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 29px;
    color: var(--v2-forest-950);
    background: linear-gradient(145deg, var(--v2-lime), #eef7b7);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .17);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.05em;
}

.v2-profile-heading h1 {
    margin: 10px 0 4px;
    color: #fff;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -.05em;
}

.v2-profile-specialty {
    margin: 0;
    color: var(--v2-lime);
    font-size: 16px;
    font-weight: 700;
}

.v2-profile-council {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    font-weight: 700;
}

.v2-profile-council .material-symbols-outlined {
    font-size: 16px;
}

.v2-profile-actions {
    display: grid;
    gap: 9px;
    min-width: 205px;
}

.v2-profile-actions .v2-button {
    font-size: 11px;
}

.v2-detail-section {
    padding: 0 0 90px;
}

.v2-detail-summary {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -29px;
    margin-bottom: 28px;
    padding: 17px;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
    box-shadow: var(--v2-shadow-md);
}

.v2-detail-summary > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 5px 17px;
    border-right: 1px solid var(--v2-line);
}

.v2-detail-summary > div:last-child {
    border-right: 0;
}

.v2-detail-summary .material-symbols-outlined {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 11px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
    font-size: 20px;
}

.v2-detail-summary p {
    display: grid;
    margin: 0;
    min-width: 0;
}

.v2-detail-summary small {
    color: var(--v2-muted);
    font-size: 8px;
    font-weight: 700;
}

.v2-detail-summary strong {
    overflow: hidden;
    color: var(--v2-forest-900);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .7fr);
    align-items: start;
    gap: 26px;
}

.v2-detail-main,
.v2-detail-side {
    display: grid;
    gap: 17px;
}

.v2-detail-side {
    position: sticky;
    top: 98px;
}

.v2-content-card,
.v2-side-card {
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    background: #fff;
    box-shadow: 0 5px 18px rgba(3, 37, 29, .025);
}

.v2-content-card {
    padding: 28px;
}

.v2-content-card-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 21px;
}

.v2-content-icon {
    display: grid;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 14px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
}

.v2-content-icon.material-symbols-outlined {
    font-size: 24px;
}

.v2-content-card-head h2 {
    margin: 3px 0 0;
    color: var(--v2-forest-900);
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.v2-content-lead {
    margin: 0;
    color: #526057;
    font-size: 14px;
    line-height: 1.8;
}

.v2-specialty-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.v2-specialty-detail-list article,
.v2-plan-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding: 14px;
    border: 1px solid var(--v2-line);
    border-radius: 13px;
    background: #fbfcfb;
}

.v2-specialty-detail-list article > .material-symbols-outlined,
.v2-plan-grid article > .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 19px;
}

.v2-specialty-detail-list h3,
.v2-plan-grid h3,
.v2-quality-grid h3 {
    margin: 0;
    color: #35443b;
    font-size: 12px;
    line-height: 1.35;
}

.v2-specialty-detail-list p,
.v2-plan-grid p,
.v2-quality-grid p {
    margin: 3px 0 0;
    color: var(--v2-muted);
    font-size: 9px;
    line-height: 1.5;
}

.v2-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.v2-quality-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 13px;
    background: var(--v2-surface-soft);
}

.v2-quality-symbol {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--v2-forest-800);
    font-size: 10px;
    font-weight: 800;
}

.v2-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.v2-plan-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 17px 0 0;
    padding: 12px;
    border-radius: 11px;
    color: #6b7245;
    background: #fafce9;
    font-size: 9px;
}

.v2-plan-note .material-symbols-outlined {
    flex: 0 0 auto;
    color: #8d9b36;
    font-size: 17px;
}

.v2-muted {
    margin: 0;
    color: var(--v2-muted);
}

.v2-side-card {
    overflow: hidden;
    padding: 22px;
}

.v2-side-card-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
}

.v2-side-card-head > .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 21px;
}

.v2-side-card h2 {
    margin: 0;
    color: var(--v2-forest-900);
    font-size: 14px;
}

.v2-side-card address {
    display: grid;
    margin: 0 0 17px;
    padding-left: 30px;
    color: var(--v2-muted);
    font-size: 10px;
    font-style: normal;
}

.v2-side-card address strong {
    margin-bottom: 4px;
    color: #3b4941;
    font-size: 12px;
}

.v2-service-location-list {
    display: grid;
    gap: 18px;
}

.v2-service-location {
    display: grid;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--v2-line);
}

.v2-service-location:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.v2-location-label {
    width: fit-content;
    margin-bottom: 10px;
    padding: 4px 7px;
    border-radius: 999px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.v2-service-location address {
    padding-left: 0;
}

.v2-location-services {
    display: grid;
    gap: 8px;
    margin: -4px 0 15px;
    padding: 11px;
    border: 1px solid #d9ebe3;
    border-radius: 11px;
    background: #f7fbf9;
}

.v2-location-services > strong {
    color: var(--v2-forest-900);
    font-size: 9px;
    letter-spacing: .02em;
}

.v2-location-services ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2-location-services li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    color: #35443b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
}

.v2-location-services li .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 16px;
}

.v2-location-services-empty {
    margin: -4px 0 15px;
    color: var(--v2-muted);
    font-size: 9px;
}

.v2-location-contact-list {
    display: grid;
    gap: 7px;
    margin: -4px 0 13px;
}

.v2-location-contact-list a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 10px;
    color: var(--v2-forest-900);
    background: var(--v2-surface-soft);
}

.v2-location-contact-list a:hover {
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
}

.v2-location-contact-list > a > .material-symbols-outlined {
    color: var(--v2-emerald-700);
    font-size: 18px;
}

.v2-location-contact-list a > span:last-child {
    display: grid;
}

.v2-location-contact-list small {
    color: var(--v2-muted);
    font-size: 8px;
}

.v2-location-contact-list strong {
    font-size: 10px;
}

.v2-location-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.v2-location-actions .v2-button {
    width: 100%;
    padding-inline: 8px;
}

.v2-location-map-panel {
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid var(--v2-line);
    border-radius: 11px;
    background: var(--v2-surface-soft);
}

.v2-location-map-panel iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.v2-side-card .v2-button {
    min-height: 42px;
    font-size: 10px;
}

.v2-map {
    display: block;
    width: calc(100% + 44px);
    height: 210px;
    margin: 19px -22px -22px;
    border: 0;
    border-top: 1px solid var(--v2-line);
}

.v2-contact-list {
    display: grid;
}

.v2-contact-list > div,
.v2-contact-list > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid var(--v2-line);
}

.v2-contact-list > :last-child {
    border-bottom: 0;
}

.v2-contact-list > div > .material-symbols-outlined,
.v2-contact-list > a > .material-symbols-outlined:first-child {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: var(--v2-emerald-700);
    background: var(--v2-mint);
    font-size: 17px;
}

.v2-contact-list > a > .material-symbols-outlined:last-child {
    color: #9aa69f;
    font-size: 16px;
}

.v2-contact-list p {
    display: grid;
    min-width: 0;
    margin: 0;
}

.v2-contact-list small {
    color: var(--v2-muted);
    font-size: 8px;
}

.v2-contact-list strong {
    overflow: hidden;
    color: #3b4941;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-contact-list button {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    color: var(--v2-muted);
    background: var(--v2-surface-soft);
}

.v2-contact-list button .material-symbols-outlined {
    font-size: 15px;
}

.v2-schedule-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2-schedule-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--v2-line);
    color: var(--v2-muted);
    font-size: 9px;
}

.v2-schedule-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.v2-schedule-list strong {
    color: #3b4941;
    font-size: 9px;
}

/* Flash and footer */

.v2-body .flash-stack {
    position: fixed;
    top: 96px;
    right: 22px;
    z-index: 90;
    display: grid;
    gap: 8px;
    width: min(400px, calc(100vw - 32px));
}

.v2-body .flash {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border: 1px solid var(--v2-line);
    border-radius: 13px;
    color: var(--v2-ink);
    background: #fff;
    box-shadow: var(--v2-shadow-md);
    font-size: 12px;
}

.v2-body .flash-success {
    border-color: #b8dfcf;
    color: var(--v2-forest-800);
}

.v2-body .flash-error {
    border-color: #f1b7b1;
    color: var(--v2-danger);
}

.v2-footer {
    padding: 58px 0 20px;
    color: rgba(255, 255, 255, .66);
    background: var(--v2-forest-950);
}

.v2-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .55fr .8fr;
    gap: 70px;
    padding-bottom: 42px;
}

.v2-brand-footer .v2-brand-copy strong {
    color: #fff;
}

.v2-brand-footer .v2-brand-copy small {
    color: rgba(255, 255, 255, .5);
}

.v2-footer-about > p {
    max-width: 460px;
    margin: 19px 0 0;
}

.v2-footer h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 12px;
}

.v2-footer-grid > div:not(:first-child) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.v2-footer-grid a,
.v2-footer-grid p {
    margin: 0 0 7px;
    font-size: 11px;
}

.v2-footer-grid a:hover {
    color: var(--v2-lime);
}

.v2-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 9px;
}

@media (max-width: 1100px) {
    .v2-header-inner {
        min-height: 70px;
    }

    .v2-menu-button {
        display: grid;
    }

    .v2-nav-wrap {
        position: absolute;
        top: calc(100% + 1px);
        right: 24px;
        left: 24px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        padding: 18px;
        border: 1px solid var(--v2-line);
        border-radius: 16px;
        background: #fff;
        box-shadow: var(--v2-shadow-md);
    }

    .v2-nav-wrap.is-open {
        display: flex;
    }

    .v2-nav {
        align-items: stretch;
        flex-direction: column;
    }

    .v2-nav a.is-active::after {
        display: none;
    }

    .v2-header-actions {
        padding-top: 12px;
        border-top: 1px solid var(--v2-line);
    }

    .v2-hero-grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 45px;
    }

    .v2-specialty-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v2-provider-card {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .v2-provider-info {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: minmax(0, 1fr) auto;
        padding-top: 14px;
        border-top: 1px solid var(--v2-line);
    }

    .v2-provider-actions {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 860px) {
    .v2-container {
        width: min(calc(100% - 32px), var(--v2-container));
    }

    .v2-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .v2-hero-panel {
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
        align-items: center;
    }

    .v2-network-visual {
        grid-row: 1 / 3;
    }

    .v2-metrics {
        align-self: end;
    }

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

    .v2-trust-card {
        grid-template-columns: 1fr;
    }

    .v2-steps {
        grid-template-columns: 1fr;
    }

    .v2-steps article {
        min-height: auto;
    }

    .v2-step-icon {
        margin-bottom: 24px;
    }

    .v2-search-hero-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 28px;
    }

    .v2-results-layout {
        grid-template-columns: 1fr;
    }

    .v2-filter-mobile-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 44px;
        margin-bottom: 18px;
        padding: 9px 15px;
        border: 1px solid var(--v2-line);
        border-radius: 11px;
        color: var(--v2-forest-900);
        background: #fff;
        font-weight: 800;
    }

    .v2-filter-mobile-button strong {
        display: grid;
        width: 21px;
        height: 21px;
        place-items: center;
        border-radius: 999px;
        color: #fff;
        background: var(--v2-emerald-700);
        font-size: 9px;
    }

    .v2-filters {
        position: static;
        display: none;
    }

    .v2-filters.is-open {
        display: block;
    }

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

    .v2-detail-summary > div:nth-child(2) {
        border-right: 0;
    }

    .v2-detail-summary > div:nth-child(-n+2) {
        padding-bottom: 15px;
        border-bottom: 1px solid var(--v2-line);
    }

    .v2-detail-summary > div:nth-child(n+3) {
        padding-top: 15px;
    }

    .v2-detail-layout {
        grid-template-columns: 1fr;
    }

    .v2-detail-side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-footer-grid {
        grid-template-columns: 1.2fr .8fr;
        gap: 35px;
    }

    .v2-footer-grid > div:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .v2-utility-inner {
        justify-content: center;
    }

    .v2-utility-inner > span:first-child {
        display: none;
    }

    .v2-brand-copy strong {
        max-width: 190px;
        font-size: 14px;
    }

    .v2-brand-copy small {
        display: none;
    }

    .v2-header-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .v2-section {
        padding: 66px 0;
    }

    .v2-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .v2-hero-grid {
        gap: 42px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .v2-hero-copy h1 {
        font-size: clamp(40px, 12vw, 56px);
    }

    .v2-search-box {
        padding: 7px;
    }

    .v2-search-modes {
        overflow-x: auto;
    }

    .v2-search-control {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 9px 13px;
    }

    .v2-search-control .v2-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .v2-hero-panel {
        display: block;
        padding: 22px;
    }

    .v2-network-visual {
        width: 260px;
    }

    .v2-specialty-grid {
        grid-template-columns: 1fr;
    }

    .v2-trust-card {
        padding: 29px 22px;
        border-radius: 24px;
    }

    .v2-trust-section {
        padding-bottom: 66px;
    }

    .v2-search-hero {
        padding-bottom: 38px;
    }

    .v2-search-compact {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 9px 12px;
    }

    .v2-search-compact .v2-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .v2-results-section {
        padding-top: 28px;
    }

    .v2-results-head {
        align-items: stretch;
        flex-direction: column;
    }

    .v2-sort {
        justify-content: space-between;
    }

    .v2-results-tools {
        align-items: stretch;
        justify-content: stretch;
        flex-direction: column;
    }

    .v2-download-guide {
        width: 100%;
    }

    .v2-provider-card {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 18px;
    }

    .v2-provider-identity {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .v2-provider-avatar {
        width: 49px;
        height: 49px;
    }

    .v2-provider-info {
        grid-column: 1;
        grid-row: auto;
        grid-template-columns: 1fr;
    }

    .v2-provider-actions {
        grid-column: 1;
        grid-row: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-provider-actions .v2-button:only-child {
        grid-column: 1 / -1;
    }

    .v2-legend-grid {
        grid-template-columns: 1fr;
    }

    .v2-profile-hero {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 17px;
        margin-top: 30px;
    }

    .v2-profile-avatar {
        width: 72px;
        height: 72px;
        border-radius: 21px;
        font-size: 22px;
    }

    .v2-profile-heading h1 {
        font-size: 30px;
    }

    .v2-profile-actions {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .v2-detail-summary {
        grid-template-columns: 1fr;
        margin-top: -22px;
    }

    .v2-detail-summary > div {
        padding: 12px 5px !important;
        border-right: 0;
        border-bottom: 1px solid var(--v2-line);
    }

    .v2-detail-summary > div:last-child {
        border-bottom: 0;
    }

    .v2-content-card {
        padding: 21px;
    }

    .v2-specialty-detail-list,
    .v2-quality-grid,
    .v2-plan-grid {
        grid-template-columns: 1fr;
    }

    .v2-detail-side {
        grid-template-columns: 1fr;
    }

    .v2-footer-grid {
        grid-template-columns: 1fr;
    }

    .v2-footer-grid > div:last-child {
        grid-column: auto;
    }

    .v2-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .v2-container {
        width: min(calc(100% - 28px), var(--v2-container));
    }

    .v2-header-inner {
        gap: 10px;
    }

    .v2-brand {
        max-width: calc(100% - 54px);
    }

    .v2-brand-copy strong {
        max-width: 155px;
    }

    .v2-hero-copy,
    .v2-search-box,
    .v2-search-control {
        min-width: 0;
        max-width: 100%;
    }

    .v2-hero-copy h1 {
        font-size: 38px;
    }

    .v2-search-modes button {
        padding-inline: 9px;
        font-size: 10px;
    }

    .v2-provider-identity {
        grid-template-columns: 1fr;
    }

    .v2-provider-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.v2-section-spacer {
    margin-top: 24px;
}

/* Limita fotos verticais e horizontais às molduras, sem recorte. */
.v2-provider-avatar,
.v2-profile-avatar {
    position: relative;
}

.v2-provider-avatar img,
.v2-profile-avatar img {
    position: absolute;
    inset: 0;
}
/* Movimentação da rede */
.v2-network-change-alert {
    margin-top: 16px;
    padding: 18px;
    border-left: 4px solid #df7d31;
    border-radius: 4px 12px 12px 4px;
    background: #fde3d0;
    color: #2f3b3a;
}

.v2-network-change-alert strong {
    display: block;
    margin-bottom: 8px;
    color: #004f4a;
}

.v2-network-change-alert p {
    margin: 5px 0 0;
    line-height: 1.55;
}

.v2-provider-network-change {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    color: #98501d;
    font-size: .86rem;
    font-weight: 700;
}
