/*
Theme Name: Techiconix Redesign
Theme URI: https://techiconix.com
Author: Techiconix
Description: Custom redesign theme for Techiconix — E-Commerce & Digital Marketing Agency.
Version: 1.0
Text Domain: techiconix-redesign
*/

:root{
  --ink-900:#1c1c1c; --ink-700:#333333; --ink-500:#57544f; --ink-400:#8b8780;
  --line:#e4e1d8; --surface:#ffffff; --plane:#faf9f6; --plane-2:#f0efe9;
  --dark-900:#181818; --dark-800:#202020; --dark-700:#282828; --dark-line:#333333;
  --teal:#00b3ac; --teal-deep:#017d78; --teal-bright:#00d4c9;
  --blue:#00b3ac; --blue-deep:#017d78; --violet:#017d78; --orange:#e0a83a; --orange-deep:#b9821e; --aqua:#00b3ac;
  --gold:#e0a83a; --gold-deep:#b9821e;
  --grad-brand: linear-gradient(120deg,#017d78 0%, #00b3ac 55%, #00d4c9 100%);
  --grad-warm: linear-gradient(120deg,#f0c05c 0%, #d99a2b 100%);
  --shadow-1: 0 1px 2px rgba(10,10,12,0.06), 0 8px 24px rgba(10,10,12,0.06);
  --shadow-2: 0 24px 64px rgba(9,11,16,0.24);
  --radius: 18px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.techiconix-theme{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color:var(--ink-900);
  background:var(--surface);
  -webkit-font-smoothing:antialiased;
}
.techiconix-theme img{max-width:100%; display:block;}
.techiconix-theme a{color:inherit; text-decoration:none;}
.techiconix-theme .wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.techiconix-theme h1,.techiconix-theme h2,.techiconix-theme h3,.techiconix-theme h4{margin:0; line-height:1.1; letter-spacing:-0.02em;}
.techiconix-theme p{margin:0; color:var(--ink-500); line-height:1.6;}
.techiconix-theme .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--blue-deep); background: rgba(42,120,214,0.08); border:1px solid rgba(42,120,214,0.18);
  padding:6px 14px; border-radius:999px;
}
.techiconix-theme .eyebrow.on-dark{ color:#bcd6f8; background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.16);}
.techiconix-theme .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 26px; border-radius:999px; font-weight:700; font-size:15px;
  cursor:pointer; border:1px solid transparent; transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  white-space:nowrap;
}
.techiconix-theme .btn:hover{ transform:translateY(-2px); }
.techiconix-theme .btn-primary{ background:var(--grad-warm); color:var(--ink-900); box-shadow:0 10px 24px rgba(217,154,43,0.35);}
.techiconix-theme .btn-primary:hover{ box-shadow:0 14px 30px rgba(217,154,43,0.45); }
.techiconix-theme .btn-outline{ background:transparent; border-color:rgba(255,255,255,0.35); color:#fff; }
.techiconix-theme .btn-outline:hover{ background:rgba(255,255,255,0.08); }
.techiconix-theme .btn-outline-dark{ background:transparent; border-color:rgba(11,11,11,0.18); color:var(--ink-900);}
.techiconix-theme .btn-outline-dark:hover{ background:rgba(11,11,11,0.05); }
.techiconix-theme .btn-ghost{ background:var(--plane-2); color:var(--ink-900); }
.techiconix-theme .btn-ghost:hover{ background:var(--line); }

/* Header */
.techiconix-theme header.site-header{
  position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.85);
  backdrop-filter:saturate(180%) blur(14px); border-bottom:1px solid var(--line);
}
.techiconix-theme .nav{ display:flex; align-items:center; justify-content:space-between; padding:16px 0; }
.techiconix-theme .logo{ display:flex; align-items:center; gap:10px; }
.techiconix-theme .logo-img{ height:34px; width:auto; display:block; }
.techiconix-theme .logo-img-onDark{ filter:brightness(0) invert(1); }
.techiconix-theme footer.site-footer .logo-img{ height:38px; }
.techiconix-theme .mobile-panel-inner .logo-img{ height:30px; }
.techiconix-theme .navlinks{ display:flex; align-items:center; gap:30px; }
.techiconix-theme .navlinks a{ font-size:14.5px; font-weight:600; color:var(--ink-700); padding:6px 2px; border-bottom:2px solid transparent; }
.techiconix-theme .navlinks a:hover, .techiconix-theme .navlinks a.active{ color:var(--blue-deep); border-color:var(--blue); }
.techiconix-theme .nav-actions{ display:flex; align-items:center; gap:14px; }
.techiconix-theme .nav-phone{ font-size:13.5px; font-weight:700; color:var(--ink-700); display:flex; align-items:center; gap:8px;}
.techiconix-theme .nav-phone .dot{width:8px; height:8px; border-radius:50%; background:var(--aqua); box-shadow:0 0 0 4px rgba(27,175,122,0.18);}

/* Hero */
.techiconix-theme .hero{ position:relative; background:var(--dark-900); color:#fff; overflow:hidden; padding:110px 0 90px; }
.techiconix-theme .hero::before{
  content:""; position:absolute; inset:-20% -10% auto -10%; height:120%;
  background:
    radial-gradient(60% 55% at 15% 10%, rgba(42,120,214,0.35), transparent 60%),
    radial-gradient(50% 50% at 85% 30%, rgba(74,58,167,0.35), transparent 60%),
    radial-gradient(45% 45% at 60% 90%, rgba(235,104,52,0.22), transparent 60%);
  filter:blur(10px); pointer-events:none;
}
.techiconix-theme .hero::after{
  content:""; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 90%);
  pointer-events:none;
}
.techiconix-theme .hero-inner{ position:relative; z-index:1; display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center; }
.techiconix-theme .hero h1{ font-size:52px; margin:20px 0 18px; font-weight:800; }
.techiconix-theme .hero h1 span{ background:var(--grad-warm); -webkit-background-clip:text; background-clip:text; color:transparent; }
.techiconix-theme .hero p.lead{ font-size:18px; color:#c3c2b7; max-width:520px; }
.techiconix-theme .hero-cta{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.techiconix-theme .hero-trust{ margin-top:44px; display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.techiconix-theme .avatars{ display:flex; }
.techiconix-theme .avatars span{ width:34px; height:34px; border-radius:50%; border:2px solid var(--dark-900); background:var(--grad-brand); margin-left:-10px; display:inline-block; }
.techiconix-theme .avatars span:first-child{ margin-left:0; }
.techiconix-theme .hero-trust small{ color:#a7a6a0; font-size:13.5px; }
.techiconix-theme .hero-card{
  position:relative; background:linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.14); border-radius:22px; padding:26px; backdrop-filter:blur(6px);
}
.techiconix-theme .hero-card .row{ display:flex; justify-content:space-between; align-items:center; padding:14px 0; border-bottom:1px dashed rgba(255,255,255,0.14);}
.techiconix-theme .hero-card .row:last-child{ border-bottom:none; }
.techiconix-theme .hero-card .row .label{ font-size:13.5px; color:#c3c2b7; }
.techiconix-theme .hero-card .row .value{ font-weight:800; font-size:20px; }
.techiconix-theme .hero-card .value.up{ color:#5ce39c; }
.techiconix-theme .chip-row{ display:flex; gap:8px; margin-top:16px; flex-wrap:wrap; }
.techiconix-theme .chip{ font-size:12.5px; font-weight:700; padding:6px 12px; border-radius:999px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); color:#e7e6e0;}

/* Marquee */
.techiconix-theme .marquee-section{ background:var(--plane); border-bottom:1px solid var(--line); padding:26px 0; overflow:hidden; }
.techiconix-theme .marquee-label{ text-align:center; font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-400); margin-bottom:16px;}
.techiconix-theme .marquee{ display:flex; width:max-content; gap:56px; animation:techiconix-scroll 26s linear infinite; }
.techiconix-theme .marquee span{ font-weight:800; font-size:19px; color:var(--ink-400); white-space:nowrap; letter-spacing:-0.01em;}
@keyframes techiconix-scroll{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* Sections */
.techiconix-theme section{ padding:96px 0; }
.techiconix-theme .section-head{ max-width:640px; margin-bottom:52px; }
.techiconix-theme .section-head h2{ font-size:36px; margin-top:16px; font-weight:800;}
.techiconix-theme .section-head p{ margin-top:14px; font-size:16.5px; }
.techiconix-theme .section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* Stats */
.techiconix-theme .stats{ background:var(--plane-2); }
.techiconix-theme .stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.techiconix-theme .stat{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:28px 24px; text-align:left; }
.techiconix-theme .stat .num{ font-size:38px; font-weight:800; letter-spacing:-0.02em; }
.techiconix-theme .stat .num .accent{ background:var(--grad-brand); -webkit-background-clip:text; background-clip:text; color:transparent; }
.techiconix-theme .stat .lbl{ margin-top:6px; font-size:14px; color:var(--ink-500); font-weight:600; }

/* Services */
.techiconix-theme .services-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.techiconix-theme .service-card{
  position:relative; padding:30px 24px; border-radius:var(--radius); border:1px solid var(--line); background:var(--surface);
  box-shadow:var(--shadow-1); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.techiconix-theme .service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-2); border-color:transparent; }
.techiconix-theme .service-icon{ width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:20px; color:#fff; }
.techiconix-theme .service-card h3{ font-size:19px; font-weight:800; margin-bottom:10px; }
.techiconix-theme .service-card p{ font-size:14.5px; }
.techiconix-theme .service-card ul{ list-style:none; margin:16px 0 0; padding:0; display:flex; flex-direction:column; gap:8px; }
.techiconix-theme .service-card li{ font-size:13.5px; color:var(--ink-500); display:flex; gap:8px; align-items:flex-start; }
.techiconix-theme .service-card li::before{ content:"✓"; color:var(--aqua); font-weight:800; }
.techiconix-theme .service-card .learn{ display:inline-flex; align-items:center; gap:6px; margin-top:20px; font-size:13.5px; font-weight:700; color:var(--blue-deep); }

/* Process */
.techiconix-theme .process{ background:var(--dark-900); color:#fff; }
.techiconix-theme .process .section-head p{ color:#c3c2b7; }
.techiconix-theme .process-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; }
.techiconix-theme .process-step{ padding:26px 22px; border-radius:16px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); }
.techiconix-theme .process-step .idx{ font-size:13px; font-weight:800; color:#8fb3ea; letter-spacing:0.08em; }
.techiconix-theme .process-step h4{ font-size:17px; margin:12px 0 8px; font-weight:800; }
.techiconix-theme .process-step p{ font-size:13.5px; color:#a7a6a0; }

/* Pricing */
.techiconix-theme .pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.techiconix-theme .price-card{ border:1px solid var(--line); border-radius:var(--radius); padding:32px 28px; background:var(--surface); display:flex; flex-direction:column; }
.techiconix-theme .price-card.featured{ background:var(--dark-900); color:#fff; border-color:transparent; box-shadow:var(--shadow-2); transform:scale(1.03); position:relative; }
.techiconix-theme .price-card.featured::before{
  content:"Most Popular"; position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  background:var(--grad-warm); color:#fff; font-size:12px; font-weight:800; padding:6px 16px; border-radius:999px;
}
.techiconix-theme .price-card .plan{ font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:0.06em; color:var(--ink-400); }
.techiconix-theme .price-card.featured .plan{ color:#a7a6a0; }
.techiconix-theme .price-card .amount{ font-size:44px; font-weight:800; margin:14px 0 4px; letter-spacing:-0.02em;}
.techiconix-theme .price-card .amount small{ font-size:14px; font-weight:600; color:var(--ink-400); }
.techiconix-theme .price-card .desc{ font-size:14px; margin-bottom:22px; }
.techiconix-theme .price-card.featured .desc{ color:#c3c2b7; }
.techiconix-theme .price-card ul{ list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:12px; flex:1; }
.techiconix-theme .price-card li{ font-size:14px; display:flex; gap:10px; align-items:flex-start; }
.techiconix-theme .price-card li::before{ content:"✓"; color:var(--aqua); font-weight:800; }
.techiconix-theme .price-card.featured li::before{ color:#5ce39c; }

/* Testimonials */
.techiconix-theme .testimonials{ background:var(--plane); }
.techiconix-theme .t-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.techiconix-theme .t-card{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px; }
.techiconix-theme .stars{ color:var(--orange); letter-spacing:2px; font-size:15px; margin-bottom:14px; }
.techiconix-theme .t-card p.quote{ font-size:14.5px; color:var(--ink-700); font-style:italic; }
.techiconix-theme .t-who{ display:flex; align-items:center; gap:12px; margin-top:20px; }
.techiconix-theme .t-avatar{ width:42px; height:42px; border-radius:50%; background:var(--grad-brand); }
.techiconix-theme .t-name{ font-size:14px; font-weight:800; }
.techiconix-theme .t-role{ font-size:12.5px; color:var(--ink-400); }
.techiconix-theme .placeholder-note{ margin-top:28px; text-align:center; font-size:12.5px; color:var(--ink-400); }

/* CTA banner */
.techiconix-theme .cta-banner{
  background:var(--grad-brand); color:#fff; border-radius:28px; padding:64px 56px;
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; position:relative; overflow:hidden;
}
.techiconix-theme .cta-banner::after{ content:""; position:absolute; inset:0; background:radial-gradient(50% 80% at 90% 20%, rgba(255,255,255,0.18), transparent 60%); }
.techiconix-theme .cta-banner h2{ font-size:32px; max-width:480px; position:relative; z-index:1; }
.techiconix-theme .cta-banner p{ color:rgba(255,255,255,0.85); margin-top:10px; position:relative; z-index:1; }
.techiconix-theme .cta-banner .btn-primary{ position:relative; z-index:1; }

/* Footer */
.techiconix-theme footer.site-footer{ background:var(--dark-900); color:#c3c2b7; padding:80px 0 28px; }
.techiconix-theme .footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:56px; border-bottom:1px solid var(--dark-line); }
.techiconix-theme .footer-brand p{ color:#a7a6a0; font-size:14px; margin-top:14px; max-width:280px; }
.techiconix-theme .footer-social{ display:flex; gap:10px; margin-top:22px; }
.techiconix-theme .footer-social a{ width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.14); display:flex; align-items:center; justify-content:center; font-size:14px; }
.techiconix-theme .footer-social a:hover{ background:rgba(255,255,255,0.08); }
.techiconix-theme .footer-col h5{ font-size:13px; text-transform:uppercase; letter-spacing:0.08em; color:#fff; margin-bottom:18px; }
.techiconix-theme .footer-col a, .techiconix-theme .footer-col li{ display:block; font-size:14px; color:#a7a6a0; margin-bottom:12px; }
.techiconix-theme .footer-col a:hover{ color:#fff; }
.techiconix-theme .footer-col ul{ list-style:none; padding:0; margin:0; }
.techiconix-theme .footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:24px; font-size:13px; color:#7c7b75; flex-wrap:wrap; gap:10px; }

/* Contact page */
.techiconix-theme .page-hero{ background:var(--dark-900); color:#fff; padding:80px 0 70px; position:relative; overflow:hidden; }
.techiconix-theme .page-hero::before{ content:""; position:absolute; inset:-20% -10% auto -10%; height:120%; background: radial-gradient(55% 55% at 10% 10%, rgba(42,120,214,0.35), transparent 60%), radial-gradient(45% 45% at 90% 40%, rgba(74,58,167,0.35), transparent 60%); filter:blur(10px); pointer-events:none; }
.techiconix-theme .page-hero .inner{ position:relative; z-index:1; max-width:640px; }
.techiconix-theme .page-hero h1{ font-size:44px; font-weight:800; margin:18px 0 14px; }
.techiconix-theme .page-hero p{ color:#c3c2b7; font-size:17px; }
.techiconix-theme .contact-layout{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:48px; align-items:start; }
.techiconix-theme .info-card{ border:1px solid var(--line); border-radius:var(--radius); padding:28px; margin-bottom:18px; box-shadow:var(--shadow-1); }
.techiconix-theme .info-card h4{ font-size:13px; text-transform:uppercase; letter-spacing:0.06em; color:var(--ink-400); margin-bottom:10px; font-weight:800; }
.techiconix-theme .info-icon{ width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; color:#fff; margin-bottom:16px; }
.techiconix-theme .info-card p, .techiconix-theme .info-card a.line{ font-size:15px; color:var(--ink-900); font-weight:600; display:block; margin-top:4px; }
.techiconix-theme .info-card a.line:hover{ color:var(--blue-deep); }
.techiconix-theme .info-card .sub{ font-size:13.5px; color:var(--ink-400); font-weight:400; margin-top:6px; }
.techiconix-theme .map-box{ margin-top:8px; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); height:220px; background: repeating-linear-gradient(45deg, var(--plane-2) 0 2px, var(--surface) 2px 40px); position:relative; display:flex; align-items:center; justify-content:center; }
.techiconix-theme .map-pin{ background:var(--dark-900); color:#fff; padding:10px 16px; border-radius:12px; font-size:13px; font-weight:700; display:flex; align-items:center; gap:8px; box-shadow:var(--shadow-2); }
.techiconix-theme .map-pin::before{ content:"📍"; }
.techiconix-theme .form-card{ border:1px solid var(--line); border-radius:24px; padding:40px; box-shadow:var(--shadow-2); background:var(--surface); }
.techiconix-theme .form-card h3{ font-size:24px; font-weight:800; }
.techiconix-theme .form-card > p{ margin-top:10px; font-size:14.5px; }
.techiconix-theme .form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:28px; }
.techiconix-theme .field{ display:flex; flex-direction:column; gap:8px; }
.techiconix-theme .field.full{ grid-column:1 / -1; }
.techiconix-theme .field label{ font-size:13px; font-weight:700; color:var(--ink-700); }
.techiconix-theme .field input, .techiconix-theme .field select, .techiconix-theme .field textarea{
  border:1px solid var(--line); border-radius:12px; padding:13px 14px; font-size:14.5px;
  font-family:inherit; color:var(--ink-900); background:var(--plane); outline:none;
  transition:border-color .15s ease, box-shadow .15s ease; width:100%;
}
.techiconix-theme .field input:focus, .techiconix-theme .field select:focus, .techiconix-theme .field textarea:focus{
  border-color:var(--blue); box-shadow:0 0 0 4px rgba(42,120,214,0.14); background:#fff;
}
.techiconix-theme .field textarea{ resize:vertical; min-height:120px; }
.techiconix-theme .consent{ display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--ink-500); }
.techiconix-theme .consent input{ margin-top:3px; }
.techiconix-theme .faq-strip{ background:var(--plane); }
.techiconix-theme .faq-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.techiconix-theme .faq-item{ background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:22px; }
.techiconix-theme .faq-item h5{ font-size:15px; font-weight:800; margin-bottom:8px; }
.techiconix-theme .faq-item p{ font-size:13.5px; }
#formNote.visible{ display:block !important; }

/* Generic page/post content (fallback for blog, careers, deep service pages, etc.) */
.techiconix-theme .generic-page{ padding:56px 0 100px; max-width:800px; margin:0 auto; }
.techiconix-theme .generic-page h1{ font-size:38px; font-weight:800; margin-bottom:24px; }
.techiconix-theme .generic-page .entry-content{ font-size:16px; color:var(--ink-700); line-height:1.8; }
.techiconix-theme .generic-page .entry-content p{ color:var(--ink-700); margin-bottom:18px; }
.techiconix-theme .generic-page img{ border-radius:16px; margin:20px 0; }

/* Rich long-form typography for real WP editor content on deep service pages */
.techiconix-theme .premium-entry h2{ font-size:27px; font-weight:800; margin:44px 0 16px; letter-spacing:-0.01em; }
.techiconix-theme .premium-entry h3{ font-size:21px; font-weight:800; margin:34px 0 14px; }
.techiconix-theme .premium-entry h4{ font-size:17px; font-weight:800; margin:26px 0 10px; }
.techiconix-theme .premium-entry h2:first-child, .techiconix-theme .premium-entry h3:first-child{ margin-top:0; }
.techiconix-theme .premium-entry ul, .techiconix-theme .premium-entry ol{ margin:0 0 22px; padding-left:0; list-style:none; display:flex; flex-direction:column; gap:10px; }
.techiconix-theme .premium-entry ul li{ padding-left:28px; position:relative; color:var(--ink-700); }
.techiconix-theme .premium-entry ul li::before{ content:"✓"; position:absolute; left:0; top:0; color:var(--teal); font-weight:800; }
.techiconix-theme .premium-entry ol{ counter-reset:techiconix-ol; }
.techiconix-theme .premium-entry ol li{ padding-left:32px; position:relative; color:var(--ink-700); counter-increment:techiconix-ol; }
.techiconix-theme .premium-entry ol li::before{ content:counter(techiconix-ol); position:absolute; left:0; top:-1px; width:22px; height:22px; border-radius:50%; background:var(--plane-2); color:var(--ink-900); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.techiconix-theme .premium-entry a{ color:var(--teal-deep); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.techiconix-theme .premium-entry a:hover{ color:var(--ink-900); }
.techiconix-theme .premium-entry strong{ color:var(--ink-900); }
.techiconix-theme .premium-entry blockquote{ margin:28px 0; padding:20px 26px; border-left:3px solid var(--teal); background:var(--plane); border-radius:0 14px 14px 0; font-style:italic; color:var(--ink-700); }
.techiconix-theme .premium-entry table{ width:100%; border-collapse:collapse; margin:24px 0; font-size:14.5px; }
.techiconix-theme .premium-entry table th, .techiconix-theme .premium-entry table td{ border:1px solid var(--line); padding:10px 14px; text-align:left; }
.techiconix-theme .premium-entry table th{ background:var(--plane-2); font-weight:800; }
.techiconix-theme .premium-entry hr{ border:none; border-top:1px solid var(--line); margin:40px 0; }
.techiconix-theme .premium-entry figure{ margin:24px 0; }
.techiconix-theme .premium-entry figcaption{ font-size:13px; color:var(--ink-400); margin-top:8px; text-align:center; }
.techiconix-theme .post-list{ display:flex; flex-direction:column; gap:24px; }
.techiconix-theme .post-card{ border:1px solid var(--line); border-radius:16px; padding:24px; }
.techiconix-theme .post-card h2{ font-size:20px; font-weight:800; margin-bottom:8px; }
.techiconix-theme .post-card h2 a:hover{ color:var(--blue-deep); }
.techiconix-theme .post-card .meta{ font-size:13px; color:var(--ink-400); margin-bottom:10px; }

/* ---------- Trust bar (below header) ---------- */
.techiconix-theme .trust-bar{ background:var(--dark-900); color:#fff; padding:11px 0; font-size:13px; }
.techiconix-theme .trust-bar .wrap{ display:flex; align-items:center; justify-content:center; gap:28px; flex-wrap:wrap; text-align:center; }
.techiconix-theme .trust-bar span{ color:#c3c2b7; display:flex; align-items:center; gap:7px; }
.techiconix-theme .trust-bar strong{ color:#fff; }
.techiconix-theme .trust-bar .sep{ width:4px; height:4px; border-radius:50%; background:#3a3a3a; }

/* ---------- Mobile menu ---------- */
.techiconix-theme .burger{
  display:none; width:40px; height:40px; border-radius:10px; border:1px solid var(--line);
  background:var(--surface); align-items:center; justify-content:center; cursor:pointer; flex-direction:column; gap:4px;
}
.techiconix-theme .burger span{ width:18px; height:2px; background:var(--ink-900); border-radius:2px; transition:transform .2s ease, opacity .2s ease; }
.techiconix-theme .burger.is-open span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
.techiconix-theme .burger.is-open span:nth-child(2){ opacity:0; }
.techiconix-theme .burger.is-open span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }
.techiconix-theme .mobile-panel{
  display:none; position:fixed; inset:0; z-index:60; background:rgba(9,11,16,0.55); backdrop-filter:blur(2px);
}
.techiconix-theme .mobile-panel.is-open{ display:block; }
.techiconix-theme .mobile-panel-inner{
  position:absolute; top:0; right:0; height:100%; width:min(320px,84vw); background:var(--surface);
  padding:24px; box-shadow:var(--shadow-2); display:flex; flex-direction:column; gap:6px;
}
.techiconix-theme .mobile-panel-inner .navlinks{ display:flex; flex-direction:column; gap:0; }
.techiconix-theme .mobile-panel-inner a{
  padding:14px 6px; font-size:16px; font-weight:700; color:var(--ink-900); border-bottom:1px solid var(--line);
}
.techiconix-theme .mobile-panel-close{ align-self:flex-end; width:36px; height:36px; border-radius:50%; border:1px solid var(--line); background:none; font-size:18px; cursor:pointer; margin-bottom:10px; }
.techiconix-theme .mobile-panel-cta{ margin-top:18px; }

/* ---------- Sticky mobile conversion bar ---------- */
.techiconix-theme .sticky-cta{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:55;
  background:var(--surface); border-top:1px solid var(--line); padding:10px 16px;
  box-shadow:0 -8px 24px rgba(10,10,12,0.10);
}
.techiconix-theme .sticky-cta .row{ display:flex; gap:10px; }
.techiconix-theme .sticky-cta .btn{ flex:1; padding:13px 10px; font-size:14px; }

/* ---------- Named framework (service pillars) ---------- */
.techiconix-theme .framework-tag{ display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; color:var(--orange-deep); background:rgba(255,106,40,0.09); border:1px solid rgba(255,106,40,0.2); padding:5px 12px; border-radius:999px; margin-bottom:14px; }

/* ---------- Premium blog ---------- */
.techiconix-theme .blog-toolbar{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:40px; }
.techiconix-theme .cat-pills{ display:flex; gap:8px; flex-wrap:wrap; }
.techiconix-theme .cat-pill{ font-size:13px; font-weight:700; padding:8px 16px; border-radius:999px; border:1px solid var(--line); color:var(--ink-500); }
.techiconix-theme .cat-pill.active{ background:var(--ink-900); border-color:var(--ink-900); color:#fff; }
.techiconix-theme .featured-post{
  display:grid; grid-template-columns:1.1fr 0.9fr; gap:0; border:1px solid var(--line); border-radius:24px;
  overflow:hidden; margin-bottom:56px; box-shadow:var(--shadow-1); background:var(--surface);
}
.techiconix-theme .featured-post .fp-media{ background:var(--grad-brand); min-height:280px; position:relative; }
.techiconix-theme .featured-post .fp-media img{ width:100%; height:100%; object-fit:cover; }
.techiconix-theme .featured-post .fp-body{ padding:44px 40px; display:flex; flex-direction:column; justify-content:center; }
.techiconix-theme .featured-post .fp-tag{ font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; color:var(--orange-deep); margin-bottom:14px; }
.techiconix-theme .featured-post h2{ font-size:28px; font-weight:800; margin-bottom:14px; }
.techiconix-theme .featured-post h2 a:hover{ color:var(--blue-deep); }
.techiconix-theme .featured-post p{ font-size:15px; }
.techiconix-theme .featured-post .fp-meta{ margin-top:22px; font-size:13px; color:var(--ink-400); display:flex; gap:14px; align-items:center; }
.techiconix-theme .blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.techiconix-theme .blog-card{ border:1px solid var(--line); border-radius:18px; overflow:hidden; background:var(--surface); transition:transform .18s ease, box-shadow .18s ease; }
.techiconix-theme .blog-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-2); }
.techiconix-theme .blog-card .bc-media{ height:170px; background:var(--grad-brand); position:relative; }
.techiconix-theme .blog-card .bc-media img{ width:100%; height:100%; object-fit:cover; }
.techiconix-theme .blog-card .bc-body{ padding:22px; }
.techiconix-theme .blog-card .bc-tag{ font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; color:var(--orange-deep); margin-bottom:10px; }
.techiconix-theme .blog-card h3{ font-size:17px; font-weight:800; margin-bottom:10px; }
.techiconix-theme .blog-card h3 a:hover{ color:var(--blue-deep); }
.techiconix-theme .blog-card p{ font-size:13.5px; }
.techiconix-theme .blog-card .bc-meta{ margin-top:16px; font-size:12.5px; color:var(--ink-400); display:flex; gap:10px; align-items:center; }
.techiconix-theme .blog-card .bc-meta .dot{ width:3px; height:3px; border-radius:50%; background:var(--ink-400); }
.techiconix-theme .blog-empty{ text-align:center; padding:60px 0; color:var(--ink-400); }

/* Premium single post */
.techiconix-theme .post-hero{ background:var(--dark-900); color:#fff; padding:70px 0 56px; }
.techiconix-theme .post-hero .fp-tag{ color:#ffb083; }
.techiconix-theme .post-hero h1{ font-size:38px; font-weight:800; margin:16px 0 18px; max-width:760px; }
.techiconix-theme .post-hero .post-meta{ color:#a7a6a0; font-size:13.5px; display:flex; gap:14px; flex-wrap:wrap; }
.techiconix-theme .post-featured-media{ margin-top:-40px; position:relative; z-index:2; }
.techiconix-theme .post-featured-media img{ width:100%; max-width:900px; margin:0 auto; border-radius:20px; box-shadow:var(--shadow-2); display:block; }
.techiconix-theme .post-body{ max-width:760px; margin:56px auto 0; font-size:17px; line-height:1.85; color:var(--ink-700); }
.techiconix-theme .post-body p{ margin-bottom:20px; color:var(--ink-700); }
.techiconix-theme .post-body h2, .techiconix-theme .post-body h3{ margin:36px 0 16px; font-weight:800; }
.techiconix-theme .post-body img{ border-radius:16px; margin:24px 0; }
.techiconix-theme .post-cta{ max-width:760px; margin:56px auto 0; }

/* Responsive */
@media (max-width:980px){
  .techiconix-theme .navlinks, .techiconix-theme .nav-phone{ display:none; }
  .techiconix-theme .burger{ display:flex; }
  .techiconix-theme .nav-actions > .btn-primary{ display:none; }
  .techiconix-theme .hero-inner{ grid-template-columns:1fr; }
  .techiconix-theme .hero h1{ font-size:38px; }
  .techiconix-theme .stats-grid, .techiconix-theme .services-grid, .techiconix-theme .process-grid, .techiconix-theme .pricing-grid, .techiconix-theme .t-grid{ grid-template-columns:repeat(2,1fr); }
  .techiconix-theme .footer-grid{ grid-template-columns:1fr 1fr; }
  .techiconix-theme .price-card.featured{ transform:none; }
  .techiconix-theme .contact-layout{ grid-template-columns:1fr; }
  .techiconix-theme .form-card{ padding:26px; }
  .techiconix-theme .faq-grid{ grid-template-columns:1fr; }
  .techiconix-theme .featured-post{ grid-template-columns:1fr; }
  .techiconix-theme .blog-grid{ grid-template-columns:repeat(2,1fr); }
  .techiconix-theme .sticky-cta{ display:block; }
  body.techiconix-theme{ padding-bottom:64px; }
  .techiconix-theme .trust-bar .wrap{ gap:14px; font-size:12px; }
}
@media (max-width:600px){
  .techiconix-theme section{ padding:64px 0; }
  .techiconix-theme .hero{ padding:80px 0 60px; }
  .techiconix-theme .hero h1{ font-size:32px; }
  .techiconix-theme .stats-grid, .techiconix-theme .services-grid, .techiconix-theme .process-grid, .techiconix-theme .pricing-grid, .techiconix-theme .t-grid, .techiconix-theme .footer-grid{ grid-template-columns:1fr; }
  .techiconix-theme .cta-banner{ padding:40px 26px; flex-direction:column; align-items:flex-start; }
  .techiconix-theme .page-hero h1{ font-size:32px; }
  .techiconix-theme .form-grid{ grid-template-columns:1fr; }
}
