@charset "utf-8";
/* CSS Document - Clean Studio Vibrant Accent Theme */

/* Import clean modern typography */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght=400;500;600;700;800&display=swap');

body {
    background: #000 url(../uc/body.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 980px;
    margin: -165px auto 0 auto; 
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* MODIFIED: Removed all gray shards to keep it elegant, letting the brand gradient pop */
.header {
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 40px 0; 
    text-align: center;
    position: relative;
    background-color: #ffffff;
    
    /* Pure Brand Accent Backdrop: Elegant blend of your brand orange & lime green sweeping from the right side */
    background-image: linear-gradient(290deg, rgba(243, 112, 33, 0.08) 0%, rgba(139, 195, 65, 0.04) 30%, transparent 65%);
    background-size: 100% 100%;
    
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); 
    
    margin-top: -45px;
    margin-left: -60px;
    margin-right: -60px;
    width: calc(100% + 120px);
    overflow: hidden;
}

.logo {
    background: url('https://kevinobrienchang.com//templates/Kevin/images/top.jpg') no-repeat center center;
    background-size: contain;
    width: 100%;
    max-width: 360px; 
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.03));
}

.content {
    width: 100%;
    max-width: 760px; 
    margin: 0 auto;
    padding: 45px 60px; 
    background: #ffffff; 
    box-sizing: border-box;
    border-radius: 24px; 
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07); 
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.02),
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 40px 80px rgba(0, 0, 0, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.center {
    font-size: 30px; 
    font-weight: 600; 
    letter-spacing: -0.5px; 
    color: #0c0d0e;
    margin: 0 0 22px 0;
    text-align: center; 
    line-height: 1.25;
}

.content p {
    font-size: 16px; 
    line-height: 1.8;
    color: #4a4d53; 
    text-align: left !important;
    margin: 0;
}

.product_mock {
    background: url(../uc/product-mock.png);
    background-repeat: no-repeat;
    margin: 30px 0 0 480px;
    position: absolute;
    width: 430px;
    height: 480px;
}