.homepage-v2 {
    --hp-cream: #f7f2e8;
    --hp-cream-soft: #fbf8f1;
    --hp-surface: #fffdf8;
    --hp-ink: #17201d;
    --hp-muted: #5f6964;
    --hp-green: #1f5a50;
    --hp-green-deep: #173f38;
    --hp-line: rgba(23, 32, 29, 0.14);
    --hp-shadow: 0 18px 48px rgba(32, 43, 38, 0.08);
    overflow: clip;
    color: var(--hp-ink);
    background: var(--hp-cream);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.homepage-v2-page,
body.homepage-v2-page main {
    background: #f7f2e8;
}

body.homepage-v2-page .navbar {
    background: rgba(247, 242, 232, 0.94) !important;
    border-bottom: 1px solid rgba(23, 32, 29, 0.1) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

body.homepage-v2-page .nav-btn-secondary,
body.homepage-v2-page .mobile-nav-toggle {
    background: #fffdf8;
    border-color: rgba(23, 32, 29, 0.14);
}

.homepage-v2 *,
.homepage-v2 *::before,
.homepage-v2 *::after {
    box-sizing: border-box;
}

.homepage-v2 a:focus-visible {
    outline: 3px solid rgba(31, 90, 80, 0.4);
    outline-offset: 4px;
}

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

.homepage-v2 .hp-section {
    padding: clamp(64px, 7vw, 96px) 0;
}

.homepage-v2 .hp-anchor,
.homepage-v2 [id] {
    scroll-margin-top: 96px;
}

.homepage-v2 .hp-anchor {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.homepage-v2 .hp-eyebrow {
    margin: 0 0 18px;
    color: var(--hp-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.homepage-v2 .hp-heading {
    max-width: 790px;
    margin-bottom: 42px;
}

.homepage-v2 .hp-heading h2,
.homepage-v2 .hp-detail-copy h2,
.homepage-v2 .hp-marketing-panel h2,
.homepage-v2 .hp-specialization-grid h2,
.homepage-v2 .hp-final-cta h2 {
    margin: 0;
    color: var(--hp-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.02;
    text-wrap: balance;
}

.homepage-v2 .hp-heading > p:last-child {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--hp-muted);
    font-size: 18px;
    line-height: 1.6;
}

.homepage-v2 .hp-hero {
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: calc(var(--landing-nav-space) + 48px) 0 76px;
    background: var(--hp-cream);
}

.homepage-v2 .hp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(360px, 1fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
}

.homepage-v2 .hp-hero-copy,
.homepage-v2 .hp-detail-copy,
.homepage-v2 .hp-marketing-panel > *,
.homepage-v2 .hp-specialization-grid > * {
    min-width: 0;
}

.homepage-v2 .hp-hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: var(--hp-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(50px, 5.4vw, 76px);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 0.96;
    text-wrap: balance;
}

.homepage-v2 .hp-hero-copy {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 5vw, 68px);
    background: #edbd64;
    border: 1px solid rgba(92, 68, 27, 0.14);
    border-radius: 28px;
}

.homepage-v2 .hp-hero-intro {
    max-width: 610px;
    margin: 24px 0 0;
    color: #34433d;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.6;
}

.homepage-v2 .hp-hero-audience {
    color: #07564f;
    font-weight: 750;
}

.homepage-v2 .hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.homepage-v2 .hp-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.homepage-v2 .hp-button-primary {
    color: #fffdf8;
    background: var(--hp-green-deep);
    box-shadow: 0 10px 24px rgba(23, 63, 56, 0.16);
}

.homepage-v2 .hp-button-primary:hover { background: #0f332d; }

.homepage-v2 .hp-hero .hp-button-primary {
    min-width: 250px;
    min-height: 62px;
    justify-content: space-between;
    gap: 24px;
    padding: 7px 8px 7px 26px;
    color: #fffdf8;
    background: #2f7468;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(23, 63, 56, 0.14);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.homepage-v2 .hp-hero .hp-button-primary:hover {
    background: #285f56;
}

.homepage-v2 .hp-hero-cta-label {
    min-width: 0;
}

.homepage-v2 .hp-hero-cta-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-grid;
    place-items: center;
    color: var(--hp-green-deep);
    background: #f2c96d;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    transition: transform 160ms ease;
}

.homepage-v2 .hp-hero .hp-button-primary:hover .hp-hero-cta-icon {
    transform: translate(1px, -1px);
}

.homepage-v2 .hp-button-secondary {
    color: var(--hp-ink);
    background: rgba(255, 253, 248, 0.3);
    border-color: rgba(20, 35, 29, 0.28);
}

.homepage-v2 .hp-button-secondary:hover {
    background: rgba(255, 253, 248, 0.55);
    border-color: rgba(23, 32, 29, 0.28);
}

.homepage-v2 .hp-trust-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 0;
    color: #34433d;
    font-size: 14px;
    font-weight: 650;
}

.homepage-v2 .hp-trust-line span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--hp-green);
    box-shadow: 0 0 0 5px rgba(31, 90, 80, 0.1);
}

.homepage-v2 .hp-hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px 20px 0;
    overflow: hidden;
    border: 1px solid rgba(23, 74, 63, 0.12);
    border-radius: 28px;
    background: #dce9e1;
}

