:root{
    --primary:#2563eb;
    --primary-dark:#1d4ed8;
    --primary-light:#eff6ff;
    --dark:#0f172a;
    --text:#334155;
    --muted:#64748b;
    --border:#e2e8f0;
    --background:#f8fafc;
    --white:#ffffff;
    --success:#16a34a;
    --shadow:0 20px 50px rgba(15,23,42,.10);
    --shadow-small:0 10px 30px rgba(15,23,42,.08);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    min-height:100vh;
    font-family:'Poppins',sans-serif;
    background:var(--background);
    color:var(--dark);
    line-height:1.6;
}

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

a{
    color:inherit;
}

button,
input,
select,
textarea{
    font:inherit;
}

.container{
    width:min(1180px,92%);
    margin:0 auto;
}

/* HEADER */

.header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(226,232,240,.9);
    box-shadow:0 5px 25px rgba(15,23,42,.04);
    backdrop-filter:blur(16px);
}

.header .container{
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.logo{
    font-size:28px;
    line-height:1;
    font-weight:800;
    letter-spacing:-1px;
    text-decoration:none;
    color:var(--primary);
}

.logo span{
    color:var(--dark);
}

.header nav{
    display:flex;
    align-items:center;
    gap:28px;
}

.header nav a{
    position:relative;
    color:var(--text);
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.2s ease;
}

.header nav a:hover{
    color:var(--primary);
}

.header nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background:var(--primary);
    transition:.2s ease;
}

.header nav a:hover::after{
    width:100%;
}

/* PAGRINDINIO PUSLAPIO HERO */

.hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    color:var(--white);
    background:
        radial-gradient(circle at 15% 20%,rgba(96,165,250,.45),transparent 35%),
        radial-gradient(circle at 85% 10%,rgba(59,130,246,.38),transparent 32%),
        linear-gradient(135deg,#0f172a 0%,#172554 48%,#1d4ed8 100%);
}

.hero::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    top:-170px;
    right:-170px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
}

.hero::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    bottom:-150px;
    left:-100px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
}

.hero-background{
    position:absolute;
    inset:0;
    opacity:.12;
    background-image:
        linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);
    background-size:60px 60px;
    mask-image:linear-gradient(to bottom,black,transparent);
}

.hero-content{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    align-items:center;
    gap:70px;
}

.hero-text{
    max-width:730px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    margin-bottom:25px;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:100px;
    background:rgba(255,255,255,.10);
    font-size:13px;
    font-weight:600;
}

.hero h1{
    max-width:760px;
    margin-bottom:22px;
    font-size:clamp(42px,6vw,72px);
    line-height:1.08;
    letter-spacing:-3px;
}

.hero-text p{
    max-width:650px;
    margin-bottom:35px;
    color:rgba(255,255,255,.78);
    font-size:18px;
}

.hero-button{
    min-height:54px;
    padding:0 27px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:var(--white);
    color:var(--primary-dark);
    font-weight:700;
    text-decoration:none;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    transition:.25s ease;
}

.hero-button:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(0,0,0,.23);
}

.hero-card{
    padding:34px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    background:rgba(255,255,255,.10);
    box-shadow:0 25px 60px rgba(0,0,0,.20);
    backdrop-filter:blur(18px);
}

.hero-card-icon{
    width:58px;
    height:58px;
    margin-bottom:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:rgba(255,255,255,.16);
    font-size:28px;
}

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

.hero-card > p{
    margin-bottom:25px;
    color:rgba(255,255,255,.72);
    font-size:14px;
}

.hero-features{
    display:grid;
    gap:13px;
}

.hero-features div{
    display:flex;
    align-items:center;
    gap:10px;
    color:rgba(255,255,255,.92);
    font-size:14px;
    font-weight:500;
}

.hero-features span{
    width:23px;
    height:23px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(34,197,94,.18);
    color:#86efac;
    font-weight:700;
}

/* BENDROS SEKCIJOS */

.events-section{
    padding:90px 0;
}

