*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,sans-serif;font-size:17px;line-height:1.7;color:#333;background:#fff}
h1,h2,h3,h4{font-weight:700;color:#1a1a1a;line-height:1.3}
a{color:#A2238D;text-decoration:none}
a:hover{color:#6e1863}
img{max-width:100%;height:auto;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

/* topbar */
.topbar{background:#222;color:#aaa;padding:6px 0;font-size:12px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center}
.social-links{display:flex;gap:10px}
.social-links a{color:#aaa;font-size:12px}
.social-links a:hover{color:#A2238D}

/* header */
header{background:#fff;border-bottom:3px solid #A2238D;position:sticky;top:0;z-index:100}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:15px 0}
.logo{font-size:32px;font-weight:800;color:#A2238D;text-decoration:none}
.burger{display:none;background:none;border:none;cursor:pointer;padding:8px}
.burger span{display:block;width:24px;height:2px;background:#333;margin:5px 0}

/* nav */
nav{background:#fafafa;border-bottom:1px solid #eee}
nav .container{display:flex;justify-content:center;gap:0;flex-wrap:wrap}
nav a{display:block;padding:10px 16px;font-size:13px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}
nav a:hover{background:#A2238D;color:#fff}

/* main */
main{padding:35px 0}

/* hero */
.hero{position:relative;border-radius:8px;overflow:hidden;margin-bottom:40px}
.hero img{width:100%;height:380px;object-fit:cover}
.hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:25px;background:linear-gradient(transparent,rgba(0,0,0,.7))}
.hero-overlay h1{color:#fff;font-size:26px;margin-bottom:4px}
.hero-overlay p{color:#ccc;font-size:14px}

/* section title */
.section-title{text-align:center;margin-bottom:28px;padding-bottom:10px;position:relative}
.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:45px;height:3px;background:#A2238D}

/* article grid */
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px}
.article-card{border-radius:8px;overflow:hidden;border:1px solid #eee;transition:box-shadow .3s}
.article-card:hover{box-shadow:0 3px 14px rgba(0,0,0,.1)}
.card-img{height:190px;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.article-card:hover .card-img img{transform:scale(1.05)}
.card-body{padding:16px}
.card-cat{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#A2238D;font-weight:700;display:block;margin-bottom:5px}
.card-body h3{font-size:17px;margin-bottom:6px}
.card-body h3 a{color:#1a1a1a}
.card-body h3 a:hover{color:#A2238D}
.card-excerpt{font-size:14px;color:#666;line-height:1.5}
.card-meta{padding:8px 16px;border-top:1px solid #f0f0f0;font-size:12px;color:#999}

/* banner */
.banner-section{background:#A2238D;color:#fff;padding:45px 25px;text-align:center;margin-bottom:40px;border-radius:8px}
.banner-section h2{color:#fff;font-size:22px;margin-bottom:10px}
.banner-section p{font-size:16px;opacity:.9;max-width:550px;margin:0 auto}

/* newsletter */
.newsletter-section{background:#f8f8f8;padding:35px;text-align:center;margin-bottom:40px;border-radius:8px}
.newsletter-section h3{margin-bottom:6px}
.newsletter-section p{color:#666;margin-bottom:16px;font-size:14px}
.newsletter-form{display:flex;max-width:400px;margin:0 auto}
.newsletter-form input{flex:1;padding:10px 14px;border:2px solid #ddd;border-right:none;border-radius:6px 0 0 6px;font-size:14px}
.newsletter-form button{padding:10px 20px;background:#A2238D;color:#fff;border:none;border-radius:0 6px 6px 0;font-weight:700;font-size:13px;cursor:pointer}

/* content layout (articles) */
.content-layout{display:grid;grid-template-columns:1fr 300px;gap:30px}
.article-content{font-size:17px;line-height:1.8}
.article-content h2{margin:25px 0 10px}
.article-content p{margin-bottom:15px}
.article-featured-img{width:100%;height:320px;object-fit:cover;border-radius:8px;margin-bottom:18px}
.article-meta{font-size:12px;color:#999;text-transform:uppercase;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid #eee}
.sidebar .widget{margin-bottom:25px;padding:18px;background:#f8f8f8;border-radius:8px}
.sidebar .widget h3{font-size:15px;margin-bottom:10px;padding-bottom:7px;border-bottom:2px solid #A2238D}
.sidebar .widget ul{list-style:none}
.sidebar .widget ul li{padding:5px 0;border-bottom:1px solid #eee;font-size:14px}
.sidebar .widget ul li:last-child{border:none}
.sidebar .widget ul li a{color:#333}
.sidebar .widget ul li a:hover{color:#A2238D}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:12px}
.related-grid .card-img{height:130px}

/* pages */
.page-header{background:#A2238D;color:#fff;padding:40px 0;text-align:center;margin-bottom:30px}
.page-header h1{color:#fff;margin-bottom:4px}
.page-header p{color:rgba(255,255,255,.8);font-size:14px}
.contact-form{max-width:500px}
.contact-form .form-group{margin-bottom:16px}
.contact-form label{display:block;font-size:13px;font-weight:700;margin-bottom:4px}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:10px;border:2px solid #ddd;border-radius:6px;font-size:15px}
.contact-form input:focus,.contact-form textarea:focus{border-color:#A2238D;outline:none}
.contact-form textarea{height:120px;resize:vertical}
.contact-form button{padding:11px 28px;background:#A2238D;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer}
.legal-content{max-width:700px;margin:0 auto;padding:30px 0}
.legal-content h1{margin-bottom:18px}
.legal-content h2{margin:22px 0 8px}
.legal-content p{margin-bottom:12px;font-size:15px;line-height:1.8;color:#555}
.legal-content ul{margin:6px 0 16px 20px}
.legal-content ul li{margin-bottom:5px;font-size:15px;color:#555}

/* footer */
footer{background:#222;color:#ccc;padding:40px 0 0}
.footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:25px;border-bottom:1px solid #444}
footer h4{color:#fff;font-size:15px;margin-bottom:10px}
footer p{font-size:13px;line-height:1.6}
footer ul{list-style:none}
footer ul li{margin-bottom:5px}
footer ul li a{color:#ccc;font-size:13px}
footer ul li a:hover{color:#A2238D}
.footer-bottom{padding:16px 0;text-align:center;font-size:12px;color:#777}
.footer-bottom p{margin-bottom:6px}
.disclaimer{font-size:11px;color:#666;font-style:italic;max-width:600px;margin:0 auto 6px}
.manage-cookies{background:none;border:1px solid #555;color:#888;padding:4px 12px;font-size:11px;cursor:pointer;margin-top:6px}
.manage-cookies:hover{color:#A2238D;border-color:#A2238D}

/* cookie consent */
.cc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center}
.cc-box{background:#fff;max-width:440px;width:92%;padding:25px;border-radius:10px;color:#333}
.cc-box h3{font-size:18px;margin-bottom:6px}
.cc-box>p{font-size:13px;color:#666;margin-bottom:16px}
.cc-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}
.cc-row strong{font-size:14px}
.cc-row small{color:#999}
.sw{position:relative;width:42px;height:22px;display:inline-block}
.sw input{opacity:0;width:0;height:0}
.sw span{position:absolute;inset:0;background:#ccc;border-radius:22px;cursor:pointer;transition:.3s}
.sw span::before{content:'';position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}
.sw input:checked+span{background:#A2238D}
.sw input:checked+span::before{transform:translateX(20px)}
.sw.disabled span{background:#5a5;cursor:default}
.cc-btns{display:flex;gap:6px;margin-top:16px;flex-wrap:wrap}
.cc-btns button{padding:9px 16px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;border:2px solid #333;background:#fff;color:#333}
.cc-btns button.accent{background:#A2238D;color:#fff;border-color:#A2238D}

/* responsive */
@media(max-width:800px){
  .article-grid,.related-grid{grid-template-columns:1fr 1fr}
  .content-layout{grid-template-columns:1fr}
  .footer-cols{grid-template-columns:1fr}
  .hero img{height:250px}
}
@media(max-width:550px){
  .burger{display:block}
  nav .container{display:none;flex-direction:column}
  nav.open .container,#nav.open .container{display:flex}
  .article-grid,.related-grid{grid-template-columns:1fr}
  .newsletter-form{flex-direction:column;gap:8px}
  .newsletter-form input{border-right:2px solid #ddd;border-radius:6px}
  .newsletter-form button{border-radius:6px}
  .cc-btns{flex-direction:column}
}