.homepage-v2 .hp-dentist-illustration {
    width: 100%;
    height: 100%;
    max-height: 536px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.homepage-v2 .hp-customer-sticker {
    position: absolute;
    left: 18px;
    bottom: 22px;
    z-index: 2;
    width: 279px;
    max-width: calc(100% - 36px);
    height: auto;
    display: block;
    object-fit: contain;
    image-rendering: auto;
    filter: drop-shadow(0 8px 12px rgba(23, 32, 29, 0.2));
    pointer-events: none;
    transform: none;
}

.homepage-v2 .hp-journey-card {
    padding: 30px;
    background: var(--hp-surface);
    border: 1px solid rgba(23, 32, 29, 0.1);
    box-shadow: var(--hp-shadow);
}

.homepage-v2 .hp-journey-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--hp-line);
}

.homepage-v2 .hp-journey-card-header span {
    color: var(--hp-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.homepage-v2 .hp-journey-card-header strong {
    font-family: var(--font-editorial);
    font-size: 20px;
    font-weight: 400;
}

.homepage-v2 .hp-journey-card-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.homepage-v2 .hp-journey-card-list li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 32, 29, 0.1);
}

.homepage-v2 .hp-journey-card-list li:last-child { border-bottom: 0; }

.homepage-v2 .hp-journey-card-list li > span {
    color: var(--hp-green);
    font-size: 12px;
    font-weight: 800;
}

.homepage-v2 .hp-journey-card-list div { display: grid; gap: 3px; }
.homepage-v2 .hp-journey-card-list strong { font-size: 15px; }
.homepage-v2 .hp-journey-card-list small { color: var(--hp-muted); font-size: 13px; }

.homepage-v2 .hp-hero-note {
    position: absolute;
    right: -22px;
    bottom: -18px;
    min-width: 230px;
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    color: #fffdf8;
    background: var(--hp-green-deep);
    box-shadow: 0 16px 36px rgba(23, 63, 56, 0.22);
}

