/* KIVO Design Studio — Google Ads Theme (Mobile-First) */

:root{
  --blue:#1a73e8;
  --blue-h:#1557b0;
  --blue-light:#e8f0fe;
  --blue-pastel:#d2e3fc;
  --green-pastel:#ceead6;
  --peach-pastel:#fce8e6;
  --yellow-pastel:#fef7e0;
  --text:#202124;
  --text-sec:#5f6368;
  --text-light:#80868b;
  --bg:#fff;
  --bg-gray:#f8f9fa;
  --bg-footer:#f1f3f4;
  --border:#dadce0;
  --shadow:0 1px 3px 1px rgba(60,64,67,.15);
  --shadow-lg:0 4px 12px rgba(60,64,67,.15);
  --radius:8px;
  --radius-lg:16px;
  --radius-xl:24px;
  --pill:100px;
  --tr:.2s ease;
  --orange:#ea8600;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit}
h1,h2,h3,h4{line-height:1.25;font-weight:600}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.text-center{text-align:center}

/* ===== HEADER ===== */
.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:52px}
.logo{display:flex;align-items:center;gap:0;font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}
.logo:hover{text-decoration:none}
.logo-img{display:none}
.nav{display:none;position:absolute;top:56px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow);z-index:99}
.nav.active{display:block}
.nav-list{padding:.5rem 0}
.nav-item{display:block}
.nav-link{display:block;padding:.75rem 1.25rem;color:var(--text-sec);font-size:.9rem;font-weight:500;text-decoration:none;transition:var(--tr)}
.nav-link:hover{background:var(--bg-gray);color:var(--blue);text-decoration:none}
.nav-sub{padding-left:1rem}
.nav-sub .nav-link{font-size:.85rem;color:var(--text-light);padding:.5rem 1.25rem}
.nav-sub .nav-link:hover{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:.5rem}
.menu-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--tr)}
.menu-btn:hover{background:var(--bg-gray)}
.menu-btn svg{width:22px;height:22px;fill:var(--text-sec)}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:var(--pill);transition:var(--tr);white-space:nowrap;gap:.5rem;text-decoration:none;font-size:.875rem;padding:.625rem 1.5rem;cursor:pointer}
.btn:hover{text-decoration:none}
.btn-blue{background:var(--blue);color:#fff;border:none}
.btn-blue:hover{background:var(--blue-h);box-shadow:var(--shadow)}
.btn-outline{background:transparent;color:var(--blue);border:1px solid var(--border)}
.btn-outline:hover{background:var(--blue-light);border-color:var(--blue-pastel)}
.btn-white{background:#fff;color:var(--blue);border:1px solid var(--border)}
.btn-white:hover{background:var(--bg-gray)}
.btn-lg{padding:.8rem 2rem;font-size:1rem}
.btn-sm{padding:.4rem 1rem;font-size:.8rem}
.btn-full{width:100%}
.btn-wa{background:#1a8d5f;color:#fff;border:none}
.btn-wa:hover{background:#167a52}
.hide-mobile{display:none}

/* ===== HERO (mobile-first, Google Ads style) ===== */
.hero{position:relative;overflow:hidden;min-height:100vh;min-height:100svh;display:flex;align-items:center;padding:4rem 0 3rem}
.hero-wrap{display:flex;flex-direction:column;gap:0}

/* Mobile: centered, circle VISIBLE behind text like Google Ads */
.hero-left{position:relative;z-index:2;text-align:center}
.hero-left h1{font-size:clamp(3rem,14vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.04em;margin:0}
.hero-rotating{display:block;transition:opacity .35s ease,transform .35s ease}
.hero-rotating.c1{color:#c5221f}
.hero-rotating.c2{color:#1a73e8}
.hero-rotating.c3{color:#188038}
.hero-rotating.c4{color:#e37400}
.hero-static{color:var(--text)}
.hero-sub{font-size:1.05rem;color:var(--text-sec);margin:1.5rem auto 2rem;line-height:1.7;max-width:340px;text-align:center}
.hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;padding:0 1.5rem}
.hero-actions .btn{width:100%}

/* Mobile: big circle + image card below text */
.hero-right{display:flex;flex-direction:column;align-items:center;margin-top:-1rem;position:relative;min-height:auto;width:100%}
.hero-right .hero-circle{position:absolute;width:min(85vw,340px);height:min(85vw,340px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}
.hero-right .hero-card{position:relative;z-index:1;width:min(78vw,310px);margin:1.5rem auto;border-radius:16px}
.hero-circle{position:absolute;width:240px;height:240px;border-radius:50%;z-index:0;transition:background .7s ease}
.hero-circle.c1{background:#fce8e6}
.hero-circle.c2{background:#d2e3fc}
.hero-circle.c3{background:#ceead6}
.hero-circle.c4{background:#fef7e0}
.hero-card{position:relative;z-index:1;width:200px;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.15);transition:opacity .4s ease,transform .4s ease}
.hero-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}

/* ===== SECTIONS (generous mobile spacing) ===== */
.section{padding:4rem 0}
.section-gray{background:var(--bg-gray)}
.section-blue{background:var(--blue-light)}
.section-title{font-size:1.75rem;font-weight:600;color:var(--text);margin-bottom:.75rem;letter-spacing:-.02em}
.section-sub{font-size:1rem;color:var(--text-sec);max-width:600px;line-height:1.7}
.section-sub.centered{margin:0 auto}
.section-header{margin-bottom:2.5rem}

/* ===== SERVICE TABS ===== */
.tabs{display:flex;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}
.tabs::-webkit-scrollbar{display:none}
.tab{padding:.6rem 1rem;font-size:.85rem;font-weight:500;color:var(--text-sec);white-space:nowrap;border-bottom:3px solid transparent;transition:var(--tr);border-radius:0}
.tab:hover{color:var(--blue);background:var(--blue-light);border-radius:var(--radius) var(--radius) 0 0}
.tab.active{color:var(--blue);border-bottom-color:var(--blue)}
.tab-panel{display:none;animation:fadeUp .3s ease}
.tab-panel.active{display:block}
.tab-content{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}
.tab-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10}
.tab-img img{width:100%;height:100%;object-fit:cover}
.tab-info h3{font-size:1.15rem;margin-bottom:.5rem}
.tab-info p{color:var(--text-sec);font-size:.9rem;line-height:1.7;margin-bottom:1rem}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* ===== BENEFIT CARDS ===== */
.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.benefit-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:var(--tr)}
.benefit-card:hover{box-shadow:var(--shadow-lg)}
.benefit-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}
.benefit-icon.blue{background:var(--blue-pastel)}
.benefit-icon.green{background:var(--green-pastel)}
.benefit-icon.peach{background:var(--peach-pastel)}
.benefit-icon.yellow{background:var(--yellow-pastel)}
.benefit-card h3{font-size:1.1rem;margin-bottom:.5rem}
.benefit-card p{font-size:.95rem;color:var(--text-sec);line-height:1.7}

/* ===== PORTFOLIO ===== */
.portfolio-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.portfolio-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;cursor:pointer;transition:var(--tr)}
.portfolio-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.portfolio-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s ease}
.portfolio-card:hover img{transform:scale(1.03)}
.portfolio-card-info{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff}
.portfolio-card-info h3{font-size:.95rem;font-weight:600}
.portfolio-card-info p{font-size:.8rem;opacity:.85}

/* ===== PROCESS ===== */
.process-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;counter-reset:step}
.process-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;position:relative;counter-increment:step;transition:var(--tr)}
.process-card:hover{box-shadow:var(--shadow)}
.process-num{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;margin-bottom:1rem}
.process-card h3{font-size:1.1rem;margin-bottom:.5rem}
.process-card p{font-size:.95rem;color:var(--text-sec);line-height:1.7}

/* ===== STATS ===== */
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center;padding:3rem 0}
.stat-item h3{font-size:2.5rem;font-weight:700;color:var(--blue);margin-bottom:.25rem}
.stat-item p{font-size:.85rem;color:var(--text-sec)}

/* ===== BLOG GRID ===== */
.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--tr);text-decoration:none;color:inherit;display:block}
.blog-card:hover{box-shadow:var(--shadow-lg);text-decoration:none;transform:translateY(-2px)}
.blog-card-img{aspect-ratio:16/10;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.03)}
.blog-card-body{padding:1.25rem}
.blog-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.8rem;color:var(--text-light)}
.cat-pill{background:var(--blue-light);color:var(--blue);padding:.15rem .6rem;border-radius:var(--pill);font-size:.7rem;font-weight:500}
.blog-card-body h3{font-size:1rem;margin-bottom:.35rem;color:var(--text);line-height:1.4}
.blog-card-body p{font-size:.85rem;color:var(--text-sec);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}
.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:.8rem;color:var(--text-light)}
.read-more{color:var(--blue);font-weight:500;font-size:.85rem}
.read-more:hover{text-decoration:underline}