.section-heading{
    margin-bottom:38px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
}

.section-label{
    display:block;
    margin-bottom:7px;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.section-heading h2{
    margin-bottom:7px;
    font-size:clamp(30px,4vw,44px);
    line-height:1.2;
    letter-spacing:-1.5px;
}

.section-heading p{
    color:var(--muted);
}

.events-count{
    flex-shrink:0;
    padding:10px 16px;
    border:1px solid var(--border);
    border-radius:100px;
    background:var(--white);
    color:var(--muted);
    font-size:13px;
    font-weight:600;
}

/* RENGINIŲ KORTELĖS */

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

.event-card{
    min-width:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid var(--border);
    border-radius:22px;
    background:var(--white);
    box-shadow:var(--shadow-small);
    transition:.3s ease;
}

.event-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
}

.event-image-link{
    text-decoration:none;
}

.event-image{
    position:relative;
    height:240px;
    overflow:hidden;
    background:linear-gradient(135deg,#1e3a8a,#2563eb);
}

.event-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.event-card:hover .event-image img{
    transform:scale(1.05);
}

.event-image-placeholder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:rgba(255,255,255,.92);
    background:
        radial-gradient(circle at 25% 25%,rgba(255,255,255,.22),transparent 30%),
        linear-gradient(135deg,#172554,#2563eb);
}

.event-image-placeholder span{
    font-size:55px;
}

.event-image-placeholder small{
    font-weight:600;
}

.event-date-badge{
    position:absolute;
    top:18px;
    left:18px;
    width:62px;
    min-height:68px;
    padding:8px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.94);
    color:var(--dark);
    box-shadow:0 12px 30px rgba(15,23,42,.20);
}

.event-date-badge strong{
    font-size:23px;
    line-height:1;
}

.event-date-badge span{
    margin-top:5px;
    color:var(--primary);
    font-size:11px;
    font-weight:800;
    letter-spacing:.8px;
}

.sold-out-badge{
    position:absolute;
    top:18px;
    right:18px;
    padding:8px 12px;
    border-radius:100px;
    background:rgba(15,23,42,.85);
    color:var(--white);
    font-size:11px;
    font-weight:700;
}

.event-card-content{
    flex:1;
    padding:25px;
    display:flex;
    flex-direction:column;
}