.homepage-v2 .hp-hero-note span {
    color: rgba(255, 253, 248, 0.68);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homepage-v2 .hp-hero-note strong { font-size: 14px; }

.homepage-v2 .hp-services {
    background: var(--hp-cream-soft);
    border-top: 1px solid var(--hp-line);
    border-bottom: 1px solid var(--hp-line);
}

.homepage-v2 .hp-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.homepage-v2 .hp-service-card {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fffaf0;
    border: 1px solid rgba(20, 35, 29, 0.16);
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(32, 43, 38, 0.055);
}

.homepage-v2 .hp-service-card:nth-child(2),
.homepage-v2 .hp-service-card:nth-child(3),
.homepage-v2 .hp-service-card:nth-child(4) {
    background: #fffaf0;
    border-color: rgba(20, 35, 29, 0.16);
}

.homepage-v2 .hp-service-illustration {
    height: 112px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    color: var(--hp-green-deep);
    background: #f1f4ee;
    border: 1px solid rgba(23, 74, 63, 0.12);
    border-radius: 16px;
}

.homepage-v2 .hp-service-illustration svg {
    width: min(100%, 168px);
    height: 104px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-v2 .hp-service-illustration .hp-illustration-accent {
    fill: #edbd64;
    stroke: none;
}

.homepage-v2 .hp-service-illustration .hp-illustration-scene-bg {
    fill: #c8ded5;
    stroke: none;
}

.homepage-v2 .hp-service-illustration .hp-illustration-gold-fill {
    fill: #edbd64;
    stroke: var(--hp-green-deep);
}

.homepage-v2 .hp-service-illustration .hp-illustration-gold-line { stroke: #b57b19; }
.homepage-v2 .hp-service-illustration .hp-illustration-dark-fill { fill: var(--hp-green-deep); stroke: none; }

.homepage-v2 .hp-service-index {
    width: fit-content;
    padding: 0;
    color: var(--hp-green);
    background: transparent;
    border: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.homepage-v2 .hp-service-card h3 {
    margin: 22px 0 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 25px;
    font-weight: 780;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.homepage-v2 .hp-service-card p {
    margin: 0 0 24px;
    color: #46534e;
    font-size: 15px;
    line-height: 1.6;
}

.homepage-v2 .hp-service-card a,
.homepage-v2 .hp-text-link {
    width: fit-content;
    margin-top: auto;
    color: var(--hp-green-deep);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(31, 90, 80, 0.35);
}

.homepage-v2 .hp-service-card a:hover,
.homepage-v2 .hp-text-link:hover { border-color: var(--hp-green-deep); }

@media (min-width: 1021px) {
    .homepage-v2 .hp-service-card h3 { min-height: 3.36em; }
}

.homepage-v2 .hp-patient-journey {
    color: #f7f2e8;
    background: var(--hp-cream);
}

.homepage-v2 .hp-patient-journey > .hp-container {
    padding: clamp(48px, 7vw, 80px);
    background: var(--hp-green-deep);
    border: 1px solid rgba(23, 32, 29, 0.18);
    border-radius: 28px;
}

.homepage-v2 .hp-heading-light h2 { color: #f7f2e8; }
.homepage-v2 .hp-heading-light > p:last-child { color: rgba(247, 242, 232, 0.68); }
.homepage-v2 .hp-heading-light .hp-eyebrow { color: #9bc3b7; }

.homepage-v2 .hp-journey-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(247, 242, 232, 0.2);
    border-radius: 16px;
    overflow: hidden;
}

.homepage-v2 .hp-journey-steps li {
    position: relative;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border-right: 1px solid rgba(247, 242, 232, 0.2);
}

.homepage-v2 .hp-journey-steps li:last-child { border-right: 0; }

.homepage-v2 .hp-journey-steps li:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: var(--hp-ink);
    background: #edbd64;
    border-radius: 50%;
    font-size: 14px;
}

.homepage-v2 .hp-journey-steps span { color: #edbd64; font-size: 42px; font-weight: 850; letter-spacing: -0.05em; }

.homepage-v2 .hp-journey-steps strong {
    margin-top: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 21px;
    font-weight: 760;
    line-height: 1.15;
}

.homepage-v2 .hp-journey-steps small {
    margin-top: 9px;
    color: rgba(247, 242, 232, 0.62);
    font-size: 13px;
    line-height: 1.5;
}

.homepage-v2 .hp-service-detail { background: var(--hp-cream); }

.homepage-v2 .hp-service-detail-alt {
    background: var(--hp-cream);
}

.homepage-v2 .hp-split {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
    padding: clamp(44px, 6vw, 72px);
    border: 1px solid var(--hp-line);
    border-radius: 28px;
}

.homepage-v2 #nettside .hp-split { background: #edbd64; }
.homepage-v2 #google-synlighet .hp-split { background: #dce9e1; }
.homepage-v2 #ai-resepsjonist .hp-split {
    color: #f7f2e8;
    background: var(--hp-green-deep);
}

.homepage-v2 #ai-resepsjonist .hp-detail-copy h2 { color: #fffdf8; }
.homepage-v2 #ai-resepsjonist .hp-eyebrow { color: #edbd64; }
.homepage-v2 #ai-resepsjonist .hp-detail-copy > p:not(.hp-eyebrow),
.homepage-v2 #ai-resepsjonist .hp-check-list li { color: rgba(247, 242, 232, 0.78); }
.homepage-v2 #ai-resepsjonist .hp-check-list li::before { border-color: #edbd64; }
.homepage-v2 #ai-resepsjonist .hp-button-primary { color: var(--hp-ink); background: #edbd64; box-shadow: none; }
.homepage-v2 #ai-resepsjonist .hp-button-primary:hover { background: #f1c675; }
}

.homepage-v2 .hp-detail-copy > p:not(.hp-eyebrow) {
    margin: 24px 0 0;
    color: var(--hp-muted);
    font-size: 17px;
    line-height: 1.65;
}

.homepage-v2 .hp-check-list {
    display: grid;
    gap: 13px;
    margin: 30px 0 34px;
    padding: 0;
    list-style: none;
}

.homepage-v2 .hp-check-list li {
    position: relative;
    padding-left: 27px;
    color: #34413c;
    font-size: 15px;
    line-height: 1.55;
}

.homepage-v2 .hp-check-list li::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid var(--hp-green);
    border-left: 2px solid var(--hp-green);
    transform: rotate(-45deg);
}

.homepage-v2 .hp-site-preview,
.homepage-v2 .hp-local-preview,
.homepage-v2 .hp-ai-preview {
    min-width: 0;
    border: 1px solid rgba(23, 32, 29, 0.18);
    background: var(--hp-surface);
    border-radius: 16px;
    box-shadow: none;
}

.homepage-v2 .hp-site-preview { padding: 12px; }

.homepage-v2 .hp-site-preview-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 5px 14px;
}

.homepage-v2 .hp-site-preview-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bdc5c0;
}

.homepage-v2 .hp-site-preview-bar small { margin-left: auto; color: #78817d; font-size: 10px; }

.homepage-v2 .hp-site-preview-nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 14px 18px;
    border-top: 1px solid var(--hp-line);
    border-bottom: 1px solid var(--hp-line);
    font-size: 10px;
}

.homepage-v2 .hp-site-preview-nav strong {
    font-family: var(--font-editorial);
    font-size: 15px;
    font-weight: 400;
}

.homepage-v2 .hp-site-preview-nav > span { justify-self: center; color: var(--hp-muted); }

.homepage-v2 .hp-site-preview-nav b {
    padding: 7px 10px;
    color: #fff;
    background: var(--hp-green-deep);
    border-radius: 3px;
}

.homepage-v2 .hp-site-preview-hero {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 48px;
    background: #dfe9e3;
}

.homepage-v2 .hp-site-preview-hero p {
    margin: 0 0 12px;
    color: var(--hp-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.homepage-v2 .hp-site-preview-hero h3 {
    max-width: 360px;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 780;
    letter-spacing: -0.03em;
    line-height: 1.04;
}

.homepage-v2 .hp-site-preview-hero > span {
    margin-top: 24px;
    padding: 9px 13px;
    color: #fff;
    background: var(--hp-green-deep);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
}

.homepage-v2 .hp-site-preview-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--hp-line);
}

.homepage-v2 .hp-site-preview-cards span {
    min-height: 76px;
    display: grid;
    place-items: center;
    padding: 12px;
    background: var(--hp-surface);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    text-align: center;
}

.homepage-v2 .hp-local-preview { overflow: hidden; }

.homepage-v2 .hp-local-search {
    display: flex;
    justify-content: space-between;
    margin: 24px;
    padding: 14px 18px;
    color: #434d48;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 24px;
    font-size: 14px;
}

.homepage-v2 .hp-local-map {
    position: relative;
    height: 220px;
    background-color: #dce5dc;
    background-image: linear-gradient(35deg, transparent 47%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.8) 52%, transparent 53%), linear-gradient(120deg, transparent 46%, rgba(255,255,255,.72) 47%, rgba(255,255,255,.72) 51%, transparent 52%);
    background-size: 92px 92px, 130px 130px;
}

