/*
Theme Name: Qomisiqu
Theme URI: https://qomisiqu.com
Author: Qomisiqu Team
Author URI: https://qomisiqu.com
Description: Platform edukasi dan tools terpusat untuk memulai bisnis affiliate, dropship, dan digital marketing dari nol.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qomisiqu
Tags: affiliate, marketing, education, blog
*/

:root {
  --primary: #0ea5e9;
  --primary-dark: #0284c7;
  --secondary: #10b981;
  --accent: #f59e0b;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --transition: all 0.3s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-sans);color:var(--text-main);background:var(--bg-white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}

/* LAYOUT */
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.section{padding:80px 0}
.text-center{text-align:center}
.text-primary{color:var(--primary)}
.text-accent{color:var(--accent)}
.section-header{text-align:center;margin-bottom:60px}
.section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--text-main);line-height:1.2;margin-bottom:16px}
.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.7}
.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:50px;font-weight:600;font-size:0.95rem;transition:var(--transition);cursor:pointer;border:2px solid transparent;text-decoration:none}
.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 14px rgba(14,165,233,0.35)}
.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(14,165,233,0.4)}
.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}
.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}
.btn-accent:hover{background:#d97706;border-color:#d97706;transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,158,11,0.35)}
.btn-white{background:#fff;color:var(--primary);border-color:#fff}
.btn-white:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}

/* HEADER */
#header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:var(--transition)}
#header.scrolled{background:rgba(255,255,255,0.98);box-shadow:var(--shadow-md)}
.nav-container{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:1200px;margin:0 auto}
.logo{font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--text-main);white-space:nowrap;flex-shrink:0}
.logo span{color:var(--primary)}
.nav-links{display:flex;align-items:center;gap:36px}
.nav-links a{font-weight:500;color:var(--text-muted);transition:color 0.2s;font-size:0.95rem;position:relative;white-space:nowrap}
.nav-links a:hover{color:var(--primary)}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width 0.3s ease}
.nav-links a:hover::after{width:100%}
.nav-cta{margin-left:12px}
.nav-cta.btn-primary{color:#fff !important}
.mobile-menu-btn{display:none;flex-direction:column;gap:6px;padding:8px;z-index:1100}
.mobile-menu-btn span{display:block;width:24px;height:2.5px;background:var(--text-main);transition:var(--transition);border-radius:2px}

/* HERO */
.hero{padding-top:140px;padding-bottom:100px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 40%,#f0fdf4 100%);overflow:hidden;position:relative}
.hero .container{max-width:1200px}
.hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:60px;align-items:center}
.hero-content{max-width:580px}
.hero-content h1{font-family:var(--font-heading);font-size:3.2rem;font-weight:800;line-height:1.18;color:var(--text-main);margin-bottom:20px}
.hero-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:32px;line-height:1.8;max-width:500px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-graphic{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}
.hero-blob{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}
.hero-blob svg{width:100%;height:100%}
.hero-image-placeholder{position:relative;z-index:1;width:280px;height:280px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;animation:float 4s ease-in-out infinite;box-shadow:0 20px 60px rgba(14,165,233,0.25)}
.hero-image-placeholder svg{width:120px;height:120px;color:#fff}
.hero-card-float{position:absolute;bottom:40px;left:0;z-index:2;background:#fff;border-radius:var(--radius-lg);padding:14px 18px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px;animation:float 3s ease-in-out infinite 1s}
.hero-card-float .card-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--secondary),#059669);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}
.hero-card-float .card-icon svg{width:20px;height:20px;color:#fff}
.hero-card-float .card-label{font-size:0.75rem;color:var(--text-muted)}
.hero-card-float .card-amount{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--secondary)}

/* FEATURES */
.features{background:var(--bg-white)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;transition:var(--transition);position:relative;overflow:hidden;z-index:1}
.feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(180deg,rgba(14,165,233,0.05) 0%,transparent 100%);z-index:-1;transition:var(--transition)}
.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary)}
.feature-card:hover::before{height:100%}
.feature-icon{width:60px;height:60px;border-radius:var(--radius-md);background:#f0f9ff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:var(--transition)}
.feature-icon svg{width:28px;height:28px;color:var(--primary)}
.feature-card:hover .feature-icon{background:var(--primary)}
.feature-card:hover .feature-icon svg{color:#fff}
.feature-card h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:12px;color:var(--text-main)}
.feature-card p{color:var(--text-muted);font-size:0.95rem;line-height:1.7;margin-bottom:20px}
.feature-link{color:var(--primary);font-weight:600;display:inline-flex;align-items:center;gap:5px;font-size:0.9rem}
.feature-link:hover{text-decoration:underline}
.feature-tag{display:inline-block;margin-top:16px;padding:4px 12px;background:#f0f9ff;color:var(--primary);border-radius:20px;font-size:0.8rem;font-weight:600}

/* COURSES */
.courses{background:var(--bg-light)}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:center}
.course-placeholder{height:400px;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;color:#fff;font-family:var(--font-heading);font-size:1.5rem}
.course-placeholder::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(14,165,233,0.2),rgba(16,185,129,0.2))}
.course-placeholder svg{width:80px;height:80px;color:rgba(255,255,255,0.3);position:relative;z-index:1}
.course-content h2{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:12px}
.course-content > p{color:var(--text-muted);margin-bottom:28px;line-height:1.7}
.course-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;margin-top:24px}
.course-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:var(--bg-white);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition)}
.course-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}
.course-icon{width:36px;height:36px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:1rem}
.course-icon svg{width:18px;height:18px;color:#fff}
.course-item h4{font-family:var(--font-heading);font-size:0.95rem;font-weight:600;margin-bottom:4px}
.course-item p{font-size:0.85rem;color:var(--text-muted)}

/* BLOG */
.blog{background:var(--bg-white)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.blog-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;height:100%}
.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.blog-img{height:200px;position:relative;overflow:hidden;background:#e2e8f0}
.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}
.blog-card:hover .blog-img img{transform:scale(1.05)}
.pattern-1{background:repeating-linear-gradient(45deg,#f8fafc,#f8fafc 10px,#e2e8f0 10px,#e2e8f0 20px)}
.pattern-2{background:repeating-linear-gradient(-45deg,#f0f9ff,#f0f9ff 10px,#bae6fd 10px,#bae6fd 20px)}
.pattern-3{background:repeating-linear-gradient(45deg,#fef3c7,#fef3c7 10px,#fde68a 10px,#fde68a 20px)}
.blog-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.blog-img-placeholder svg{width:48px;height:48px;color:rgba(100,116,139,0.4)}
.blog-category{position:absolute;top:12px;left:12px;background:var(--primary);color:#fff;padding:4px 12px;border-radius:20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}
.blog-content{padding:24px;display:flex;flex-direction:column;flex:1}
.blog-content h3,.blog-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin-bottom:10px;line-height:1.4;color:var(--text-main)}
.blog-content h3 a:hover,.blog-title:hover{color:var(--primary)}
.blog-content p,.blog-desc{font-size:0.9rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:16px}
.blog-meta{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border);font-size:0.8rem;color:var(--text-muted)}
.blog-meta-author{display:flex;align-items:center;gap:6px}
.blog-meta-author svg{width:14px;height:14px}
.blog-read-more{color:var(--primary);font-weight:600;font-size:0.85rem;display:inline-flex;align-items:center;gap:4px;transition:gap 0.2s;margin-top:12px}
.blog-read-more:hover{gap:8px}

/* CTA */
.cta-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);padding:80px 0;text-align:center;color:#fff}
.cta-container{max-width:800px;margin:0 auto}
.cta-section h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:16px}
.cta-section p{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}

/* FOOTER */
footer{background:#0f172a;color:#94a3b8;padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.footer-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:16px;display:block}
.footer-logo span{color:var(--primary)}
.footer-about{font-size:0.9rem;line-height:1.7;color:#94a3b8;margin-bottom:20px;max-width:300px}
.footer-col h4,.footer-heading{font-family:var(--font-heading);font-size:0.95rem;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:0.5px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links li{margin-bottom:0}
.footer-links a{font-size:0.9rem;color:#94a3b8;transition:var(--transition);padding-left:0;display:inline-block}
.footer-links a:hover{color:var(--primary);padding-left:6px}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:0.85rem;color:#64748b}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{font-size:0.85rem;color:#64748b;transition:color 0.2s}
.footer-bottom-links a:hover{color:var(--primary)}

/* ANIMATIONS */
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease}
.reveal.active{opacity:1;transform:translateY(0)}

/* =============================================
   PROSE / BOT CONTENT STYLES
   ============================================= */
.prose,.bot-content-wrapper{font-size:1.05rem;color:#334155;line-height:1.8}
.prose p,.bot-content-wrapper p{margin-bottom:1.5em;line-height:1.8}
.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6,
.bot-content-wrapper h1,.bot-content-wrapper h2,.bot-content-wrapper h3,
.bot-content-wrapper h4,.bot-content-wrapper h5,.bot-content-wrapper h6{font-family:'Poppins',sans-serif;margin:1.5em 0 0.75em;color:#1e293b;line-height:1.3}
.prose h2,.bot-content-wrapper h2{font-size:1.6rem}
.prose h3,.bot-content-wrapper h3{font-size:1.35rem}
.prose h4,.bot-content-wrapper h4{font-size:1.15rem}
.prose ul,.prose ol,.bot-content-wrapper ul,.bot-content-wrapper ol{margin:1em 0 1.5em 1.5em}
.prose ul,.bot-content-wrapper ul{list-style:disc}
.prose ol,.bot-content-wrapper ol{list-style:decimal}
.prose li,.bot-content-wrapper li{margin-bottom:0.5em;line-height:1.7}
.prose blockquote,.bot-content-wrapper blockquote{border-left:4px solid #0ea5e9;padding:1em 1.5em;margin:1.5em 0;background:#f0f9ff;border-radius:0 0.5rem 0.5rem 0;font-style:italic;color:#475569}
.prose a,.bot-content-wrapper a{color:#0ea5e9;text-decoration:underline}
.prose img,.bot-content-wrapper img{max-width:100%;height:auto;border-radius:0.5rem;margin:1.5em 0;display:block}
.prose table,.bot-content-wrapper table{width:100%;border-collapse:collapse;margin:1.5em 0}
.prose th,.prose td,.bot-content-wrapper th,.bot-content-wrapper td{border:1px solid #e2e8f0;padding:10px 14px;text-align:left;font-size:0.95rem}
.prose th,.bot-content-wrapper th{background:#f1f5f9;font-weight:600;color:#1e293b}
.prose tr:nth-child(even),.bot-content-wrapper tr:nth-child(even){background:#f8fafc}
.prose .table-wrapper,.bot-content-wrapper .table-wrapper{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;margin:1.5em 0;border-radius:0.5rem;border:1px solid #e2e8f0}
.prose code,.bot-content-wrapper code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:0.9em;color:#0284c7}
.prose pre,.bot-content-wrapper pre{background:#1e293b;color:#e2e8f0;padding:1.5em;border-radius:0.5rem;overflow-x:auto;margin:1.5em 0}
.prose pre code,.bot-content-wrapper pre code{background:none;padding:0;color:inherit;font-size:0.9rem}
.prose hr,.bot-content-wrapper hr{border:none;border-top:2px solid #e2e8f0;margin:2em 0}

/* =============================================
   SINGLE POST
   ============================================= */
.single-post-header{padding:120px 0 40px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 60%,#f0fdf4 100%)}
.post-hero-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:40px;max-height:500px}
.post-hero-image img{width:100%;height:500px;object-fit:cover}
.post-meta{display:flex;align-items:center;gap:20px;color:var(--text-muted);font-size:0.9rem;margin-bottom:20px;flex-wrap:wrap}
.post-meta svg{width:14px;height:14px}
.post-meta-item{display:flex;align-items:center;gap:6px}
.post-category-badge{display:inline-block;background:var(--primary);color:#fff;padding:5px 14px;border-radius:20px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:16px}
.single-post-content{max-width:800px;margin:0 auto;padding:40px 20px 60px}
.post-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--text-main);margin-bottom:20px}
.post-navigation{display:flex;justify-content:space-between;gap:20px;padding:30px 0;border-top:1px solid var(--border);margin-top:40px;flex-wrap:wrap}
.post-nav-link{display:flex;flex-direction:column;gap:4px;max-width:45%}
.post-nav-link span{font-size:0.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.5px}
.post-nav-link a{font-weight:600;color:var(--text-main);transition:color 0.2s;font-size:0.95rem}
.post-nav-link a:hover{color:var(--primary)}
.back-to-blog{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:600;margin-bottom:30px;transition:gap 0.2s}
.back-to-blog:hover{gap:12px}

/* =============================================
   BLOG PAGE / HOME.PHP
   ============================================= */
.blog-page-header{padding:120px 0 60px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 60%,#f0fdf4 100%);text-align:center}
.blog-page-header h1{font-family:var(--font-heading);font-size:3rem;font-weight:800;color:var(--text-main);margin-bottom:16px}
.blog-page-header p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.pagination-wrapper{text-align:center;margin-top:50px}
.page-numbers{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center}
.page-numbers a,.page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius-md);font-weight:600;font-size:0.9rem;transition:var(--transition);border:1px solid var(--border);color:var(--text-main)}
.page-numbers a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.page-numbers span.current{background:var(--primary);color:#fff;border-color:var(--primary)}
.page-numbers .prev,.page-numbers .next{padding:0 16px}

/* =============================================
   RESPONSIVE
   ============================================= */

/* TABLET LANDSCAPE */
@media (max-width:1024px){
  .nav-container{padding:16px 20px}
  .nav-links{gap:24px}
  .nav-links a{font-size:0.9rem}
  .hero-grid{gap:40px}
  .hero-content h1{font-size:2.8rem}
  .hero-image-placeholder{width:240px;height:240px}
  .hero-image-placeholder svg{width:100px;height:100px}
}

/* TABLET PORTRAIT */
@media (max-width:992px){
  .hero-grid,.grid-2,.footer-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .hero{text-align:center;padding-top:130px;padding-bottom:60px}
  .hero-content{max-width:100%;margin:0 auto}
  .hero-content p{margin-left:auto;margin-right:auto}
  .hero-buttons{justify-content:center}
  .hero-graphic{min-height:320px;margin-top:20px}
  .hero-card-float{left:50%;transform:translateX(-50%)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .posts-grid{grid-template-columns:repeat(2,1fr)}
  .course-placeholder{height:300px}
  .section{padding:60px 0}
}

/* MOBILE */
@media (max-width:768px){
  .nav-links{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:28px;transition:left 0.3s ease;z-index:999;padding:40px 20px}
  .nav-links.active{left:0}
  .nav-links a{font-size:1.1rem}
  .nav-links a::after{display:none}
  .nav-cta.btn-primary{padding:14px 32px;font-size:1rem}
  .mobile-menu-btn{display:flex}
  .section-title{font-size:1.8rem}
  .section-subtitle{font-size:1rem}
  .hero{padding-top:110px;padding-bottom:50px}
  .hero-content h1{font-size:2rem}
  .hero-content p{font-size:1rem}
  .hero-image-placeholder{width:200px;height:200px}
  .hero-image-placeholder svg{width:80px;height:80px}
  .hero-graphic{min-height:260px}
  .hero-card-float{bottom:0;padding:12px 16px}
  .hero-card-float .card-amount{font-size:0.95rem}
  .grid-3{grid-template-columns:1fr}
  .grid-2{gap:30px}
  .feature-card{padding:28px 22px}
  .course-placeholder{height:240px}
  .course-content h2{font-size:1.6rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .blog-grid{grid-template-columns:1fr}
  .posts-grid{grid-template-columns:1fr}
  .post-title{font-size:1.6rem}
  .cta-section{padding:60px 0}
  .cta-section h2{font-size:1.6rem}
  .cta-section p{font-size:1rem}
  .blog-page-header{padding:100px 0 40px}
  .blog-page-header h1{font-size:1.8rem}
  .section{padding:50px 0}
  .section-header{margin-bottom:40px}
  .btn{padding:12px 24px;font-size:0.9rem}
  .prose p,.bot-content-wrapper p{text-align:justify}
  .prose table,.bot-content-wrapper table{font-size:0.85rem}
  .single-post-header{padding:100px 0 30px}
  .single-post-content{padding:30px 16px 40px}
}

/* SMALL MOBILE */
@media (max-width:480px){
  .container{padding:0 16px}
  .hero-content h1{font-size:1.75rem}
  .hero-content p{font-size:0.95rem}
  .hero-buttons{flex-direction:column;align-items:stretch}
  .hero-buttons .btn{justify-content:center;width:100%}
  .hero-image-placeholder{width:180px;height:180px}
  .hero-image-placeholder svg{width:70px;height:70px}
  .hero-graphic{min-height:240px}
  .feature-card{padding:24px 18px}
  .feature-card h3{font-size:1.1rem}
  .blog-content{padding:18px}
  .cta-section h2{font-size:1.4rem}
  .post-title{font-size:1.4rem}
  .blog-page-header h1{font-size:1.5rem}
  .footer-about{max-width:100%}
}
