/* ════════════════════════════════════════
	 WPINSTINCT — style.css
════════════════════════════════════════ */
:root {
	--navy:    #0d1b2e;
	--blue:    #4F8EF7;
	--white:   #ffffff;
	--gray-50: #f9fafb;
	--gray-100:#f3f4f6;
	--gray-200:#e5e7eb;
	--gray-400:#9ca3af;
	--gray-500:#6b7280;
	--gray-600:#4b5563;
	--gray-700:#374151;
	--gray-800:#1f2937;
	--text:    #1f2937;
	--text-2:  #4b5563;
	--text-3:  #6b7280;
	--font:    'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
	--shadow:  0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
	--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
	--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.15),0 8px 10px -6px rgba(0,0,0,0.1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:var(--font);color:var(--text);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
button{cursor:pointer;font-family:var(--font);}

/* ── CONTAINER ── */
.container{max-width:1200px;margin:0 auto;padding:0 32px;}

/* ── SCROLLBAR ── */
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background:#f1f5f9;}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;}

/* ════════════════════════════════════════
	 BUTTONS
════════════════════════════════════════ */
.btn-get-started{background:var(--blue);color:white;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap;transition:all .2s;flex-shrink:0;}
.btn-get-started:hover{background:#3b7de8;transform:translateY(-1px);}
.btn-hero-primary{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:white;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 16px rgba(79,142,247,.4);}
.btn-hero-primary:hover{background:#3b7de8;transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,142,247,.5);}
.btn-hero-secondary{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);color:white;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.2);transition:all .2s;}
.btn-hero-secondary:hover{background:rgba(255,255,255,.18);}
.btn-view-details{display:block;text-align:center;padding:9px 16px;border-radius:7px;font-size:13px;font-weight:600;color:var(--text-2);border:1.5px solid var(--gray-200);transition:all .2s;}
.btn-view-details:hover{border-color:var(--blue);color:var(--blue);background:rgba(79,142,247,.04);}
.btn-buy-now{display:block;text-align:center;padding:10px 16px;border-radius:7px;font-size:13px;font-weight:700;color:white;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.2);}
.btn-buy-now:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.25);}
.btn-shopify-cta{display:inline-flex;align-items:center;gap:8px;background:#16a34a;color:white;padding:12px 22px;border-radius:8px;font-size:13.5px;font-weight:700;transition:all .2s;box-shadow:0 4px 16px rgba(22,163,74,.4);}
.btn-shopify-cta:hover{background:#15803d;transform:translateY(-2px);}
.btn-cta-primary{background:var(--blue);color:white;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 14px rgba(79,142,247,.4);}
.btn-cta-primary:hover{background:#3b7de8;transform:translateY(-1px);}
.btn-cta-secondary{background:rgba(255,255,255,.1);color:white;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.2);transition:all .2s;}
.btn-cta-secondary:hover{background:rgba(255,255,255,.18);}
.btn-email-cta{display:inline-flex;align-items:center;background:var(--blue);color:white;padding:11px 24px;border-radius:8px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px rgba(79,142,247,.35);}
.btn-email-cta:hover{background:#3b7de8;transform:translateY(-1px);box-shadow:0 6px 20px rgba(79,142,247,.45);}

/* ════════════════════════════════════════
	 NAVBAR
════════════════════════════════════════ */
.navbar{position:fixed;top:0;left:0;right:0;z-index:999;background:rgba(13,27,46,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);height:60px;}
.nav-container{max-width:1280px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:8px;}
.nav-logo{display:flex;align-items:center;gap:8px;margin-right:16px;}
.logo-text{font-size:15px;font-weight:600;color:white;letter-spacing:.02em;}
.logo-text strong{font-weight:800;}
.nav-links{display:flex;align-items:center;gap:2px;flex:1;}
.nav-link{font-size:13px;font-weight:500;color:rgba(255,255,255,.75);padding:6px 11px;border-radius:6px;transition:all .2s;white-space:nowrap;background:none;border:none;display:flex;align-items:center;gap:4px;}
.nav-link:hover{background:rgba(255,255,255,.1);color:white;}
.nav-dropdown{position:relative;}
.nav-dropdown-btn{cursor:pointer;}
.dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:white;border:1px solid var(--gray-200);border-radius:10px;padding:6px;min-width:260px;box-shadow:var(--shadow-xl);z-index:100;}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:block;}
.dropdown-menu a{display:block;padding:8px 12px;font-size:13px;color:var(--text);border-radius:6px;transition:background .15s;}
.dropdown-menu a:hover{background:var(--gray-50);color:var(--blue);}
.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:6px;}
.hamburger span{display:block;width:20px;height:1.5px;background:white;border-radius:2px;}
.text-blue{color:var(--blue);}

/* ════════════════════════════════════════
	 HERO
════════════════════════════════════════ */
.hero{background:linear-gradient(135deg,#0a1628 0%,#0d1b2e 40%,#111827 100%);padding:90px 0 60px;position:relative;overflow:hidden;}
.hero-bg-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(79,142,247,.06),transparent),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(124,58,237,.05),transparent);pointer-events:none;}
.hero-container{max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center;position:relative;z-index:1;}
.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:20px;}
.hero-h1{font-size:clamp(32px,4.5vw,50px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:white;margin-bottom:20px;}
.hero-blue{color:var(--blue);}
.hero-sub{font-size:15px;color:rgba(255,255,255,.55);line-height:1.65;max-width:400px;margin-bottom:32px;}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;}
.hero-trust-row{display:flex;gap:20px;flex-wrap:wrap;}
.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:rgba(255,255,255,.45);font-weight:500;}