.homepage-v2 .hp-map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--hp-green-deep);
    border: 4px solid #fff;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 5px 12px rgba(23, 32, 29, 0.2);
    transform: rotate(-45deg);
}

.homepage-v2 .hp-map-pin-one { top: 42%; left: 48%; }
.homepage-v2 .hp-map-pin-two { top: 23%; left: 72%; background: #71877f; }
.homepage-v2 .hp-map-pin-three { top: 65%; left: 24%; background: #71877f; }

.homepage-v2 .hp-local-result { display: grid; gap: 8px; padding: 26px; }

.homepage-v2 .hp-local-result > span {
    color: var(--hp-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homepage-v2 .hp-local-result > strong {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 23px;
    font-weight: 760;
}

.homepage-v2 .hp-local-result > small { color: var(--hp-muted); }

.homepage-v2 .hp-local-result div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 9px;
}

.homepage-v2 .hp-local-result b {
    padding: 9px;
    color: var(--hp-green-deep);
    background: #edf3ef;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
}

.homepage-v2 .hp-ai-preview {
    max-width: 540px;
    width: 100%;
    justify-self: end;
    border: 2px solid rgba(237, 189, 100, 0.78);
    border-radius: 18px;
    overflow: hidden;
}

.homepage-v2 .hp-ai-preview-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 24px;
    color: #fff;
    background: var(--hp-green-deep);
}

.homepage-v2 .hp-ai-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: var(--hp-green-deep);
    background: #d6e6df;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 850;
}

.homepage-v2 .hp-ai-preview-header div { display: grid; gap: 5px; }
.homepage-v2 .hp-ai-preview-header strong { font-size: 16px; }
.homepage-v2 .hp-ai-preview-header small { color: rgba(255,255,255,.86); font-size: 13px; }

.homepage-v2 .hp-ai-preview-header i {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: #83d2ae;
    border-radius: 50%;
}

.homepage-v2 .hp-ai-preview-body {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 30px;
    background: #f6f1e7;
}

.homepage-v2 .hp-ai-message {
    max-width: 90%;
    margin: 0;
    padding: 17px 19px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 620;
    line-height: 1.5;
}

.homepage-v2 .hp-ai-message-assistant {
    align-self: flex-start;
    color: #26352f;
    background: #fff;
    border: 1px solid rgba(23, 32, 29, 0.16);
}

.homepage-v2 .hp-ai-message-user {
    align-self: flex-end;
    color: #fff;
    background: var(--hp-green-deep);
}

.homepage-v2 .hp-ai-quick-replies { display: flex; flex-wrap: wrap; gap: 9px; }

.homepage-v2 .hp-ai-quick-replies span {
    padding: 10px 13px;
    color: var(--hp-green-deep);
    background: #e2ece6;
    border: 1px solid rgba(31, 90, 80, 0.24);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 760;
}

.homepage-v2 .hp-ai-preview-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-top: 1px solid var(--hp-line);
    color: #66716b;
    font-size: 14px;
}

