:root {
    color-scheme: dark;
    --bg: #071012;
    --bg-soft: #0d171a;
    --panel: rgba(255, 255, 255, 0.06);
    --panel-strong: rgba(255, 255, 255, 0.1);
    --hairline: rgba(255, 255, 255, 0.14);
    --text: #f6fbfb;
    --muted: #a8b7b8;
    --cyan: #2edcc7;
    --orange: #ff8a3d;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    --radius: 18px;
    --max: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--bg);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.5;
}

body.home-page {
    --bg: #173f46;
    --bg-soft: #214c53;
    --panel: rgba(255, 255, 255, 0.13);
    --panel-strong: rgba(255, 255, 255, 0.21);
    --hairline: rgba(255, 255, 255, 0.26);
    --muted: #d3e0df;
    --shadow: 0 24px 70px rgba(6, 25, 30, 0.22);
    background:
        radial-gradient(circle at 18% 4%, rgba(46, 220, 199, 0.26), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(255, 138, 61, 0.16), transparent 28%),
        linear-gradient(180deg, #23545b 0%, #173f46 48%, #123239 100%);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.site-header {
    position: fixed;
    z-index: 10;
    top: 14px;
    left: 50%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    width: min(calc(100% - 28px), var(--max));
    padding: 10px;
    border: 1px solid var(--hairline);
    border-radius: 18px;
    background: rgba(7, 16, 18, 0.76);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.home-page .site-header {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(23, 63, 70, 0.72);
    box-shadow: 0 16px 42px rgba(6, 25, 30, 0.18);
}

.brand,
.top-nav,
.hero-actions,
.site-footer {
    display: flex;
    align-items: center;
}

.brand {
    gap: 9px;
    min-width: 0;
    text-decoration: none;
    font-weight: 800;
}

.brand img {
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

.top-nav {
    justify-content: center;
    gap: 6px;
}

.top-nav a,
.header-action {
    border-radius: 999px;
    padding: 9px 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.top-nav a[aria-current="page"],
.top-nav a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

.header-action {
    color: #071012;
    background: var(--cyan);
    box-shadow: 0 10px 28px rgba(46, 220, 199, 0.28);
}

.hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 92svh;
    padding: 130px max(22px, calc((100vw - var(--max)) / 2)) 72px;
    overflow: hidden;
    background: #071012;
}

body.home-page .hero {
    place-items: center;
    min-height: clamp(690px, 88svh, 840px);
    padding-top: 156px;
    padding-bottom: 104px;
    background:
        linear-gradient(180deg, rgba(28, 77, 84, 0.96) 0%, rgba(23, 63, 70, 0.9) 55%, rgba(18, 50, 57, 0.96) 100%),
        radial-gradient(circle at 50% 22%, rgba(46, 220, 199, 0.28), transparent 34%),
        radial-gradient(circle at 84% 68%, rgba(255, 138, 61, 0.18), transparent 30%),
        #173f46;
}

body.home-page .hero::before {
    content: "";
    position: absolute;
    inset: auto max(22px, calc((100vw - var(--max)) / 2)) 30px max(22px, calc((100vw - var(--max)) / 2));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("assets/naptic-ikon.png?v=20260525-n-logo");
    background-repeat: no-repeat;
    background-position: right 8vw top 120px;
    background-size: min(64vw, 560px);
    opacity: 0.14;
    filter: blur(2px);
    pointer-events: none;
}

body.home-page .hero::after {
    background-position: center 92px;
    background-size: min(62vw, 620px);
    opacity: 0.13;
    filter: blur(1.2px) saturate(140%);
}

.hero-media {
    position: absolute;
    right: max(28px, calc((100vw - var(--max)) / 2));
    bottom: 44px;
    width: min(34vw, 260px);
    opacity: 0.58;
}

body.home-page .hero-media {
    display: none;
}

.hero-media img {
    border-radius: 42px;
    box-shadow: var(--shadow);
}

body.home-page .hero-showcase {
    display: none;
}

.hero-showcase {
    position: absolute;
    right: max(34px, calc((100vw - var(--max)) / 2));
    bottom: 86px;
    z-index: 1;
    width: min(30vw, 350px);
    pointer-events: none;
}

.showcase-phone {
    min-height: 520px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 42px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        rgba(11, 30, 34, 0.64);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 24px 70px rgba(5, 20, 24, 0.34);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.showcase-top,
.showcase-card,
.showcase-nav {
    position: relative;
    z-index: 1;
}

.showcase-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.showcase-top strong {
    color: var(--cyan);
}

.showcase-card {
    display: grid;
    gap: 5px;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.11);
}

.showcase-card.active {
    border-color: rgba(46, 220, 199, 0.5);
    background: rgba(46, 220, 199, 0.16);
}

.showcase-card small {
    color: var(--cyan);
    font-weight: 900;
    text-transform: uppercase;
}

.showcase-card strong {
    font-size: 20px;
}

.showcase-card span {
    color: var(--muted);
    font-size: 14px;
}

.showcase-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 64px;
}

.showcase-nav i {
    width: 38px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
    text-shadow: 0 3px 26px rgba(0, 0, 0, 0.4);
}

body.home-page .hero-copy {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 3px 20px rgba(6, 25, 30, 0.26);
}

.eyebrow,
.section-kicker,
.plan-name {
    margin: 0 0 12px;
    color: var(--cyan);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 6px;
    font-size: clamp(48px, 8vw, 94px);
    line-height: 0.96;
}

body.home-page h1 {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(48px, 6.8vw, 86px);
    letter-spacing: 0;
}

h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1.04;
}

h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.hero-line {
    margin-bottom: 18px;
    color: var(--cyan);
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 800;
}

.hero-text,
.section p,
.page-hero p {
    max-width: 700px;
    color: var(--muted);
    font-size: 18px;
}

body.home-page .hero-text {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    color: #d7e5e5;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

body.home-page .hero-actions {
    justify-content: center;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 22px;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #d9eeee;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 13px 18px;
    font-weight: 900;
    text-decoration: none;
}

.btn.primary {
    color: #071012;
    background: var(--cyan);
    box-shadow: 0 14px 34px rgba(46, 220, 199, 0.28);
}

.btn.secondary {
    border-color: var(--hairline);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.section,
.subpage {
    width: min(calc(100% - 36px), var(--max));
    margin: 0 auto;
}

.section {
    padding: 76px 0;
}

.intro-section {
    padding-top: 92px;
}

body.home-page .intro-section {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: start;
    margin-top: -38px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        rgba(28, 78, 86, 0.72);
    box-shadow: 0 24px 70px rgba(6, 25, 30, 0.17);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
}

body.home-page .intro-section .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: -14px;
}

body.home-page .intro-section h2 {
    grid-column: 1;
    margin-bottom: 0;
    font-size: clamp(30px, 3.6vw, 46px);
}

body.home-page .intro-section p:last-child {
    grid-column: 2;
    margin-bottom: 0;
    font-size: 17px;
}

.feature-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.home-page .feature-grid {
    gap: 20px;
    padding-top: 58px;
}

body.home-page .glass-card,
body.home-page .process-list p,
body.home-page .cta-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
        rgba(28, 78, 86, 0.62);
}

body.home-page .glass-card {
    min-height: 292px;
}

body.home-page .process-section {
    padding-top: 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.home-page .cta-section {
    border-color: rgba(46, 220, 199, 0.28);
}

@media (max-width: 980px) {
    .hero-showcase {
        display: none;
    }

    body.home-page .hero-copy {
        max-width: 760px;
    }
}

.glass-card,
.price-card,
.sms-box,
.contact-panel,
.cta-section {
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.glass-card,
.price-card,
.sms-box,
.contact-panel {
    padding: 24px;
}

.feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    border: 1px solid rgba(46, 220, 199, 0.32);
    border-radius: 14px;
    color: var(--cyan);
    background: rgba(46, 220, 199, 0.1);
    font-weight: 900;
}

.split-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
}

.process-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 34px;
    align-items: start;
}

