body{
    margin:0;
    padding:30px;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

color:#222;

background:
    linear-gradient(
        rgba(255,255,255,.72),
        rgba(255,255,255,.72)
    ),
    url('/assets/images/marketing.jpg');

background-size:cover;
background-position:center;
background-attachment:fixed;

min-height:100vh;
}

.container{
    max-width:1400px;
    margin:auto;
}

.header{
background:rgba(255,255,255,.75);
backdrop-filter:blur(16px);
border-radius:20px;
padding:25px;
margin-bottom:20px;
box-shadow:
    0 8px 25px rgba(0,0,0,.10);
}

.header h1{
    margin:0;
}

.header p{
    margin-top:10px;
    color:#666;
}
.header-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;
}
.brand{
display:flex;
align-items:center;
gap:20px;
}
.user-panel{

    text-align:right;

    display:flex;

    align-items:center;

    gap:10px;

    white-space:nowrap;
}
.user-panel strong{
    margin:0;
}

.user-panel small{
    color:#666;
}
.logo{
width:72px;
height:72px;
object-fit:contain;
}

.header h1{
margin:0;
font-size:2rem;
}

.header p{
margin-top:8px;
color:#666;
}

.menu{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:12px;
margin-bottom:25px;
}

.menu a{
text-decoration:none;
background:rgba(255,255,255,.80);
backdrop-filter:blur(12px);
padding:12px 20px;
border-radius:14px;
color:#222;
transition:.2s;
box-shadow:
    0 4px 15px rgba(0,0,0,.08);
}

.menu a:hover{
transform:translateY(-2px);
background:rgba(255,255,255,.95);
}

.card{
background:rgba(255,255,255,.82);
backdrop-filter:blur(12px);
border-radius:20px;
padding:20px;
margin-bottom:20px;
box-shadow:
    0 8px 25px rgba(0,0,0,.08);
}

input,
select,
textarea{
width:100%;

max-width:100%;

padding:10px;

border-radius:12px;

border:1px solid #d0d7df;

box-sizing:border-box;

font-size:14px;
}

textarea{
resize:vertical;
}

button{
border:none;

border-radius:12px;

padding:12px 18px;

cursor:pointer;

background:#4a90e2;

color:white;

font-weight:600;
}

button:hover{
opacity:.92;
}

/* TABULKY */

table{
width:100%;

border-collapse:collapse;
}

table th{
text-align:left;

background:rgba(74,144,226,.10);

padding:12px;
}

table td{
padding:12px;

border-top:1px solid rgba(0,0,0,.06);
}

/* ODKAZY */

a{
color:#2166b5;
}

a:hover{
text-decoration:none;
}

/* RESPONSIVE */
.header-top{

    flex-direction:column;

    text-align:center;
}

.user-panel{

    text-align:center;
}
@media (max-width:768px){
body{
    padding:15px;
}

.brand{
    flex-direction:column;
    text-align:center;
}

.logo{
    width:64px;
    height:64px;
}

.menu{
    justify-content:center;
}
}
/* FOOTER */

.footer{

    margin-top:40px;

    padding:20px;

    text-align:center;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(12px);

    border-radius:20px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.08);

    font-size:.95rem;

    color:#555;
}

.footer div{

    margin:6px 0;
}

.footer a{

    color:#2166b5;

    text-decoration:none;
}

.footer a:hover{

    text-decoration:underline;
}
.calendar{

    width:100%;

    border-collapse:collapse;
}

.calendar td{

    height:90px;

    vertical-align:top;

    padding:10px;

    border:1px solid rgba(0,0,0,.08);

    background:
        rgba(255,255,255,.4);
}

.calendar td:hover{

    background:
        rgba(255,255,255,.8);
}

.calendar th{

    padding:10px;

    text-align:center;
}
.calendar td.today{

    border:3px solid #4a90e2;

    background:
        rgba(
            74,
            144,
            226,
            .10
        );
}
.meeting-done{

    color:#28a745;

    font-weight:600;
}

.meeting-planned{

    color:#f0ad4e;

    font-weight:600;
}

.meeting-cancelled{

    color:#dc3545;

    font-weight:600;
}
.meeting-grid{
    display:grid;

    grid-template-columns:
        repeat(
            auto-fill,
            minmax(260px,1fr)
        );

    gap:20px;

    margin-top:20px;
}

.meeting-card{

    background:rgba(255,255,255,.9);

    border-radius:16px;

    padding:18px;

    box-shadow:
        0 3px 12px rgba(0,0,0,.08);

    border-top:
        4px solid #28a745;

    transition:.2s;
}

.meeting-card:hover{

    transform:translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0,0,0,.12);
}
.contact-row{
    cursor:pointer;
}

.contact-row:hover{
    background:#eef6ff !important;
}
.contact-row td:first-child{
    opacity:.6;
    transition:.2s;
}

.contact-row:hover td:first-child{
    opacity:1;
    transform:scale(1.15);
}
.calendar td{
    vertical-align:top;
    min-height:120px;
    height:120px;
}

.calendar-preview{
    margin-top:6px;
    font-size:11px;
}