.homepage-v2 .hp-ai-preview-input b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--hp-green-deep);
    border-radius: 50%;
}

.homepage-v2 .hp-marketing { padding-top: 0; }

.homepage-v2 .hp-marketing-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 6vw, 82px);
    padding: clamp(44px, 6vw, 72px);
    background: #edbd64;
    border: 1px solid var(--hp-line);
    border-radius: 28px;
}

.homepage-v2 .hp-marketing-panel h2 { font-size: clamp(36px, 4.5vw, 54px); }

.homepage-v2 .hp-marketing-copy > p {
    margin: 0;
    color: #4f5b56;
    font-size: 17px;
    line-height: 1.65;
}

.homepage-v2 .hp-marketing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 34px;
}

.homepage-v2 .hp-marketing-tags span {
    padding: 9px 12px;
    color: #34413c;
    background: rgba(255, 253, 248, 0.7);
    border: 1px solid rgba(23, 32, 29, 0.12);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.homepage-v2 .hp-marketing-visual {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.homepage-v2 .hp-marketing-visual div {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    background: rgba(255, 253, 248, 0.72);
    border: 1px solid rgba(20, 35, 29, 0.14);
    border-radius: 14px;
}

.homepage-v2 .hp-marketing-visual span { color: var(--hp-green); font-size: 11px; font-weight: 850; }
.homepage-v2 .hp-marketing-visual strong { margin-top: auto; font-size: 19px; letter-spacing: -0.02em; }
.homepage-v2 .hp-marketing-visual small { margin-top: 6px; color: var(--hp-muted); line-height: 1.4; }

.homepage-v2 .hp-connected {
    background: var(--hp-cream);
}

.homepage-v2 .hp-connected > .hp-container {
    padding: clamp(48px, 7vw, 80px);
    background: #edbd64;
    border: 1px solid rgba(92, 68, 27, 0.14);
    border-radius: 28px;
}

.homepage-v2 .hp-connected-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--hp-line);
    overflow: hidden;
    background: rgba(255, 253, 248, 0.72);
    border-radius: 16px;
}