.process-list {
    display: grid;
    gap: 12px;
}

.process-list p,
.price-note > p {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    color: var(--muted);
    background: var(--panel);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.process-list strong {
    color: var(--text);
}

.text-link {
    color: var(--orange);
    font-weight: 900;
    text-decoration: none;
}

.cta-section {
    display: grid;
    justify-items: center;
    text-align: center;
    margin-bottom: 64px;
    padding: 44px 24px;
}

.cta-section img {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    border-radius: 22px;
}

.subpage {
    padding-top: 138px;
}

.page-hero {
    padding: 42px 0 34px;
}

.feature-list {
    display: grid;
    gap: 16px;
    padding-top: 18px;
}

.glass-card.wide {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) 1fr;
    gap: 22px;
    align-items: start;
}

.price-card {
    min-height: 360px;
}

.price-card.highlighted {
    border-color: rgba(46, 220, 199, 0.42);
    background: rgba(46, 220, 199, 0.09);
}

.price-card h2 {
    color: var(--text);
    font-size: 34px;
}

.price-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    color: var(--muted);
}

.price-card li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--cyan);
}

.sms-box {
    margin-bottom: 70px;
}

.price-note {
    margin-top: -30px;
    margin-bottom: 70px;
}

.contact-panel {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.contact-grid {
    padding-top: 0;
}

.site-footer {
    justify-content: center;
    gap: 18px;
    padding: 30px 18px 46px;
    color: var(--muted);
}

.site-footer a {
    color: var(--muted);
    text-decoration: none;
}

/* Brighter public site pass */
:root {
    --bg: #255a62;
    --bg-soft: #2d6870;
    --panel: rgba(255, 255, 255, 0.14);
    --panel-strong: rgba(255, 255, 255, 0.22);
    --hairline: rgba(255, 255, 255, 0.28);
    --muted: #d7e7e6;
    --shadow: 0 22px 64px rgba(8, 33, 39, 0.22);
}

html {
    background: var(--bg);
}

body,
body.home-page {
    --bg: #255a62;
    --bg-soft: #2d6870;
    --panel: rgba(255, 255, 255, 0.14);
    --panel-strong: rgba(255, 255, 255, 0.22);
    --hairline: rgba(255, 255, 255, 0.28);
    --muted: #d7e7e6;
    --shadow: 0 22px 64px rgba(8, 33, 39, 0.22);
    background:
        radial-gradient(circle at 18% 2%, rgba(46, 220, 199, 0.28), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(255, 138, 61, 0.16), transparent 28%),
        linear-gradient(180deg, #2e6c74 0%, #255a62 48%, #1d454d 100%);
}

.site-header,
body.home-page .site-header {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(37, 90, 98, 0.74);
    box-shadow: 0 16px 42px rgba(8, 33, 39, 0.18);
}

.hero,
body.home-page .hero {
    background:
        linear-gradient(180deg, rgba(48, 112, 121, 0.95) 0%, rgba(37, 90, 98, 0.88) 56%, rgba(29, 69, 77, 0.96) 100%),
        radial-gradient(circle at 50% 20%, rgba(46, 220, 199, 0.28), transparent 36%),
        radial-gradient(circle at 84% 70%, rgba(255, 138, 61, 0.18), transparent 30%),
        #255a62;
}

.hero-text,
.section p,
.page-hero p,
body.home-page .hero-text {
    color: #dcebea;
}

.subpage {
    min-height: 74vh;
}

.page-hero {
    position: relative;
    margin-bottom: 10px;
    padding: 52px 32px 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07)),
        rgba(37, 90, 98, 0.6);
    box-shadow: var(--shadow);
    overflow: hidden;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.page-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(46, 220, 199, 0.12);
    filter: blur(2px);
    pointer-events: none;
}

.glass-card,
.price-card,
.sms-box,
.contact-panel,
.cta-section,
.contact-form-section {
    border-color: rgba(255, 255, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
        rgba(37, 90, 98, 0.58);
}

.price-card.highlighted {
    border-color: rgba(46, 220, 199, 0.48);
    background:
        linear-gradient(180deg, rgba(46, 220, 199, 0.18), rgba(255, 255, 255, 0.08)),
        rgba(37, 90, 98, 0.62);
}

.contact-form-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
    align-items: start;
    padding: 30px;
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.contact-form-section h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.lead-form {
    width: 100%;
    display: grid;
    gap: 14px;
    text-align: left;
}

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

.form-field {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.form-field small {
    color: rgba(215, 231, 230, 0.76);
    font-weight: 700;
}

.form-field input,
.form-field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.1);
    font: inherit;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.form-field input {
    min-height: 48px;
    padding: 0 14px;
}

.form-field textarea {
    min-height: 100px;
    padding: 13px 14px;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: rgba(46, 220, 199, 0.75);
    box-shadow: 0 0 0 4px rgba(46, 220, 199, 0.14);
}

.form-field ::placeholder {
    color: rgba(215, 231, 230, 0.58);
}

.trap-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-note,
.result-message {
    color: var(--muted);
    font-size: 15px;
}

.result-card {
    max-width: 720px;
    margin: 0 auto 70px;
    padding: 34px;
    text-align: center;
}

@media (max-width: 760px) {
    .site-header {
        grid-template-columns: auto auto;
    }

    .brand span {
        display: none;
    }

    .top-nav {
        order: 3;
        grid-column: 1 / -1;
        justify-content: space-between;
        width: 100%;
    }

    .top-nav a,
    .header-action {
        padding: 8px 10px;
        font-size: 13px;
    }

    .hero {
        min-height: 94svh;
        padding: 152px 20px 48px;
    }

    .hero::after {
        background-position: center 112px;
        background-size: 86vw;
        opacity: 0.12;
    }

    .hero-media {
        display: none;
    }

    .hero-showcase {
        display: none;
    }

    body.home-page .hero {
        min-height: 90svh;
        background:
            linear-gradient(180deg, rgba(23, 63, 70, 0.96), rgba(23, 63, 70, 0.86)),
            radial-gradient(circle at 50% 18%, rgba(46, 220, 199, 0.24), transparent 42%),
            #173f46;
    }

    body.home-page .hero-copy {
        max-width: none;
    }

    body.home-page h1 {
        font-size: clamp(40px, 12vw, 54px);
    }

    .hero-actions .btn {
        width: 100%;
    }

    body.home-page .intro-section {
        grid-template-columns: 1fr;
        margin-top: -22px;
        padding: 24px;
        border-radius: 22px;
    }

    body.home-page .intro-section .section-kicker,
    body.home-page .intro-section h2,
    body.home-page .intro-section p:last-child {
        grid-column: 1;
    }

    .feature-grid,
    .pricing-grid,
    .process-section,
    .split-section,
    .glass-card.wide,
    .contact-form-section,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 52px 0;
    }

    .subpage {
        padding-top: 154px;
    }

    .contact-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .page-hero,
    .contact-form-section {
        padding: 24px;
        border-radius: 22px;
    }

    .lead-form .btn {
        width: 100%;
    }
}

