:root {
    --eram-deep: #041F18;
    --eram-deep-2: #062B20;
    --eram-deep-3: #0A3528;
    --eram-green-2: #258B59;
    --eram-accent: #38C172;
    --eram-muted-light: rgba(247,251,248,.72);
    --eram-text: #52645C;
    --eram-soft: #EEF5F1;
    --eram-border-dark: rgba(255,255,255,.09);
    --eram-border-light: #DFE9E3;
    --brand-green: #0E7A4A;
    --brand-green-dark: #063D2D;
    --brand-green-deep: #032E22;
    --brand-green-accent: #38C172;
    --brand-mint: #DDF5E8;
    --ink: #0C1D17;
    --text: #52645C;
    --muted: #7A8982;
    --surface: #FFFFFF;
    --surface-soft: #F6F9F7;
    --surface-green: #EEF8F2;
    --border: #DFE9E3;
    --eram-green: var(--brand-green);
    --eram-green-bright: var(--brand-green-accent);
    --eram-green-dark: var(--brand-green-dark);
    --eram-mint: var(--brand-mint);
    --eram-ink: var(--ink);
    --eram-muted: var(--text);
    --eram-bg: var(--surface-soft);
    --eram-white: #F7FBF8;
    --eram-border: #dde8e1;
    --eram-danger: #b42318;
}

