/* /assets/css/twojastacja.css */

body.page-owner-landing{
    background:#071624;
    color:#f8fafc;
}

.page-owner-landing .site-main,
.page-owner-landing main{
    background:#071624;
}

.owner-landing{
    overflow-x:hidden;
    background:#071624;
}

.owner-landing .container{
    max-width:1160px;
    width:min(1160px, calc(100% - 40px));
    margin:0 auto;
}

.owner-hero{
    position:relative;
    padding:48px 0 34px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.owner-hero-grid{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:34px;
    align-items:center;
}

.owner-kicker,
.owner-section-head span,
.owner-band-label,
.owner-form-copy span{
    display:inline-flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.22);
    color:#ffd66d;
    font-weight:850;
    font-size:13px;
    line-height:1.2;
    margin-bottom:14px;
}

.owner-hero h1{
    max-width:760px;
    margin:0 0 18px;
    color:#fff;
    font-weight:950;
    font-size:58px;
    line-height:1.04;
    letter-spacing:0;
}

.owner-lead{
    max-width:680px;
    margin:0 0 24px;
    color:rgba(248,250,252,.82);
    font-size:18px;
    line-height:1.72;
}

.owner-hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin:0 0 18px;
}

.owner-btn,
.owner-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:14px;
    padding:13px 18px;
    border:1px solid transparent;
    font-weight:900;
    text-decoration:none;
    cursor:pointer;
    transition:background .16s ease, border-color .16s ease, transform .16s ease;
}

.owner-btn.primary,
.owner-submit{
    background:#ffc107;
    color:#111827;
    box-shadow:none;
}

.owner-btn.ghost{
    background:rgba(255,255,255,.07);
    color:#fff;
    border-color:rgba(255,255,255,.14);
}

.owner-btn:hover,
.owner-submit:hover{
    transform:translateY(-1px);
    text-decoration:none;
}

.owner-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:800;
}

.owner-trust-row span{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:8px 11px;
    border-radius:12px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
}

.owner-panel-preview{
    position:relative;
    padding:20px;
    border-radius:24px;
    background:#102233;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.preview-top{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 0 14px 20px;
    border-bottom:1px solid rgba(255,255,255,.08);
    margin-bottom:14px;
    color:rgba(255,255,255,.74);
    font-size:13px;
    font-weight:850;
}

.preview-top:before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:10px;
    height:10px;
    border-radius:999px;
    background:#35c46a;
}

.preview-top b{
    position:relative;
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:5px 10px;
    border-radius:999px;
    background:rgba(53,196,106,.12);
    border:1px solid rgba(53,196,106,.18);
    color:#91f5b8;
    font-size:12px;
    line-height:1.1;
}

.preview-dot{
    display:none;
}

.preview-card{
    position:relative;
    padding:20px;
    border-radius:18px;
    background:#172d42;
    border:1px solid rgba(255,255,255,.10);
    margin-bottom:12px;
}

.preview-card small{
    display:block;
    color:#ffd66d;
    font-weight:850;
    margin-bottom:8px;
}

.preview-card b{
    display:block;
    color:#fff;
    font-size:24px;
    line-height:1.25;
    margin-bottom:7px;
}

.preview-card p{
    margin:0;
    color:rgba(255,255,255,.72);
    line-height:1.55;
}

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

.preview-grid div,
.preview-prices div{
    padding:14px;
    border-radius:16px;
    background:#0d1d2c;
    border:1px solid rgba(255,255,255,.09);
}

.preview-grid b{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.1;
    margin-bottom:4px;
}

.preview-grid span,
.preview-prices span{
    color:rgba(255,255,255,.68);
    font-size:13px;
}

.preview-prices{
    display:grid;
    gap:9px;
    margin-bottom:12px;
}

.preview-prices div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.preview-prices b{
    color:#ffd66d;
    font-size:20px;
}

.owner-section{
    padding:46px 0;
}

.owner-section-head{
    max-width:760px;
    margin:0 auto 24px;
    text-align:center;
}

.owner-section-head.left{
    text-align:left;
    margin-left:0;
}

.owner-section-head h2,
.owner-band h2,
.owner-form-copy h2{
    margin:0 0 12px;
    color:#fff;
    font-size:40px;
    line-height:1.12;
    letter-spacing:0;
    font-weight:950;
}

.owner-section-head p,
.owner-form-copy p,
.owner-band p{
    margin:0;
    color:rgba(248,250,252,.76);
    font-size:16px;
    line-height:1.68;
}

.owner-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.owner-feature-grid article,
.owner-steps div,
.owner-benefits p{
    padding:20px;
    border-radius:18px;
    background:#102233;
    border:1px solid rgba(255,255,255,.10);
}

