
/*
Theme Name: Amazon GiftCard Pro
Author: OpenAI
Version: 1.0
Description: Professional Amazon gift card WordPress landing page theme.
*/

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f3f4f6;
    color:#222;
}

.hero{
    background:linear-gradient(135deg,#111827,#2563eb);
    color:white;
    padding:80px 20px;
}

.hero-wrap{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.hero-text{
    flex:1;
    min-width:300px;
}

.hero-text h1{
    font-size:54px;
    margin-bottom:20px;
}

.hero-text p{
    font-size:20px;
    line-height:1.7;
}

.hero-image{
    flex:1;
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:520px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

.btn{
    display:inline-block;
    margin-top:30px;
    background:#facc15;
    color:#111827;
    text-decoration:none;
    padding:16px 38px;
    border-radius:10px;
    font-weight:bold;
    font-size:18px;
}

.section{
    max-width:1100px;
    margin:auto;
    padding:70px 20px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:white;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.footer{
    background:#111827;
    color:white;
    text-align:center;
    padding:30px;
}
