/*
Theme Name: Wanderly Affiliate
Theme URI:  https://example.com/wanderly-affiliate
Author:     Generated by ChatGPT
Author URI: https://example.com
Description: A lightweight, responsive WordPress starter theme tailored for travel affiliate marketing.
Version:    1.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: travel, affiliate, responsive, starter
Text Domain: wanderly-affiliate
*/

:root{
  --bg:#fbfdff;
  --muted:#687182;
  --accent:#ff7a59;
  --accent-2:#3aa7ff;
  --card:#ffffff;
  --radius:12px;
  --max-width:1150px;
  --shadow: 0 10px 30px rgba(15,23,42,0.06);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial;background:linear-gradient(180deg,#f7fbff 0%, #fbfdff 100%);color:#0b1220;-webkit-font-smoothing:antialiased;}
.wrap{max-width:var(--max-width);margin:0 auto;padding:28px;}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit}
.logo{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:var(--shadow)}
nav ul{display:flex;gap:16px;list-style:none;padding:0;margin:0;align-items:center}
nav a{color:var(--muted);text-decoration:none;font-weight:600}
.cta{background:linear-gradient(90deg,var(--accent),#ff5f3f);color:white;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700}
.hero{display:grid;grid-template-columns:1fr 460px;gap:28px;align-items:center;padding:30px 0}
.hero h1{font-size:40px;margin:0 0 10px 0;line-height:1.05}
.hero p{color:var(--muted);margin:0 0 18px 0;max-width:44ch}
.hero-card{background:linear-gradient(180deg,#fff,#f8fcff);padding:18px;border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}
.deals{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.deal{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .18s}
.deal:hover{transform:translateY(-6px)}
.deal .img{height:140px;background:linear-gradient(180deg,#f5fbff,#efffff);display:grid;place-items:center}
.deal .meta{padding:14px}
.post{background:var(--card);padding:12px;border-radius:12px;box-shadow:var(--shadow)}
footer{margin-top:28px;padding:20px;border-top:1px solid rgba(10,20,40,0.04);color:var(--muted)}
.disclosure{background:#fff8f6;border-left:4px solid var(--accent);padding:12px;border-radius:8px;margin-top:10px}
@media (max-width:1000px){ .hero{grid-template-columns:1fr;gap:20px} .deals{grid-template-columns:repeat(2,1fr)} nav ul{display:none} }
@media (max-width:600px){ .deals{grid-template-columns:1fr} .hero h1{font-size:28px} .logo{width:40px;height:40px} }
.widget-area{padding:18px;background:var(--card);border-radius:12px;box-shadow:var(--shadow)}
.site-title{font-weight:800}