.owner-feature-grid i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.18);
    font-style:normal;
    font-size:22px;
    margin-bottom:14px;
}

.owner-feature-grid h3,
.owner-steps h3{
    margin:0 0 8px;
    color:#fff;
    font-size:18px;
    line-height:1.25;
    font-weight:900;
}

.owner-feature-grid p,
.owner-steps p,
.owner-benefits p{
    color:rgba(248,250,252,.72);
    line-height:1.62;
    margin:0;
}

.owner-band{
    padding:44px 0;
    background:#0a1b2b;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.owner-band-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:28px;
    align-items:start;
}

.owner-benefits{
    display:grid;
    gap:12px;
}

.owner-benefits b{
    color:#fff;
}

.owner-steps-section{
    padding:46px 0;
}

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

.owner-steps b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border-radius:12px;
    background:#ffc107;
    color:#111827;
    font-weight:950;
    margin-bottom:14px;
}

.owner-form-section{
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    gap:22px;
    align-items:start;
    padding:0 0 64px;
}

.owner-form-copy{
    position:sticky;
    top:18px;
    padding:22px;
    border-radius:20px;
    background:#102233;
    border:1px solid rgba(255,255,255,.10);
}

.owner-form-card{
    padding:24px;
    border-radius:20px;
    background:#fff;
    color:#111827;
    border:1px solid rgba(15,23,42,.08);
}

.owner-contact-form{
    display:grid;
    gap:14px;
}

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

.owner-contact-form label{
    display:grid;
    gap:7px;
    color:#1f2937;
    font-weight:850;
}

.owner-contact-form small{
    color:#6b7280;
    font-weight:700;
}

.owner-contact-form input,
.owner-contact-form textarea{
    width:100%;
    min-width:0;
    border:1px solid #d7dee8;
    border-radius:14px;
    background:#f8fafc;
    color:#111827;
    padding:13px 14px;
    font-size:16px;
    line-height:1.35;
    outline:none;
}

.owner-contact-form textarea{
    min-height:126px;
    resize:vertical;
}

.owner-contact-form input:focus,
.owner-contact-form textarea:focus{
    border-color:#ffc107;
    background:#fff;
    box-shadow:0 0 0 4px rgba(255,193,7,.18);
}

.owner-submit{
    width:100%;
    min-height:52px;
    font-size:16px;
}

.owner-honeypot{
    position:absolute;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.owner-alert{
    border-radius:14px;
    padding:13px 15px;
    font-weight:800;
    margin-bottom:15px;
}

.owner-alert.success{
    background:#dcfce7;
    color:#166534;
    border:1px solid #bbf7d0;
}

.owner-alert.error{
    background:#fee2e2;
    color:#991b1b;
    border:1px solid #fecaca;
}

@media (max-width: 1040px){
    .owner-hero-grid,
    .owner-band-grid,
    .owner-form-section{
        grid-template-columns:1fr;
    }

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

    .owner-panel-preview{
        max-width:620px;
    }

    .owner-form-copy{
        position:static;
    }
}

@media (max-width: 820px){
    .owner-landing .container{
        width:min(100% - 28px, 1160px);
    }

    .owner-hero{
        padding:34px 0 28px;
    }

    .owner-hero-grid{
        gap:22px;
    }

    .owner-hero h1{
        font-size:44px;
        letter-spacing:0;
    }

    .owner-lead{
        font-size:16px;
        line-height:1.62;
    }

    .owner-feature-grid{
        grid-template-columns:1fr;
    }

    .owner-steps{
        grid-template-columns:1fr;
    }

    .owner-section,
    .owner-steps-section,
    .owner-band{
        padding:36px 0;
    }
}

@media (max-width: 560px){ 
    .owner-landing .container{
        width:min(100% - 22px, 1160px);
    }

    .owner-hero{
        padding-top:24px;
    }
 
    .owner-hero h1{
        font-size:34px;
        line-height:1.08;
        margin-bottom:14px;
    }

    .owner-hero-actions{
        display:grid;
        grid-template-columns:1fr;
     }

    .owner-btn{
        width:100%;
    }
  
    .owner-trust-row{
        display:grid;
        grid-template-columns:1fr;
    }

    .owner-panel-preview{
        padding:14px;
        border-radius:18px;
    }

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

    .preview-card,
    .preview-grid div,
    .preview-prices div,
    .owner-feature-grid article,
    .owner-steps div,
    .owner-benefits p,
    .owner-form-copy,
    .owner-form-card{
        border-radius:16px;
    }

    .owner-form-grid{
        grid-template-columns:1fr;
    }

    .owner-form-card,
    .owner-form-copy{
        padding:18px;
    }
}

@media (max-width: 380px){
    .owner-hero h1{
        font-size:31px;
    }

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