.calendar-item{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

    padding:2px 4px;
    margin-bottom:2px;

    background:#eef5ff;
    border-radius:4px;
}

.calendar-more{
    color:#666;
    font-size:10px;
}

/* SOFON_MARKETING_PUBLIC_LANDING_V1_BEGIN */

body.landing-body{
    padding:0;
    overflow-x:hidden;
}

body.landing-body::before,
body.landing-body::after{
    content:"";
    position:fixed;
    z-index:-1;
    width:360px;
    height:360px;
    border-radius:50%;
    filter:blur(75px);
    opacity:.22;
    pointer-events:none;
}

body.landing-body::before{
    top:-120px;
    right:-80px;
    background:#4a90e2;
}

body.landing-body::after{
    bottom:-150px;
    left:-110px;
    background:#69c7b5;
}

.landing-shell{
    width:min(1400px, calc(100% - 48px));
    margin:0 auto;
    padding:24px 0 34px;
}

.glass-panel{
    background:rgba(255,255,255,.78);
    border:1px solid rgba(255,255,255,.72);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 18px 50px rgba(39,66,96,.11);
}

.landing-nav{
    position:sticky;
    top:18px;
    z-index:20;
    min-height:72px;
    padding:12px 16px 12px 18px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.landing-brand{
    display:flex;
    align-items:center;
    gap:13px;
    min-width:0;
    color:#1f2d3d;
    text-decoration:none;
}

.landing-brand:hover{
    text-decoration:none;
}

.landing-logo{
    width:52px;
    height:52px;
    object-fit:contain;
    flex:0 0 auto;
}

.landing-brand span{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.landing-brand strong{
    font-size:1.04rem;
    letter-spacing:-.01em;
}

.landing-brand small{
    color:#657486;
    font-size:.79rem;
}

.landing-nav-links{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    flex-wrap:wrap;
}

.landing-nav-links a{
    color:#34465a;
    text-decoration:none;
    padding:10px 13px;
    border-radius:12px;
    font-weight:600;
    font-size:.9rem;
}

.landing-nav-links a:hover{
    background:rgba(74,144,226,.09);
}

.landing-nav-links .landing-nav-cta{
    color:#fff;
    background:#367fcf;
    box-shadow:0 8px 22px rgba(54,127,207,.24);
}

.landing-nav-links .landing-nav-cta:hover{
    background:#2f73bc;
}

.landing-hero{
    min-height:680px;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
    align-items:center;
    gap:64px;
    padding:84px 44px 64px;
}

.landing-hero-copy{
    max-width:720px;
}

.landing-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#2166b5;
    background:rgba(74,144,226,.10);
    border:1px solid rgba(74,144,226,.15);
    border-radius:999px;
    padding:8px 13px;
    font-size:.82rem;
    font-weight:750;
    letter-spacing:.02em;
}

.landing-hero h1{
    margin:22px 0 20px;
    max-width:760px;
    color:#17283a;
    font-size:clamp(2.75rem, 6vw, 5.8rem);
    line-height:.98;
    letter-spacing:-.055em;
}

.landing-lead{
    max-width:650px;
    margin:0;
    color:#526476;
    font-size:clamp(1.06rem, 1.8vw, 1.28rem);
    line-height:1.7;
}

.landing-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:32px;
}

.landing-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 22px;
    border-radius:15px;
    font-weight:750;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.landing-button:hover{
    transform:translateY(-2px);
    text-decoration:none;
}

.landing-button-primary{
    color:#fff;
    background:linear-gradient(135deg,#4a90e2,#2f73bc);
    box-shadow:0 14px 30px rgba(54,127,207,.25);
}

.landing-button-primary:hover{
    color:#fff;
    box-shadow:0 18px 34px rgba(54,127,207,.31);
}

.landing-button-secondary{
    color:#2c5f98;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(74,144,226,.18);
}

.landing-login-note{
    margin:18px 0 0;
    color:#667789;
    font-size:.89rem;
}

.landing-hero-visual{
    position:relative;
}

.landing-hero-visual::before{
    content:"";
    position:absolute;
    inset:9% 5% -8% 8%;
    z-index:-1;
    border-radius:34px;
    background:linear-gradient(135deg,rgba(74,144,226,.20),rgba(105,199,181,.22));
    filter:blur(34px);
}

.landing-dashboard-preview{
    border-radius:30px;
    padding:23px;
    transform:rotate(1.2deg);
}

.landing-preview-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:2px 2px 18px;
    color:#2b3f53;
    font-weight:750;
}

.landing-status{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#347864;
    font-size:.78rem;
    font-weight:650;
}

.landing-status i{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#4db494;
    box-shadow:0 0 0 5px rgba(77,180,148,.13);
}

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

.landing-preview-grid article{
    min-height:124px;
    padding:17px;
    border-radius:19px;
    background:rgba(255,255,255,.70);
    border:1px solid rgba(255,255,255,.86);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    box-shadow:0 8px 24px rgba(52,76,104,.07);
}

.landing-preview-grid article > span{
    margin-bottom:auto;
    font-size:1.55rem;
}

.landing-preview-grid small{
    color:#718093;
    margin-bottom:4px;
}