/* Hero right */
.hero-right{display:flex;flex-direction:column;gap:10px;}
.journey-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:18px 20px;backdrop-filter:blur(8px);}
.journey-title{font-size:13px;font-weight:600;color:var(--blue);text-align:center;margin-bottom:16px;}
.journey-steps{display:flex;align-items:center;justify-content:space-between;gap:4px;}
.journey-step{display:flex;flex-direction:column;align-items:center;gap:6px;}
.jstep-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.jstep-blue{background:rgba(79,142,247,.25);}
.jstep-purple{background:rgba(124,58,237,.25);}
.jstep-teal{background:rgba(13,148,136,.25);}
.jstep-green2{background:rgba(22,163,74,.25);}
.jstep-orange{background:rgba(234,88,12,.25);}
.jstep-label{font-size:9.5px;color:rgba(255,255,255,.55);text-align:center;max-width:52px;line-height:1.3;}
.journey-arrow{font-size:14px;color:rgba(255,255,255,.3);flex-shrink:0;padding-bottom:14px;}

/* Hero bottom cards */
.hero-bottom-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.vehicle-finder-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px;}
.vf-header{font-size:12px;font-weight:700;color:white;margin-bottom:12px;}
.vf-field{margin-bottom:8px;}
.vf-field label{display:block;font-size:10px;color:rgba(255,255,255,.45);margin-bottom:3px;font-weight:500;}
.vf-select{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:6px 10px;font-size:11.5px;color:white;display:flex;justify-content:space-between;align-items:center;}
.vf-select span{color:rgba(255,255,255,.5);font-size:9px;}
.vf-btn{width:100%;margin-top:10px;background:var(--blue);color:white;border:none;border-radius:7px;padding:8px;font-size:11px;font-weight:700;transition:background .2s;}
.vf-btn:hover{background:#3b7de8;}
.hero-results-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;}
.results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-size:10.5px;color:rgba(255,255,255,.65);line-height:1.4;margin-bottom:12px;font-weight:500;}
.results-check{flex-shrink:0;margin-top:1px;}

/* Industry grid in hero results */
.results-industries{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}
.ri-item{display:flex;flex-direction:column;align-items:center;gap:4px;}
.ri-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;}
.ri-item span{font-size:8.5px;color:rgba(255,255,255,.5);text-align:center;font-weight:500;}

/* ════════════════════════════════════════
	 PLUGINS SECTION
════════════════════════════════════════ */
.plugins-section{background:#f8f9fa;padding:72px 0;}
.plugins-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.plugins-head{text-align:center;margin-bottom:40px;}
.plugins-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;}
.plugins-h2{font-size:clamp(24px,3.5vw,36px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:12px;}
.plugins-sub{font-size:14px;color:var(--text-3);max-width:560px;margin:0 auto;line-height:1.65;}

/* Plugin row */
.plugin-row{display:grid;grid-template-columns:320px 1fr 180px;background:white;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .25s,transform .25s;}
.plugin-row:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px);}

/* Left colored panel */
.plugin-left{padding:22px 20px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;}
.plugin-icon-wrap{width:44px;height:44px;background:rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.plugin-card-name{font-size:15px;font-weight:700;color:white;line-height:1.3;letter-spacing:-.01em;}
.plugin-card-desc{font-size:11.5px;color:rgba(255,255,255,.65);line-height:1.5;}

/* Plugin banner */
.plugin-banner{margin-top:6px;background:rgba(0,0,0,.25);border-radius:8px;padding:10px 12px;backdrop-filter:blur(4px);}
.pb-label{font-size:8.5px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;}
.pb-row{display:flex;align-items:center;gap:6px;margin-bottom:5px;}
.pb-field-label{font-size:8px;color:rgba(255,255,255,.4);font-weight:500;width:38px;flex-shrink:0;}
.pb-select{flex:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:3px 7px;font-size:8.5px;color:rgba(255,255,255,.6);display:flex;justify-content:space-between;align-items:center;}
.pb-select span{font-size:8px;opacity:.6;}
.pb-sel-active{border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.9);}
.pb-btn{width:100%;background:var(--blue);border:none;border-radius:5px;padding:6px;font-size:8.5px;font-weight:700;color:white;text-align:center;margin-top:8px;cursor:pointer;}
.pb-result{display:flex;align-items:center;gap:5px;font-size:8px;color:rgba(255,255,255,.8);font-weight:600;margin-top:6px;background:rgba(34,197,94,.1);border-radius:4px;padding:4px 7px;}

/* Glossary banner elements */
.pb-alpha-row{display:flex;gap:3px;flex-wrap:wrap;margin-bottom:8px;}
.pb-alpha{width:18px;height:18px;border-radius:4px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:rgba(255,255,255,.5);}
.pb-alpha-active{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.35);color:white;}
.pb-glossary-entry{background:rgba(255,255,255,.06);border-radius:4px;padding:4px 7px;margin-bottom:4px;border-left:2px solid rgba(255,255,255,.3);}
.pb-ge-term{font-size:8.5px;font-weight:700;color:rgba(255,255,255,.85);}
.pb-ge-def{font-size:7.5px;color:rgba(255,255,255,.45);margin-top:1px;line-height:1.3;}
.pb-tooltip{font-size:7.5px;color:rgba(255,255,255,.4);margin-top:6px;font-style:italic;}