.homepage-v2 .hp-connected-grid div {
    min-height: 165px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-right: 1px solid var(--hp-line);
}

.homepage-v2 .hp-connected-grid div:last-child { border-right: 0; }
.homepage-v2 .hp-connected-grid span { color: var(--hp-green); font-size: 11px; font-weight: 800; }

.homepage-v2 .hp-connected-grid strong {
    margin-top: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 780;
}

.homepage-v2 .hp-connected-grid small { margin-top: 5px; color: var(--hp-muted); font-size: 12px; }
.homepage-v2 .hp-specialization { padding-top: 0; background: var(--hp-cream); }

.homepage-v2 .hp-specialization-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(48px, 8vw, 104px);
    padding: clamp(48px, 7vw, 80px);
    background: #dce9e1;
    border: 1px solid var(--hp-line);
    border-radius: 28px;
}

.homepage-v2 .hp-specialization-copy { padding-top: 8px; }

.homepage-v2 .hp-specialization-copy p {
    margin: 0 0 20px;
    color: var(--hp-muted);
    font-size: 17px;
    line-height: 1.65;
}

.homepage-v2 .hp-specialization-copy .hp-text-link { display: inline-block; margin-top: 12px; }

.homepage-v2 .hp-final-cta {
    padding: 0 0 clamp(64px, 7vw, 96px);
    color: #f7f2e8;
    background: var(--hp-cream);
}