.landing-preview-grid strong{
    color:#26394d;
    font-size:.92rem;
}

.landing-preview-activity{
    margin-top:12px;
    padding:15px;
    border-radius:18px;
    background:rgba(45,112,187,.08);
    display:flex;
    align-items:center;
    gap:12px;
}

.landing-activity-icon{
    width:35px;
    height:35px;
    display:grid;
    place-items:center;
    flex:0 0 auto;
    border-radius:12px;
    color:#fff;
    background:#4a90e2;
    font-weight:800;
}

.landing-preview-activity div{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.landing-preview-activity strong{
    color:#2b4055;
    font-size:.88rem;
}

.landing-preview-activity small{
    color:#6c7d8f;
    line-height:1.45;
}

.landing-section{
    padding:76px 18px;
    scroll-margin-top:115px;
}

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

.landing-section-heading h2,
.landing-overview h2,
.landing-final-cta h2{
    margin:17px 0 13px;
    color:#1c3044;
    font-size:clamp(2rem,4vw,3.25rem);
    line-height:1.08;
    letter-spacing:-.04em;
}

.landing-section-heading p,
.landing-overview p,
.landing-final-cta p{
    color:#607184;
    line-height:1.7;
}

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

.landing-feature-card{
    min-height:240px;
    padding:25px;
    border-radius:23px;
    transition:transform .2s ease, box-shadow .2s ease;
}

.landing-feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 52px rgba(39,66,96,.15);
}

.landing-feature-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:rgba(74,144,226,.11);
    font-size:1.45rem;
}

.landing-feature-card h3{
    margin:23px 0 10px;
    color:#273b4f;
    font-size:1.15rem;
}

.landing-feature-card p{
    margin:0;
    color:#657689;
    line-height:1.68;
}

.landing-workflow-section{
    padding-top:60px;
}

.landing-workflow{
    max-width:1050px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.landing-workflow-step{
    position:relative;
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.landing-workflow-step > span{
    color:#4a90e2;
    font-size:2rem;
    line-height:1;
    font-weight:850;
    letter-spacing:-.06em;
}

.landing-workflow-step h3{
    margin:0 0 7px;
    color:#263b50;
}

.landing-workflow-step p{
    margin:0;
    color:#657689;
    line-height:1.62;
}

.landing-overview{
    padding:38px;
    border-radius:28px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);
    gap:44px;
    align-items:center;
}

.landing-chip-list{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    align-content:center;
}

.landing-chip-list span{
    padding:10px 13px;
    border-radius:999px;
    color:#35506a;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(74,144,226,.12);
    font-size:.88rem;
    font-weight:650;
}

.landing-final-cta{
    margin:46px 18px 76px;
    padding:36px 38px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
}

.landing-final-cta h2{
    font-size:clamp(1.9rem,3vw,2.75rem);
}

.landing-final-cta p{
    margin-bottom:0;
}

.landing-final-cta .landing-button{
    flex:0 0 auto;
}

.landing-footer{
    padding:21px;
    border-radius:22px;
    color:#607184;
    text-align:center;
    font-size:.9rem;
}

.landing-footer div{
    margin:5px 0;
}

.landing-footer a{
    color:#2166b5;
    text-decoration:none;
}

.landing-footer a:hover{
    text-decoration:underline;
}

@media (max-width:1050px){
    .landing-hero{
        min-height:auto;
        grid-template-columns:1fr;
        gap:42px;
        padding:76px 22px 52px;
    }

    .landing-hero-copy{
        max-width:820px;
    }

    .landing-hero-visual{
        width:min(720px,100%);
        margin:0 auto;
    }

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

    .landing-overview{
        grid-template-columns:1fr;
    }
}

@media (max-width:760px){
    .landing-shell{
        width:min(100% - 24px,1400px);
        padding-top:12px;
    }

    .landing-nav{
        position:relative;
        top:auto;
        align-items:flex-start;
        flex-direction:column;
    }

    .landing-nav-links{
        width:100%;
        justify-content:flex-start;
    }

    .landing-nav-links a:not(.landing-nav-cta){
        display:none;
    }

    .landing-nav-cta{
        width:100%;
        box-sizing:border-box;
        text-align:center;
    }

    .landing-hero{
        padding:58px 8px 40px;
    }

    .landing-hero h1{
        font-size:clamp(2.55rem,14vw,4.1rem);
    }

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

    .landing-button{
        width:100%;
        box-sizing:border-box;
    }

    .landing-preview-grid,
    .landing-feature-grid,
    .landing-workflow{
        grid-template-columns:1fr;
    }

    .landing-dashboard-preview{
        padding:15px;
        border-radius:24px;
        transform:none;
    }

    .landing-section{
        padding:58px 2px;
    }

    .landing-overview,
    .landing-final-cta{
        padding:26px 21px;
        border-radius:23px;
    }

    .landing-final-cta{
        margin:36px 2px 58px;
        align-items:stretch;
        flex-direction:column;
    }
}

@media (prefers-reduced-motion:reduce){
    .landing-button,
    .landing-feature-card{
        transition:none;
    }
}

/* SOFON_MARKETING_PUBLIC_LANDING_V1_END */
