/* ==========================================================================
   AK Computer — akdwk.in  |  main stylesheet (loaded async; critical CSS inline)
   Palette: navy #12123a · peacock teal #0fb9a5 · saffron #ff9933 · off-white #f8f9fc
   Breakpoints: 480 / 768 / 1024 / 1280
   ========================================================================== */

/* ---- base extras (critical CSS already sets resets/vars) ---- */
:root {
  --radius: 14px;
  --shadow: 0 4px 24px rgba(18, 18, 58, 0.08);
  --shadow-lg: 0 12px 40px rgba(18, 18, 58, 0.16);
}
[data-theme="dark"] {
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.55);
}

/* Horizontal-overflow safety net: nothing may push the page sideways */
html, body { max-width: 100%; overflow-x: clip; }
body { overflow-wrap: break-word; }
.prose, .article-body, .faq-a, .contact-info-card, address { overflow-wrap: anywhere; }
.stat-strip-auto { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }

.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--saffron); color: #12123a; padding: 10px 18px; border-radius: 0 0 10px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

section { padding: 64px 0; }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 12px; }
.section-head p { color: var(--muted); }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 10px;
}

/* ---- buttons ---- */
.btn-accent { background: var(--accent, var(--teal)); color: #fff; }
.btn-accent:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(15, 185, 165, 0.35); }
.btn-outline { background: transparent; color: inherit; border: 2px solid currentColor; }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; border-radius: 12px; }
.btn-open {
  background: var(--accent, var(--teal)); color: #fff; font-weight: 700;
}
.btn-open .arrow { transition: transform 0.15s; display: inline-block; }
.btn-open:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25); }
.btn-open:hover .arrow { transform: translate(2px, -2px); }

/* ---- header extras ---- */
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.main-nav + .header-actions { margin-left: 0; }
.icon-btn {
  background: rgba(255, 255, 255, 0.1); border: 0; color: #fff; width: 38px; height: 38px;
  border-radius: 10px; cursor: pointer; font-size: 0.95rem; font-weight: 600; line-height: 1;
}
.icon-btn:hover { background: rgba(255, 255, 255, 0.2); }
.caret { font-size: 0.7em; }

