.woocommerce-checkout .woocommerce {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.woocommerce-checkout .woocommerce form.checkout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    align-items: start;
}

.woocommerce-checkout .woocommerce #customer_details {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.woocommerce-checkout .woocommerce #customer_details h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f5f5f5;
}

.woocommerce-checkout .woocommerce .col2-set {
    display: block;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
}

.woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce form .form-row label {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row select {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    transition: all 0.2s ease;
    background: #fff;
    width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout .woocommerce form .form-row textarea:focus,
.woocommerce-checkout .woocommerce form .form-row select:focus {
    border-color: #F5C518;
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.15);
}

.woocommerce-checkout .woocommerce form .form-row textarea {
    min-height: 120px;
    resize: vertical;
}

.woocommerce-checkout .woocommerce #order_review {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    position: sticky;
    top: 100px;
}

.woocommerce-checkout .woocommerce #order_review h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f5f5f5;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table {
    border: none;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table thead {
    display: none;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tbody td {
    border: none;
    padding: 0;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table .product-name {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table .product-total {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #F5C518;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot {
    border-top: 2px solid #f5f5f5;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot th {
    font-weight: 500;
    color: #666;
    border: none;
    padding: 0;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot td {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    border: none;
    padding: 0;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot .order-total th,
.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot .order-total td {
    font-size: 1.2rem;
    padding-top: 16px;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot .order-total td {
    color: #F5C518;
}

.woocommerce-checkout .woocommerce #payment {
    display: none;
}

.woocommerce-checkout .woocommerce #place_order {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #F5C518;
    color: #1a1a1a;
    padding: 18px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(245, 197, 24, 0.3);
    width: 100%;
    margin-top: 24px;
}

.woocommerce-checkout .woocommerce #place_order:hover {
    background: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.4);
}

.woocommerce-checkout .woocommerce #place_order::before {
    content: '💬 ';
}

.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup {
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-error {
    background: #fee;
    border-top-color: #e74c3c;
    border-radius: 12px;
    padding: 16px 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-message {
    background: linear-gradient(135deg, #FFF9E6 0%, #FFF3CC 100%);
    border-top-color: #F5C518;
    border-radius: 12px;
    padding: 16px 24px;
}

.woocommerce-order-received .woocommerce {
    text-align: center;
    padding: 60px 20px;
}

.woocommerce-order-received .woocommerce .woocommerce-order {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.woocommerce-order-received .woocommerce .woocommerce-order h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.woocommerce-order-received .woocommerce .woocommerce-order p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.altec-thankyou {
    text-align: center;
    padding: 80px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.altec-thankyou-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #F5C518 0%, #e6b800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 8px 32px rgba(245, 197, 24, 0.3);
}

.altec-thankyou-icon svg {
    width: 50px;
    height: 50px;
    color: #1a1a1a;
}

.altec-thankyou h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.altec-thankyou p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 32px;
}

.altec-thankyou-details {
    background: #fafafa;
    border-radius: 16px;
    padding: 32px;
    margin: 32px 0;
    text-align: left;
}

.altec-thankyou-details h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.altec-thankyou-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.altec-thankyou-details ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.altec-thankyou-details ul li:last-child {
    border-bottom: none;
}

.altec-thankyou-details ul li strong {
    color: #333;
    font-weight: 600;
}

.altec-thankyou-details ul li span {
    color: #666;
}

.altec-thankyou-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.altec-thankyou-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.altec-thankyou-btn-primary {
    background: #25D366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}

.altec-thankyou-btn-primary:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    color: #fff;
}

.altec-thankyou-btn-secondary {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

.altec-thankyou-btn-secondary:hover {
    background: #eee;
    color: #333;
}

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce form.checkout {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-checkout .woocommerce #order_review {
        position: static;
    }
    
    .altec-thankyou h1 {
        font-size: 1.8rem;
    }
    
    .altec-thankyou-buttons {
        flex-direction: column;
    }
    
    .altec-thankyou-btn {
        width: 100%;
        justify-content: center;
    }
}