.homepage-v2 .hp-final-cta-inner {
    max-width: 1180px;
    padding: clamp(56px, 8vw, 92px);
    text-align: center;
    background: var(--hp-green-deep);
    border-radius: 28px;
}
.homepage-v2 .hp-final-cta .hp-eyebrow { color: #edbd64; }

.homepage-v2 .hp-final-cta h2 {
    color: #fffdf8;
    font-size: clamp(42px, 6vw, 70px);
}

.homepage-v2 .hp-final-cta-inner > p:not(.hp-eyebrow) {
    max-width: 700px;
    margin: 24px auto 0;
    color: rgba(247, 242, 232, 0.74);
    font-size: 18px;
    line-height: 1.7;
}

.homepage-v2 .hp-final-cta .hp-actions { justify-content: center; }
.homepage-v2 .hp-button-light { color: var(--hp-green-deep); background: #edbd64; }
.homepage-v2 .hp-button-light:hover { background: #f1c675; }

.homepage-v2 .hp-button-outline-light {
    color: #fffdf8;
    border-color: rgba(255, 253, 248, 0.42);
    background: transparent;
}

.homepage-v2 .hp-button-outline-light:hover {
    border-color: #fffdf8;
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1020px) {
    .homepage-v2 .hp-split {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .homepage-v2 .hp-hero-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(330px, 1fr);
        gap: 16px;
    }

    .homepage-v2 .hp-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homepage-v2 .hp-marketing-visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .homepage-v2 .hp-container { width: min(100% - 40px, 1180px); }

    .homepage-v2 .hp-hero {
        min-height: auto;
        padding: calc(var(--landing-nav-space) + 44px) 0 72px;
    }

    .homepage-v2 .hp-hero-grid,
    .homepage-v2 .hp-split,
    .homepage-v2 .hp-marketing-panel,
    .homepage-v2 .hp-specialization-grid {
        grid-template-columns: 1fr;
    }

    .homepage-v2 .hp-hero-copy { max-width: none; min-height: auto; }
    .homepage-v2 .hp-hero-visual { max-width: none; width: 100%; min-height: 520px; }
    .homepage-v2 .hp-dentist-illustration { max-height: 496px; }
    .homepage-v2 .hp-split-reverse > :first-child { order: 2; }
    .homepage-v2 .hp-split-reverse > :last-child { order: 1; }
    .homepage-v2 .hp-ai-preview { justify-self: start; }
    .homepage-v2 .hp-split,
    .homepage-v2 .hp-marketing-panel,
    .homepage-v2 .hp-specialization-grid { padding: 48px; }

    .homepage-v2 .hp-journey-steps,
    .homepage-v2 .hp-connected-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .homepage-v2 .hp-journey-steps li:nth-child(2),
    .homepage-v2 .hp-connected-grid div:nth-child(2) { border-right: 0; }

    .homepage-v2 .hp-journey-steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(247, 242, 232, 0.2); }
    .homepage-v2 .hp-connected-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--hp-line); }
    .homepage-v2 .hp-journey-steps li:nth-child(2)::after { display: none; }
}

@media (max-width: 680px) {
    .homepage-v2 .hp-section { padding: 56px 0; }
    .homepage-v2 .hp-heading { margin-bottom: 36px; }

    .homepage-v2 .hp-service-grid,
    .homepage-v2 .hp-journey-steps,
    .homepage-v2 .hp-connected-grid { grid-template-columns: 1fr; }

    .homepage-v2 .hp-service-card { min-height: 300px; }

    .homepage-v2 .hp-patient-journey > .hp-container,
    .homepage-v2 .hp-connected > .hp-container,
    .homepage-v2 .hp-split,
    .homepage-v2 .hp-marketing-panel,
    .homepage-v2 .hp-specialization-grid { padding: 34px 28px; border-radius: 24px; }

    .homepage-v2 .hp-journey-steps li,
    .homepage-v2 .hp-connected-grid div {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid var(--hp-line);
    }

    .homepage-v2 .hp-patient-journey .hp-journey-steps li { border-bottom-color: rgba(247, 242, 232, 0.2); }

    .homepage-v2 .hp-journey-steps li:last-child,
    .homepage-v2 .hp-connected-grid div:last-child { border-bottom: 0; }

    .homepage-v2 .hp-journey-steps li:not(:last-child)::after {
        content: "↓";
        top: auto;
        right: 26px;
        bottom: -13px;
    }

    .homepage-v2 .hp-journey-steps li:nth-child(2)::after { display: grid; }
    .homepage-v2 .hp-site-preview-nav > span { display: none; }
    .homepage-v2 .hp-site-preview-nav { grid-template-columns: 1fr auto; }
    .homepage-v2 .hp-site-preview-hero { min-height: 270px; padding: 34px 28px; }
    .homepage-v2 .hp-site-preview-cards { grid-template-columns: 1fr; }
    .homepage-v2 .hp-site-preview-cards span { min-height: 52px; }
    .homepage-v2 .hp-marketing-panel { padding: 34px 28px; }
}