.event-category{
    margin-bottom:8px;
    color:var(--primary);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.event-card h3{
    margin-bottom:18px;
    font-size:21px;
    line-height:1.3;
}

.event-card h3 a{
    text-decoration:none;
    transition:.2s ease;
}

.event-card h3 a:hover{
    color:var(--primary);
}

.event-details{
    margin-bottom:24px;
    display:grid;
    gap:10px;
}

.event-detail{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:var(--muted);
    font-size:14px;
}

.event-detail-icon{
    flex-shrink:0;
}

.event-card-footer{
    margin-top:auto;
    padding-top:20px;
    border-top:1px solid var(--border);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.event-price{
    display:flex;
    flex-direction:column;
}

.event-price span{
    color:var(--muted);
    font-size:12px;
}

.event-price strong{
    color:var(--dark);
    font-size:19px;
}

.event-button{
    min-height:44px;
    padding:0 17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:10px;
    background:var(--primary);
    color:var(--white);
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:.2s ease;
}

.event-button:hover{
    background:var(--primary-dark);
    transform:translateY(-2px);
}

.event-button.disabled{
    background:#94a3b8;
}

/* TUŠČIA BŪSENA */

.empty-state{
    padding:65px 25px;
    border:1px dashed #cbd5e1;
    border-radius:22px;
    background:var(--white);
    text-align:center;
}

.empty-icon{
    margin-bottom:15px;
    font-size:45px;
}

.empty-state h3{
    margin-bottom:7px;
    font-size:23px;
}

.empty-state p{
    color:var(--muted);
}

/* PASITIKĖJIMO BLOKAI */

.trust-section{
    padding:10px 0 80px;
}

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

.trust-item{
    padding:25px;
    display:flex;
    align-items:center;
    gap:17px;
    border:1px solid var(--border);
    border-radius:18px;
    background:var(--white);
}

.trust-icon{
    width:52px;
    height:52px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:var(--primary-light);
    font-size:24px;
}

.trust-item h3{
    margin-bottom:3px;
    font-size:16px;
}

.trust-item p{
    color:var(--muted);
    font-size:13px;
}

/* RENGINIO PUSLAPIS */

.event-page{
    background:var(--background);
}

.event-hero{
    position:relative;
    overflow:hidden;
    padding:45px 0 75px;
    color:var(--white);
    background:
        radial-gradient(circle at 80% 15%,rgba(59,130,246,.45),transparent 35%),
        linear-gradient(135deg,#0f172a,#172554 55%,#1d4ed8);
}

.event-hero::after{
    content:"";
    position:absolute;
    width:430px;
    height:430px;
    top:-210px;
    right:-130px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
}

.event-hero .container{
    position:relative;
    z-index:2;
}

.back-link{
    display:inline-flex;
    margin-bottom:28px;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.2s ease;
}

.back-link:hover{
    color:var(--white);
}

.event-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
    align-items:center;
    gap:55px;
}

.event-main-image{
    height:470px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    border-radius:26px;
    background:#1e3a8a;
    box-shadow:0 30px 70px rgba(0,0,0,.30);
}

.event-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.event-main-placeholder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:var(--white);
    background:
        radial-gradient(circle at 25% 25%,rgba(255,255,255,.18),transparent 30%),
        linear-gradient(135deg,#172554,#2563eb);
}

.event-main-placeholder span{
    font-size:80px;
}

.event-main-placeholder small{
    color:rgba(255,255,255,.88);
    font-size:16px;
    font-weight:600;
}

.event-page-label{
    display:inline-flex;
    margin-bottom:16px;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:100px;
    background:rgba(255,255,255,.10);
    color:var(--white);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.event-summary h1{
    margin-bottom:30px;
    color:var(--white);
    font-size:clamp(38px,5vw,62px);
    line-height:1.1;
    letter-spacing:-2px;
}

.event-summary-details{
    margin-bottom:32px;
    display:grid;
    gap:15px;
}

.summary-detail{
    padding:15px;
    display:flex;
    align-items:center;
    gap:14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:15px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.summary-detail-icon{
    width:45px;
    height:45px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(255,255,255,.12);
    font-size:21px;
}

.summary-detail div:last-child{
    display:flex;
    flex-direction:column;
}

.summary-detail span{
    color:rgba(255,255,255,.65);
    font-size:12px;
}

.summary-detail strong{
    color:var(--white);
    font-size:15px;
}

.primary-button{
    min-height:52px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:12px;
    background:var(--primary);
    color:var(--white);
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    transition:.2s ease;
}

.event-hero .primary-button{
    background:var(--white);
    color:var(--primary-dark);
}

.primary-button:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(15,23,42,.18);
}

.event-information{
    padding:75px 0 35px;
}

.event-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    align-items:start;
    gap:30px;
}

.event-description-card,
.purchase-info-card{
    padding:34px;
    border:1px solid var(--border);
    border-radius:22px;
    background:var(--white);
    box-shadow:var(--shadow-small);
}

.event-description-card h2{
    margin-bottom:20px;
    font-size:31px;
    letter-spacing:-1px;
}

.event-description-text{
    color:var(--text);
    font-size:15px;
    line-height:1.9;
}

.purchase-info-card{
    position:sticky;
    top:105px;
}

.purchase-info-card h3{
    margin-bottom:20px;
    font-size:20px;
}

.purchase-info-item{
    padding:12px 0;
    display:flex;
    align-items:center;
    gap:11px;
    border-bottom:1px solid var(--border);
    color:var(--text);
    font-size:14px;
}

.purchase-info-item:last-child{
    border-bottom:0;
}

.purchase-info-item span{
    width:24px;
    height:24px;
    flex-shrink:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#dcfce7;
    color:#15803d;
    font-size:12px;
    font-weight:800;
}

/* BILIETŲ PASIRINKIMAS */

.tickets-section{
    padding:40px 0 90px;
}

.ticket-list{
    display:grid;
    gap:18px;
}

.ticket-option{
    padding:26px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 250px;
    align-items:center;
    gap:30px;
    border:1px solid var(--border);
    border-radius:20px;
    background:var(--white);
    box-shadow:var(--shadow-small);
    transition:.2s ease;
}

.ticket-option:hover{
    border-color:#bfdbfe;
    box-shadow:var(--shadow);
}

.ticket-option-heading{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:25px;
}

.ticket-option h3{
    margin-top:9px;
    color:var(--dark);
    font-size:23px;
    line-height:1.3;
}

.ticket-status{
    display:inline-flex;
    padding:6px 10px;
    border-radius:100px;
    font-size:11px;
    font-weight:700;
}

.ticket-status.available{
    background:#dcfce7;
    color:#166534;
}

.ticket-status.upcoming{
    background:#fef3c7;
    color:#92400e;
}

.ticket-status.unavailable{
    background:#fee2e2;
    color:#991b1b;
}

.ticket-option-price{
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    text-align:right;
}

.ticket-option-price span{
    color:var(--muted);
    font-size:12px;
}

.ticket-option-price strong{
    color:var(--dark);
    font-size:24px;
}

.ticket-description{
    max-width:700px;
    margin-top:14px;
    color:var(--muted);
    font-size:14px;
}

.ticket-meta{
    margin-top:17px;
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    color:var(--muted);
    font-size:12px;
}

.ticket-purchase-form{
    display:grid;
    gap:10px;
}

.ticket-purchase-form label{
    color:var(--muted);
    font-size:12px;
    font-weight:600;
}

.ticket-purchase-form select{
    width:100%;
    height:46px;
    padding:0 13px;
    border:1px solid var(--border);
    border-radius:10px;
    background:var(--white);
    color:var(--dark);
    font-size:14px;
    outline:none;
}

.ticket-purchase-form select:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 3px rgba(37,99,235,.12);
}

.ticket-buy-button{
    width:100%;
    min-height:48px;
    padding:0 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border:0;
    border-radius:11px;
    background:var(--primary);
    color:var(--white);
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:.2s ease;
}

.ticket-buy-button:hover{
    background:var(--primary-dark);
    transform:translateY(-2px);
}

.ticket-buy-button.disabled{
    background:#94a3b8;
    cursor:not-allowed;
    transform:none;
}

/* RENGINYS NERASTAS */

.event-not-found{
    min-height:70vh;
    padding:90px 0;
    display:flex;
    align-items:center;
}

.not-found-card{
    padding:60px 25px;
    border:1px solid var(--border);
    border-radius:24px;
    background:var(--white);
    text-align:center;
    box-shadow:var(--shadow-small);
}

.not-found-icon{
    margin-bottom:15px;
    font-size:55px;
}

.not-found-card h1{
    margin-bottom:8px;
}

.not-found-card p{
    margin-bottom:25px;
    color:var(--muted);
}

/* FOOTER */

.footer{
    margin-top:0;
    padding:32px 0;
    background:var(--dark);
    color:rgba(255,255,255,.72);
    text-align:center;
    font-size:14px;
}

/* PLANŠETĖS */

@media(max-width:1000px){

    .hero-content{
        grid-template-columns:1fr;
    }

    .hero-text{
        max-width:780px;
    }

    .hero-card{
        max-width:600px;
    }

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

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

@media(max-width:950px){

    .event-hero-grid{
        grid-template-columns:1fr;
    }

    .event-main-image{
        height:420px;
    }

    .event-content-grid{
        grid-template-columns:1fr;
    }

    .purchase-info-card{
        position:static;
    }

    .ticket-option{
        grid-template-columns:1fr;
    }
}

/* TELEFONAI */

@media(max-width:700px){

    .header .container{
        min-height:68px;
    }

    .logo{
        font-size:24px;
    }

    .header nav{
        gap:15px;
    }

    .hero{
        padding:65px 0;
    }

    .hero-content{
        gap:35px;
    }

    .hero h1{
        font-size:42px;
        letter-spacing:-2px;
    }

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

    .hero-card{
        padding:26px;
    }

    .events-section{
        padding:65px 0;
    }

    .section-heading{
        align-items:flex-start;
        flex-direction:column;
        gap:15px;
    }

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

    .event-image{
        height:235px;
    }

    .event-card-footer{
        align-items:flex-start;
        flex-direction:column;
    }

    .event-button{
        width:100%;
    }
}

@media(max-width:600px){

    .event-hero{
        padding:30px 0 55px;
    }

    .event-main-image{
        height:300px;
        border-radius:20px;
    }

    .event-summary h1{
        font-size:38px;
    }

    .event-description-card,
    .purchase-info-card{
        padding:24px;
    }

    .ticket-option{
        padding:21px;
    }

    .ticket-option-heading{
        flex-direction:column;
    }

    .ticket-option-price{
        text-align:left;
    }

    .primary-button{
        width:100%;
    }
}

@media(max-width:420px){

    .hero h1{
        font-size:36px;
    }

    .hero-button{
        width:100%;
    }

    .event-card-content{
        padding:21px;
    }

    .event-summary h1{
        font-size:33px;
    }

    .event-main-image{
        height:255px;
    }
}
/* CHECKOUT PAGE */

.checkout-page{
    min-height:75vh;
    background:var(--background);
}

.checkout-heading{
    padding:55px 0 60px;
    color:var(--white);
    background:
        radial-gradient(circle at 85% 10%,rgba(59,130,246,.40),transparent 35%),
        linear-gradient(135deg,#0f172a,#172554 55%,#1d4ed8);
}

.checkout-back-link{
    display:inline-flex;
    margin-bottom:28px;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.checkout-back-link:hover{
    color:var(--white);
}

.checkout-label{
    display:block;
    margin-bottom:8px;
    color:#93c5fd;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.checkout-heading h1{
    margin-bottom:10px;
    font-size:clamp(35px,5vw,53px);
    line-height:1.15;
    letter-spacing:-2px;
}

.checkout-heading p{
    color:rgba(255,255,255,.72);
    font-size:16px;
}

.checkout-content{
    padding:65px 0 90px;
}

.checkout-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 390px;
    align-items:start;
    gap:30px;
}

.checkout-form-card,
.order-summary-card{
    border:1px solid var(--border);
    border-radius:23px;
    background:var(--white);
    box-shadow:var(--shadow-small);
}

.checkout-form-card{
    padding:35px;
}

.checkout-card-heading{
    margin-bottom:30px;
    padding-bottom:25px;
    display:flex;
    align-items:center;
    gap:16px;
    border-bottom:1px solid var(--border);
}

.checkout-step{
    width:48px;
    height:48px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:var(--primary);
    color:var(--white);
    font-size:18px;
    font-weight:800;
}

.checkout-card-heading h2{
    font-size:24px;
}

.checkout-card-heading p{
    color:var(--muted);
    font-size:13px;
}

.checkout-form{
    display:grid;
    gap:21px;
}

.checkout-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.checkout-field{
    display:grid;
    gap:8px;
}

.checkout-field label{
    color:var(--dark);
    font-size:13px;
    font-weight:700;
}

.checkout-field input{
    width:100%;
    height:51px;
    padding:0 15px;
    border:1px solid var(--border);
    border-radius:11px;
    background:var(--white);
    color:var(--dark);
    outline:none;
    transition:.2s ease;
}

.checkout-field input:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 4px rgba(37,99,235,.11);
}

.checkout-field input::placeholder{
    color:#94a3b8;
}

.checkout-field small{
    color:var(--muted);
    font-size:11px;
}

.checkout-checkbox{
    display:flex;
    align-items:flex-start;
    gap:11px;
    color:var(--muted);
    font-size:12px;
    line-height:1.6;
    cursor:pointer;
}

.checkout-checkbox input{
    width:18px;
    height:18px;
    flex-shrink:0;
    margin-top:2px;
    accent-color:var(--primary);
}

.checkout-submit-button{
    width:100%;
    min-height:55px;
    padding:0 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:0;
    border-radius:12px;
    background:var(--primary);
    color:var(--white);
    font-size:15px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 14px 30px rgba(37,99,235,.22);
    transition:.2s ease;
}

.checkout-submit-button:hover{
    background:var(--primary-dark);
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.28);
}

.checkout-security{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:var(--muted);
    font-size:11px;
}

.order-summary-card{
    position:sticky;
    top:105px;
    padding:28px;
}

.order-summary-card > h2{
    margin-bottom:22px;
    font-size:22px;
}

.summary-event{
    margin-bottom:23px;
    padding-bottom:23px;
    display:flex;
    align-items:center;
    gap:15px;
    border-bottom:1px solid var(--border);
}

.summary-event-image{
    width:82px;
    height:72px;
    flex-shrink:0;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:linear-gradient(135deg,#172554,#2563eb);
    font-size:30px;
}

.summary-event-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.summary-event-label{
    color:var(--primary);
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.summary-event h3{
    margin-top:3px;
    font-size:16px;
    line-height:1.35;
}

.summary-information{
    margin-bottom:18px;
    padding-bottom:18px;
    display:grid;
    gap:13px;
    border-bottom:1px solid var(--border);
}

.summary-line{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    color:var(--muted);
    font-size:12px;
}

.summary-line strong{
    max-width:210px;
    color:var(--dark);
    text-align:right;
}

.summary-ticket{
    margin-bottom:16px;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    border-radius:13px;
    background:var(--primary-light);
}

.summary-ticket > div:first-child{
    display:flex;
    flex-direction:column;
}

.summary-ticket span{
    color:var(--muted);
    font-size:10px;
}

.summary-ticket strong{
    font-size:14px;
}

.summary-ticket-price{
    flex-shrink:0;
    color:var(--primary-dark);
    font-size:17px;
    font-weight:800;
}

.summary-divider{
    height:1px;
    margin:21px 0;
    background:var(--border);
}

.summary-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.summary-total span{
    font-size:16px;
    font-weight:700;
}

.summary-total strong{
    color:var(--primary);
    font-size:28px;
}

.summary-note{
    margin-top:22px;
    padding:13px;
    display:flex;
    align-items:flex-start;
    gap:9px;
    border-radius:11px;
    background:#f0fdf4;
    color:#166534;
    font-size:11px;
}

.summary-note span{
    font-weight:800;
}

.checkout-error-page{
    min-height:70vh;
    padding:90px 0;
    display:flex;
    align-items:center;
}

.checkout-error-card{
    padding:60px 25px;
    border:1px solid var(--border);
    border-radius:24px;
    background:var(--white);
    text-align:center;
    box-shadow:var(--shadow-small);
}

.checkout-error-icon{
    margin-bottom:14px;
    font-size:55px;
}

.checkout-error-card h1{
    margin-bottom:8px;
}

.checkout-error-card p{
    margin-bottom:25px;
    color:var(--muted);
}

@media(max-width:900px){

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

    .order-summary-card{
        position:static;
        order:-1;
    }
}

@media(max-width:600px){

    .checkout-heading{
        padding:40px 0 48px;
    }

    .checkout-content{
        padding:40px 0 65px;
    }

    .checkout-form-card,
    .order-summary-card{
        padding:22px;
    }

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

    .checkout-card-heading{
        align-items:flex-start;
    }

    .summary-line{
        flex-direction:column;
        gap:4px;
    }

    .summary-line strong{
        max-width:none;
        text-align:left;
    }
}