/* mega dropdown */
.has-mega { position: relative; }
.mega {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 560px; background: var(--card); color: var(--text); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 12px;
  opacity: 0; visibility: hidden; transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.has-mega:hover .mega, .has-mega:focus-within .mega {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.mega-item { display: flex; gap: 12px; padding: 10px 12px; border-radius: 10px; align-items: flex-start; }
.mega-item:hover { background: var(--surface); }
.mega-icon { font-size: 1.4rem; line-height: 1.2; }
.mega-item strong { display: block; font-size: 0.95rem; }
.mega-item small { color: var(--muted); font-size: 0.8rem; line-height: 1.4; display: block; }

/* mobile drawer */
.mobile-drawer {
  position: fixed; inset: 64px 0 0 0; z-index: 99; background: var(--navy);
  padding: 24px 20px; overflow-y: auto;
}
.mobile-drawer nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-drawer a, .mobile-drawer summary {
  color: #e6e7f5; padding: 13px 14px; border-radius: 10px; font-size: 1.05rem; font-weight: 500; cursor: pointer;
}
.mobile-drawer a:hover, .mobile-drawer summary:hover { background: rgba(255, 255, 255, 0.1); }
.mobile-drawer details a { padding-left: 30px; font-size: 0.98rem; }
.mobile-drawer .btn-wa { margin-top: 16px; justify-content: center; }

/* ---- hero ---- */
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(15, 185, 165, 0.15);
  border: 1px solid rgba(15, 185, 165, 0.4); color: #7ee8db; padding: 6px 14px;
  border-radius: 100px; font-size: 0.85rem; font-weight: 500; margin-bottom: 22px;
}
.stat-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 32px;
}
.stat .num { font-family: 'Poppins', sans-serif; font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; color: var(--saffron); }
.stat .label { color: #c9cbe6; font-size: 0.9rem; }

/* ---- product cards ---- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column; gap: 14px; position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.product-card:hover {
  transform: translateY(-6px); box-shadow: 0 16px 40px color-mix(in srgb, var(--pc-accent, var(--teal)) 25%, transparent);
  border-color: var(--pc-accent, var(--teal));
}
.product-card .pc-top { display: flex; align-items: center; gap: 14px; }
.pc-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.6rem;
  background: color-mix(in srgb, var(--pc-accent, var(--teal)) 14%, transparent); flex: 0 0 auto;
}
.pc-badge {
  display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.03em;
  padding: 3px 10px; border-radius: 100px; color: var(--pc-accent, var(--teal));
  background: color-mix(in srgb, var(--pc-accent, var(--teal)) 12%, transparent);
}
.product-card h3 { font-size: 1.2rem; }
.product-card p { color: var(--muted); font-size: 0.95rem; flex-grow: 1; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 0.78rem; font-weight: 500; padding: 4px 12px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--line); color: var(--muted);
}
.pc-actions { display: flex; gap: 10px; align-items: center; }
.pc-actions .learn { font-weight: 600; color: var(--pc-accent, var(--teal)); font-size: 0.95rem; }
.pc-actions .btn-open { margin-left: auto; padding: 10px 18px; font-size: 0.9rem; background: var(--pc-accent, var(--teal)); }

/* ---- hub diagram (one engine, seven solutions) ---- */
.hub-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hub-section::before {
  content: ""; position: absolute; inset: 0; background: url('/assets/img/peacock-pattern.svg') center/640px repeat; opacity: 0.5; pointer-events: none;
}
.hub-section .section-head { position: relative; }
.hub-section .section-head p { color: #c9cbe6; }
.hub-wrap { position: relative; max-width: 860px; margin: 0 auto; }
.hub-svg { display: block; width: 100%; height: auto; }
.hub-node-label { font-family: 'Inter', 'Noto Sans Gujarati', sans-serif; }
.hub-legend { position: relative; text-align: center; margin-top: 26px; color: #c9cbe6; font-size: 0.95rem; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ---- why us ---- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.why-item .why-icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.why-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.why-item p { color: var(--muted); font-size: 0.93rem; }

/* ---- services strip ---- */
.services-strip { background: linear-gradient(120deg, var(--navy), #1d1d54); color: #fff; }
.services-strip .service-tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.service-tag {
  border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 100px; padding: 10px 20px;
  font-size: 0.95rem; color: #e6e7f5; transition: background 0.15s;
}
.service-tag:hover { background: rgba(255, 255, 255, 0.12); }

/* ---- testimonials ---- */
.testimonial-carousel { position: relative; max-width: 760px; margin: 0 auto; overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.4s ease; }
.testimonial {
  flex: 0 0 100%; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px; text-align: center;
}
.testimonial blockquote { font-size: 1.05rem; margin-bottom: 18px; }
.testimonial .who { color: var(--muted); font-size: 0.9rem; }
.testimonial .stars { color: var(--saffron); letter-spacing: 3px; margin-bottom: 14px; }
.carousel-nav { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.carousel-dot {
  width: 10px; height: 10px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0;
}
.carousel-dot[aria-current="true"] { background: var(--teal); }
.carousel-arrow {
  background: var(--card); border: 1px solid var(--line); width: 40px; height: 40px;
  border-radius: 50%; cursor: pointer; color: var(--text); font-size: 1.1rem;
}
.carousel-arrow:hover { border-color: var(--teal); color: var(--teal); }

/* ---- blog cards ---- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card .meta { color: var(--muted); font-size: 0.82rem; }
.blog-card h3 { font-size: 1.1rem; }
.blog-card p { color: var(--muted); font-size: 0.93rem; flex-grow: 1; }
.blog-card .read { color: var(--teal); font-weight: 600; font-size: 0.92rem; }

/* ---- CTA band ---- */
.cta-band {
  background: linear-gradient(120deg, var(--teal), #0a8577); color: #fff; text-align: center;
  border-radius: 20px; padding: 56px 28px; position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; inset: 0; background: url('/assets/img/peacock-pattern.svg') center/500px repeat; opacity: 0.35; pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 12px; }
.cta-band p { max-width: 560px; margin: 0 auto 26px; color: #e2fbf7; }
.cta-band .btn { background: #fff; color: #0a8577; }
.cta-band .btn-outline { background: transparent; color: #fff; }

/* ---- footer ---- */
.site-footer { background: var(--navy); color: #c9cbe6; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 56px 20px 40px; }
.footer-col .brand { margin-bottom: 16px; }
.footer-col address { font-style: normal; font-size: 0.92rem; line-height: 1.8; }
.footer-col address a { color: var(--saffron); }
.footer-title { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul a { font-size: 0.92rem; color: #c9cbe6; }
.footer-col ul a:hover { color: #fff; }
.social-links { display: flex; gap: 14px; margin-top: 14px; font-size: 0.88rem; }
.social-links a { color: #8fd9d0; }
.newsletter-form { display: flex; gap: 8px; margin-top: 6px; }
.newsletter-form input {
  flex: 1; min-width: 0; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08); color: #fff; font: inherit;
}
.newsletter-form input::placeholder { color: #8b8db0; }
.footer-note { margin-top: 16px; font-size: 0.85rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 18px 0; font-size: 0.85rem; }

/* ---- floating WhatsApp ---- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; height: 58px;
  background: #22c55e; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 8px 26px rgba(34, 197, 94, 0.45); transition: transform 0.15s;
}
.wa-float:hover { transform: scale(1.08); }

/* ==========================================================================
   Product detail page
   ========================================================================== */
.breadcrumb { padding: 18px 0 0; font-size: 0.85rem; color: var(--muted); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--muted); }
.breadcrumb a:hover { color: var(--accent); }

.product-hero { padding: 44px 0 56px; background: var(--navy) url('/assets/img/peacock-pattern.svg') center/720px repeat; color: #fff; }
.product-hero .ph-icon {
  width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center; font-size: 2.3rem;
  background: color-mix(in srgb, var(--accent) 25%, transparent); border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  margin-bottom: 20px;
}
.product-hero h1 { font-size: clamp(1.7rem, 3.8vw, 2.7rem); max-width: 800px; }
.product-hero .tagline { color: #c9cbe6; font-size: 1.15rem; margin: 14px 0 30px; max-width: 640px; }
.product-hero .pc-badge { background: color-mix(in srgb, var(--accent) 25%, transparent); color: #fff; margin-bottom: 14px; }
.product-hero .hero-cta .btn-outline { color: #fff; }

/* sticky sub-nav */
.subnav {
  position: sticky; top: 64px; z-index: 80; background: var(--card); border-bottom: 1px solid var(--line);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.subnav ul { list-style: none; display: flex; gap: 4px; padding: 0 20px; max-width: 1200px; margin: 0 auto; }
.subnav a {
  display: block; padding: 14px 16px; font-size: 0.92rem; font-weight: 500; color: var(--muted);
  border-bottom: 3px solid transparent; white-space: nowrap;
}
.subnav a.active, .subnav a:hover { color: var(--accent); border-bottom-color: var(--accent); }

.prose p { margin-bottom: 18px; max-width: 800px; }
.prose p:last-child { margin-bottom: 0; }

/* features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  transition: border-color 0.2s, transform 0.2s;
}
.feature-item:hover { border-color: var(--accent); transform: translateY(-3px); }
.feature-item .f-icon { font-size: 1.5rem; display: block; margin-bottom: 10px; }
.feature-item h3 { font-size: 1rem; margin-bottom: 8px; }
.feature-item p { color: var(--muted); font-size: 0.9rem; }

/* how it works */
.steps { list-style: none; counter-reset: step; max-width: 720px; margin: 0 auto; position: relative; }
.steps::before {
  content: ""; position: absolute; left: 24px; top: 20px; bottom: 30px; width: 2px;
  background: linear-gradient(var(--accent), transparent);
}
.steps li { position: relative; padding: 0 0 34px 74px; counter-increment: step; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0; width: 50px; height: 50px;
  border-radius: 50%; background: var(--accent); color: #fff; font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 1.2rem; display: grid; place-items: center; box-shadow: var(--shadow);
}
.steps h3 { font-size: 1.05rem; margin-bottom: 6px; }
.steps p { color: var(--muted); font-size: 0.95rem; }

/* audience */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; gap: 14px; align-items: flex-start;
}
.audience-card .a-icon { font-size: 1.5rem; }
.audience-card h3 { font-size: 0.98rem; margin-bottom: 4px; }
.audience-card p { color: var(--muted); font-size: 0.88rem; }

/* pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; align-items: stretch; }
.plan {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; position: relative;
}
.plan.popular { border: 2px solid var(--accent); box-shadow: var(--shadow-lg); }
.plan .popular-tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-size: 0.72rem; font-weight: 700;
  padding: 4px 14px; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap;
}
.plan h3 { font-size: 1.05rem; }
.plan .price { font-family: 'Poppins', sans-serif; font-size: 1.9rem; font-weight: 700; color: var(--accent); }
.plan .price small { font-size: 0.85rem; color: var(--muted); font-weight: 400; }
.plan ul { list-style: none; flex-grow: 1; }
.plan ul li { padding: 6px 0 6px 26px; position: relative; font-size: 0.92rem; color: var(--muted); }
.plan ul li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* tech strip */
.tech-strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tech-strip .chip { background: var(--card); }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: var(--card); overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 18px 48px 18px 20px; font-weight: 600; position: relative; list-style: none; font-size: 0.98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; color: var(--accent); transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-a { padding: 0 20px 18px; color: var(--muted); font-size: 0.95rem; }

/* sticky mobile open-site bar */
.mobile-cta-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  background: var(--card); border-top: 1px solid var(--line); padding: 10px 16px;
  gap: 10px; align-items: center; box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
}
.mobile-cta-bar .btn-open { flex: 1; justify-content: center; }

/* related */
.related-note { text-align: center; color: var(--muted); margin-top: 18px; font-size: 0.9rem; }

/* ==========================================================================
   Inner pages: contact / about / services / blog / 404
   ========================================================================== */
.page-hero { background: var(--navy) url('/assets/img/peacock-pattern.svg') center/720px repeat; color: #fff; padding: 56px 0; }
.page-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.page-hero p { color: #c9cbe6; margin-top: 12px; max-width: 640px; }

.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--surface); color: var(--text); font: inherit;
}
.form-row input:focus, .form-row textarea:focus { outline: 3px solid color-mix(in srgb, var(--teal) 40%, transparent); border-color: var(--teal); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.flash { border-radius: 12px; padding: 16px 20px; margin-bottom: 22px; font-weight: 500; }
.flash-ok { background: color-mix(in srgb, #22c55e 14%, transparent); color: #15803d; border: 1px solid #22c55e; }
.flash-err { background: color-mix(in srgb, #ef4444 12%, transparent); color: #b91c1c; border: 1px solid #ef4444; }
[data-theme="dark"] .flash-ok { color: #86efac; }
[data-theme="dark"] .flash-err { color: #fca5a5; }
.contact-info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.contact-info-card h2 { font-size: 1.15rem; margin-bottom: 16px; }
.contact-info-card p { margin-bottom: 12px; color: var(--muted); }
.contact-info-card strong { color: var(--text); }

.article-body { max-width: 780px; margin: 0 auto; }
.article-body h2 { font-size: 1.5rem; margin: 34px 0 14px; }
.article-body h3 { font-size: 1.2rem; margin: 26px 0 10px; }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 0 16px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--teal); text-decoration: underline; }
.article-meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 26px; }

.error-hero { text-align: center; padding: 80px 0 30px; }
.error-hero .code { font-family: 'Poppins', sans-serif; font-size: 5rem; font-weight: 700; color: var(--teal); }

/* services page */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.service-card .s-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: 0.93rem; }

/* ---- scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1279px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1023px) {
  .header-wa span { display: none; }
  .header-wa { padding: 10px 12px; }
  .feature-grid, .why-grid, .audience-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  section { padding: 44px 0; }
  .product-grid, .blog-grid, .feature-grid, .why-grid, .audience-grid, .service-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .hero { padding: 56px 0 44px; }
  .mobile-cta-bar.show { display: flex; }
  body.has-mobile-cta { padding-bottom: 74px; }
  .wa-float.lifted { bottom: 86px; }
}
@media (max-width: 479px) {
  .hero-cta .btn { width: 100%; justify-content: center; }
  .newsletter-form { flex-direction: column; }
  .pc-actions { flex-wrap: wrap; }
  .container { padding: 0 16px; }
  .breadcrumb ol { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; padding-bottom: 4px; }
  .plan .price { font-size: 1.6rem; }
  .cta-band { padding: 40px 20px; }
  .testimonial { padding: 24px 18px; }
}

/* very small phones — keep the header on one tidy line */
@media (max-width: 389px) {
  .site-header .container { gap: 8px; }
  .brand span { font-size: 1rem; }
  .brand img { width: 30px; height: 30px; }
  .header-actions { gap: 5px; }
  .icon-btn { width: 34px; height: 34px; font-size: 0.85rem; }
  .header-wa { padding: 9px 10px; }
  .hero h1 { font-size: 1.65rem; }
  .stat .num { font-size: 1.45rem; }
}

/* comfortable touch targets on all coarse-pointer devices */
@media (pointer: coarse) {
  .chip { padding: 8px 16px; }
  .faq-item summary { padding-top: 16px; padding-bottom: 16px; }
  .main-nav a.nav-link, .mobile-drawer a, .mobile-drawer summary { min-height: 44px; display: flex; align-items: center; }
}

/* print */
@media print {
  .site-header, .site-footer, .wa-float, .mobile-cta-bar, .subnav { display: none !important; }
}