/* ===== BLOG CONTROLS ===== */
.blog-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}
.search-input{width:100%;padding:.65rem 1rem .65rem 2.5rem;border:1px solid var(--border);border-radius:var(--pill);font-size:.9rem;outline:none;background:var(--bg-gray) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2380868b' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat .8rem center;transition:var(--tr)}
.search-input:focus{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-pastel);background-color:#fff}
.filter-wrap{display:flex;gap:.4rem;flex-wrap:wrap}
.filter-btn{padding:.4rem .85rem;border-radius:var(--pill);font-size:.8rem;font-weight:500;color:var(--text-sec);border:1px solid var(--border);transition:var(--tr);background:#fff}
.filter-btn:hover{background:var(--bg-gray)}
.filter-btn.active{background:var(--blue-light);color:var(--blue);border-color:var(--blue-pastel)}

/* ===== PAGE HERO ===== */
.page-hero{padding:5rem 0 2rem}
.page-title{font-size:1.75rem;font-weight:700;margin-bottom:.35rem}
.page-sub{font-size:1rem;color:var(--text-sec);max-width:560px}

/* ===== FEATURES GRID ===== */
.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.feature-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:var(--tr);background:#fff}
.feature-card:hover{box-shadow:var(--shadow)}
.feature-card h3{font-size:1rem;margin-bottom:.35rem;color:var(--text)}
.feature-card p{color:var(--text-sec);font-size:.875rem;line-height:1.6}

/* ===== FAQ ===== */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.95rem;font-weight:500;text-align:left;color:var(--text);transition:var(--tr)}
.faq-q:hover{color:var(--blue)}
.faq-icon{font-size:1.25rem;color:var(--text-sec);transition:var(--tr);flex-shrink:0;margin-left:1rem}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-a{max-height:500px}
.faq-item.open .faq-icon{transform:rotate(45deg);color:var(--blue)}
.faq-a p{padding:0 0 1.25rem;color:var(--text-sec);line-height:1.7;font-size:.9rem}

/* ===== ARTICLE PAGE ===== */
.article-page{padding-top:4rem}
.article-header{padding:1.5rem 0 1.25rem}
.breadcrumb{font-size:.8rem;color:var(--text-light);margin-bottom:1.25rem}
.breadcrumb a{color:var(--text-sec)}
.breadcrumb a:hover{color:var(--blue)}
.breadcrumb span{margin:0 .35rem;color:var(--border)}
.article-header h1{font-size:1.75rem;font-weight:700;color:var(--text);margin:.75rem 0;line-height:1.3}
.article-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-light)}
.avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}
.author-name{font-weight:500;color:var(--text-sec)}
.sep{color:var(--border)}
.article-feat{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem}
.article-feat img{width:100%;aspect-ratio:16/9;object-fit:cover}
.article-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem}
.article-content{min-width:0;font-size:.95rem;line-height:1.8;color:var(--text-sec)}
.article-content h2{font-size:1.35rem;color:var(--text);margin:2rem 0 .75rem;font-weight:600}
.article-content h3{font-size:1.1rem;color:var(--text);margin:1.5rem 0 .5rem;font-weight:600}
.article-content p{margin-bottom:1rem}
.article-content img{border-radius:var(--radius);margin:1.25rem 0;width:100%}
.article-content figure{margin:1.25rem 0}
.article-content figure img{margin:0}
.article-content figcaption{font-size:.8rem;color:var(--text-light);text-align:center;margin-top:.35rem}
.article-content blockquote{border-left:3px solid var(--blue);padding:1rem 1.25rem;margin:1.25rem 0;background:var(--blue-light);border-radius:0 var(--radius) var(--radius) 0}
.article-content blockquote p{margin:0;font-style:italic}
.article-content ul,.article-content ol{margin:1rem 0 1rem 1.25rem}
.article-content li{margin-bottom:.4rem;list-style:disc}
.article-content ol li{list-style:decimal}
.article-content a{color:var(--blue)}
.article-content strong{color:var(--text);font-weight:600}
.article-content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}
.article-content th,.article-content td{border:1px solid var(--border);padding:.6rem .75rem;text-align:left}
.article-content th{background:var(--bg-gray);font-weight:600;color:var(--text)}
.article-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}
.tag{padding:.25rem .7rem;background:var(--bg-gray);border-radius:var(--pill);font-size:.75rem;color:var(--text-sec)}