/* Taxonomy banner */
.pb-tax-tabs{display:flex;gap:4px;margin-bottom:7px;}
.pb-tax-tab{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:3px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.1);}
.pb-tax-active{background:rgba(255,255,255,.2);color:white;border-color:rgba(255,255,255,.3);}
.pb-tax-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:5px;}
.pb-tag-item{font-size:7.5px;padding:2px 7px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.6);}
.pb-tag-active{background:rgba(255,255,255,.18);color:white;border-color:rgba(255,255,255,.3);}

/* Search banner */
.pb-search-bar{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:5px;padding:5px 8px;margin-bottom:6px;}
.pb-search-bar span{font-size:8.5px;color:rgba(255,255,255,.4);}
.pb-search-result{display:flex;align-items:center;gap:6px;padding:3px 5px;background:rgba(255,255,255,.04);border-radius:4px;margin-bottom:3px;}
.pb-sr-dot{width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0;}
.pb-sr-text{font-size:8px;color:rgba(255,255,255,.5);}
.pb-sr-text strong{color:rgba(255,255,255,.8);font-weight:600;}
.pb-trending{display:flex;align-items:center;gap:5px;margin-top:6px;flex-wrap:wrap;}
.pb-trend-label{font-size:7px;font-weight:700;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.08em;}
.pb-trend-tag{font-size:7.5px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:2px 6px;color:rgba(255,255,255,.5);}