/* ERAM public website 2.0: explicit production CSS, independent of new utilities. */
.eram-public { margin: 0; overflow-x: hidden; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--surface); }
.eram-public *, .eram-public *::before, .eram-public *::after { box-sizing: border-box; }
.eram-public a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.eram-site-container, .eram-public main > section > div { width: min(100% - 72px, 1200px); margin-inline: auto; }
.eram-public main > section { padding-top: 104px !important; padding-bottom: 104px !important; }
.eram-public main > section:first-child { padding-top: 96px !important; padding-bottom: 96px !important; }
.eram-public main h1 { font-size: clamp(2.5rem, 5vw, 4rem) !important; line-height: 1.08 !important; letter-spacing: -.035em; font-weight: 750 !important; }
.eram-public main h2 { font-size: clamp(2rem, 3.6vw, 2.75rem) !important; line-height: 1.15 !important; letter-spacing: -.028em; font-weight: 720 !important; }
.eram-public main h3 { letter-spacing: -.012em; }
.eram-public main p { line-height: 1.7; }
.eram-public-utility { font-size: .76rem !important; letter-spacing: .015em; background: var(--brand-green-deep); color: #c9ddd3; }
.eram-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eram-public-utility a { color: inherit; text-decoration: none; }
.eram-public-utility a:hover { color: #fff; }
.eram-public-header { box-shadow: none; }
.eram-public-nav-inner { width: min(100% - 72px, 1200px); max-width: none; min-height: 78px; padding: 10px 0; gap: 28px; }
.eram-brand-logo { width: 46px; height: 46px; }
.eram-brand-title { font-size: .95rem; font-weight: 800; }
.eram-brand-tagline { font-size: .68rem; }
.eram-public-links { gap: clamp(14px, 1.6vw, 26px); }
.eram-public-links a { font-size: .875rem; font-weight: 650; }
.eram-btn-primary, .eram-btn-secondary { min-height: 48px; padding: 0 20px; border-radius: 11px; font-size: .9rem; font-weight: 700; }
.eram-btn-primary { background: var(--brand-green-dark); box-shadow: 0 8px 18px rgba(6,61,45,.16); }
.eram-btn-primary:hover { background: var(--brand-green); transform: translateY(-2px); box-shadow: 0 11px 22px rgba(6,61,45,.2); }
.eram-btn-secondary { border-color: #9abaaa; }
.eram-btn-secondary:hover { background: var(--surface-green); transform: translateY(-2px); }

.eram-public-hero { position: relative; min-height: 0; padding: 96px 0 104px !important; color: var(--eram-white); background: radial-gradient(circle at 72% 18%, rgba(56,193,114,.13), transparent 32%), linear-gradient(135deg, var(--eram-deep) 0%, var(--eram-deep-2) 52%, var(--eram-deep-3) 100%); }
.eram-hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); align-items: center; gap: clamp(48px, 6vw, 84px); }
.eram-hero-copy { color: var(--eram-white); }
.eram-eyebrow { margin: 0 0 18px !important; color: var(--eram-accent) !important; font-size: .78rem !important; line-height: 1.4 !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eram-hero-copy h1 { margin: 0; font-size: clamp(3.5rem, 5vw, 4.125rem) !important; line-height: 1.01 !important; letter-spacing: -.035em; }
.eram-hero-title > span { display: block; opacity: 1; -webkit-text-fill-color: currentColor; }
.eram-hero-title-main { color: #F7FBF8; }
.eram-hero-title-connected { color: #66D99A; }
.eram-hero-title-compliant { color: #38C172; }
.eram-public .eram-accent { color: var(--brand-mint) !important; }
.eram-hero-copy > p:not(.eram-eyebrow) { max-width: 580px; color: rgba(247,251,248,.76) !important; line-height: 1.65; }
.eram-hero-copy .eram-btn-primary, .eram-consultation .eram-btn-primary { color: #041F18; background: #38C172; box-shadow: 0 12px 26px rgba(0,0,0,.2); }
.eram-hero-copy .eram-btn-primary:hover, .eram-consultation .eram-btn-primary:hover { color: #041F18; background: #66D99A; }
.eram-hero-copy .eram-btn-secondary, .eram-consultation .eram-btn-secondary { color: #F7FBF8 !important; background: transparent; border-color: rgba(247,251,248,.48); }
.eram-hero-copy .eram-btn-secondary:hover, .eram-consultation .eram-btn-secondary:hover { color: #fff !important; background: rgba(255,255,255,.08); border-color: rgba(247,251,248,.78); }
.eram-hero-copy > .mt-10 { display: flex; flex-wrap: wrap; gap: 10px 22px !important; color: rgba(247,251,248,.72) !important; }
.eram-hero-copy > .mt-10 div::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--brand-green-accent); vertical-align: 1px; }
.eram-hero-visual { position: relative; min-width: 0; padding: 0 18px 34px 0; }
.eram-hero-media { position: relative; height: 520px; overflow: hidden; border-radius: 24px; box-shadow: 0 28px 62px rgba(0,0,0,.28); }
.eram-hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(4,31,24,.38), rgba(4,31,24,.06)); }
.eram-hero-image { display: block; width: 100%; height: 100%; object-fit: cover; animation: eram-hero-drift 18s ease-in-out infinite alternate; }
.eram-public .eram-metric { position: absolute; z-index: 2; min-width: 138px; padding: 15px 17px; color: #fff; text-align: left; border: 1px solid rgba(207,239,221,.16); border-radius: 14px; background: rgba(4,31,24,.78); box-shadow: 0 18px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.eram-metric .text-3xl { color: #8ce2ae !important; font-size: 1.55rem; line-height: 1.15; }
.eram-metric p { margin: 4px 0 0; color: #e6f2ec; }
.eram-metric-one { left: -25px; bottom: 72px; }
.eram-metric-two { right: 0; top: 30px; }
.eram-metric-three { right: -4px; bottom: 5px; }

.eram-why { padding: 104px 0 !important; color: var(--eram-white); background: linear-gradient(135deg, var(--eram-deep-2) 0%, var(--eram-deep-3) 100%); }
.eram-why-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(56px, 7vw, 92px); }
.eram-why-intro { max-width: 470px; }
.eram-why-intro h2 { margin: 0; color: var(--eram-white); }
.eram-why-intro > p:not(.eram-eyebrow) { margin: 22px 0 0; color: var(--eram-muted-light); font-size: 1.04rem; }
.eram-why-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding: 8px 0; color: var(--eram-mint); font-size: .94rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(207,239,221,.45); }
.eram-why-link:hover { color: #fff; border-color: var(--eram-accent); }
.eram-why-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.eram-why-card { min-height: 224px; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid var(--eram-border-dark); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.08); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.eram-why-card-highlight { background: rgba(56,193,114,.10); }
.eram-why-card:hover { transform: translateY(-3px); border-color: rgba(102,217,154,.35); box-shadow: 0 17px 34px rgba(0,0,0,.14); }
.eram-why-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; color: #66D99A; background: rgba(56,193,114,.09); border: 1px solid rgba(207,239,221,.13); border-radius: 12px; }
.eram-why-card-highlight .eram-why-icon { background: rgba(255,255,255,.07); }
.eram-why-icon svg { display: block; width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eram-why-title { margin: 0; color: #F7FBF8; font-size: 1.08rem; font-weight: 750; }
.eram-why-copy { margin: 10px 0 0; color: var(--eram-muted-light); font-size: .92rem; line-height: 1.65 !important; }
.eram-trust-section { padding: 64px 0 !important; background: var(--eram-soft) !important; }
.eram-trust-layout { display: grid; grid-template-columns: minmax(220px,.62fr) minmax(0,1.38fr); align-items: center; gap: 48px; }
.eram-trust-intro h2 { margin: 0; font-size: clamp(1.75rem,2.5vw,2.25rem) !important; }
.eram-trust-intro > p:last-child { margin: 12px 0 0; color: var(--eram-text); font-size: .9rem; }
.eram-trust-badges { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.eram-trust-card { min-height: 116px; padding: 20px; display: flex; flex-direction: column; justify-content: center; background: #fff; border: 1px solid var(--eram-border-light); border-radius: 15px; box-shadow: 0 9px 24px rgba(12,29,23,.045); }
.eram-trust-card strong { font-size: 1.35rem; line-height: 1.2; }
.eram-trust-card span { margin-top: 7px; color: var(--eram-text); font-size: .76rem; line-height: 1.4; }
.eram-trust-mark { font-size: 1.5rem; line-height: 1.2; font-weight: 800; }
.eram-trust-cpcb { color: #063D2D; }
.eram-trust-spcb { color: #258B59; }
.eram-trust-iso { color: #0C1D17; }
.eram-trust-support { color: #0E7A4A; }
.eram-section-rule { width: 80px; height: 3px; margin-top: 24px; border-radius: 3px; background: var(--brand-green-accent); }
.eram-consultation-stat { color: #8CE2AE; font-size: 2.25rem; line-height: 1.1; font-weight: 800; }

.eram-industries { padding: 104px 0 !important; color: var(--eram-white); background: linear-gradient(180deg, var(--eram-deep) 0%, #05261D 100%); }
.eram-section-heading { max-width: 760px; margin-bottom: 44px; }
.eram-section-heading h2 { margin: 0; color: var(--eram-ink); }
.eram-section-heading > p:last-child { margin: 18px 0 0; color: var(--eram-text); font-size: 1rem; }
.eram-section-heading-dark h2 { color: var(--eram-white); }
.eram-section-heading-dark > p:last-child { color: var(--eram-muted-light); }
.eram-industries-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.eram-industry-card { position: relative; min-height: 370px; overflow: hidden; border: 1px solid var(--eram-border-dark); border-radius: 22px; background: var(--eram-deep-2); box-shadow: 0 20px 46px rgba(0,0,0,.18); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.eram-industry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,31,24,.92) 0%, rgba(4,31,24,.38) 58%, rgba(4,31,24,.08) 100%); }
.eram-industry-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .22s ease; }
.eram-industry-card:hover { transform: translateY(-3px); border-color: rgba(102,217,154,.3); box-shadow: 0 25px 52px rgba(0,0,0,.24); }
.eram-industry-card:hover img { transform: scale(1.035); }
.eram-industry-overlay { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 30px; }
.eram-industry-overlay span { color: #66D99A; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.eram-industry-overlay h3 { margin: 10px 0 0; color: #fff; font-size: 1.35rem; font-weight: 750; }
.eram-industry-overlay p { max-width: 470px; margin: 9px 0 0; color: var(--eram-muted-light); font-size: .9rem; line-height: 1.6 !important; }

.eram-platform { padding: 100px 0 !important; background: #F3F7F4; }
.eram-platform-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.eram-platform-card { padding: 27px; background: #fff; border: 1px solid var(--eram-border-light); border-radius: 17px; box-shadow: 0 10px 26px rgba(12,29,23,.045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.eram-platform-card:hover { transform: translateY(-3px); border-color: #A8CEB8; box-shadow: 0 15px 30px rgba(12,29,23,.075); }
.eram-platform-card span { color: var(--eram-green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.eram-platform-card h3 { margin: 20px 0 0; color: var(--eram-ink); font-size: 1.05rem; font-weight: 750; }
.eram-platform-card p { margin: 10px 0 0; color: var(--eram-text); font-size: .9rem; line-height: 1.65 !important; }

.eram-consultation { padding: 104px 0 !important; color: var(--eram-white); background: linear-gradient(135deg, var(--eram-deep) 0%, #093126 100%); }
.eram-consultation-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); align-items: center; gap: clamp(52px,7vw,88px); }
.eram-consultation-copy h2 { margin: 0; color: #fff; }
.eram-consultation-copy > p:not(.eram-eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--eram-muted-light); font-size: 1.04rem; }
.eram-consultation-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.eram-consultation-visual { position: relative; min-width: 0; }
.eram-consultation-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 24px; background: linear-gradient(to top, rgba(4,31,24,.34), rgba(4,31,24,.04)); }
.eram-consultation-visual > img { display: block; width: 100%; height: 470px; object-fit: cover; border-radius: 24px; box-shadow: 0 28px 58px rgba(0,0,0,.27); }
.eram-consultation-metric { position: absolute; z-index: 1; left: -24px; min-width: 160px; padding: 17px 19px; display: flex; flex-direction: column; color: #fff; background: rgba(4,31,24,.8); border: 1px solid rgba(207,239,221,.16); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.eram-consultation-metric-top { top: 52px; }
.eram-consultation-metric-bottom { bottom: 52px; }
.eram-consultation-metric strong { color: #66D99A; font-size: 1.65rem; line-height: 1.15; }
.eram-consultation-metric span { margin-top: 4px; color: rgba(247,251,248,.78); font-size: .78rem; }

@keyframes eram-hero-drift {
    from { transform: scale(1) translate3d(0,0,0); }
    to { transform: scale(1.035) translate3d(-.35%,.25%,0); }
}

.eram-public main > section.bg-white { background: var(--surface) !important; }
.eram-public main > section.bg-gray-100, .eram-public main > section.bg-gray-200, .eram-public main > section.bg-gray-50 { background: var(--surface-soft) !important; }
.eram-public main [class*="bg-orange-"] { background-color: var(--brand-green) !important; }
.eram-public main [class*="text-orange-"] { color: var(--brand-green) !important; }
.eram-public main .w-20.h-1 { height: 3px; border-radius: 3px; background: var(--brand-green-accent) !important; }
.eram-public main .rounded-xl, .eram-public main .rounded-2xl, .eram-public main .rounded-3xl { border-radius: 18px; }
.eram-public main .shadow, .eram-public main .shadow-lg, .eram-public main .shadow-xl, .eram-public main .shadow-2xl { box-shadow: 0 16px 38px rgba(12,29,23,.08); }
.eram-public main .grid.md\:grid-cols-4 > div, .eram-public main .grid.md\:grid-cols-3 > div { border-color: var(--border); }
.eram-capability-icon, .eram-contact-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid #b9dcc8; border-radius: 11px; color: var(--brand-green-dark); background: var(--surface-green); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.eram-public main img { max-width: 100%; }
.eram-public main .group.overflow-hidden { border: 1px solid var(--border); box-shadow: 0 12px 28px rgba(12,29,23,.08); }
.eram-public main .group.overflow-hidden img { transition: transform .22s ease !important; }
.eram-public main .group.overflow-hidden:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(12,29,23,.12); }
.eram-public main .group.overflow-hidden:hover img { transform: scale(1.035); }
.eram-public main form { border: 1px solid var(--border); }
.eram-public main input, .eram-public main select, .eram-public main textarea { min-height: 48px; border-color: #cad9d1 !important; border-radius: 11px !important; transition: border-color .2s ease, box-shadow .2s ease; }
.eram-public main input:focus, .eram-public main select:focus, .eram-public main textarea:focus { border-color: var(--brand-green) !important; box-shadow: 0 0 0 3px rgba(14,122,74,.14); outline: 0; }
.eram-public main button { min-height: 48px; border-radius: 11px !important; background: var(--brand-green-dark) !important; box-shadow: none !important; }

.eram-footer { margin-top: 0; padding: 76px 0 26px; color: #bfd1c8; background: var(--brand-green-deep) !important; }
.eram-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 54px; }
.eram-footer h3 { margin: 0 0 18px; color: #fff; font-size: .92rem; letter-spacing: .03em; }
.eram-footer p, .eram-footer li { color: #abc1b6 !important; line-height: 1.75; }
.eram-footer ul { margin: 0; padding: 0; list-style: none; }
.eram-footer a { color: #abc1b6; text-decoration: none; }
.eram-footer a:hover { color: #fff; }
.eram-footer-bottom { width: min(100% - 72px, 1200px); margin: 48px auto 0; padding-top: 24px; border-top: 1px solid rgba(223,233,227,.15); color: #849f92; text-align: center; font-size: .78rem; line-height: 1.7; }

@media (max-width: 1100px) {
    .eram-site-container, .eram-public main > section > div, .eram-public-nav-inner, .eram-footer-bottom { width: min(100% - 48px, 1200px); }
    .eram-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .eram-hero-media { height: 460px; }
    .eram-trust-layout { grid-template-columns: 1fr; gap: 30px; }
    .eram-platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .eram-consultation-grid { gap: 48px; }
}

@media (max-width: 820px) {
    .eram-public main > section, .eram-public main > section:first-child { padding-top: 72px !important; padding-bottom: 72px !important; }
    .eram-hero-grid { grid-template-columns: 1fr; }
    .eram-hero-copy h1 { font-size: clamp(2.7rem, 10vw, 3.35rem) !important; }
    .eram-hero-visual { margin-top: 10px; }
    .eram-why { padding: 72px 0 !important; }
    .eram-why-grid { grid-template-columns: 1fr; gap: 44px; }
    .eram-why-intro { max-width: 620px; }
    .eram-trust-badges { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .eram-industry-card { min-height: 340px; }
    .eram-consultation-grid { grid-template-columns: 1fr; }
    .eram-consultation-copy { max-width: 650px; }
    .eram-consultation-metric { left: 12px; }
    .eram-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
}

@media (max-width: 560px) {
    .eram-site-container, .eram-public main > section > div, .eram-public-nav-inner, .eram-footer-bottom { width: min(100% - 38px, 1200px); }
    .eram-utility-inner { justify-content: center; }
    .eram-public-utility .flex { gap: 0 !important; }
    .eram-brand-title { font-size: .84rem; }
    .eram-public main h1 { font-size: 2.55rem !important; }
    .eram-public main h2 { font-size: 2rem !important; }
    .eram-public-hero { padding-top: 66px !important; }
    .eram-hero-copy .mt-8 { display: grid; }
    .eram-hero-copy h1 { font-size: clamp(2.5rem, 11.5vw, 2.75rem) !important; }
    .eram-hero-copy .eram-btn-primary, .eram-hero-copy .eram-btn-secondary { width: 100%; }
    .eram-hero-media { height: 360px; }
    .eram-hero-visual { padding: 0 0 145px; }
    .eram-public .eram-metric { min-width: 0; width: calc(50% - 6px); position: absolute; padding: 13px; }
    .eram-metric-one { left: 0; bottom: 76px; }
    .eram-metric-two { right: 0; top: auto; bottom: 76px; }
    .eram-metric-three { right: 0; left: 0; bottom: 8px; width: 100% !important; }
    .eram-why { padding: 68px 0 !important; }
    .eram-why-features { grid-template-columns: 1fr; }
    .eram-why-card { min-height: 0; padding: 26px; }
    .eram-trust-badges, .eram-industries-grid, .eram-platform-grid { grid-template-columns: 1fr; }
    .eram-trust-card { min-height: 100px; }
    .eram-industry-card { min-height: 350px; }
    .eram-industry-overlay { padding: 24px; }
    .eram-consultation-actions { display: grid; }
    .eram-consultation-actions .eram-btn-primary, .eram-consultation-actions .eram-btn-secondary { width: 100%; }
    .eram-consultation-visual > img { height: 390px; }
    .eram-consultation-metric { left: 10px; min-width: 145px; padding: 14px 16px; }
    .eram-consultation-metric-top { top: 24px; }
    .eram-consultation-metric-bottom { bottom: 24px; }
    .eram-footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    .eram-public *, .eram-public *::before, .eram-public *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .eram-hero-image { animation: none !important; transform: none !important; }
    .eram-industry-card:hover, .eram-industry-card:hover img, .eram-why-card:hover, .eram-platform-card:hover { transform: none !important; }
}

.eram-public,
.eram-auth-page {
    color: var(--eram-ink);
    background: var(--eram-bg);
}

.eram-public *:focus-visible,
.eram-auth-page *:focus-visible {
    outline: 3px solid rgba(62, 196, 63, .45);
    outline-offset: 3px;
}

.eram-public-utility {
    background: #073d2d;
    color: #dcebe3;
}

.eram-public-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--eram-border);
    box-shadow: 0 10px 30px rgba(11, 79, 56, .08);
}

.eram-public-nav-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: .8rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.eram-brand-lockup { display: flex; align-items: center; gap: .75rem; text-decoration: none; min-width: max-content; }
.eram-brand-logo { width: 50px; height: 50px; object-fit: contain; flex: 0 0 auto; }
.eram-brand-title { display: block; color: var(--eram-ink); font-weight: 800; letter-spacing: .035em; line-height: 1.1; }
.eram-brand-tagline { display: block; color: var(--eram-muted); font-size: .72rem; margin-top: .2rem; }
.eram-public-links { display: flex; align-items: center; justify-content: center; gap: 1.35rem; }
.eram-public-links a { color: #33443b; font-weight: 650; text-decoration: none; white-space: nowrap; }
.eram-public-links a:hover { color: var(--eram-green-dark); }
.eram-public-actions { display: flex; align-items: center; gap: .65rem; }

.eram-btn-primary,
.eram-btn-secondary {
    min-height: 44px;
    padding: .7rem 1.1rem;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 750;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.eram-btn-primary { color: #fff; background: var(--eram-green-dark); box-shadow: 0 8px 18px rgba(11, 79, 56, .2); }
.eram-btn-primary:hover { background: #073d2d; transform: translateY(-1px); }
.eram-btn-secondary { color: var(--eram-green-dark); background: #fff; border: 1px solid #86b79c; }
.eram-btn-secondary:hover { background: #edf7f0; }

.eram-public [class*="bg-orange-"] { background-color: var(--eram-green) !important; }
.eram-public [class*="text-orange-"] { color: var(--eram-green-dark) !important; }
.eram-public [class*="from-\[#0f172a\]"] { --tw-gradient-from: var(--eram-green-dark) !important; }
.eram-public footer { background: #062f24 !important; }

.eram-mobile-menu { display: none; position: relative; }
.eram-mobile-menu summary { cursor: pointer; list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--eram-border); border-radius: .7rem; color: var(--eram-green-dark); font-weight: 800; }
.eram-mobile-menu summary::-webkit-details-marker { display: none; }
.eram-mobile-panel { position: absolute; right: 0; top: 52px; width: min(19rem, calc(100vw - 2rem)); padding: .8rem; background: #fff; border: 1px solid var(--eram-border); border-radius: .9rem; box-shadow: 0 20px 50px rgba(11,79,56,.18); }
.eram-mobile-panel a { display: block; padding: .72rem; color: var(--eram-ink); text-decoration: none; border-radius: .55rem; }
.eram-mobile-panel a:hover { background: #edf7f0; }

.eram-auth-page { min-height: 100vh; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.eram-auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); }
.eram-auth-brand { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg, #073d2d 0%, #0b4f38 56%, #10271f 100%); }
.eram-auth-brand::after { content: ""; position: absolute; width: 28rem; height: 28rem; right: -12rem; bottom: -14rem; border: 1px solid rgba(160,221,159,.22); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(160,221,159,.04), 0 0 0 10rem rgba(160,221,159,.025); }
.eram-auth-brand-content { position: relative; z-index: 1; max-width: 34rem; }
.eram-auth-logo { width: 84px; height: 84px; object-fit: contain; margin-bottom: 1.4rem; }
.eram-auth-company { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 850; letter-spacing: .055em; }
.eram-auth-kicker { color: var(--eram-mint); font-size: .83rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-top: .35rem; }
.eram-auth-platform { margin-top: 2.2rem; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 800; line-height: 1.05; }
.eram-auth-copy { color: #d7e6de; font-size: 1.02rem; line-height: 1.7; margin-top: 1rem; }
.eram-auth-capabilities { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: .8rem; }
.eram-auth-capabilities li { display: flex; gap: .7rem; align-items: center; color: #eef8f1; }
.eram-auth-capabilities li::before { content: "✓"; width: 1.5rem; height: 1.5rem; display: grid; place-items: center; border-radius: 50%; color: #073d2d; background: var(--eram-mint); font-weight: 900; }
.eram-auth-brand-note { position: relative; z-index: 1; color: #bcd3c6; font-size: .82rem; }
.eram-auth-main { padding: 2rem; display: flex; align-items: center; justify-content: center; background: var(--eram-bg); }
.eram-auth-card { width: 100%; max-width: 31rem; padding: clamp(1.6rem, 4vw, 2.5rem); background: #fff; border: 1px solid var(--eram-border); border-radius: 1.25rem; box-shadow: 0 24px 70px rgba(16,26,22,.12); }
.eram-auth-card.is-register { max-width: 40rem; }
.eram-auth-card h1 { color: var(--eram-ink); font-size: 2rem; font-weight: 820; margin: 0; }
.eram-auth-subtitle { color: var(--eram-muted); margin: .45rem 0 1.7rem; line-height: 1.55; }
.eram-auth-alert { margin-bottom: 1rem; padding: .8rem 1rem; border-radius: .7rem; font-size: .9rem; }
.eram-auth-alert.error { color: #8f1d16; background: #fff1f0; border: 1px solid #f4c7c3; }
.eram-auth-alert.success { color: #17663a; background: #edf9f1; border: 1px solid #b9dfc6; }
.eram-auth-grid { display: grid; gap: 1rem; }
.eram-auth-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eram-auth-field { display: grid; gap: .42rem; }
.eram-auth-field label { color: #26372e; font-size: .88rem; font-weight: 700; }
.eram-auth-field input { width: 100%; min-height: 48px; box-sizing: border-box; padding: .75rem .9rem; color: var(--eram-ink); background: #fff; border: 1px solid #cddbd2; border-radius: .7rem; font: inherit; }
.eram-auth-field input::placeholder { color: #89968f; }
.eram-auth-field input:focus { border-color: var(--eram-green); outline: 3px solid rgba(60,175,106,.18); }
.eram-auth-submit { width: 100%; min-height: 48px; margin-top: 1.2rem; border: 0; border-radius: .75rem; color: #fff; background: var(--eram-green-dark); font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(11,79,56,.22); }
.eram-auth-submit:hover { background: #073d2d; }
.eram-auth-meta { margin-top: 1.25rem; text-align: center; color: var(--eram-muted); font-size: .86rem; }
.eram-auth-meta a { color: var(--eram-green-dark); font-weight: 750; }
.eram-auth-back { display: inline-flex; margin-bottom: 1.4rem; color: var(--eram-green-dark); font-weight: 700; text-decoration: none; }

.eram-shell-logo { width: 48px !important; height: 48px !important; object-fit: contain !important; }
.eram-guest-logo { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 1rem; }

@media (max-width: 1100px) {
    .eram-public-links, .eram-public-actions { display: none; }
    .eram-mobile-menu { display: block; }
}

@media (max-width: 820px) {
    .eram-public-utility .eram-support { display: none; }
    .eram-public-nav-inner { padding: .65rem 1rem; }
    .eram-brand-logo { width: 43px; height: 43px; }
    .eram-brand-tagline { display: none; }
    .eram-auth-shell { grid-template-columns: 1fr; }
    .eram-auth-brand { min-height: auto; padding: 1.5rem; }
    .eram-auth-logo { width: 74px; height: 74px; margin-bottom: .7rem; }
    .eram-auth-platform { font-size: 1.7rem; margin-top: 1rem; }
    .eram-auth-copy, .eram-auth-capabilities, .eram-auth-brand-note { display: none; }
    .eram-auth-main { padding: 1rem; align-items: flex-start; }
    .eram-auth-card { margin: 0; padding: 1.35rem; }
}

@media (max-width: 560px) {
    .eram-public-utility .eram-phone { display: none; }
    .eram-brand-title { font-size: .9rem; }
    .eram-auth-grid.two { grid-template-columns: 1fr; }
}

/* Shared public-site precedence layer (legacy auth styles above remain unchanged). */
.eram-public .eram-public-header { box-shadow: none; }
.eram-public .eram-public-nav-inner { width: min(100% - 72px, 1200px); max-width: none; min-height: 78px; padding: 10px 0; }
.eram-public .eram-footer { background: var(--brand-green-deep) !important; }

@media (max-width: 1100px) {
    .eram-public .eram-public-nav-inner { width: min(100% - 48px, 1200px); }
}

@media (max-width: 560px) {
    .eram-public .eram-public-nav-inner { width: min(100% - 38px, 1200px); }
}