/* Naptic brand refresh draft: Clean Studio + Soft Editorial */
:root {
    color-scheme: light;
    --bg: #f5f7ff;
    --bg-soft: #eef2ff;
    --panel: rgba(255, 255, 255, 0.68);
    --panel-strong: rgba(255, 255, 255, 0.84);
    --hairline: rgba(32, 38, 63, 0.1);
    --text: #20263f;
    --muted: #687086;
    --cyan: #6c63ff;
    --orange: #ff6c7a;
    --shadow: 0 24px 70px rgba(32, 38, 63, 0.12);
    --radius: 24px;
}

html {
    background: #f5f7ff;
}

body,
body.home-page {
    --bg: #f5f7ff;
    --bg-soft: #eef2ff;
    --panel: rgba(255, 255, 255, 0.68);
    --panel-strong: rgba(255, 255, 255, 0.84);
    --hairline: rgba(32, 38, 63, 0.1);
    --text: #20263f;
    --muted: #687086;
    --shadow: 0 24px 70px rgba(32, 38, 63, 0.12);
    color: var(--text);
    background:
        radial-gradient(circle at 8% 2%, rgba(108, 99, 255, 0.16), transparent 30%),
        radial-gradient(circle at 90% 5%, rgba(238, 221, 214, 0.64), transparent 32%),
        radial-gradient(circle at 50% 82%, rgba(201, 219, 208, 0.52), transparent 36%),
        linear-gradient(180deg, #fbfcff 0%, #f3f5ff 48%, #edf5f2 100%);
}

.site-header,
body.home-page .site-header {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 46px rgba(32, 38, 63, 0.1);
}

.brand {
    color: var(--text);
}

.brand span,
.eyebrow,
.section-kicker,
.plan-name,
.showcase-card small {
    color: var(--cyan);
}

.top-nav a,
.header-action,
.site-footer,
.site-footer a {
    color: var(--muted);
}

.top-nav a[aria-current="page"],
.top-nav a:hover {
    color: var(--text);
    background: rgba(108, 99, 255, 0.09);
}

.header-action,
.btn.primary {
    color: #ffffff;
    background: linear-gradient(135deg, #6c63ff, #8b84ff);
    box-shadow: 0 16px 36px rgba(108, 99, 255, 0.28);
}

.btn.secondary {
    color: var(--text);
    border-color: rgba(108, 99, 255, 0.18);
    background: rgba(255, 255, 255, 0.66);
}

.hero,
body.home-page .hero {
    color: var(--text);
    background:
        radial-gradient(circle at 52% 16%, rgba(220, 217, 255, 0.72), transparent 34%),
        radial-gradient(circle at 85% 64%, rgba(238, 221, 214, 0.72), transparent 30%),
        linear-gradient(180deg, #fbfcff 0%, #f5f7ff 58%, #edf5f2 100%);
}

.hero::after,
body.home-page .hero::after {
    opacity: 0.055;
    filter: blur(0.5px) saturate(110%);
}

.hero-copy,
body.home-page .hero-copy {
    text-shadow: none;
}

h1,
h2,
h3,
.price-card h2 {
    color: var(--text);
}

.hero-text,
.section p,
.page-hero p,
body.home-page .hero-text,
.price-card li,
.process-list p,
.price-note > p,
.form-note,
.result-message {
    color: var(--muted);
}

.hero-points span {
    color: #474f67;
    border-color: rgba(108, 99, 255, 0.14);
    background: rgba(255, 255, 255, 0.66);
}

body.home-page .intro-section,
body.home-page .glass-card,
body.home-page .process-list p,
body.home-page .cta-section,
.glass-card,
.price-card,
.sms-box,
.contact-panel,
.cta-section,
.contact-form-section,
.page-hero {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54)),
        rgba(245, 247, 255, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        var(--shadow);
}

.page-hero::after {
    background: rgba(108, 99, 255, 0.1);
}

.feature-number,
.price-card li::before {
    border-color: rgba(108, 99, 255, 0.2);
    color: var(--cyan);
    background: rgba(108, 99, 255, 0.1);
    box-shadow: none;
}

.price-card.highlighted {
    border-color: rgba(108, 99, 255, 0.32);
    background:
        linear-gradient(180deg, rgba(220, 217, 255, 0.72), rgba(255, 255, 255, 0.54)),
        rgba(255, 255, 255, 0.56);
}

.text-link {
    color: var(--cyan);
}

.form-field {
    color: #555f77;
}

.form-field small {
    color: #8b92a5;
}

.form-field input,
.form-field textarea {
    color: var(--text);
    border-color: rgba(32, 38, 63, 0.1);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: rgba(108, 99, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.12);
}

.form-field ::placeholder {
    color: #9aa1b2;
}

body.home-page .process-section {
    border-top-color: rgba(32, 38, 63, 0.08);
}

@media (max-width: 760px) {
    .site-header,
    body.home-page .site-header {
        position: relative;
        top: auto;
        left: auto;
        width: min(calc(100% - 24px), var(--max));
        margin: 14px auto 0;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 24px;
        transform: none;
    }

    .brand {
        min-width: 48px;
    }

    .brand img {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .header-action {
        justify-self: end;
        min-height: 44px;
        width: min(100%, 220px);
        padding: 0 18px;
    }

    .top-nav {
        order: 3;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .top-nav a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .subpage {
        width: min(calc(100% - 32px), var(--max));
        padding-top: 20px;
    }

    .section {
        width: min(calc(100% - 32px), var(--max));
    }

    .page-hero {
        margin-bottom: 34px;
        padding: 28px 22px 30px;
        border-radius: 28px;
    }

    h1,
    .page-hero h1 {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.06;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    h2,
    .sms-box h2,
    .price-card h2 {
        max-width: 100%;
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .page-hero p,
    .section p {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.58;
    }

    .glass-card,
    .price-card,
    .sms-box,
    .contact-panel,
    .cta-section,
    .contact-form-section {
        padding: 24px 22px;
        border-radius: 28px;
    }

    .pricing-grid {
        gap: 18px;
    }

    .price-card {
        min-height: 0;
    }

    .sms-box {
        margin-top: 6px;
        margin-bottom: 42px;
    }

    .site-footer {
        flex-wrap: wrap;
        row-gap: 10px;
        padding-bottom: 32px;
    }

    body.home-page .hero {
        min-height: auto;
        padding-top: 58px;
        padding-bottom: 62px;
    }
}

/* Typography polish: cleaner, lighter, less poster-like */
body {
    font-weight: 400;
}

h1,
h2,
h3,
.price-card h2,
.sms-box h2,
.page-hero h1,
body.home-page h1,
body.home-page .intro-section h2,
.contact-form-section h2 {
    font-weight: 500;
    letter-spacing: 0;
}

h1,
body.home-page h1 {
    font-size: clamp(42px, 5.8vw, 72px);
    line-height: 1.04;
}

h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
}

h3 {
    font-size: 21px;
    font-weight: 500;
}

.hero-text,
.section p,
.page-hero p,
body.home-page .hero-text,
.price-card li,
.process-list p,
.price-note > p {
    font-weight: 400;
}

.eyebrow,
.section-kicker,
.plan-name,
.feature-number,
.top-nav a,
.header-action,
.btn,
.hero-points span,
.form-field,
.text-link {
    font-weight: 500;
    text-transform: none;
}

.btn {
    min-height: 48px;
}

.price-card h2 {
    font-size: 32px;
}

@media (max-width: 760px) {
    h1,
    .page-hero h1,
    body.home-page h1 {
        font-size: clamp(32px, 8.6vw, 38px);
        line-height: 1.1;
        font-weight: 500;
    }

    h2,
    .sms-box h2,
    .price-card h2 {
        font-size: clamp(27px, 7.4vw, 34px);
        line-height: 1.12;
        font-weight: 500;
    }

    .page-hero p,
    .section p {
        font-size: 16px;
        line-height: 1.58;
    }

    .top-nav a,
    .header-action,
    .btn {
        font-weight: 500;
    }
}

/* Typography cleanup: keep the marketing pages lighter. */
body {
    font-weight: 400;
}

h1,
h2,
h3,
.price-card h2,
.sms-box h2,
.page-hero h1,
body.home-page h1,
body.home-page .intro-section h2,
.contact-form-section h2 {
    font-weight: 500;
    letter-spacing: 0;
}

.hero-text,
.section p,
.page-hero p,
body.home-page .hero-text,
.price-card li,
.process-list p,
.price-note > p,
.form-note,
.result-message {
    font-weight: 400;
    letter-spacing: 0;
}

.eyebrow,
.section-kicker,
.plan-name,
.feature-number,
.top-nav a,
.header-action,
.btn,
.hero-points span,
.form-field,
.text-link,
.showcase-card small,
.site-footer,
.site-footer a {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.free-inline-note {
    max-width: 760px;
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(108, 99, 255, 0.18);
    border-radius: 18px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 14px 30px rgba(32, 38, 63, 0.08);
    font-weight: 400;
    line-height: 1.52;
}

.free-inline-note strong {
    color: var(--text);
    font-weight: 500;
}

.free-note {
    display: grid;
    gap: 10px;
}

.free-note .section-kicker {
    margin: 0;
}

.free-note .btn {
    width: fit-content;
    margin-top: 8px;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 24px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 14px;
}

.visual-feature-section {
    padding-top: 68px;
}

.visual-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.visual-feature-grid.compact {
    margin-top: 26px;
}

.visual-feature-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
        rgba(245, 247, 255, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        var(--shadow);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.visual-feature-card img {
    width: 100%;
    aspect-ratio: 760 / 520;
    object-fit: cover;
    border-bottom: 1px solid rgba(32, 38, 63, 0.08);
    background: #f5f7ff;
}

.visual-feature-card > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.visual-feature-card .feature-number {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 14px;
}

.visual-feature-card h3 {
    margin: 0 0 10px;
}

.visual-feature-card p {
    margin: 0;
    color: var(--muted);
}

.visual-feature-section .hero-actions {
    justify-content: center;
    margin-top: 28px;
}

@media (max-width: 980px) {
    .visual-feature-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .visual-feature-section {
        width: min(calc(100% - 32px), var(--max));
        padding-top: 42px;
    }

    .visual-feature-card {
        border-radius: 28px;
    }

    .visual-feature-card > div {
        padding: 22px;
    }
}

/* Expanded feature showcase for the public bemutato page */
.feature-depth-section {
    padding-top: 54px;
}

.feature-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.feature-overview-grid.compact {
    max-width: 980px;
    margin: 0 auto;
}

.feature-mini-card {
    min-height: 210px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
        rgba(245, 247, 255, 0.54);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 44px rgba(32, 38, 63, 0.08);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.feature-mini-card span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--cyan);
    background: rgba(108, 99, 255, 0.09);
    font-size: 13px;
    font-weight: 500;
}

.feature-mini-card h3 {
    margin: 0 0 10px;
}

.feature-mini-card p {
    margin: 0;
    color: var(--muted);
}

.feature-mini-card.muted {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.48)),
        rgba(238, 242, 255, 0.48);
}

.feature-story-section {
    align-items: stretch;
}

.feature-story-list {
    display: grid;
    gap: 12px;
}

.feature-story-list p {
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    color: var(--muted);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.55)),
        rgba(245, 247, 255, 0.5);
    box-shadow: 0 14px 34px rgba(32, 38, 63, 0.07);
}

.feature-story-list strong {
    color: var(--text);
    font-weight: 500;
}

.legal-page .page-hero {
    margin-bottom: 28px;
}

.legal-date {
    margin-top: 18px;
    color: var(--muted);
    font-size: 15px;
}

.legal-list {
    padding-top: 18px;
}

.legal-list .glass-card.wide {
    align-items: start;
}

.legal-list .glass-card.wide > div {
    display: grid;
    gap: 10px;
}

.legal-list p {
    margin: 0;
    color: var(--muted);
}

.legal-list strong {
    color: var(--text);
    font-weight: 500;
}

.legal-list a {
    color: var(--cyan);
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 1060px) {
    .feature-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .feature-depth-section {
        width: min(calc(100% - 32px), var(--max));
        padding-top: 36px;
    }

    .feature-overview-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .feature-mini-card {
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
    }

    .feature-story-section {
        width: min(calc(100% - 32px), var(--max));
        gap: 20px;
    }

    .feature-story-list p {
        padding: 17px;
        border-radius: 22px;
    }

    .legal-list .glass-card.wide {
        gap: 14px;
    }
}

/* Public PHP redesign - 2026-05-26 */
body.public-v2 {
    --bg: #ffffff;
    --bg-soft: #f6f6f4;
    --panel: #ffffff;
    --panel-strong: #f2f2ef;
    --hairline: rgba(7, 7, 7, 0.11);
    --text: #090909;
    --muted: #626262;
    --cyan: #0f0f0f;
    --orange: #111111;
    --shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
    color: var(--text);
    background: #f7f7f5;
}

html {
    overflow-x: hidden;
}

body.public-v2 .site-header {
    top: 22px;
    grid-template-columns: auto 1fr auto;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(6, 6, 6, 0.82);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

body.public-v2 .brand,
body.public-v2 .public-nav a,
body.public-v2 .login-link {
    color: #ffffff;
}

body.public-v2 .brand {
    font-weight: 760;
    letter-spacing: 0;
}

body.public-v2 .brand img {
    border-radius: 9px;
    background: #ffffff;
}

body.public-v2 .public-nav a {
    padding: 9px 13px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

body.public-v2 .public-nav a:hover,
body.public-v2 .public-nav a[aria-current="page"] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

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

.login-link {
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.public-v2 .header-action {
    color: #090909;
    background: #ffffff;
    box-shadow: none;
}

.public-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: 720px;
    padding: 150px max(26px, calc((100vw - var(--max)) / 2)) 92px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.13), transparent 28%),
        linear-gradient(180deg, #030303 0%, #050505 72%, #111111 100%);
}

.public-hero::after {
    content: "";
    position: absolute;
    left: -5vw;
    right: -5vw;
    bottom: -42px;
    height: 92px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #f7f7f5;
    pointer-events: none;
}

.public-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 610px;
}

.public-v2 .eyebrow,
.public-v2 .section-kicker {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.public-hero .eyebrow {
    color: rgba(255, 255, 255, 0.74);
}

.public-hero h1 {
    margin: 18px 0 22px;
    max-width: 660px;
    color: #ffffff;
    font-size: clamp(48px, 6.2vw, 84px);
    font-weight: 680;
    line-height: 0.96;
}

.public-hero p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.62;
}

.public-v2 .btn {
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 750;
}

.public-v2 .btn.primary {
    color: #090909;
    background: #ffffff;
    box-shadow: none;
}

.public-v2 .btn.secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: transparent;
}

.public-v2 .btn.dark {
    color: #ffffff;
    background: #070707;
}

.public-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 44px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 700;
}