/* Sidebar */
.article-sidebar{}
.sidebar-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem}
.sidebar-card.author{background:var(--blue-light)}
.avatar-lg{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}
.sidebar-card h3{font-size:1rem;margin-bottom:.35rem}
.sidebar-card p{color:var(--text-sec);font-size:.85rem;line-height:1.6;margin-bottom:.75rem}

/* Related */
.related-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}
.related-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--tr);text-decoration:none;color:inherit;display:block}
.related-card:hover{box-shadow:var(--shadow);text-decoration:none}
.related-img{aspect-ratio:16/10;overflow:hidden}
.related-img img{width:100%;height:100%;object-fit:cover}
.related-body{padding:1rem}
.related-body h4{font-size:.9rem;margin-top:.35rem;color:var(--text)}

/* ===== CTA SECTION ===== */
.cta-section{background:var(--blue-light);padding:4rem 0;text-align:center}
.cta-section h2{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}
.cta-section p{color:var(--text-sec);font-size:1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta-form{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}
.cta-input{padding:.7rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;outline:none;background:#fff;transition:var(--tr)}
.cta-input:focus{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-pastel)}
select.cta-input{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2380868b' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 1rem center}
textarea.cta-input{resize:vertical;min-height:80px}
.cta-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0 .5rem;font-size:.85rem;color:var(--text-light)}
.cta-divider::before,.cta-divider::after{content:'';flex:1;height:1px;background:var(--border)}

/* ===== FOOTER ===== */
.footer{background:var(--bg-footer);padding:2.5rem 0 0;border-top:1px solid var(--border)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:1.5rem}
.footer-col h4{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}
.footer-col a{display:block;font-size:.85rem;color:var(--text-sec);padding:.2rem 0;text-decoration:none}
.footer-col a:hover{color:var(--blue)}
.footer-brand p{font-size:.8rem;color:var(--text-light);margin-top:.4rem;line-height:1.5}
.footer-bottom{border-top:1px solid var(--border);padding:1rem 0;font-size:.75rem;color:var(--text-light);text-align:center}

/* ===== WA FAB ===== */
.wa-fab{position:fixed;bottom:1.25rem;right:1.25rem;width:52px;height:52px;background:#1a8d5f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.2);z-index:99;transition:var(--tr);text-decoration:none}
.wa-fab:hover{transform:scale(1.08);box-shadow:0 4px 14px rgba(0,0,0,.25);text-decoration:none}

/* ============ TABLET 768px+ ============ */
@media(min-width:768px){
  .container{padding:0 2rem}
  .header-inner{height:64px}
  .nav{position:static;display:flex;border:none;box-shadow:none;background:transparent}
  .nav-list{display:flex;padding:0;gap:0}
  .nav-link{padding:.5rem .8rem;font-size:.85rem}
  .nav-sub{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:200px;padding:.4rem 0;z-index:50}
  .nav-item{position:relative}
  .nav-item:hover .nav-sub{display:block}
  .nav-sub .nav-link{padding:.5rem 1rem}
  .menu-btn{display:none}
  .hide-mobile{display:inline-flex}
  .hero-wrap{flex-direction:row;align-items:center;gap:3rem}
  .hero-left{flex:1;text-align:left}
  .hero-left h1{font-size:4rem;text-align:left}
  .hero-sub{text-align:left;margin-left:0;max-width:480px}
  .hero-actions{flex-direction:row;align-items:flex-start;padding:0}
  .hero-actions .btn{width:auto}
  .hero-right{display:flex;flex:0 0 340px;min-height:360px;justify-content:center;align-items:center}
  .hero-circle{width:320px;height:320px}
  .hero-card{width:280px}
  .hero-title{font-size:3.5rem}
  .hero-actions{flex-direction:row}
  .section{padding:5rem 0}
  .section-title{font-size:2rem}
  .tab-content{grid-template-columns:1fr 1fr}
  .benefits-grid{grid-template-columns:repeat(3,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .blog-controls{flex-direction:row;align-items:center}
  .search-input{max-width:280px}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero{padding:6rem 0 2.5rem}
  .page-title{font-size:2.25rem}
  .article-header h1{font-size:2.25rem}
  .article-layout{grid-template-columns:1fr 280px}
  .article-sidebar{position:sticky;top:80px;align-self:start}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}
  .cta-section{padding:4rem 0}
  .stats-row{padding:3rem 0}
  .stat-item h3{font-size:2.5rem}
}

/* ============ DESKTOP 1024px+ ============ */
@media(min-width:1024px){
  .hero{min-height:85vh}
  .hero-left h1{font-size:5rem}
  .hero-right{flex:0 0 440px;min-height:460px}
  .hero-circle{width:420px;height:420px}
  .hero-card{width:350px}
  .hero-sub{font-size:1.1rem}
  .section-title{font-size:2.5rem}
  .portfolio-grid{grid-template-columns:repeat(3,1fr)}
  .process-grid{grid-template-columns:repeat(4,1fr)}
  .blog-grid{grid-template-columns:repeat(3,1fr)}
  .features-grid{grid-template-columns:repeat(4,1fr)}
  .article-layout{grid-template-columns:1fr 320px;gap:3rem}
  .article-header h1{font-size:2.75rem}
  .related-grid{grid-template-columns:repeat(3,1fr)}
  .stat-item h3{font-size:3rem}
  .cta-section h2{font-size:2rem}
}

@media(min-width:1280px){
  .hero-left h1{font-size:5.75rem}
  .hero-right{flex:0 0 500px;min-height:520px}
  .hero-circle{width:480px;height:480px}
  .hero-card{width:400px}
  .hero-sub{font-size:1.1rem}
}