@media (max-width: 480px) {
    .homepage-v2 .hp-container { width: min(100% - 32px, 1180px); }
    .homepage-v2 .hp-hero { padding: calc(var(--landing-nav-space) + 34px) 0 48px; }

    .homepage-v2 .hp-hero-copy h1 {
        font-size: 42px;
        line-height: 1.02;
    }

    .homepage-v2 .hp-hero-copy {
        padding: 34px 26px 36px;
        border-radius: 24px;
    }

    .homepage-v2 .hp-heading h2,
    .homepage-v2 .hp-detail-copy h2,
    .homepage-v2 .hp-marketing-panel h2,
    .homepage-v2 .hp-specialization-grid h2 { font-size: 36px; }

    .homepage-v2 .hp-services { padding-top: 48px; }

    .homepage-v2 .hp-services .hp-heading,
    .homepage-v2 .hp-services .hp-heading > p:last-child {
        max-width: 100%;
        min-width: 0;
    }

    .homepage-v2 .hp-services .hp-heading h2 {
        max-width: 100%;
        min-width: 0;
        font-size: clamp(34px, 9.2vw, 40px);
        line-height: 1.03;
        letter-spacing: -0.035em;
        white-space: normal;
        overflow-wrap: break-word;
        text-wrap: wrap;
    }

    .homepage-v2 .hp-actions { display: grid; }
    .homepage-v2 .hp-button { width: 100%; }
    .homepage-v2 .hp-hero .hp-button-primary {
        min-width: 0;
        gap: 16px;
        padding-left: 22px;
    }
    .homepage-v2 .hp-trust-line { align-items: flex-start; line-height: 1.5; }
    .homepage-v2 .hp-hero-visual {
        height: 340px;
        min-height: 340px;
        padding: 0;
        border-radius: 24px;
    }
    .homepage-v2 .hp-dentist-illustration {
        position: absolute;
        top: 4px;
        left: 50%;
        width: min(94%, 330px);
        height: auto;
        max-height: none;
        object-position: center top;
        transform: translateX(-50%);
    }
    .homepage-v2 .hp-customer-sticker {
        left: 10px;
        bottom: 8px;
        width: 198px;
        max-width: calc(100% - 20px);
    }
    .homepage-v2 .hp-journey-card { padding: 20px; }
    .homepage-v2 .hp-journey-card-header { display: grid; }
    .homepage-v2 .hp-hero-note { right: -8px; min-width: 210px; }
    .homepage-v2 .hp-service-card { padding: 24px; }
    .homepage-v2 .hp-marketing-visual { grid-template-columns: 1fr; }
    .homepage-v2 .hp-marketing-visual div { min-height: 130px; }
    .homepage-v2 .hp-patient-journey > .hp-container,
    .homepage-v2 .hp-connected > .hp-container,
    .homepage-v2 .hp-split,
    .homepage-v2 .hp-marketing-panel,
    .homepage-v2 .hp-specialization-grid,
    .homepage-v2 .hp-final-cta-inner { padding: 32px 24px; }
    .homepage-v2 .hp-local-search { margin: 14px; }
    .homepage-v2 .hp-local-map { height: 180px; }
    .homepage-v2 .hp-local-result { padding: 20px; }
    .homepage-v2 .hp-ai-preview-body { min-height: 300px; padding: 22px 18px; }
    .homepage-v2 .hp-final-cta h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-v2 .hp-button { transition: none; }
}