.public-hero-points span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: #ffffff;
}

.public-hero-visual {
    position: relative;
    z-index: 1;
    min-height: 540px;
}

.hero-phone {
    position: absolute;
    z-index: 2;
    left: 2%;
    bottom: 4%;
    width: min(290px, 42vw);
    min-height: 520px;
    padding: 22px;
    border: 8px solid #151515;
    border-radius: 42px;
    background: #111111;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
    transform: rotate(7deg);
}

.phone-top,
.phone-days {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-days {
    margin: 24px 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.phone-days strong {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #101010;
    border-radius: 999px;
    background: #ffffff;
}

.hero-phone article {
    display: grid;
    gap: 3px;
    margin-top: 10px;
    padding: 15px;
    color: #111111;
    border-radius: 14px;
    background: #ffffff;
}

.hero-phone article small {
    color: #685bd3;
    font-weight: 750;
}

.hero-phone article span {
    color: #656565;
    font-size: 12px;
}

.hero-phone button {
    position: absolute;
    right: 22px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    background: #050505;
    font-size: 24px;
}

.hero-dashboard {
    position: absolute;
    right: 0;
    top: 36px;
    width: min(470px, 68vw);
    min-height: 420px;
    padding: 44px 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: linear-gradient(145deg, #141414, #050505);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.dashboard-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.hero-dashboard p,
.hero-dashboard small,
.dashboard-head span {
    color: rgba(255, 255, 255, 0.58);
}

.hero-dashboard b {
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 54px;
    font-weight: 660;
}

.bar-chart {
    display: flex;
    align-items: end;
    gap: 12px;
    height: 170px;
    margin-bottom: 24px;
}

.bar-chart i {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.22));
}

.public-section {
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto;
    padding: 82px 0;
}

.public-section .section-heading {
    max-width: 740px;
    margin: 0 auto 34px;
    text-align: center;
}

.public-section h2,
.public-page-hero h1 {
    color: #111111;
    font-weight: 680;
    letter-spacing: 0;
}

.public-section h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
}

.public-section p,
.public-page-hero p {
    color: #666666;
}

.feature-strip {
    margin-top: -26px;
    padding-top: 54px;
}

.public-feature-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.public-feature-row article,
.pricing-row article,
.feature-grid-large article,
.process-list article,
.contact-card,
.public-lead-form,
.legal-list article {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.public-feature-row article {
    min-height: 170px;
    padding: 26px 20px;
    text-align: center;
}

.public-feature-row span,
.feature-grid-large span,
.process-list span,
.pricing-row span {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-feature-row h3,
.pricing-row h3,
.feature-grid-large h2,
.process-list h2,
.contact-card h2,
.legal-list h2 {
    margin: 12px 0 8px;
    color: #111111;
    font-weight: 680;
}

.public-feature-row p,
.pricing-row p,
.feature-grid-large p,
.process-list p,
.contact-card p,
.legal-list p {
    margin: 0;
    color: #686868;
    font-size: 14px;
    line-height: 1.55;
}

.calendar-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 54px;
    align-items: center;
}

.salon-showcase {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.salon-showcase-reverse {
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
}

.salon-showcase-copy h2 {
    margin: 8px 0 18px;
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1;
}

.salon-showcase-copy p {
    margin: 0 0 24px;
    color: #5f667a;
    font-size: 17px;
    line-height: 1.65;
}

.salon-points {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
}

.salon-points span {
    position: relative;
    padding-left: 24px;
    color: #17213f;
    font-size: 14px;
    font-weight: 700;
}

.salon-points span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #6c63ff;
}

.salon-preview {
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(31, 35, 67, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 124, 106, 0.16), transparent 28%),
        rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 90px rgba(44, 51, 84, 0.14);
}

.salon-preview-head,
.salon-booking-row,
.salon-timeline article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.salon-preview-head span,
.salon-team-card span,
.salon-booking-row span,
.salon-timeline time {
    color: #667085;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.salon-preview-head strong {
    display: block;
    margin-top: 3px;
    color: #17213f;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 650;
}

.salon-preview-head b {
    flex: 0 0 auto;
    padding: 9px 12px;
    color: #ffffff;
    border-radius: 999px;
    background: #17213f;
    font-size: 13px;
}

.salon-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.salon-team-card,
.salon-booking-row,
.salon-timeline {
    border: 1px solid rgba(31, 35, 67, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.salon-team-card {
    min-width: 0;
    padding: 18px;
}

.salon-team-card.accent {
    background: #eeeaff;
}

.salon-team-card strong,
.salon-booking-row strong,
.salon-timeline strong {
    color: #17213f;
    font-weight: 650;
}

.salon-team-card strong {
    display: block;
    margin: 9px 0 6px;
    font-size: 19px;
}

.salon-team-card p,
.salon-timeline span {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.salon-timeline {
    display: grid;
    gap: 0;
    overflow: hidden;
}

.salon-timeline article {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(31, 35, 67, 0.08);
}

.salon-timeline article:last-child {
    border-bottom: 0;
}

.salon-timeline article.pending {
    background: #fff1ed;
}

.salon-timeline div {
    display: grid;
    gap: 3px;
    min-width: 0;
    text-align: right;
}

.salon-booking-row {
    min-width: 0;
    padding: 16px;
}

.salon-booking-row strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
}

.public-calendar-preview {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.1);
}

.public-calendar-preview aside {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 24px 18px;
    border-right: 1px solid #eeeeee;
    background: #fbfbfa;
}

.public-calendar-preview aside strong {
    margin-bottom: 18px;
    font-size: 18px;
}

.public-calendar-preview aside span {
    padding: 10px 12px;
    color: #5c5c5c;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.public-calendar-preview aside span.active {
    color: #ffffff;
    background: #080808;
}

.calendar-preview-main {
    padding: 26px;
}

.calendar-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.calendar-preview-head span {
    color: #777777;
    font-size: 12px;
}

.calendar-preview-grid {
    display: grid;
    grid-template-columns: 58px repeat(6, minmax(72px, 1fr));
    min-height: 310px;
}

.time-col,
.calendar-preview-day {
    display: grid;
    grid-template-rows: 30px repeat(5, 52px);
    border-left: 1px solid #eeeeee;
}

.time-col {
    border-left: 0;
}

.time-col span {
    color: #969696;
    font-size: 11px;
}

.calendar-preview-day strong {
    color: #292929;
    font-size: 13px;
}

.calendar-preview-day small {
    color: #8b8b8b;
    font-weight: 600;
}

.preview-event {
    align-self: stretch;
    margin: 3px 5px;
    padding: 8px;
    border-radius: 7px;
    font-size: 11px;
}

.preview-event span,
.preview-event small,
.preview-event b {
    display: block;
}

.preview-event.mint { background: #dff8ef; }
.preview-event.blue { background: #e5ecff; }
.preview-event.violet { background: #efe8ff; }
.preview-event.peach { background: #ffece4; }
.preview-event.green { background: #e7f4df; }

.showcase-copy h2 {
    margin: 8px 0 18px;
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1;
}

.showcase-copy p {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.65;
}

.split-copy {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.story-list {
    display: grid;
    gap: 16px;
}

.story-list p {
    margin: 0;
    padding: 22px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.pricing-row,
.feature-grid-large,
.process-list {
    display: grid;
    gap: 16px;
}

.pricing-row {
    grid-template-columns: repeat(3, 1fr);
}

.pricing-row article,
.feature-grid-large article,
.process-list article,
.legal-list article {
    padding: 26px;
}

.pricing-row article.featured {
    color: #ffffff;
    background: #080808;
}

.pricing-row article.featured h3,
.pricing-row article.featured p,
.pricing-row article.featured span {
    color: #ffffff;
}

.public-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto 34px;
    padding: 36px 42px;
    color: #ffffff;
    border-radius: 16px;
    background: #080808;
}

.public-cta h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 680;
}

.public-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.public-subpage {
    padding-top: 138px;
}

.public-page-hero {
    width: min(calc(100% - 40px), 920px);
    margin: 0 auto;
    padding: 82px 0 34px;
    text-align: center;
}

.public-page-hero h1 {
    margin: 14px 0 18px;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 0.98;
}

.feature-grid-large {
    grid-template-columns: repeat(3, 1fr);
}

.process-list {
    grid-template-columns: repeat(4, 1fr);
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 20px;
    align-items: start;
}

.contact-card,
.public-lead-form {
    padding: 28px;
}

.public-v2 .lead-form {
    display: grid;
    gap: 14px;
}

.public-v2 .form-field {
    display: grid;
    gap: 8px;
}

.public-v2 .form-field span {
    color: #333333;
    font-size: 13px;
    font-weight: 750;
}

.public-v2 .form-field input,
.public-v2 .form-field textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 14px 15px;
    color: #111111;
    background: #ffffff;
    font: inherit;
}

.public-v2 .trap-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.legal-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 24px;
}

.legal-date {
    font-size: 14px;
}

.public-footer {
    justify-content: center;
    gap: 20px;
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto;
    padding: 36px 0 44px;
    color: #5d5d5d;
    background: transparent;
}

.public-footer .brand {
    color: #111111;
}

.public-footer a {
    color: #5d5d5d;
    font-size: 13px;
    text-decoration: none;
}

@media (max-width: 980px) {
    body.public-v2 .site-header {
        grid-template-columns: auto auto;
        align-items: center;
    }

    body.public-v2 .public-nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .public-header-actions {
        justify-self: end;
    }

    .public-hero,
    .calendar-showcase,
    .salon-showcase,
    .salon-showcase-reverse,
    .split-copy,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .public-hero {
        min-height: auto;
        padding-top: 176px;
    }

    .public-hero-visual {
        min-height: 520px;
    }

    .public-feature-row,
    .feature-grid-large,
    .process-list,
    .pricing-row,
    .legal-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    body.public-v2 .site-header {
        top: 12px;
        width: min(calc(100% - 20px), var(--max));
        border-radius: 14px;
    }

    .public-header-actions {
        gap: 6px;
    }

    body.public-v2 .public-header-actions-desktop .login-link {
        display: none;
    }

    body.public-v2 .header-action {
        padding: 9px 11px;
        font-size: 12px;
    }

    .public-hero {
        padding: 168px 20px 76px;
    }

    .public-hero h1 {
        font-size: clamp(44px, 13vw, 58px);
    }

    .public-hero p {
        font-size: 16px;
    }

    .hero-actions {
        align-items: stretch;
        width: 100%;
        flex-direction: column;
    }

    .public-v2 .btn {
        justify-content: center;
        text-align: center;
    }

    .public-hero-visual {
        min-height: 430px;
    }

    .hero-phone {
        left: 0;
        width: 210px;
        min-height: 390px;
        padding: 16px;
        border-width: 6px;
        border-radius: 32px;
    }

    .hero-dashboard {
        right: -12px;
        width: 260px;
        min-height: 300px;
        padding: 26px 22px;
    }

    .hero-dashboard b {
        font-size: 38px;
    }

    .bar-chart {
        height: 100px;
    }

    .public-section {
        width: min(calc(100% - 28px), var(--max));
        padding: 56px 0;
    }

    .public-feature-row,
    .feature-grid-large,
    .process-list,
    .pricing-row,
    .legal-list {
        grid-template-columns: 1fr;
    }

    .salon-preview-grid {
        grid-template-columns: 1fr;
    }

    .salon-preview-head,
    .salon-booking-row,
    .salon-timeline article {
        align-items: flex-start;
    }

    .salon-timeline div {
        text-align: left;
    }

    .public-calendar-preview {
        grid-template-columns: 1fr;
        overflow-x: auto;
    }

    .public-calendar-preview aside {
        display: none;
    }

    .calendar-preview-main {
        min-width: 620px;
    }

    .public-cta {
        width: min(calc(100% - 28px), var(--max));
        align-items: stretch;
        flex-direction: column;
        padding: 28px;
    }

    .public-subpage {
        padding-top: 146px;
    }

    .public-page-hero {
        width: min(calc(100% - 28px), 920px);
        padding-top: 54px;
    }

    .public-page-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .public-footer {
        width: min(calc(100% - 28px), var(--max));
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* Public light restore - 2026-05-26 */
body.public-v2 {
    color-scheme: light;
    --bg: #f6f7ff;
    --bg-soft: #eef2ff;
    --panel: rgba(255, 255, 255, 0.82);
    --panel-strong: #ffffff;
    --hairline: rgba(31, 35, 67, 0.1);
    --text: #17213f;
    --muted: #667085;
    --cyan: #6c63ff;
    --orange: #ff7c6a;
    --shadow: 0 24px 70px rgba(44, 51, 84, 0.12);
    color: var(--text);
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 4%, rgba(108, 99, 255, 0.14), transparent 31%),
        radial-gradient(circle at 84% 16%, rgba(255, 124, 106, 0.12), transparent 30%),
        linear-gradient(180deg, #fbfbff 0%, #f4f7ff 46%, #f7f8ff 100%);
}

body.public-v2 .site-header {
    border-color: rgba(31, 35, 67, 0.1);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 70px rgba(44, 51, 84, 0.14);
}

body.public-v2 .brand,
body.public-v2 .public-nav a,
body.public-v2 .login-link,
body.public-v2 .public-footer .brand {
    color: #17213f;
}

body.public-v2 .brand img,
body.public-v2 .public-footer .brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

body.public-v2 .public-nav a {
    color: #68708a;
}

body.public-v2 .public-nav a:hover,
body.public-v2 .public-nav a[aria-current="page"] {
    color: #4f46e5;
    background: rgba(108, 99, 255, 0.1);
}

body.public-v2 .header-action,
body.public-v2 .btn.primary,
body.public-v2 .btn.dark,
body.public-v2 .hero-phone button,
body.public-v2 .public-calendar-preview aside span.active {
    color: #ffffff;
    background: linear-gradient(135deg, #6c63ff, #7d75ff);
    box-shadow: 0 16px 34px rgba(108, 99, 255, 0.24);
}

body.public-v2 .btn.secondary {
    color: #17213f;
    border-color: rgba(31, 35, 67, 0.14);
    background: rgba(255, 255, 255, 0.62);
}

body.public-v2 .public-hero {
    color: #17213f;
    background:
        radial-gradient(circle at 72% 24%, rgba(108, 99, 255, 0.18), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(255, 124, 106, 0.13), transparent 28%),
        linear-gradient(180deg, #fbfbff 0%, #f0f3ff 72%, #f7f8ff 100%);
}

body.public-v2 .public-hero::after {
    background: #f7f8ff;
}

body.public-v2 .public-hero .eyebrow,
body.public-v2 .public-hero h1 {
    color: #17213f;
}

body.public-v2 .public-hero p,
body.public-v2 .public-hero-points {
    color: #5f667a;
}

body.public-v2 .public-hero-points span::before {
    background: #6c63ff;
}

body.public-v2 .hero-phone {
    border-color: #17213f;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(44, 51, 84, 0.22);
}

body.public-v2 .phone-days {
    color: #68708a;
}

body.public-v2 .phone-days strong {
    color: #ffffff;
    background: #6c63ff;
}

body.public-v2 .hero-phone article {
    color: #17213f;
    background: #f5f7ff;
}

body.public-v2 .hero-dashboard {
    border-color: rgba(31, 35, 67, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 30px 80px rgba(44, 51, 84, 0.16);
}

body.public-v2 .hero-dashboard p,
body.public-v2 .hero-dashboard small,
body.public-v2 .dashboard-head span {
    color: #667085;
}

body.public-v2 .hero-dashboard b {
    color: #17213f;
}

body.public-v2 .bar-chart i {
    background: linear-gradient(180deg, #6c63ff, rgba(108, 99, 255, 0.2));
}

body.public-v2 .pricing-row article.featured,
body.public-v2 .public-cta {
    color: #ffffff;
    background: linear-gradient(135deg, #252b54, #6c63ff);
}

body.public-v2 .public-cta .btn.primary {
    color: #17213f;
    background: #ffffff;
    box-shadow: none;
}

@media (max-width: 680px) {
    html,
    body,
    body.public-v2 {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.public-v2 .site-header {
        grid-template-columns: 1fr;
        gap: 12px;
        background: rgba(255, 255, 255, 0.86);
    }

    body.public-v2 .public-header-actions {
        display: none;
    }

    body.public-v2 .public-nav-desktop,
    body.public-v2 .top-nav.public-nav {
        display: none !important;
    }

    body.public-v2 .public-hero {
        padding-top: 218px;
        overflow-x: hidden;
    }

    body.public-v2 .public-section,
    body.public-v2 .public-page-hero,
    body.public-v2 .public-cta {
        max-width: calc(100vw - 28px);
        overflow-x: hidden;
    }

    body.public-v2 .public-hero-copy {
        width: min(100%, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
        min-width: 0;
    }

    body.public-v2 .public-hero h1 {
        width: min(100%, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
        font-size: clamp(30px, 8.4vw, 38px);
        line-height: 1.07;
        overflow-wrap: break-word;
    }

    body.public-v2 .public-hero p {
        width: min(100%, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
        overflow-wrap: break-word;
    }

    body.public-v2 .hero-actions {
        width: min(100%, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
    }

    body.public-v2 .public-hero-visual {
        width: min(100%, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
        overflow: hidden;
    }

    body.public-v2 .hero-phone {
        width: min(202px, 58vw);
        transform: rotate(4deg);
    }

    body.public-v2 .hero-dashboard {
        right: 0;
        width: min(238px, 66vw);
    }

    body.public-v2 .public-feature-row article,
    body.public-v2 .pricing-row article,
    body.public-v2 .feature-grid-large article,
    body.public-v2 .process-list article,
    body.public-v2 .salon-preview,
    body.public-v2 .salon-team-card,
    body.public-v2 .salon-booking-row {
        min-width: 0;
        max-width: 100%;
    }

    body.public-v2 .public-feature-row p,
    body.public-v2 .pricing-row p,
    body.public-v2 .feature-grid-large p,
    body.public-v2 .process-list p,
    body.public-v2 .salon-showcase-copy p,
    body.public-v2 .salon-team-card p,
    body.public-v2 .salon-timeline span {
        overflow-wrap: break-word;
    }

    body.public-v2 .public-page-hero h1,
    body.public-v2 .salon-showcase-copy h2,
    body.public-v2 .showcase-copy h2 {
        overflow-wrap: break-word;
        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.08;
    }
}

/* Current app-like public calendar preview */
.public-calendar-preview-current {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 28px 80px rgba(44, 51, 84, 0.14);
}

.calendar-preview-app-head,
.preview-month-head,
.preview-date-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.calendar-preview-app-head span,
.preview-date-row span,
.preview-list-event span,
.preview-list-break span,
.preview-list-event time,
.preview-list-break time {
    color: #667085;
}

.calendar-preview-app-head strong {
    display: block;
    margin-top: 2px;
    color: #17213f;
    font-size: 28px;
    font-weight: 600;
}

.calendar-preview-app-head b {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #ffffff;
    border-radius: 14px;
    background: linear-gradient(135deg, #6c63ff, #7d75ff);
    font-size: 24px;
    box-shadow: 0 16px 34px rgba(108, 99, 255, 0.22);
}

.preview-month-panel,
.preview-week-strip,
.preview-day-list {
    border: 1px solid rgba(31, 35, 67, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
}

.preview-month-panel {
    padding: 16px;
}

.preview-month-head strong {
    color: #17213f;
    font-size: 18px;
    font-weight: 600;
}

.preview-month-head button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(31, 35, 67, 0.1);
    border-radius: 12px;
    color: #17213f;
    background: #ffffff;
    font: inherit;
    font-size: 20px;
}

.preview-month-weekdays,
.preview-month-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.preview-month-weekdays {
    margin: 15px 0 8px;
}

.preview-month-weekdays span {
    color: #8a90a5;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.preview-month-grid span {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 34px;
    color: #17213f;
    border-radius: 12px;
    background: #f6f7ff;
    font-size: 13px;
    font-weight: 700;
}

.preview-month-grid span.muted {
    color: #a6abba;
}

.preview-month-grid span.selected {
    color: #ffffff;
    background: #6c63ff;
}

.preview-month-grid span.has-event::after,
.preview-month-grid span.blocked::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 6px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #6c63ff;
}

.preview-month-grid span.blocked::after {
    background: #ff7c6a;
}

.preview-week-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
}

.preview-week-strip span {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 10px 8px;
    border-radius: 14px;
    text-align: center;
}

.preview-week-strip span.active {
    color: #ffffff;
    background: #17213f;
}

.preview-week-strip small,
.preview-week-strip em {
    color: inherit;
    opacity: 0.68;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
}

.preview-week-strip strong {
    font-size: 20px;
    font-weight: 600;
}

.preview-day-list {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.preview-date-row strong,
.preview-list-event strong,
.preview-list-break strong {
    color: #17213f;
    font-weight: 600;
}

.preview-list-event,
.preview-list-break {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 16px;
}

.preview-list-event {
    background: #eeeaff;
    border: 1px solid rgba(108, 99, 255, 0.14);
}

.preview-list-break {
    background: #fff1ed;
    border: 1px solid rgba(255, 124, 106, 0.16);
}

@media (max-width: 680px) {
    .public-calendar-preview-current {
        padding: 14px;
    }

    .calendar-preview-app-head strong {
        font-size: 24px;
    }

    .preview-week-strip {
        grid-template-columns: repeat(5, 104px);
        overflow-x: auto;
    }
}

/* 2026-06-03 publikus oldal mobil navigáció */
.public-nav-toggle,
.public-nav-backdrop,
.public-mobile-nav,
.public-mobile-cta-bar {
    display: none;
}

body.public-v2 .public-nav-toggle {
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(31, 35, 67, 0.12);
    border-radius: 999px;
    color: #17213f;
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

body.public-v2 .public-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 118;
    border: 0;
    background: rgba(15, 23, 42, 0.34);
}

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

body.public-v2 .public-mobile-nav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 119;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    max-height: min(82vh, 640px);
    margin: 0;
    padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-top: 1px solid rgba(31, 35, 67, 0.1);
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -18px 60px rgba(44, 51, 84, 0.2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

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

body.public-v2 .public-mobile-nav:not([hidden]) {
    display: grid;
}

body.public-v2 .public-mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.public-v2 .public-mobile-nav-head strong {
    color: #17213f;
    font-size: 15px;
}

body.public-v2 .public-nav-close {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    color: #17213f;
    background: rgba(108, 99, 255, 0.1);
    font: inherit;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

body.public-v2 .public-mobile-nav-links {
    display: grid;
    gap: 8px;
}

body.public-v2 .public-mobile-nav-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: #17213f;
    background: rgba(108, 99, 255, 0.06);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

body.public-v2 .public-mobile-nav-links a[aria-current="page"] {
    color: #4f46e5;
    background: rgba(108, 99, 255, 0.14);
}

body.public-v2 .public-header-login {
    display: none;
}

body.public-v2 .public-mobile-nav-actions {
    display: grid;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(31, 35, 67, 0.08);
}

body.public-v2 .public-mobile-nav-actions .public-mobile-nav-cta-primary,
body.public-v2 .public-mobile-nav-actions .public-mobile-nav-cta-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body.public-v2 .public-mobile-nav-actions .public-mobile-nav-cta-primary {
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, #6c63ff, #7d75ff);
    box-shadow: 0 14px 32px rgba(108, 99, 255, 0.24);
}

body.public-v2 .public-mobile-nav-actions .public-mobile-nav-cta-secondary {
    color: #17213f;
    border: 1px solid rgba(31, 35, 67, 0.12);
    background: rgba(255, 255, 255, 0.92);
}

body.public-v2 .public-mobile-cta-bar {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 17;
    padding: 14px 18px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #6c63ff, #7d75ff);
    box-shadow: 0 18px 40px rgba(108, 99, 255, 0.28);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

body.public-nav-open {
    overflow: hidden;
}

body.public-nav-open .public-mobile-cta-bar {
    opacity: 0;
    pointer-events: none;
}

body.public-v2 .public-mobile-nav::before {
    content: "";
    display: block;
    width: 42px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 999px;
    background: rgba(127, 137, 161, 0.45);
}

@media (max-width: 900px) {
    body.public-v2 .site-header {
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        align-items: center;
    }

    body.public-v2 .public-nav-desktop,
    body.public-v2 .public-header-actions-desktop {
        display: none;
    }

    body.public-v2 .public-header-login {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 12px;
        border-radius: 999px;
        color: #17213f;
        background: rgba(255, 255, 255, 0.72);
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
    }

    body.public-v2 .public-nav-toggle,
    body.public-v2 .public-mobile-cta-bar {
        display: inline-flex;
    }

    body.public-v2 .public-nav-backdrop:not([hidden]) {
        display: block;
    }

    body.public-v2 .public-hero {
        padding-top: 112px;
    }

    body.public-v2 .public-page-hero {
        padding-top: 128px;
    }

    body.public-v2 main,
    body.public-v2 .public-subpage {
        padding-bottom: 84px;
    }

    body.public-v2 .public-hero h1,
    body.public-v2 .public-page-hero h1 {
        hyphens: manual;
        overflow-wrap: normal;
        word-break: normal;
        line-height: 1.08;
    }
}

@media (max-width: 680px) {
    body.public-v2 .site-header {
        top: 12px;
        width: min(calc(100% - 20px), var(--max));
        padding: 10px 12px;
    }

    body.public-v2 .public-nav-desktop,
    body.public-v2 .top-nav.public-nav {
        display: none !important;
    }

    body.public-v2 .public-header-actions,
    body.public-v2 .public-header-actions-desktop {
        display: none !important;
    }

    body.public-v2 .public-hero {
        padding: 108px 20px 76px;
    }
}

@media (min-width: 901px) {
    body.public-v2 .public-nav-toggle,
    body.public-v2 .public-nav-backdrop,
    body.public-v2 .public-mobile-nav,
    body.public-v2 .public-mobile-cta-bar {
        display: none !important;
    }
}