/* Plugin middle */
.plugin-middle{padding:24px 22px;display:flex;align-items:center;border-left:1px solid var(--gray-100);}
.plugin-features{display:flex;flex-direction:column;gap:8px;width:100%;}
.plugin-features li{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--text-2);line-height:1.45;}
.plugin-features li::before{content:'';display:block;width:16px;height:16px;border-radius:50%;background:rgba(79,142,247,.1);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8l2.5 2.5L12 5' stroke='%234F8EF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");flex-shrink:0;margin-top:1px;}

/* Plugin right */
.plugin-right{padding:24px 18px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;border-left:1px solid var(--gray-100);}

/* ════════════════════════════════════════
	 TESTIMONIALS
════════════════════════════════════════ */
.testi-section{background:#fff;padding:72px 0;border-top:1px solid var(--gray-100);}
.testi-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.testi-head{text-align:center;margin-bottom:44px;}
.testi-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;}
.testi-h2{font-size:clamp(22px,3vw,34px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:10px;}
.testi-sub{font-size:14px;color:var(--text-3);max-width:520px;margin:0 auto;line-height:1.65;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.testi-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:14px;padding:24px;transition:all .25s;}
.testi-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:#c7d9fd;background:#f5f8ff;}
.testi-stars{font-size:14px;color:#f59e0b;letter-spacing:2px;margin-bottom:12px;}
.testi-text{font-size:13.5px;color:var(--text-2);line-height:1.7;margin-bottom:18px;font-style:italic;}
.testi-author{display:flex;align-items:center;gap:10px;}
.testi-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;}
.av-blue{background:rgba(79,142,247,.15);color:#2563eb;}
.av-purple{background:rgba(124,58,237,.15);color:#7c3aed;}
.av-teal{background:rgba(13,148,136,.15);color:#0d9488;}
.av-orange{background:rgba(234,88,12,.15);color:#ea580c;}
.av-green{background:rgba(22,163,74,.15);color:#16a34a;}
.testi-name{font-size:13px;font-weight:700;color:var(--text);}
.testi-role{font-size:11px;color:var(--text-3);margin-top:2px;}

/* ════════════════════════════════════════
	 SHOPIFY SECTION
════════════════════════════════════════ */
.shopify-section{background:linear-gradient(135deg,#0a1f0e 0%,#0d2818 50%,#0a1f14 100%);padding:72px 0;overflow:hidden;}
.shopify-container{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:40px;align-items:center;}
.shopify-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:#4ade80;text-transform:uppercase;margin-bottom:14px;}
.shopify-h2{font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-.03em;color:white;line-height:1.15;margin-bottom:14px;}
.shopify-green{color:#4ade80;}
.shopify-desc{font-size:13.5px;color:rgba(255,255,255,.5);line-height:1.65;margin-bottom:20px;max-width:340px;}
.shopify-feats{display:flex;flex-direction:column;gap:9px;margin-bottom:28px;}
.shopify-feats li{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.7);}

/* Shopify form */
.shopify-form-card{background:white;border-radius:14px;padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.4);}
.sfc-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:18px;letter-spacing:-.01em;}
.sfc-field{margin-bottom:12px;}
.sfc-field label{display:block;font-size:11.5px;color:var(--text-3);margin-bottom:5px;font-weight:500;}
.sfc-select{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:7px;padding:9px 12px;font-size:13px;color:var(--text);display:flex;justify-content:space-between;align-items:center;}
.sfc-select span{color:var(--gray-400);}
.sfc-btn{width:100%;background:#16a34a;color:white;border:none;border-radius:8px;padding:11px;font-size:13.5px;font-weight:700;margin-top:16px;transition:background .2s;}
.sfc-btn:hover{background:#15803d;}

/* Shopify right */
.shopify-right{position:relative;}
.matched-header{font-size:13px;font-weight:700;color:rgba(255,255,255,.7);margin-bottom:10px;}
.matched-products{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;}
.matched-product{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px;}
.mp-img{width:40px;height:40px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#2d2d2d;}
.mp-info{flex:1;}
.mp-name{font-size:12px;font-weight:600;color:white;}
.mp-price{font-size:12px;font-weight:700;color:#4ade80;margin-top:1px;}
.mp-fit{font-size:10.5px;color:rgba(255,255,255,.4);margin-top:1px;}
.mp-check{flex-shrink:0;}

/* Industry icon grid in shopify */
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}
.ig-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;gap:5px;transition:background .2s;}
.ig-item:hover{background:rgba(255,255,255,.1);}
.ig-icon{width:34px;height:34px;border-radius:7px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;}
.ig-item span{font-size:9px;color:rgba(255,255,255,.6);font-weight:500;text-align:center;}

/* ════════════════════════════════════════
	 TRUST SECTION
════════════════════════════════════════ */
.trust-section{background:white;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:24px 0;}
.trust-container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;}
.trust-text{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;}
.trust-logos{display:flex;align-items:center;gap:32px;flex-wrap:wrap;}
.trust-logo{display:flex;align-items:center;opacity:.65;transition:opacity .2s;}
.trust-logo:hover{opacity:1;}

/* ════════════════════════════════════════
	 FEATURES
════════════════════════════════════════ */
.features-section{background:var(--gray-50);padding:52px 0;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);}
.features-container{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(6,1fr);gap:24px;}
.feature-item{text-align:center;}
.feat-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:rgba(79,142,247,.06);border-radius:12px;}
.feat-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:5px;letter-spacing:-.01em;}
.feat-desc{font-size:11.5px;color:var(--text-3);line-height:1.55;}

/* ════════════════════════════════════════
	 CTA
════════════════════════════════════════ */
.cta-section{background:var(--navy);padding:56px 0;}
.cta-container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;gap:40px;flex-wrap:wrap;}
.cta-icon{flex-shrink:0;}
.cta-text{flex:1;min-width:260px;}
.cta-h2{font-size:clamp(20px,2.5vw,26px);font-weight:800;color:white;letter-spacing:-.02em;margin-bottom:6px;line-height:1.2;}
.cta-sub{font-size:13px;color:rgba(255,255,255,.5);line-height:1.6;}
.cta-btns{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0;}

/* ════════════════════════════════════════
	 SERVICES
════════════════════════════════════════ */
.services-section{background:white;padding:72px 0;border-top:1px solid var(--gray-100);}
.services-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.services-head{text-align:center;margin-bottom:40px;}
.services-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:10px;}
.services-h2{font-size:clamp(22px,3vw,32px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:10px;}
.services-sub{font-size:14px;color:var(--text-3);max-width:540px;margin:0 auto;line-height:1.65;}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;}
.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:18px 16px;transition:all .2s;}
.service-card:hover{border-color:#c7d9fd;background:#f5f8ff;box-shadow:0 4px 20px rgba(79,142,247,.08);transform:translateY(-2px);}
.sc-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;flex-shrink:0;}
.sc-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:9px;letter-spacing:-.01em;}
.sc-tags{display:flex;flex-wrap:wrap;gap:5px;}
.sctag{font-size:11px;font-weight:500;padding:3px 8px;border-radius:100px;white-space:nowrap;}
.sctag-blue{background:rgba(79,142,247,.1);color:#1d6bf5;}
.sctag-purple{background:rgba(124,58,237,.1);color:#6d28d9;}
.sctag-teal{background:rgba(13,148,136,.1);color:#0f766e;}
.sctag-green{background:rgba(22,163,74,.1);color:#15803d;}
.sctag-orange{background:rgba(234,88,12,.1);color:#c2410c;}
.sctag-amber{background:rgba(217,119,6,.1);color:#b45309;}
.sctag-pink{background:rgba(219,39,119,.1);color:#be185d;}

/* Tech strip */
.tech-strip{background:var(--navy);border-radius:12px;padding:16px 22px;display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;}
.tech-strip-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;margin-top:3px;flex-shrink:0;}
.tech-strip-pills{display:flex;flex-wrap:wrap;gap:6px;}
.tech-strip-pills span{background:rgba(79,142,247,.15);border:1px solid rgba(79,142,247,.25);color:rgba(255,255,255,.7);font-size:12px;font-weight:500;padding:4px 12px;border-radius:100px;}

/* ════════════════════════════════════════
	 CONTACT
════════════════════════════════════════ */
.contact-section{background:var(--gray-50);padding:72px 0;border-top:1px solid var(--gray-100);}
.contact-container{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.contact-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:12px;}
.contact-h2{font-size:clamp(22px,3vw,32px);font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1.2;margin-bottom:14px;}
.contact-desc{font-size:14px;color:var(--text-3);line-height:1.7;margin-bottom:28px;max-width:440px;}
.contact-highlights{display:flex;flex-direction:column;gap:18px;}
.contact-highlight{display:flex;align-items:flex-start;gap:13px;}
.ch-icon{width:36px;height:36px;flex-shrink:0;background:rgba(79,142,247,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.ch-text{display:flex;flex-direction:column;gap:3px;}
.ch-text strong{display:block;font-size:13.5px;font-weight:700;color:var(--text);}
.ch-text span{font-size:12.5px;color:var(--text-3);line-height:1.5;}

/* Contact card */
.contact-card{background:white;border:1px solid var(--gray-200);border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.1);}
.contact-card-top{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid var(--gray-100);flex-wrap:wrap;}
.cc-avatar{flex-shrink:0;}
.cc-name{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em;}
.cc-role{font-size:11.5px;color:var(--text-3);margin-top:2px;}
.cc-status{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#16a34a;background:rgba(22,163,74,.08);border:1px solid rgba(22,163,74,.2);padding:4px 10px;border-radius:100px;white-space:nowrap;}
.cc-dot{width:6px;height:6px;background:#16a34a;border-radius:50%;animation:pulse-dot 2s ease infinite;}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.4);}}
.contact-email-box{padding:24px;border-bottom:1px solid var(--gray-100);}
.email-label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;}
.email-address{display:block;font-size:20px;font-weight:800;color:var(--blue);letter-spacing:-.02em;margin-bottom:16px;transition:color .2s;}
.email-address:hover{color:#3b7de8;}
.contact-also{padding:16px 24px;}
.ca-label{font-size:11px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;}
.ca-links{display:flex;gap:10px;flex-wrap:wrap;}
.ca-link{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--text-2);background:var(--gray-50);border:1px solid var(--gray-200);padding:7px 14px;border-radius:8px;transition:all .2s;}
.ca-link-cc:hover{border-color:#82b541;color:#5a8a1a;background:rgba(130,181,65,.05);}
.ca-link-shopify:hover{border-color:#96BF48;color:#5a8a1a;background:rgba(150,191,72,.05);}

/* ════════════════════════════════════════
	 FOOTER
════════════════════════════════════════ */
.footer{background:#0a1628;border-top:1px solid rgba(255,255,255,.07);}
.footer-container{max-width:1200px;margin:0 auto;padding:52px 32px 40px;display:grid;grid-template-columns:2fr 1.6fr 1.2fr;gap:48px;}
.footer-logo{display:flex;align-items:center;gap:9px;margin-bottom:12px;}
.footer-logo-text{font-size:14px;font-weight:600;color:white;}
.footer-logo-text strong{font-weight:800;}
.footer-brand-desc{font-size:12px;color:rgba(255,255,255,.4);line-height:1.7;margin-bottom:20px;max-width:260px;}
.footer-social{display:flex;gap:8px;}
.footer-platform-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;transition:all .2s;}
.footer-cc-btn{background:#3a5a00;color:rgba(255,255,255,.85);border:1px solid rgba(130,181,65,.3);}
.footer-cc-btn:hover{background:#4a7000;color:white;}
.footer-shopify-btn{background:#1a3a00;color:rgba(255,255,255,.85);border:1px solid rgba(150,191,72,.3);}
.footer-shopify-btn:hover{background:#245200;color:white;}
.footer-col h4{font-size:12px;font-weight:700;color:white;letter-spacing:.04em;margin-bottom:14px;}
.footer-col ul{display:flex;flex-direction:column;gap:9px;}
.footer-col li a{font-size:12px;color:rgba(255,255,255,.45);transition:color .2s;line-height:1.4;}
.footer-col li a:hover{color:rgba(255,255,255,.85);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:16px 0;}
.footer-bottom-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.footer-bottom-inner span{font-size:12px;color:rgba(255,255,255,.3);}
.footer-bottom-links{display:flex;gap:20px;}
.footer-bottom-links a{font-size:12px;color:rgba(255,255,255,.3);transition:color .2s;}
.footer-bottom-links a:hover{color:rgba(255,255,255,.65);}

/* ════════════════════════════════════════
	 RESPONSIVE
════════════════════════════════════════ */
@media(max-width:1100px){
	.features-container{grid-template-columns:repeat(3,1fr);}
	.services-grid{grid-template-columns:repeat(2,1fr);}
	.plugin-row{grid-template-columns:280px 1fr 160px;}
	.footer-container{grid-template-columns:1fr 1fr;}
}
@media(max-width:960px){
	.hero-container{grid-template-columns:1fr;padding:0 28px;}
	.hero-right{display:none;}
	.shopify-container{grid-template-columns:1fr 1fr;}
	.shopify-right{display:none;}
	.plugin-row{grid-template-columns:260px 1fr;}
	.plugin-right{border-top:1px solid var(--gray-100);border-left:none;grid-column:1/-1;flex-direction:row;justify-content:flex-end;padding:14px 20px;}
	.testi-grid{grid-template-columns:1fr 1fr;}
	.cta-container{flex-direction:column;text-align:center;}
	.cta-text{min-width:unset;}
	.cta-btns{justify-content:center;}
	.contact-container{grid-template-columns:1fr;gap:36px;}
}
@media(max-width:768px){
	.nav-links{display:none;}
	.hamburger{display:flex;}
	.hero-container{padding:0 20px;}
	.hero-h1{font-size:32px;}
	.plugins-container,.shopify-container,.trust-container,.features-container,.cta-container,.footer-container,.footer-bottom-inner,.services-container,.contact-container,.testi-container{padding:0 20px;}
	.plugin-row{grid-template-columns:1fr;}
	.plugin-left{min-height:auto;}
	.plugin-right{border-left:none;border-top:1px solid var(--gray-100);flex-direction:row;justify-content:flex-end;}
	.shopify-container{grid-template-columns:1fr;}
	.features-container{grid-template-columns:repeat(2,1fr);}
	.footer-container{grid-template-columns:1fr;}
	.testi-grid{grid-template-columns:1fr;}
	.services-grid{grid-template-columns:1fr 1fr;}
	.trust-logos{gap:20px;}
	.cc-status{margin-left:0;}
}
@media(max-width:480px){
	.hero-btns{flex-direction:column;}
	.features-container{grid-template-columns:1fr 1fr;}
	.cta-btns{flex-direction:column;width:100%;}
	.btn-cta-primary,.btn-cta-secondary{text-align:center;}
	.services-grid{grid-template-columns:1fr;}
	.footer-container{grid-template-columns:1fr;}
	.tech-strip{flex-direction:column;gap:10px;}
	.hero-trust-row{gap:12px;}
}

/* ════════════════════════════════════════
	 HERO — DEVELOPER EDITION
════════════════════════════════════════ */
.hero-eyebrow-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;}
.eyebrow-tag{font-size:11px;font-weight:700;color:var(--blue);background:rgba(79,142,247,0.12);border:1px solid rgba(79,142,247,0.25);padding:4px 12px;border-radius:100px;letter-spacing:.04em;}
.eyebrow-sep{color:rgba(255,255,255,0.2);font-size:12px;}

.hero-stats-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.hero-stat-item{display:flex;flex-direction:column;gap:2px;}
.hsi-num{font-size:22px;font-weight:800;letter-spacing:-.03em;color:white;line-height:1;}
.hsi-label{font-size:9.5px;font-weight:600;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:.08em;}
.hsi-divider{width:1px;height:32px;background:rgba(255,255,255,0.12);}

/* Services rotating showcase */
.services-showcase{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;}
.ss-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);}
.ss-title{font-size:11px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em;}
.ss-dots{display:flex;gap:5px;}
.ss-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.2);transition:all .3s;cursor:pointer;}
.ss-dot.active{background:var(--blue);width:20px;border-radius:4px;}

.ss-slides{position:relative;min-height:200px;}
.ss-slide{display:none;padding:20px 18px 18px;animation:ssIn .4s ease;}
.ss-slide.active{display:block;}
@keyframes ssIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}

.ss-slide-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.ss-slide-title{font-size:16px;font-weight:700;color:white;letter-spacing:-.02em;margin-bottom:8px;line-height:1.25;}
.ss-slide-desc{font-size:12.5px;color:rgba(255,255,255,.5);line-height:1.65;margin-bottom:14px;}
.ss-slide-tags{display:flex;flex-wrap:wrap;gap:6px;}
.ss-slide-tags span{font-size:11px;font-weight:500;padding:3px 10px;border-radius:100px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.65);}

/* Plugin proof strip */
.hero-proof-strip{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px;margin-top:10px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.hps-label{font-size:10px;font-weight:700;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;}
.hps-items{display:flex;gap:8px;flex-wrap:wrap;}
.hps-item{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,.6);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:4px 10px;border-radius:7px;transition:all .2s;}
.hps-item:hover{background:rgba(255,255,255,.12);color:white;}
.hps-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;}

/* ════════════════════════════════════════
	 TESTIMONIALS — DYNAMIC / ROTATING
════════════════════════════════════════ */
.testi-loading{text-align:center;color:var(--text-3);font-size:14px;padding:40px;grid-column:1/-1;}

.testi-rotate-bar{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;}
.trb-dots{display:flex;gap:6px;}
.trb-dot{width:8px;height:8px;border-radius:50%;background:var(--gray-200);transition:all .3s;cursor:pointer;}
.trb-dot.active{background:var(--blue);width:22px;border-radius:4px;}
.trb-label{font-size:11.5px;color:var(--text-3);}

/* Progress bar under testimonials */
.testi-progress{height:2px;background:var(--gray-100);border-radius:2px;margin-top:16px;overflow:hidden;}
.testi-progress-bar{height:100%;background:var(--blue);border-radius:2px;width:0%;transition:width linear;}

/* ════════════════════════════════════════
	 SERVICES — UNIFORM CARD HEIGHT
════════════════════════════════════════ */
.services-grid{align-items:start;}
.service-card{height:100%;}

/* ════════════════════════════════════════
	 TECH STRIP — IMPROVED
════════════════════════════════════════ */
.tech-strip{background:var(--navy);border:1px solid rgba(79,142,247,0.15);border-radius:14px;padding:20px 24px;margin-top:24px;}
.tech-strip-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.tech-strip-title{font-size:12px;font-weight:700;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:.12em;}
.tech-strip-line{flex:1;height:1px;background:rgba(255,255,255,.08);}
.tech-strip-pills{display:flex;flex-wrap:wrap;gap:7px;}
.tech-strip-pills span{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.65);font-size:12.5px;font-weight:500;padding:5px 14px;border-radius:100px;transition:all .2s;}
.tech-strip-pills span:hover{background:rgba(79,142,247,0.2);border-color:rgba(79,142,247,0.4);color:white;}

/* ════════════════════════════════════════
	 DEVELOPER SHOWCASE (Hero Right)
════════════════════════════════════════ */
.dev-showcase {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	overflow: hidden;
}

/* Profile row */
.ds-profile {
	display: flex; align-items: center; gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	background: rgba(0,0,0,.15);
	flex-wrap: wrap;
}
.ds-avatar { flex-shrink: 0; }
.ds-name { font-size: 14px; font-weight: 700; color: white; letter-spacing: -.01em; }
.ds-title { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; }
.ds-available {
	margin-left: auto;
	display: flex; align-items: center; gap: 6px;
	font-size: 11px; font-weight: 600; color: #4ade80;
	background: rgba(74,222,128,.1); border: 1px solid rgba(74,222,128,.2);
	padding: 4px 10px; border-radius: 100px; white-space: nowrap;
}
.ds-avail-dot {
	width: 6px; height: 6px; background: #4ade80;
	border-radius: 50%; animation: pulse-dot 2s ease infinite;
}

/* Slide header inside showcase */
.dev-showcase .ss-header {
	display: flex; align-items: center; justify-content: space-between;
	padding: 12px 18px 0;
}
.dev-showcase .ss-slides { min-height: 190px; }
.dev-showcase .ss-slide { padding: 14px 18px 16px; }
.dev-showcase .ss-slide-icon { width: 40px; height: 40px; border-radius: 10px; margin-bottom: 10px; }
.dev-showcase .ss-slide-title { font-size: 14.5px; }
.dev-showcase .ss-slide-desc { font-size: 12px; margin-bottom: 10px; }

/* Published plugins strip */
.ds-plugins-strip {
	display: flex; align-items: center; gap: 12px;
	padding: 12px 18px;
	border-top: 1px solid rgba(255,255,255,.08);
	background: rgba(0,0,0,.15);
	flex-wrap: wrap;
}
.dsp-label {
	font-size: 10px; font-weight: 700; color: rgba(255,255,255,.3);
	text-transform: uppercase; letter-spacing: .1em; white-space: nowrap;
}
.dsp-items { display: flex; gap: 8px; flex-wrap: wrap; }
.dsp-platform {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 12px; font-weight: 600;
	padding: 6px 14px; border-radius: 8px;
	transition: all .2s;
}
.dsp-cc {
	background: rgba(130,181,65,.12); color: #a3d45f;
	border: 1px solid rgba(130,181,65,.25);
}
.dsp-cc:hover { background: rgba(130,181,65,.2); color: #c5e87a; }
.dsp-shopify {
	background: rgba(150,191,72,.12); color: #96bf48;
	border: 1px solid rgba(150,191,72,.25);
}
.dsp-shopify:hover { background: rgba(150,191,72,.2); color: #b8d970; }
.dsp-count {
	font-size: 10px; font-weight: 500;
	background: rgba(255,255,255,.1); padding: 1px 7px;
	border-radius: 100px; color: rgba(255,255,255,.5);
}

/* ════════════════════════════════════════
	 LOGO UPDATES
════════════════════════════════════════ */
.nav-logo { display:flex; align-items:center; margin-right:20px; }
.nav-logo-img { height:38px; width:auto; display:block; }
.footer-logo { margin-bottom:12px; }
.footer-logo-img { height:34px; width:auto; display:block; }

/* ════════════════════════════════════════
	 NAV SPACING FIX
════════════════════════════════════════ */
.nav-container { gap:0; }
.nav-links { gap:4px; }
.nav-link { padding:7px 13px; font-size:13.5px; }
.btn-get-started { margin-left:16px; }

/* ════════════════════════════════════════
	 MOBILE SLIDE-OUT DRAWER
════════════════════════════════════════ */
.mobile-drawer-overlay {
	display:none;
	position:fixed; inset:0; background:rgba(0,0,0,0.6);
	z-index:998; backdrop-filter:blur(4px);
	opacity:0; transition:opacity .3s;
}
.mobile-drawer-overlay.open { display:block; opacity:1; }

.mobile-drawer {
	position:fixed; top:0; right:0; bottom:0;
	width:300px; max-width:85vw;
	background:#0d1b2e;
	border-left:1px solid rgba(255,255,255,0.08);
	z-index:999;
	display:flex; flex-direction:column;
	transform:translateX(100%);
	transition:transform .32s cubic-bezier(0.4,0,0.2,1);
	box-shadow:-8px 0 40px rgba(0,0,0,0.5);
}
.mobile-drawer.open { transform:translateX(0); }

.drawer-header {
	display:flex; align-items:center; justify-content:space-between;
	padding:18px 20px;
	border-bottom:1px solid rgba(255,255,255,0.08);
}
.drawer-close {
	background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.1);
	border-radius:8px; padding:6px; color:rgba(255,255,255,0.6);
	display:flex; align-items:center; justify-content:center;
	transition:all .2s;
}
.drawer-close:hover { background:rgba(255,255,255,0.12); color:white; }

.drawer-nav {
	flex:1; overflow-y:auto; padding:12px 0;
}
.drawer-link {
	display:block; padding:11px 20px;
	font-size:14px; font-weight:600; color:rgba(255,255,255,0.75);
	transition:all .2s; border-left:2px solid transparent;
}
.drawer-link:hover {
	color:white; background:rgba(255,255,255,0.05);
	border-left-color:var(--blue);
}
.drawer-group { margin:4px 0; }
.drawer-group-label {
	padding:8px 20px 4px;
	font-size:10.5px; font-weight:700; color:var(--blue);
	text-transform:uppercase; letter-spacing:.1em;
}
.drawer-sublink {
	display:block; padding:7px 20px 7px 32px;
	font-size:13px; color:rgba(255,255,255,0.5);
	transition:all .2s;
}
.drawer-sublink:hover { color:rgba(255,255,255,0.85); background:rgba(255,255,255,0.04); }

.drawer-footer {
	padding:16px 20px;
	border-top:1px solid rgba(255,255,255,0.08);
}
.drawer-cta {
	display:block; text-align:center;
	background:var(--blue); color:white;
	padding:12px; border-radius:8px;
	font-size:14px; font-weight:700;
	transition:all .2s;
}
.drawer-cta:hover { background:#3b7de8; }

/* ════════════════════════════════════════
	 HERO SPACING FIXES
════════════════════════════════════════ */
.hero { padding:80px 0 48px; }
.hero-stats-row { margin-top:28px; }
.hsi-num { font-size:20px; }
.hsi-label { font-size:9px; }

/* Fix hero right panel gaps */
.dev-showcase { display:flex; flex-direction:column; }
.dev-showcase .ss-slides { flex:1; min-height:160px; }
.dev-showcase .ss-slide { padding:12px 18px 14px; }
.dev-showcase .ss-slide-desc { font-size:11.5px; }

/* Better "WHAT I BUILD" label */
.ss-title {
	font-size:10px; font-weight:700;
	color:rgba(255,255,255,0.7) !important;
	text-transform:uppercase; letter-spacing:.12em;
}

/* Remove rotate label */
.trb-label { display:none !important; }

/* ════════════════════════════════════════
	 RESPONSIVE MOBILE FIXES
════════════════════════════════════════ */
@media(max-width:768px) {
	.hamburger { display:flex; }
	.nav-links { display:none !important; }
	.nav-logo-img { height:32px; }
}

/* ════════════════════════════════════════
	 FIXES v8
════════════════════════════════════════ */

/* #3 Burger icon — push to far right */
.nav-container {
	position: relative;
}
.hamburger {
	margin-left: auto;
	flex-shrink: 0;
}

/* When hamburger visible, hide get-started on mobile too */
@media (max-width: 768px) {
	.btn-get-started { display: none; }
	.hamburger { display: flex; margin-left: auto; }
	.nav-container { justify-content: space-between; }
}

/* #2 Footer logo mobile — add spacing */
@media (max-width: 768px) {
	.footer { padding-top: 20px; }
	.footer-container { padding-top: 32px !important; }
	.footer-logo { padding-top: 8px; }
	.footer-logo-img { margin-top: 4px; }
}

/* Testimonials grid transition */
#testiGrid {
	transition: opacity .45s ease, transform .45s ease;
}

/* ════════════════════════════════════════
	 LOGO v9 FIXES
════════════════════════════════════════ */

/* Nav logo — clean, no overflow */
.nav-logo {
	margin-right: 24px;
	flex-shrink: 0;
}
.nav-logo-img {
	height: 36px;
	width: auto;
	display: block;
}

/* Footer logo — full version with tagline */
.footer-logo {
	margin-bottom: 14px;
}
.footer-logo-img {
	height: 48px;
	width: auto;
	display: block;
}

/* Nav container — better distribution */
.nav-container {
	display: flex;
	align-items: center;
}
.nav-links {
	flex: 1;
}

/* Burger always far right */
.hamburger {
	margin-left: auto;
	flex-shrink: 0;
	order: 99;
}

@media (max-width: 768px) {
	.nav-logo-img { height: 30px; }
	.footer-logo-img { height: 40px; }
}

/* ════════════════════════════════════════
	 v10 FIXES
════════════════════════════════════════ */

/* ── DROPDOWN HOVER GAP FIX ── */
/* Add invisible bridge between nav item and dropdown so mouse doesn't lose hover */
.nav-dropdown { padding-bottom: 8px; margin-bottom: -8px; }
.dropdown-menu {
	top: calc(100% + 0px) !important; /* remove gap */
	margin-top: 0;
}
/* Invisible padding-top bridge on dropdown */
.dropdown-menu::before {
	content: '';
	position: absolute;
	top: -10px; left: 0; right: 0;
	height: 10px;
	background: transparent;
}
/* Keep dropdown visible while hovering child */
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.dropdown-menu:hover { display: block; }

/* ── LOGO v10 ── */
.nav-logo-img  { height: 34px; width: auto; display: block; }
.footer-logo-img { height: 46px; width: auto; display: block; }

/* ── FOOTER BOTTOM - no links ── */
.footer-bottom-inner {
	justify-content: center;
}
.footer-bottom-inner span {
	text-align: center;
}

/* ════════════════════════════════════════
	 TESTIMONIAL CARD — AUTHOR BOTTOM ALIGN
════════════════════════════════════════ */
.testi-grid {
	align-items: stretch;
}
.testi-card {
	display: flex;
	flex-direction: column;
}
.testi-text {
	flex: 1;
	margin-bottom: 20px;
}
.testi-author {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--gray-100);
}
