html {
    scroll-behavior: smooth;
}

body {
    font-family: Manrope, sans-serif;
}

.public-body {
    background: #f4f0e8;
    color: #1f2b30;
    font-family: 'Space Grotesk', Manrope, sans-serif;
}

.public-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(188, 143, 104, 0.08), transparent 24%),
        radial-gradient(circle at right, rgba(14, 108, 115, 0.08), transparent 28%),
        linear-gradient(135deg, #fbf7f1 0%, #f4efe8 50%, #ebe7df 100%);
}

.public-header {
    color: #203037;
    border-color: rgba(126, 97, 76, 0.16);
    background: rgba(251, 248, 242, 0.9);
    box-shadow: 0 18px 44px rgba(42, 32, 25, 0.08);
}

.public-header .bg-teal-400 {
    border: 1px solid rgba(14, 108, 115, 0.14) !important;
    background: linear-gradient(135deg, #17353e 0%, #1d4650 100%) !important;
    color: #f7fbfb !important;
    box-shadow: 0 12px 28px rgba(19, 57, 65, 0.18) !important;
}

.public-header .hover\:bg-teal-300:hover {
    border-color: rgba(29, 70, 80, 0.2) !important;
    background: linear-gradient(135deg, #204651 0%, #295964 100%) !important;
}

.public-brand-icon {
    border-color: rgba(126, 97, 76, 0.14) !important;
    background: linear-gradient(180deg, rgba(20, 43, 53, 0.04) 0%, rgba(20, 43, 53, 0.08) 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 28px rgba(42, 32, 25, 0.08);
}

.public-footer {
    border-color: rgba(126, 97, 76, 0.12);
    background: rgba(247, 242, 235, 0.92);
    color: #4d5c62;
}

.public-shell [class*='rounded-2xl'],
.public-shell [class*='rounded-3xl'],
.public-shell [class*='rounded-['] {
    border-radius: 1.15rem !important;
}

.public-header a,
.public-header button,
.public-header p,
.public-header nav {
    color: inherit;
}

.public-header .text-white,
.public-header .text-white\/80,
.public-header .text-white\/85,
.public-header .text-white\/90 {
    color: #2c3e45 !important;
}

.public-header .hover\:text-white:hover {
    color: #112e36 !important;
}

.public-header .hover\:bg-white\/10:hover,
.public-header .hover\:bg-white\/5:hover {
    background-color: rgba(20, 43, 53, 0.05) !important;
}

.public-header .border-white\/10,
.public-header .border-white\/12 {
    border-color: rgba(126, 97, 76, 0.12) !important;
}

.public-header [class*='bg-slate-950'],
.public-header [class*='bg-slate-950\/95'],
.public-header [class*='bg-slate-950\/96'] {
    background: rgba(250, 246, 240, 0.98) !important;
    color: #223239 !important;
}

.public-header [class*='shadow-black'] {
    box-shadow: 0 18px 42px rgba(42, 32, 25, 0.12) !important;
}

.public-header .text-teal-300,
.public-footer .text-teal-300 {
    color: #0e6c73 !important;
}

.public-footer .text-slate-200,
.public-footer .hover\:text-white:hover,
.public-footer .hover\:text-teal-200:hover {
    color: #223239 !important;
}

.public-shell [data-home-menu-backdrop] {
    background: rgba(28, 33, 35, 0.38) !important;
    backdrop-filter: blur(6px);
}

.public-shell [data-home-menu-panel] {
    color: #23323a;
    border-left-color: rgba(126, 97, 76, 0.12) !important;
    background: rgba(251, 248, 242, 0.98) !important;
    box-shadow: -18px 0 42px rgba(42, 32, 25, 0.12);
}

.public-shell [data-home-menu-panel] .text-teal-300,
.public-shell [data-home-menu-panel] .text-white\/85,
.public-shell [data-home-menu-panel] .text-white\/90,
.public-shell [data-home-menu-panel] .text-white\/80,
.public-shell [data-home-menu-panel] .text-white\/65 {
    color: #23323a !important;
}

.public-shell [data-home-menu-panel] .border-white\/10,
.public-shell [data-home-menu-panel] .border-white\/12,
.public-shell [data-home-menu-panel] .border-teal-300\/40 {
    border-color: rgba(126, 97, 76, 0.12) !important;
}

.public-shell [data-home-menu-panel] .bg-white\/5,
.public-shell [data-home-menu-panel] .hover\:bg-white\/5:hover {
    background: rgba(20, 43, 53, 0.05) !important;
}

.public-shell [data-home-menu-panel] .bg-teal-400,
.public-shell [data-home-menu-panel] .hover\:bg-teal-300:hover {
    background: linear-gradient(135deg, #17353e 0%, #1d4650 100%) !important;
    color: #f7fbfb !important;
}

.public-shell [data-scroll-top] {
    background: rgba(23, 53, 62, 0.92) !important;
    color: #f8fbfb !important;
    box-shadow: 0 18px 34px rgba(42, 32, 25, 0.18) !important;
}

.public-shell [data-scroll-top]:hover {
    background: rgba(29, 70, 80, 0.96) !important;
}

.public-home {
    --public-home-ink: #132229;
    --public-home-ink-soft: #63757b;
    --public-home-accent: #0e6c73;
    --public-home-accent-strong: #123941;
    --public-home-wide-shell: min(94rem, calc(100vw - 2rem));
    --public-home-surface: rgba(255, 255, 255, 0.92);
    --public-home-surface-strong: #ffffff;
    --public-home-surface-soft: #eff5f4;
    --public-home-line: rgba(19, 34, 41, 0.1);
    --public-home-shadow: 0 34px 80px rgba(9, 23, 30, 0.12);
    position: relative;
    padding: 0;
    color: var(--public-home-ink);
    background:
        radial-gradient(circle at top, rgba(16, 185, 129, 0.08), transparent 26%),
        radial-gradient(circle at right, rgba(14, 108, 115, 0.06), transparent 24%),
        linear-gradient(180deg, #f8fbfb 0%, #eef4f2 46%, #f4f7f6 100%);
}

.public-home__eyebrow,
.public-home__section-kicker,
.public-home__contact-label,
.public-home__service-index {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.public-home__eyebrow {
    color: #ddfdf7;
}

.public-home__section-kicker,
.public-home__contact-label,
.public-home__service-index {
    color: var(--public-home-accent);
}

.public-home__eyebrow::before,
.public-home__section-kicker::before {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #a7f3d0 0%, #67e8f9 100%);
    box-shadow: 0 0 0 0.3rem rgba(167, 243, 208, 0.12);
    content: '';
}

.public-home__section-shell--realizations {
    background:
        radial-gradient(circle at 14% 16%, rgba(191, 219, 254, 0.22), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(249, 168, 212, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(247, 248, 255, 0.98) 0%, rgba(239, 244, 255, 0.98) 100%);
}

.public-home__section--realizations {
    margin-top: 0;
    padding-top: 0;
    content-visibility: auto;
    contain-intrinsic-size: 760px;
}

.public-home__realization-card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(87, 97, 153, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 247, 255, 0.98) 100%);
    box-shadow: 0 18px 38px rgba(46, 63, 107, 0.08);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.public-home__realization-card:hover {
    transform: translateY(-0.35rem);
    border-color: rgba(87, 97, 153, 0.2);
    box-shadow: 0 26px 52px rgba(46, 63, 107, 0.12);
}

.public-home__realization-media {
    position: relative;
    min-height: 15rem;
    background: linear-gradient(135deg, #dbe5ff 0%, #eef2ff 100%);
}

.public-home__realization-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-home__realization-placeholder {
    display: flex;
    min-height: 15rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.public-home__realization-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: rgba(17, 24, 39, 0.74);
    color: #f8fafc;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.public-home__realization-body {
    display: grid;
    gap: 0.65rem;
    padding: 1.35rem;
}

.public-home__realization-title {
    margin: 0;
    color: #27324f;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

.public-home__realization-text {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.public-home__realization-empty {
    padding: 2.25rem 1.5rem;
    border: 1px dashed rgba(87, 97, 153, 0.24);
    border-radius: 1.5rem;
    color: #667085;
    text-align: center;
    background: rgba(255, 255, 255, 0.66);
}

.public-home__hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.public-home__media,
.public-home__overlay {
    position: absolute;
    inset: 0;
}

.public-home__media {
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.2), transparent 18%),
        radial-gradient(circle at 82% 16%, rgba(94, 234, 212, 0.18), transparent 24%),
        linear-gradient(140deg, #09131b 0%, #12232d 46%, #0e1c24 100%);
}

.public-home__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.public-home__overlay {
    background:
        linear-gradient(90deg, rgba(7, 16, 23, 0.92) 0%, rgba(9, 20, 28, 0.78) 32%, rgba(10, 23, 31, 0.38) 68%, rgba(10, 23, 31, 0.16) 100%),
        linear-gradient(180deg, rgba(5, 12, 18, 0.18) 0%, rgba(5, 12, 18, 0.38) 100%);
}

.public-home__hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 100vh;
    max-width: 86rem;
    margin: 0 auto;
    padding: 8rem 1rem 3.5rem;
    align-items: center;
}

.public-home__hero-copy {
    width: 100%;
}

.public-home__hero-copy--single {
    max-width: none;
}

.public-home__hero-inner--single {
    width: 100%;
    max-width: none;
    padding-left: clamp(1rem, 5vw, 4.5rem);
    padding-right: clamp(1rem, 4vw, 4rem);
}

.public-home__hero-panel {
    position: relative;
    max-width: min(86rem, calc(100vw - 2rem));
    padding: clamp(1.4rem, 2vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(8, 16, 23, 0.54) 0%, rgba(8, 16, 23, 0.34) 100%);
    box-shadow: 0 40px 90px rgba(2, 8, 13, 0.3);
    backdrop-filter: blur(16px);
}

.public-home__hero-panel::before {
    position: absolute;
    inset: 1rem auto auto 1rem;
    width: clamp(7rem, 12vw, 12rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(167, 243, 208, 0.9) 0%, rgba(167, 243, 208, 0) 100%);
    content: '';
}

.public-home__headline {
    max-width: 12ch;
    margin: 1.25rem 0 1rem;
    color: #ffffff;
    font-family: Sora, 'Space Grotesk', sans-serif;
    font-size: clamp(2.65rem, 5vw, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-shadow: 0 14px 34px rgba(4, 10, 14, 0.32);
}

.public-home__description {
    max-width: 44rem;
    color: rgba(229, 237, 240, 0.84);
    font-size: 1rem;
    line-height: 1.82;
}

.public-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.1rem;
}

.public-home__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.9rem 1.4rem;
    border: 1px solid transparent;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.public-home__action--primary {
    color: #102128;
    background: linear-gradient(135deg, #e7fcf9 0%, #b7f5ee 100%);
    box-shadow: 0 18px 38px rgba(94, 234, 212, 0.22);
}

.public-home__action--primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #f1fffd 0%, #cbfbf1 100%);
}

.public-home__action--secondary {
    border-color: rgba(255, 255, 255, 0.22);
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.04);
}

.public-home__action--secondary:hover {
    transform: translateY(-1px);
    border-color: rgba(167, 243, 208, 0.48);
    background: rgba(255, 255, 255, 0.1);
}

.public-home__hero-card-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #99f6e4;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.public-home__section {
    position: relative;
    padding: 0 1rem;
    scroll-margin-top: 7.5rem;
}

.public-home__section-shell {
    position: relative;
    width: 100%;
    max-width: 82rem;
    margin: 0 auto;
}

.public-home__section-shell--light,
.public-home__contact-layout {
    overflow: hidden;
    border: 1px solid var(--public-home-line);
    box-shadow: var(--public-home-shadow);
}

.public-home__section-shell--light {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 250, 0.98) 100%);
}

.public-home__section-shell--services {
    background:
        radial-gradient(circle at 10% 12%, rgba(94, 234, 212, 0.12), transparent 24%),
        radial-gradient(circle at 92% 18%, rgba(14, 108, 115, 0.08), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 246, 0.98) 100%);
}

.public-home__section-shell--about {
    padding: 0;
    background: linear-gradient(180deg, #102128 0%, #16313a 100%);
}

.public-home__section--services {
    margin-top: 2rem;
}

.public-home__section--about,
.public-home__section--contact {
    margin-top: 0;
}

.public-home__section--about {
    padding: 0;
    background: #102128;
    content-visibility: auto;
    contain-intrinsic-size: 760px;
}

.public-home__section--contact {
    padding-top: 0;
    content-visibility: auto;
    contain-intrinsic-size: 720px;
}

.public-home__section-intro {
    position: relative;
    z-index: 1;
    max-width: 50rem;
    margin-bottom: 2.25rem;
}

.public-home__section-title {
    margin: 0.9rem 0 1rem;
    color: var(--public-home-ink);
    font-family: Sora, 'Space Grotesk', sans-serif;
    font-size: clamp(1.85rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.public-home__section--about .public-home__section-title,
.public-home__section--about .public-home__section-kicker {
    color: #f4fbfb;
}

.public-home__section-text,
.public-home__contact-text {
    color: var(--public-home-ink-soft);
    font-size: 1rem;
    line-height: 1.82;
}

.public-home__section--about .public-home__section-text {
    color: rgba(226, 232, 240, 0.8);
}

.public-home__services-grid,
.public-home__realizations-grid,
.public-home__process-list,
.public-home__contact-grid {
    display: grid;
    gap: 1.25rem;
}

.public-home__service-card,
.public-home__realization-card,
.public-home__contact-card,
.public-home__about-panel,
.public-home__process-item {
    border-radius: 1.5rem;
}

.public-home__service-card {
    --public-home-service-accent: #14b8a6;
    --public-home-service-glow: rgba(20, 184, 166, 0.14);
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 0.95rem;
    min-height: 100%;
    padding: 1.8rem;
    overflow: hidden;
    border: 1px solid rgba(19, 34, 41, 0.08);
    background:
        radial-gradient(circle at top right, var(--public-home-service-glow), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 249, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.public-home__service-card::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--public-home-service-accent) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
}

.public-home__service-card:hover {
    transform: translateY(-0.4rem);
    border-color: rgba(19, 34, 41, 0.12);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.public-home__service-card--teal {
    --public-home-service-accent: #14b8a6;
    --public-home-service-glow: rgba(20, 184, 166, 0.14);
}

.public-home__service-card--amber {
    --public-home-service-accent: #f59e0b;
    --public-home-service-glow: rgba(245, 158, 11, 0.14);
}

.public-home__service-card--cyan {
    --public-home-service-accent: #06b6d4;
    --public-home-service-glow: rgba(6, 182, 212, 0.14);
}

.public-home__service-card--lime {
    --public-home-service-accent: #84cc16;
    --public-home-service-glow: rgba(132, 204, 22, 0.14);
}

.public-home__service-card--slate {
    --public-home-service-accent: #475569;
    --public-home-service-glow: rgba(71, 85, 105, 0.16);
}

.public-home__service-card--emerald {
    --public-home-service-accent: #10b981;
    --public-home-service-glow: rgba(16, 185, 129, 0.14);
}

.public-home__service-icon,
.public-home__service-title,
.public-home__service-text {
    position: relative;
    z-index: 1;
}

.public-home__service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.35rem;
    height: 4.35rem;
    border: 1px solid rgba(19, 34, 41, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 249, 0.92) 100%);
    color: var(--public-home-service-accent);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 16px 30px rgba(15, 23, 42, 0.06);
}

.public-home__service-icon svg {
    width: 1.85rem;
    height: 1.85rem;
}

.public-home__service-title,
.public-home__contact-title {
    margin: 0;
    color: var(--public-home-ink);
    font-size: 1.17rem;
    font-weight: 700;
    line-height: 1.32;
}

.public-home__service-text {
    margin: 0;
    color: var(--public-home-ink-soft);
    line-height: 1.75;
}

.public-home__about {
    display: grid;
    gap: 0;
}

.public-home__about-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 60rem;
    padding: clamp(2.1rem, 4vw, 4.25rem) clamp(1.5rem, 3vw, 3.4rem);
}

.public-home__about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.7rem;
}

.public-home__about-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(205, 250, 241, 0.16);
    color: #e8fffb;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
}

.public-home__about-side {
    position: relative;
    display: grid;
    align-self: stretch;
}

.public-home__about-media {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-left: 1px solid rgba(205, 250, 241, 0.1);
    background: linear-gradient(180deg, #10242c 0%, #173640 100%);
}

.public-home__about-visual {
    position: relative;
    min-height: 24rem;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(135deg, #132932 0%, #183742 100%);
}

.public-home__about-visual-card,
.public-home__about-visual-line {
    position: absolute;
    display: block;
}

.public-home__about-visual-card {
    border: 1px solid rgba(189, 214, 219, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.public-home__about-visual-card--primary {
    top: 14%;
    right: 12%;
    width: 52%;
    height: 28%;
}

.public-home__about-visual-card--secondary {
    left: 10%;
    bottom: 14%;
    width: 42%;
    height: 22%;
}

.public-home__about-visual-line {
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(189, 214, 219, 0.18);
}

.public-home__about-visual-line--top {
    top: 24%;
}

.public-home__about-visual-line--middle {
    top: 50%;
}

.public-home__about-visual-line--bottom {
    top: 72%;
}

.public-home__contact-layout {
    display: grid;
    max-width: 82rem;
    margin: 0 auto;
    border-top: 0;
    background: rgba(255, 255, 255, 0.96);
}

.public-home__contact-panel {
    position: relative;
    padding: 2.3rem 1.8rem;
}

.public-home__contact-panel--primary {
    color: #f8fafc;
    background: linear-gradient(180deg, #17353e 0%, #1f4650 100%);
}

.public-home__contact-panel--secondary {
    background: linear-gradient(180deg, #ffffff 0%, #f2f5f4 100%);
}

.public-home__contact-panel-body,
.public-home__social-strip {
    position: relative;
    z-index: 1;
}

.public-home__section-kicker--inverse {
    color: #d7fcf5;
}

.public-home__contact-hero-title {
    margin: 0.95rem 0 1rem;
    color: #f8fafc;
    font-family: Sora, 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.public-home__contact-hero-text {
    max-width: 35rem;
    color: rgba(227, 233, 237, 0.84);
    font-size: 0.99rem;
    line-height: 1.82;
}

.public-home__contact-hero-text--compact {
    max-width: none;
}

.public-home__contact-details {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.public-home__contact-detail {
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.public-home__contact-detail:first-child {
    padding-top: 0;
    border-top: 0;
}

.public-home__contact-detail--with-icon {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.public-home__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: #d9fffb;
}

.public-home__contact-icon svg {
    width: 1.4rem;
    height: 1.4rem;
}

.public-home__contact-detail-label {
    display: block;
    margin-bottom: 0.4rem;
    color: #99f6e4;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.public-home__contact-detail-value {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.72;
    text-decoration: none;
}

a.public-home__contact-detail-value:hover {
    color: #b7f5ee;
}

.public-home__contact-detail-value--break {
    overflow-wrap: anywhere;
}

.public-home__contact-detail-value--multiline {
    white-space: pre-line;
}

.public-home__contact-title--dark {
    font-size: 1.9rem;
    color: var(--public-home-accent-strong);
}

.public-home__contact-text--dark {
    max-width: 34rem;
}

.public-home__process-list {
    margin-top: 1.8rem;
}

.public-home__process-item {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    align-items: start;
    padding: 1.1rem;
    border: 1px solid rgba(19, 34, 41, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.public-home__process-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    color: var(--public-home-accent-strong);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    background: linear-gradient(180deg, rgba(167, 243, 208, 0.32) 0%, rgba(103, 232, 249, 0.14) 100%);
}

.public-home__process-title {
    margin: 0.12rem 0 0.45rem;
    color: var(--public-home-ink);
    font-size: 1rem;
    font-weight: 700;
}

.public-home__process-text {
    margin: 0;
    color: var(--public-home-ink-soft);
    line-height: 1.72;
}

.public-home__contact-fallback {
    margin-top: 2rem;
    padding: 1.05rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.06);
}

.public-home__social-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.public-home__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9999px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.public-home__social-link:hover {
    transform: translateY(-1px);
    border-color: rgba(167, 243, 208, 0.34);
    background: rgba(255, 255, 255, 0.14);
    color: #d7fcf5;
}

.public-home__social-link svg {
    width: 1.15rem;
    height: 1.15rem;
}

.dashboard-shell {
    --dashboard-ink: #e6f0eb;
    --dashboard-paper: #202726;
    --dashboard-surface: #2b3332;
    --dashboard-surface-muted: #343d3c;
    --dashboard-surface-soft: #3d4746;
    --dashboard-line: #4d5a57;
    --dashboard-signal: #a3e635;
    --dashboard-cyan: #22d3ee;
    background: var(--dashboard-paper);
    color: var(--dashboard-ink);
    font-family: 'Space Grotesk', Manrope, sans-serif;
}

.dashboard-sidebar {
    background-color: #101827 !important;
    background-image: linear-gradient(180deg, #101827 0%, #17211e 100%) !important;
    border-color: rgba(163, 230, 53, 0.26) !important;
}

.dashboard-workspace {
    background-color: var(--dashboard-paper) !important;
    background-image: radial-gradient(circle at top, rgba(20, 184, 166, 0.14), transparent 28%), linear-gradient(180deg, #1f2625 0%, #242d2c 48%, #212827 100%) !important;
}

.dashboard-header {
    border-color: rgba(77, 90, 87, 0.9) !important;
    background: rgba(35, 43, 42, 0.92) !important;
    box-shadow: 0 8px 24px rgba(4, 10, 9, 0.28);
}

.dashboard-shell [class*='rounded-2xl'],
.dashboard-shell [class*='rounded-3xl'],
.dashboard-shell [class*='rounded-['] {
    border-radius: 0.35rem !important;
}

.dashboard-shell .shadow-panel,
.dashboard-shell .shadow-sm,
.dashboard-shell .shadow-lg,
.dashboard-shell .shadow-xl {
    box-shadow: 0 18px 34px rgba(4, 10, 9, 0.24) !important;
}

.dashboard-shell .bg-white,
.dashboard-shell .bg-white\/60,
.dashboard-shell .bg-white\/70,
.dashboard-shell .bg-white\/80,
.dashboard-shell .bg-white\/95 {
    background-color: var(--dashboard-surface) !important;
}

.dashboard-shell [class*="bg-[linear-gradient(135deg,#fafaf9_0%,#eef7f4_100%)]"] {
    background: linear-gradient(135deg, rgba(52, 61, 60, 0.96) 0%, rgba(43, 51, 50, 0.96) 100%) !important;
}

.dashboard-shell [class*="bg-[radial-gradient(circle_at_top_left,_rgba(15,118,110,0.18),_transparent_34%),linear-gradient(135deg,#ffffff_0%,#f8fafc_100%)]"] {
    background: radial-gradient(circle at top left, rgba(20, 184, 166, 0.16), transparent 34%), linear-gradient(135deg, rgba(52, 61, 60, 0.98) 0%, rgba(43, 51, 50, 0.98) 100%) !important;
}

.dashboard-shell .bg-white\/5,
.dashboard-shell .bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.dashboard-shell .bg-slate-50,
.dashboard-shell .bg-slate-50\/70,
.dashboard-shell .bg-slate-50\/80,
.dashboard-shell .bg-slate-50\/95,
.dashboard-shell .bg-slate-100,
.dashboard-shell .bg-slate-200,
.dashboard-shell .bg-slate-300,
.dashboard-shell .bg-stone-50 {
    background-color: var(--dashboard-surface-muted) !important;
}

.dashboard-shell .bg-slate-950,
.dashboard-shell .bg-slate-950\/90,
.dashboard-shell .bg-slate-900,
.dashboard-shell .bg-slate-800 {
    background-color: #111817 !important;
}

.dashboard-shell .border-slate-100,
.dashboard-shell .border-slate-200,
.dashboard-shell .border-slate-300,
.dashboard-shell .border-white,
.dashboard-shell .border-white\/70,
.dashboard-shell .border-white\/80,
.dashboard-shell .border-white\/60 {
    border-color: var(--dashboard-line) !important;
}

.dashboard-shell .text-slate-950,
.dashboard-shell .text-slate-900,
.dashboard-shell .text-slate-800 {
    color: #f3f7f4 !important;
}

.dashboard-shell .text-white,
.dashboard-shell .text-white\/80,
.dashboard-shell .text-white\/85,
.dashboard-shell .text-white\/88 {
    color: #f7fbf8 !important;
}

.dashboard-shell .text-slate-700,
.dashboard-shell .text-slate-600 {
    color: #d2ddd8 !important;
}

.dashboard-shell .text-slate-500,
.dashboard-shell .text-slate-400,
.dashboard-shell .text-stone-600 {
    color: #a8b7b2 !important;
}

.dashboard-shell .text-teal-300,
.dashboard-shell .text-teal-500,
.dashboard-shell .text-teal-700,
.dashboard-shell .text-teal-900 {
    color: #4d7c0f !important;
}

.dashboard-sidebar .text-teal-300,
.dashboard-sidebar .text-teal-500,
.dashboard-sidebar .text-teal-700,
.dashboard-sidebar .text-teal-900 {
    color: var(--dashboard-signal) !important;
}

.dashboard-shell .bg-teal-50,
.dashboard-shell .bg-teal-50\/70,
.dashboard-shell .bg-teal-50\/80 {
    background-color: rgba(101, 163, 13, 0.22) !important;
}

.dashboard-shell .bg-teal-100,
.dashboard-shell .bg-teal-200 {
    background-color: rgba(20, 184, 166, 0.22) !important;
}

.dashboard-shell .bg-teal-500,
.dashboard-shell .bg-teal-700 {
    background-color: #65a30d !important;
}

.dashboard-shell .border-teal-100,
.dashboard-shell .border-teal-200,
.dashboard-shell .border-teal-300 {
    border-color: #bef264 !important;
}

.dashboard-shell .bg-emerald-50,
.dashboard-shell .bg-emerald-50\/80 {
    background-color: rgba(16, 185, 129, 0.2) !important;
}

.dashboard-shell .border-emerald-100,
.dashboard-shell .border-emerald-200 {
    border-color: rgba(52, 211, 153, 0.45) !important;
}

.dashboard-shell .text-emerald-950,
.dashboard-shell .text-emerald-900,
.dashboard-shell .text-emerald-800 {
    color: #d7fff0 !important;
}

.dashboard-shell .bg-emerald-100,
.dashboard-shell .bg-emerald-200 {
    background-color: rgba(16, 185, 129, 0.24) !important;
}

.dashboard-shell .text-emerald-700 {
    color: #b8f7db !important;
}

.dashboard-shell .bg-amber-50,
.dashboard-shell .bg-amber-50\/80 {
    background-color: rgba(245, 158, 11, 0.2) !important;
}

.dashboard-shell .border-amber-100,
.dashboard-shell .border-amber-200 {
    border-color: rgba(251, 191, 36, 0.45) !important;
}

.dashboard-shell .text-amber-950,
.dashboard-shell .text-amber-900,
.dashboard-shell .text-amber-800 {
    color: #fff1c7 !important;
}

.dashboard-shell .bg-amber-100,
.dashboard-shell .bg-amber-200,
.dashboard-shell .bg-amber-400,
.dashboard-shell .bg-amber-500 {
    background-color: rgba(245, 158, 11, 0.28) !important;
}

.dashboard-shell .text-amber-700 {
    color: #ffe19a !important;
}

.dashboard-shell .bg-rose-50,
.dashboard-shell .bg-rose-50\/70,
.dashboard-shell .bg-rose-50\/80 {
    background-color: rgba(244, 63, 94, 0.18) !important;
}

.dashboard-shell .border-rose-100,
.dashboard-shell .border-rose-200 {
    border-color: rgba(251, 113, 133, 0.42) !important;
}

.dashboard-shell .text-rose-950,
.dashboard-shell .text-rose-900,
.dashboard-shell .text-rose-800,
.dashboard-shell .text-rose-700 {
    color: #ffd6dc !important;
}

.dashboard-shell .bg-rose-100,
.dashboard-shell .bg-rose-200,
.dashboard-shell .bg-rose-600 {
    background-color: rgba(244, 63, 94, 0.22) !important;
}

.dashboard-shell .bg-sky-50,
.dashboard-shell .bg-sky-50\/80 {
    background-color: rgba(14, 165, 233, 0.2) !important;
}

.dashboard-shell .border-sky-100,
.dashboard-shell .border-sky-200 {
    border-color: rgba(56, 189, 248, 0.42) !important;
}

.dashboard-shell .text-sky-950,
.dashboard-shell .text-sky-900,
.dashboard-shell .text-sky-800 {
    color: #d8f3ff !important;
}

.dashboard-shell .bg-sky-100,
.dashboard-shell .bg-sky-200,
.dashboard-shell .bg-sky-700 {
    background-color: rgba(14, 165, 233, 0.24) !important;
}

.dashboard-shell .text-sky-700 {
    color: #bde9ff !important;
}

.dashboard-shell .bg-fuchsia-50,
.dashboard-shell .bg-fuchsia-50\/80 {
    background-color: rgba(217, 70, 239, 0.18) !important;
}

.dashboard-shell .border-fuchsia-100,
.dashboard-shell .border-fuchsia-200 {
    border-color: rgba(232, 121, 249, 0.4) !important;
}

.dashboard-shell .text-fuchsia-950,
.dashboard-shell .text-fuchsia-900,
.dashboard-shell .text-fuchsia-800 {
    color: #f8d9ff !important;
}

.dashboard-shell .bg-cyan-100,
.dashboard-shell .bg-cyan-200 {
    background-color: rgba(34, 211, 238, 0.22) !important;
}

.dashboard-shell .border-cyan-200,
.dashboard-shell .border-cyan-300 {
    border-color: rgba(34, 211, 238, 0.35) !important;
}

.dashboard-shell .text-cyan-700,
.dashboard-shell .text-cyan-800 {
    color: #bdf7ff !important;
}

.dashboard-shell .bg-gradient-to-br {
    background-image: linear-gradient(135deg, rgba(61, 71, 70, 0.96) 0%, rgba(43, 51, 50, 0.96) 100%) !important;
}

.dashboard-shell .from-slate-50,
.dashboard-shell .from-teal-50,
.dashboard-shell .via-white,
.dashboard-shell .to-white,
.dashboard-shell .to-slate-100,
.dashboard-shell .to-teal-50\/50 {
    --tw-gradient-from: rgba(61, 71, 70, 0.96) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgba(43, 51, 50, 0.96) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgba(52, 61, 60, 0.96) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.dashboard-shell .hover\:from-teal-50:hover,
.dashboard-shell .hover\:to-white:hover {
    --tw-gradient-from: rgba(73, 86, 84, 0.98) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgba(52, 61, 60, 0.98) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgba(61, 71, 70, 0.98) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.dashboard-shell .hover\:border-teal-300:hover,
.dashboard-shell .hover\:border-teal-200:hover {
    border-color: #65a30d !important;
}

.dashboard-shell .hover\:bg-teal-50:hover {
    background-color: #ecfccb !important;
}

.dashboard-shell .hover\:bg-slate-800:hover,
.dashboard-shell .hover\:bg-slate-900:hover,
.dashboard-shell .focus\:bg-slate-800:focus,
.dashboard-shell .focus\:bg-slate-900:focus {
    background-color: #1a2322 !important;
}

.dashboard-shell .hover\:text-slate-900:hover,
.dashboard-shell .hover\:text-slate-950:hover {
    color: #f3f7f4 !important;
}

.dashboard-shell .hover\:bg-slate-50:hover,
.dashboard-shell .hover\:bg-slate-100:hover {
    background-color: var(--dashboard-surface-soft) !important;
}

.dashboard-shell .hover\:bg-rose-50:hover,
.dashboard-shell .hover\:bg-rose-200:hover {
    background-color: rgba(244, 63, 94, 0.28) !important;
}

.dashboard-shell .hover\:bg-teal-200:hover,
.dashboard-shell .hover\:bg-teal-50\/40:hover,
.dashboard-shell .hover\:bg-teal-50\/60:hover,
.dashboard-shell .hover\:bg-teal-50:hover {
    background-color: rgba(20, 184, 166, 0.28) !important;
}

.dashboard-shell .hover\:bg-amber-100:hover {
    background-color: rgba(245, 158, 11, 0.32) !important;
}

.dashboard-sidebar a[class*='bg-white'] {
    border-left: 3px solid var(--dashboard-signal) !important;
    background-color: rgba(163, 230, 53, 0.1) !important;
    color: #f7fee7 !important;
    box-shadow: none !important;
}

.dashboard-shell button[class*='bg-slate-950'],
.dashboard-shell a[class*='bg-slate-950'],
.dashboard-shell label[class*='bg-slate-950'] {
    border: 1px solid rgba(168, 183, 178, 0.18);
    color: #f7fbf8 !important;
    box-shadow: 0 12px 24px rgba(4, 10, 9, 0.22) !important;
}

.dashboard-shell button[class*='bg-white'],
.dashboard-shell a[class*='bg-white'],
.dashboard-shell label[class*='bg-white'] {
    color: #e6f0eb !important;
}

.dashboard-shell button[class*='bg-slate-300'],
.dashboard-shell a[class*='bg-slate-300'],
.dashboard-shell label[class*='bg-slate-300'] {
    color: #f3f7f4 !important;
    border-color: var(--dashboard-line) !important;
}

.dashboard-shell button[class*='border-slate-200'],
.dashboard-shell button[class*='border-slate-300'],
.dashboard-shell a[class*='border-slate-200'],
.dashboard-shell a[class*='border-slate-300'],
.dashboard-shell label[class*='border-slate-200'],
.dashboard-shell label[class*='border-slate-300'] {
    border-color: var(--dashboard-line) !important;
}

.dashboard-shell .ring-slate-900\/10,
.dashboard-shell .ring-slate-200,
.dashboard-shell .ring-cyan-200,
.dashboard-shell .ring-amber-200,
.dashboard-shell .ring-emerald-200 {
    --tw-ring-color: rgba(168, 183, 178, 0.2) !important;
}

.dashboard-shell input:not([type='checkbox']):not([type='radio']):not([type='color']):not([type='range']),
.dashboard-shell textarea,
.dashboard-shell select {
    background-color: var(--dashboard-surface-soft);
    border-color: var(--dashboard-line);
    color: #f3f7f4;
}

.dashboard-shell input::placeholder,
.dashboard-shell textarea::placeholder {
    color: #9fb0aa;
}

.dashboard-shell input:focus,
.dashboard-shell textarea:focus,
.dashboard-shell select:focus {
    background-color: #43504f;
}

.dashboard-shell .hover\:bg-white:hover,
.dashboard-shell .focus\:bg-white:focus {
    background-color: var(--dashboard-surface-soft) !important;
}

.dashboard-content > * > article,
.dashboard-content > article {
    border-color: var(--dashboard-line) !important;
}

.dashboard-shell .hover\:text-white:hover,
.dashboard-shell .focus\:text-white:focus {
    color: #f7fbf8 !important;
}

/* Final contrast guard for colored dashboard actions and badges. */
.dashboard-shell [class*='bg-teal-'][class*='text-teal-'],
.dashboard-shell [class*='bg-emerald-'][class*='text-emerald-'],
.dashboard-shell [class*='bg-sky-'][class*='text-sky-'],
.dashboard-shell [class*='bg-amber-'][class*='text-amber-'],
.dashboard-shell [class*='bg-rose-'][class*='text-rose-'],
.dashboard-shell [class*='bg-cyan-'][class*='text-cyan-'],
.dashboard-shell [class*='bg-slate-'][class*='text-slate-'],
.dashboard-shell [class*='bg-teal-'][class*='text-white'],
.dashboard-shell [class*='bg-emerald-'][class*='text-white'],
.dashboard-shell [class*='bg-sky-'][class*='text-white'],
.dashboard-shell [class*='bg-amber-'][class*='text-white'],
.dashboard-shell [class*='bg-rose-'][class*='text-white'],
.dashboard-shell [class*='bg-slate-'][class*='text-white'],
.dashboard-shell [class*='bg-cyan-'][class*='text-white'],
.dashboard-shell button[class*='bg-teal-'],
.dashboard-shell button[class*='bg-emerald-'],
.dashboard-shell button[class*='bg-sky-'],
.dashboard-shell button[class*='bg-amber-'],
.dashboard-shell button[class*='bg-rose-'],
.dashboard-shell button[class*='bg-slate-'],
.dashboard-shell button[class*='bg-cyan-'],
.dashboard-shell a[class*='bg-teal-'],
.dashboard-shell a[class*='bg-emerald-'],
.dashboard-shell a[class*='bg-sky-'],
.dashboard-shell a[class*='bg-amber-'],
.dashboard-shell a[class*='bg-rose-'],
.dashboard-shell a[class*='bg-slate-'],
.dashboard-shell a[class*='bg-cyan-'],
.dashboard-shell span[class*='bg-teal-'],
.dashboard-shell span[class*='bg-emerald-'],
.dashboard-shell span[class*='bg-sky-'],
.dashboard-shell span[class*='bg-amber-'],
.dashboard-shell span[class*='bg-rose-'],
.dashboard-shell span[class*='bg-slate-'],
.dashboard-shell span[class*='bg-cyan-'],
.dashboard-shell label[class*='bg-slate-'],
.dashboard-shell label[class*='bg-teal-'] {
    color: #f7fbf8 !important;
}

.dashboard-shell [class*='hover:bg-teal-']:hover,
.dashboard-shell [class*='hover:bg-emerald-']:hover,
.dashboard-shell [class*='hover:bg-sky-']:hover,
.dashboard-shell [class*='hover:bg-amber-']:hover,
.dashboard-shell [class*='hover:bg-rose-']:hover,
.dashboard-shell [class*='hover:bg-slate-']:hover,
.dashboard-shell [class*='hover:bg-cyan-']:hover,
.dashboard-shell [class*='hover:bg-white']:hover {
    color: #f7fbf8 !important;
}

@media (min-width: 1024px) {
    .public-home {
        padding-bottom: 0;
    }

    .public-home__hero-inner {
        padding: 9rem 2.5rem 4rem;
    }

    .public-home__hero-inner--single {
        padding-left: clamp(2rem, 6vw, 6rem);
        padding-right: clamp(2rem, 4vw, 4rem);
    }

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

    .public-home__realizations-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .public-home__about {
        grid-template-columns: minmax(0, 1.2fr) minmax(24rem, 0.8fr);
        align-items: stretch;
    }

    .public-home__section-shell--about {
        max-width: var(--public-home-wide-shell);
    }

    .public-home__contact-layout {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }

    .public-home__contact-panel {
        padding: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .public-home__hero-inner {
        align-items: center;
    }

    .public-home__hero-panel {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .public-home__about-copy {
        padding: 1.5rem 1.1rem 0;
    }

    .public-home__hero-panel {
        padding: 1.25rem 1rem;
    }

    .public-home__service-card,
    .public-home__process-item {
        border-radius: 1.1rem;
    }

    .public-home__about-media {
        min-height: 18rem;
        border-top: 1px solid rgba(94, 234, 212, 0.12);
        border-left: 0;
    }

    .public-home__hero-inner {
        padding: 8rem 1rem 5rem;
    }

    .public-home__headline,
    .public-home__section-title {
        max-width: none;
    }

    .public-home__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .public-home__section-shell--light,
    .public-home__contact-panel,
    .public-home__service-card,
    .public-home__about-panel,
    .public-home__about-badge,
    .public-home__process-item {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .public-home__about-badge--bottom {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 0.75rem;
    }

    .public-home__contact-detail--with-icon,
    .public-home__process-item {
        grid-template-columns: 1fr;
    }

    .public-home__contact-icon,
    .public-home__process-index {
        width: 2.75rem;
        height: 2.75rem;
    }
}

.brand-badge {
    box-shadow: inset 0 0 0 1px rgba(94, 234, 212, 0.18);
}

.brand-wordmark {
    text-wrap: balance;
    letter-spacing: 0.24em;
    line-height: 1;
}

.brand-badge--compact {
    border-radius: 1rem;
}

.brand-wordmark--compact {
    letter-spacing: 0.16em;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
}

.hero-grid {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.badge-dot::before {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    margin-right: 0.5rem;
    background: currentColor;
    opacity: 0.7;
}

[data-notification-panel].hidden {
    display: none;
}

.password-rule {
    color: rgb(226 232 240);
    transition: color 180ms ease;
}

.password-rule-badge {
    background: rgba(255, 255, 255, 0.12);
    color: rgb(255 255 255);
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.password-rule.is-complete {
    color: rgb(255 255 255);
}

.password-rule.is-complete .password-rule-badge {
    background: rgb(74 222 128);
    color: rgb(15 23 42);
    transform: scale(1.04);
}

.password-rule.has-error {
    color: rgb(254 202 202);
}

.password-rule.has-error .password-rule-badge {
    background: rgb(239 68 68);
    color: rgb(255 255 255);
}

.password-input-error {
    border-color: rgb(248 113 113) !important;
    box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.16);
}

[data-editor-surface] figure {
    margin: 1.5rem 0;
}

[data-editor-surface] p,
.prose p {
    margin: 0.9rem 0;
}

[data-editor-surface] h2,
.prose h2 {
    margin: 1.75rem 0 0.85rem;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: rgb(15 23 42);
}

[data-editor-surface] h3,
.prose h3 {
    margin: 1.35rem 0 0.7rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    color: rgb(15 23 42);
}

[data-editor-surface] ul,
[data-editor-surface] ol,
.prose ul,
.prose ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

[data-editor-surface] ul,
.prose ul {
    list-style: disc;
}

[data-editor-surface] ul.editor-list-disc,
.prose ul.editor-list-disc {
    list-style-type: disc;
}

[data-editor-surface] ul.editor-list-circle,
.prose ul.editor-list-circle {
    list-style-type: circle;
}

[data-editor-surface] ol,
.prose ol {
    list-style: decimal;
}

[data-editor-surface] ol.editor-list-decimal,
.prose ol.editor-list-decimal {
    list-style-type: decimal;
}

[data-editor-surface] ol.editor-list-alpha,
.prose ol.editor-list-alpha {
    list-style-type: lower-alpha;
}

[data-editor-surface] ol.editor-list-alpha > li::marker,
.prose ol.editor-list-alpha > li::marker {
    content: counter(list-item, lower-alpha) ') ';
}

[data-editor-surface] ol.editor-list-roman,
.prose ol.editor-list-roman {
    list-style-type: upper-roman;
}

[data-editor-surface] ol.editor-list-roman > li::marker,
.prose ol.editor-list-roman > li::marker {
    content: counter(list-item, upper-roman) '. ';
}

[data-editor-surface] ol.editor-list-outline,
.prose ol.editor-list-outline {
    list-style-type: decimal;
}

[data-editor-surface] ol.editor-list-outline li::marker,
.prose ol.editor-list-outline li::marker {
    content: counters(list-item, '.') '. ';
    font-weight: 700;
}

[data-editor-surface] ol.editor-list-outline ol,
.prose ol.editor-list-outline ol {
    padding-left: 1.5rem;
}

[data-editor-surface] li,
.prose li {
    margin: 0.35rem 0;
}

[data-editor-surface] img,
.prose img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

[data-editor-surface] table,
.prose table,
.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

[data-editor-surface] th,
[data-editor-surface] td,
.prose th,
.prose td,
.content-table th,
.content-table td {
    border: 1px solid rgb(203 213 225);
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}

[data-editor-surface] th,
.prose th,
.content-table th {
    background: rgb(241 245 249);
    font-weight: 700;
}

[data-editor-surface] .content-two-column,
.content-two-column {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.5rem 0;
}

[data-editor-surface] .content-two-column > div,
.content-two-column > div {
    border: 1px solid rgb(226 232 240);
    border-radius: 1rem;
    background: rgb(248 250 252);
    padding: 1rem;
}

[data-editor-surface] .content-callout,
.content-callout {
    margin: 1.5rem 0;
    border-radius: 1rem;
    border: 1px solid rgba(146, 64, 14, 0.24);
    background: linear-gradient(135deg, rgba(255, 251, 235, 0.98), rgba(254, 243, 199, 0.9));
    padding: 1rem 1.125rem;
}

[data-editor-surface] .content-callout h3,
.content-callout h3 {
    margin-top: 0;
}

@media (max-width: 640px) {
    [data-editor-surface] .content-two-column,
    .content-two-column {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .fade-up {
        animation: fadeUp 700ms ease both;
    }

    .stagger-1 {
        animation-delay: 120ms;
    }

    .stagger-2 {
        animation-delay: 220ms;
    }

    .stagger-3 {
        animation-delay: 320ms;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
