/* ============================================================
   AIDERRY Industrial – Main Stylesheet
   ============================================================ */

:root {
	--c-navy: #0d1f3c;
	--c-navy-2: #14294d;
	--c-navy-3: #1b3563;
	--c-steel: #2e4a66;
	--c-accent: #f07b1f;
	--c-accent-dark: #d96a12;
	--c-accent-soft: #fdf1e3;
	--c-text: #1c2733;
	--c-muted: #5b6b7c;
	--c-light: #f4f6f9;
	--c-border: #dfe5ec;
	--c-white: #ffffff;
	--font: "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
	--radius: 8px;
	--shadow: 0 6px 20px rgba(13, 31, 60, .10);
	--shadow-lg: 0 14px 40px rgba(13, 31, 60, .16);
	--container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
	margin: 0;
	font-family: var(--font);
	color: var(--c-text);
	font-size: 16px;
	line-height: 1.65;
	background: var(--c-white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--c-accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-block;
	padding: 13px 28px;
	border-radius: var(--radius);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	transition: all .2s ease;
	border: 2px solid transparent;
	cursor: pointer;
	text-align: center;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-accent { background: var(--c-accent); color: #fff; }
.btn-accent:hover { background: var(--c-accent-dark); color: #fff; }
.btn-outline { border-color: var(--c-accent); color: var(--c-accent); background: transparent; }
.btn-outline:hover { background: var(--c-accent); color: #fff; }
.btn-dark { background: var(--c-navy); color: #fff; }
.btn-dark:hover { background: var(--c-navy-3); color: #fff; }

/* ---------- Top bar ---------- */
.site-topbar { background: var(--c-navy); color: #cbd6e4; font-size: 13.5px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 16px; }
.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-item a { color: #cbd6e4; }
.topbar-item a:hover { color: #fff; text-decoration: none; }

/* Language switcher */
.lang-switcher { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; flex-wrap: nowrap; white-space: nowrap; }
.lang-switcher li { margin: 0; flex: 0 0 auto; }
.lang-switcher a { display: inline-block; padding: 2px 5px; border-radius: 3px; color: #cbd6e4; font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: .2px; }
.lang-switcher a:hover { background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.lang-switcher li.lang-item-current a { background: var(--c-accent); color: #fff; }

/* Currency switcher */
.currency-switcher { display: inline-flex; align-items: center; margin-left: 8px; }
.currency-switcher select {
	background: rgba(255,255,255,.08);
	color: #cbd6e4;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
	outline: none;
}
.currency-switcher select:hover { background: rgba(255,255,255,.12); color: #fff; }
.currency-switcher select option { background: var(--c-navy); color: #fff; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--c-border); box-shadow: 0 2px 12px rgba(13,31,60,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.site-branding { flex: 0 0 auto; }
.custom-logo { max-height: 15px; width: auto; max-width: 100%; height: auto; display: block; }
.custom-logo-link { position: relative; display: inline-block; }
.custom-logo-link::after {
	content: "®";
	position: absolute;
	top: -3px;
	right: -9px;
	font-size: 8px;
	font-weight: 700;
	color: #0066b3;
	line-height: 1;
}
.text-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--c-navy); font-weight: 800; font-size: 21px; letter-spacing: .3px; }
.text-logo:hover { text-decoration: none; }
.logo-mark { width: 34px; height: 34px; border-radius: 7px; background: linear-gradient(135deg, var(--c-navy), var(--c-navy-3)); position: relative; display: inline-block; }
.logo-mark::after { content: ""; position: absolute; inset: 8px; border: 2px solid var(--c-accent); border-radius: 3px; }

.main-navigation { flex: 1 1 auto; }
.main-navigation ul.menu { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: 4px; }
.main-navigation ul.menu > li { position: relative; }
.main-navigation ul.menu > li > a { display: block; padding: 10px 14px; color: var(--c-text); font-weight: 600; font-size: 15px; border-radius: 6px; }
.main-navigation ul.menu > li > a:hover { color: var(--c-accent-dark); background: var(--c-accent-soft); text-decoration: none; }
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_item > a { color: var(--c-accent-dark); }
.main-navigation ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--c-border); border-radius: 8px; box-shadow: var(--shadow); min-width: 220px; padding: 6px; z-index: 200; }
.main-navigation ul.menu > li:hover > ul.sub-menu { display: block; }
.main-navigation ul.sub-menu li { list-style: none; }
.main-navigation ul.sub-menu a { display: block; padding: 8px 12px; border-radius: 5px; color: var(--c-text); font-size: 14px; }
.main-navigation ul.sub-menu a:hover { background: var(--c-light); color: var(--c-accent-dark); text-decoration: none; }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 3px; background: var(--c-navy); margin: 5px 0; border-radius: 2px; }

.header-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.header-cart { position: relative; display: inline-flex; align-items: center; color: var(--c-navy); font-size: 22px; }
.cart-count { position: absolute; top: -8px; right: -12px; background: var(--c-accent); color: #fff; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; line-height: 18px; border-radius: 9px; text-align: center; padding: 0 4px; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-3) 70%); color: #fff; padding: 84px 0; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(240,123,31,.25), transparent 70%); }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { color: var(--c-accent); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 13px; margin: 0 0 12px; }
.hero-title { font-size: clamp(28px, 4.2vw, 46px); line-height: 1.18; margin: 0 0 18px; font-weight: 800; }
.hero-sub { font-size: 17px; color: #d4ddea; margin: 0 0 28px; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-points { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; flex-wrap: wrap; color: #c7d2e3; font-size: 14px; }
.hero-points li { position: relative; padding-left: 22px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }
.hero-media img { border-radius: 14px; box-shadow: var(--shadow-lg); width: 100%; }
.hero-media-placeholder { background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.3); border-radius: 14px; min-height: 340px; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 800; letter-spacing: 3px; color: rgba(255,255,255,.5); }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--c-accent); color: #fff; }
.trust-inner { display: flex; justify-content: space-between; gap: 20px; padding: 16px 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14.5px; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section:nth-of-type(even) { background: var(--c-light); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-eyebrow { color: var(--c-accent); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 12.5px; margin: 0 0 8px; }
.section-title { font-size: clamp(24px, 3vw, 34px); color: var(--c-navy); margin: 0 0 12px; line-height: 1.25; font-weight: 800; }
.section-desc { color: var(--c-muted); margin: 0; }
.section-link { display: inline-block; margin-top: 4px; font-weight: 600; }

/* Category cards */
.cats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card { background: #fff; border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; transition: all .25s ease; display: block; color: var(--c-text); }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; color: var(--c-text); }
.cat-card img { width: 100%; height: 210px; object-fit: cover; display: block; }
.cat-card-body { padding: 20px 22px 22px; }
.cat-card-body h3 { margin: 0 0 6px; font-size: 18px; color: var(--c-navy); }
.cat-card-body p { margin: 0 0 10px; color: var(--c-muted); font-size: 14px; }
.cat-more { color: var(--c-accent-dark); font-weight: 600; font-size: 14px; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature { background: #fff; border: 1px solid var(--c-border); border-radius: 12px; padding: 28px 24px; transition: all .25s ease; }
.feature:hover { box-shadow: var(--shadow); }
.feature-ico { display: block; width: 52px; height: 52px; border-radius: 12px; background: var(--c-accent-soft); margin-bottom: 16px; position: relative; }
.feature h3 { margin: 0 0 8px; font-size: 17px; color: var(--c-navy); }
.feature p { margin: 0; color: var(--c-muted); font-size: 14.5px; }

/* Products (WooCommerce grid) */
.products-section { background: var(--c-light); }
ul.products { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
ul.products li.product { background: #fff; border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; list-style: none; margin: 0; transition: all .25s ease; display: flex; flex-direction: column; }
ul.products li.product:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
ul.products li.product a img { width: 100%; height: 300px; object-fit: contain; background: #fff; padding: 6px; display: block; }
ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; font-size: 16px; color: var(--c-navy); margin: 16px 0 6px; }
ul.products li.product .price { padding: 0 20px; color: var(--c-accent-dark); font-weight: 700; font-size: 16px; }
ul.products li.product .button { margin: 14px 20px 20px; }
ul.products li.product .star-rating { margin-left: 20px; }

/* Markets */
.markets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.market { background: #fff; border: 1px solid var(--c-border); border-radius: 12px; padding: 26px; text-align: center; }
.market-flag { font-size: 30px; display: block; margin-bottom: 10px; }
.market h3 { margin: 0 0 4px; color: var(--c-navy); font-size: 17px; }
.market p { margin: 0; color: var(--c-muted); font-size: 14px; }

/* Shipping section */
.shipping-section { background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-3) 80%); color: #fff; }
.shipping-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.shipping-section .section-title { color: #fff; }
.shipping-section .section-eyebrow { color: var(--c-accent); }
.shipping-copy p:not(.section-eyebrow) { color: #d4ddea; margin-bottom: 24px; }
.shipping-partners-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 28px; }
.shipping-partners { list-style: none; margin: 0; padding: 0; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.partner-badge { display: inline-block; background: #fff; color: var(--c-navy); font-weight: 800; padding: 10px 20px; border-radius: 8px; font-size: 15px; letter-spacing: 1px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(135deg, var(--c-navy), var(--c-navy-3)); color: #fff; padding: 52px 0 46px; }
.page-hero .page-title { font-size: 34px; margin: 0 0 8px; font-weight: 800; }
.page-hero .page-sub { color: #d4ddea; margin: 0; max-width: 640px; }
.breadcrumbs { margin: 0 0 10px; font-size: 13px; color: #9fb0c6; }
.breadcrumbs a { color: #cdd8e8; }

.page-content { padding: 48px 0 72px; max-width: 900px; }
.page-content h2 { color: var(--c-navy); margin-top: 32px; }
.page-content h3 { color: var(--c-navy); }
.page-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.page-content table th, .page-content table td { border: 1px solid var(--c-border); padding: 10px 12px; text-align: left; }
.page-content table th { background: var(--c-light); }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-navy); color: #b9c5d6; }
.footer-cta { background: var(--c-accent); color: #fff; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 40px 24px; }
.footer-cta h3 { margin: 0 0 6px; font-size: 24px; }
.footer-cta p { margin: 0; opacity: .95; }
.footer-cta .btn { white-space: nowrap; flex-shrink: 0; }
.footer-main { padding: 56px 0 40px; }
.footer-columns { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .text-logo, .footer-brand .text-logo-title { color: #fff; }
.footer-brand .custom-logo { max-height: 12px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand .custom-logo-link::after { color: #fff; opacity: .95; }
.footer-col p { font-size: 14px; }
.footer-col h4.widget-title { color: #fff; font-size: 16px; margin: 0 0 16px; }
.footer-links ul, .footer-product-list, .footer-contact-list { list-style: none; margin: 0; padding: 0; }
.footer-links li, .footer-product-list li { margin-bottom: 8px; }
.footer-links a, .footer-product-list a { color: #b9c5d6; font-size: 14px; }
.footer-links a:hover, .footer-product-list a:hover { color: var(--c-accent); text-decoration: none; }
.footer-contact-list li { margin-bottom: 10px; font-size: 14px; }
.footer-contact-list span { color: #7f8fa6; }
.footer-contact-list a { color: #b9c5d6; }
.footer-about .shipping-partners { justify-content: flex-start; margin-top: 16px; }
.footer-about .partner-badge { padding: 6px 12px; font-size: 12.5px; background: rgba(255,255,255,.1); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13px; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }
.footer-legal ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; }
.footer-legal a { color: #b9c5d6; }

/* ---------- Tracking widget ---------- */
.aidorry-tracker { background: #fff; border: 1px solid var(--c-border); border-radius: 14px; padding: 28px; box-shadow: var(--shadow); }
.tracker-form .tracker-row { display: flex; gap: 12px; flex-wrap: wrap; }
.tracker-input, .tracker-select { padding: 13px 16px; border: 1.5px solid var(--c-border); border-radius: 8px; font-size: 15px; font-family: var(--font); }
.tracker-input { flex: 1 1 320px; }
.tracker-select { flex: 0 0 180px; }
.tracker-input:focus, .tracker-select:focus { outline: none; border-color: var(--c-accent); }
.tracker-btn { padding: 13px 30px; border: 0; border-radius: 8px; background: var(--c-accent); color: #fff; font-weight: 700; font-size: 15px; cursor: pointer; }
.tracker-btn:hover { background: var(--c-accent-dark); }
.tracker-hint { color: var(--c-muted); font-size: 13.5px; margin: 12px 0 0; }
.tracker-result { margin-top: 24px; }
.tracker-loading { color: var(--c-muted); }
.tracker-card { border: 1px solid var(--c-border); border-radius: 12px; padding: 24px; }
.tracker-card h3 { margin: 0 0 6px; color: var(--c-navy); }
.tracker-summary { display: flex; gap: 26px; flex-wrap: wrap; margin: 12px 0 20px; font-size: 14px; color: var(--c-muted); }
.tracker-summary strong { color: var(--c-text); }
.tracker-status { display: inline-block; background: var(--c-accent-soft); color: var(--c-accent-dark); font-weight: 700; padding: 4px 12px; border-radius: 20px; font-size: 13px; }
.tracker-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.tracker-timeline li { padding: 0 0 22px 30px; position: relative; border-left: 2px solid var(--c-border); margin-left: 8px; }
.tracker-timeline li::before { content: ""; position: absolute; left: -7px; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--c-border); }
.tracker-timeline li:first-child::before { background: var(--c-accent); box-shadow: 0 0 0 4px var(--c-accent-soft); }
.tracker-timeline li:last-child { border-left-color: transparent; }
.tracker-timeline .tl-time { font-size: 13px; color: var(--c-muted); }
.tracker-timeline .tl-desc { font-weight: 600; color: var(--c-text); }
.tracker-timeline .tl-place { font-size: 13px; color: var(--c-muted); }
.tracker-deeplink { margin-top: 18px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.tracker-error { background: #fdecec; border: 1px solid #f5c2c2; color: #b32727; border-radius: 10px; padding: 14px 18px; }

/* ---------- Posts ---------- */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
.post-card img { width: 100%; height: 200px; object-fit: cover; }
.post-body { padding: 20px; }
.post-title { font-size: 17px; margin: 0 0 8px; }
.post-meta { color: var(--c-muted); font-size: 13px; margin-bottom: 10px; }
.read-more { font-weight: 600; font-size: 14px; }

/* ---------- Forms (Contact Form 7) ---------- */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea, .wpcf7 select {
	width: 100%; padding: 12px 14px; border: 1.5px solid var(--c-border); border-radius: 8px; font-family: var(--font); font-size: 15px; margin-top: 6px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: var(--c-accent); }
.wpcf7 input[type="submit"] { background: var(--c-accent); color: #fff; border: 0; padding: 13px 30px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; }
.wpcf7 input[type="submit"]:hover { background: var(--c-accent-dark); }

/* ---------- Misc ---------- */
.error-404 { text-align: center; padding: 80px 0; }
.error-code { font-size: 90px; font-weight: 800; color: var(--c-navy); margin: 0; line-height: 1; }
.search-form { display: flex; gap: 10px; max-width: 460px; margin: 20px auto; }
.search-field { flex: 1; padding: 12px 14px; border: 1.5px solid var(--c-border); border-radius: 8px; }
.search-submit { background: var(--c-navy); color: #fff; border: 0; border-radius: 8px; padding: 0 20px; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.cats-grid, .features-grid, .markets-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-columns { grid-template-columns: 1fr 1fr; }
	.shipping-inner { grid-template-columns: 1fr; }
	.hero-inner { grid-template-columns: 1fr; }
	.hero-media { order: -1; }
}
@media (max-width: 768px) {
	.menu-toggle { display: block; }
	.main-navigation ul.menu { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 10px 20px 20px; box-shadow: var(--shadow-lg); }
	.main-navigation ul.menu.open { display: flex; }
	.main-navigation ul.menu > li > a { padding: 12px 6px; border-bottom: 1px solid var(--c-light); }
	.main-navigation ul.sub-menu { position: static; box-shadow: none; border: 0; padding-left: 14px; display: block; }
	.header-actions .header-cta { display: none; }
	.cats-grid, .features-grid, .markets-grid, .posts-grid { grid-template-columns: 1fr; }
	.footer-columns { grid-template-columns: 1fr; }
	.footer-cta-inner { flex-direction: column; text-align: center; }
	ul.products { grid-template-columns: 1fr 1fr; }
	.topbar-inner { flex-direction: column; gap: 6px; padding: 8px 0; }
	.topbar-left { justify-content: center; width: 100%; gap: 12px; }
	.topbar-right { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
	.lang-switcher { justify-content: flex-start; padding-bottom: 2px; }
}
@media (max-width: 480px) {
	ul.products { grid-template-columns: 1fr; }
	.topbar-hours { display: none; }
}

/* ---------- Cart toast ---------- */
.aidorry-cart-toast {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	background: #fff;
	border-left: 4px solid var(--c-accent);
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(13,31,60,.18);
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: var(--c-navy);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .3s, transform .3s;
	max-width: 320px;
}
.aidorry-cart-toast.show { opacity: 1; transform: translateY(0); }
.aidorry-cart-toast .toast-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px; height: 24px;
	border-radius: 50%;
	background: var(--c-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
}
.aidorry-cart-toast .toast-text { font-weight: 600; flex: 1; }
.aidorry-cart-toast .toast-link { color: var(--c-accent); font-weight: 700; text-decoration: none; white-space: nowrap; }
.aidorry-cart-toast .toast-link:hover { text-decoration: underline; }
@media (max-width: 480px) {
	.aidorry-cart-toast { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/* ========== Industrial Tech Homepage (Bright Dark) ========== */

.ind-btn { background: #f07b1f; color: #fff; border: 2px solid #f07b1f; }
.ind-btn:hover { background: #d4660a; border-color: #d4660a; color: #fff; }
.ind-btn-outline { background: transparent; color: #c8d2e0; border: 2px solid rgba(200,210,224,.35); }
.ind-btn-outline:hover { border-color: #f07b1f; color: #fff; }
.ind-btn-lg { padding: 15px 34px; font-size: 15px; }

/* Hero - dark navy (not black) */
.ind-hero {
	position: relative;
	background: #141c2e;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 100px 0 80px;
	min-height: 580px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.ind-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 60px 60px;
	pointer-events: none;
}
.ind-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 44px;
}
.ind-hero-content { max-width: 660px; }
.ind-hero-label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #f07b1f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.ind-dot {
	width: 8px;
	height: 8px;
	background: #f07b1f;
	border-radius: 50%;
	animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.ind-hero-title {
	font-size: clamp(30px, 4.2vw, 46px);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 18px;
	letter-spacing: -.5px;
	color: #fff;
}
.ind-hero-sub {
	font-size: 16px;
	line-height: 1.7;
	color: #a8b4c8;
	margin: 0 0 32px;
	max-width: 580px;
}
.ind-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero specs */
.ind-hero-specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-top: 2px solid rgba(240,123,31,.5);
	border-bottom: 1px solid rgba(255,255,255,.08);
	padding: 26px 0;
	max-width: 740px;
}
.ind-spec {
	padding: 0 24px 0 0;
	border-right: 1px solid rgba(255,255,255,.08);
}
.ind-spec:last-child { border-right: none; }
.ind-spec-val {
	display: block;
	font-size: 34px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	font-family: 'Courier New', monospace;
	letter-spacing: -.5px;
}
.ind-spec-unit {
	font-size: 15px;
	font-weight: 700;
	color: #f07b1f;
	margin-left: 3px;
}
.ind-spec-lbl {
	display: block;
	font-size: 11.5px;
	color: #7b8aa0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 10px;
	font-weight: 600;
}

/* Scroll indicator */
.ind-scroll {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,.4);
	z-index: 2;
}
.ind-scroll span {
	width: 1px;
	height: 36px;
	background: linear-gradient(to bottom, #f07b1f, transparent);
	animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* Section head */
.ind-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 44px;
	gap: 24px;
}
.ind-section-head.center { flex-direction: column; align-items: center; text-align: center; }
.ind-section-label {
	color: #f07b1f;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.ind-section-title {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	color: #e8ecf2;
	margin: 0;
	line-height: 1.2;
}
.ind-section-link {
	color: #c8d2e0;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid rgba(240,123,31,.4);
	padding-bottom: 3px;
	transition: all .2s;
}
.ind-section-link:hover { color: #f07b1f; border-bottom-color: #f07b1f; }

/* Products - dark navy cards */
.ind-products { padding: 80px 0; background: #182030; }
.ind-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.ind-product {
	background: #1f2937;
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
}
.ind-product:hover {
	border-color: rgba(240,123,31,.35);
	transform: translateY(-4px);
	box-shadow: 0 18px 44px rgba(0,0,0,.35);
}
.ind-product-img {
	display: block;
	background: #fff;
	aspect-ratio: 4/3;
	overflow: hidden;
}
.ind-product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .5s ease;
	opacity: .92;
	padding: 6px;
}
.ind-product:hover .ind-product-img img { transform: scale(1.05); opacity: 1; }
.ind-product-ph {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 20px; font-weight: 800; color: #fff; opacity: .1;
}
.ind-product-body { padding: 18px 20px 20px; }
.ind-product-name {
	margin: 0 0 14px;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.45;
}
.ind-product-name a { color: #d0d8e4; text-decoration: none; transition: color .2s; }
.ind-product-name a:hover { color: #fff; }
.ind-product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.ind-product-price {
	color: #f07b1f;
	font-weight: 800;
	font-size: 18px;
}
.ind-add-cart {
	display: inline-block;
	background: transparent;
	color: #c8d2e0;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.18);
	transition: all .2s;
	cursor: pointer;
}
.ind-add-cart:hover { background: #f07b1f; border-color: #f07b1f; color: #fff; text-decoration: none; }

/* Technology - dark navy */
.ind-tech { padding: 80px 0; background: #141c2e; }
.ind-tech-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 12px;
	overflow: hidden;
}
.ind-tech-card {
	background: #182030;
	padding: 36px 32px;
	transition: background .3s;
}
.ind-tech-card:hover { background: #1f2937; }
.ind-tech-num {
	font-size: 14px;
	font-weight: 800;
	color: #f07b1f;
	font-family: 'Courier New', monospace;
	letter-spacing: 2px;
	margin-bottom: 16px;
	opacity: .7;
}
.ind-tech-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: #e8ecf2;
}
.ind-tech-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #8a97ab;
}

/* CTA - slightly lighter dark */
.ind-cta {
	background: #1a2236;
	padding: 84px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.06);
}
.ind-cta-inner { max-width: 620px; margin: 0 auto; }
.ind-cta h2 {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	color: #fff;
	margin: 0 0 14px;
	line-height: 1.25;
}
.ind-cta p {
	font-size: 15.5px;
	color: #a8b4c8;
	line-height: 1.65;
	margin: 0 0 30px;
}

/* Responsive */
@media (max-width: 960px) {
	.ind-product-grid { grid-template-columns: repeat(2, 1fr); }
	.ind-hero-specs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.ind-spec { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 20px; }
	.ind-spec:nth-child(3), .ind-spec:nth-child(4) { border-bottom: none; padding-bottom: 0; }
	.ind-tech-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.ind-hero { padding: 64px 0 56px; min-height: auto; }
	.ind-product-grid { grid-template-columns: 1fr; }
	.ind-section-head { flex-direction: column; align-items: flex-start; }
	.ind-products, .ind-tech { padding: 56px 0; }
	.ind-cta { padding: 56px 0; }
	.ind-hero-specs { grid-template-columns: repeat(2, 1fr); }
	.ind-tech-card { padding: 28px 24px; }
	.ind-scroll { display: none; }
}


/* ========== Product Discount & Pricing ========== */
.aidorry-discount-badge {
	display: inline-block;
	background: #f07b1f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.aidorry-discount-badge.loop {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	font-size: 11px;
	padding: 2px 8px;
}
.aidorry-adjustment-inputs {
	display: flex;
	gap: 8px;
	align-items: center;
}
.aidorry-adjustment-inputs .input-text {
	width: 140px;
}
.aidorry-current-adjustment {
	margin-top: 8px;
	font-size: 13px;
	color: #f07b1f;
}
.aidorry-current-adjustment .button-link {
	margin-left: 8px;
	color: #999;
	font-size: 12px;
}

/* ========== Mobile Optimization ========== */

/* ---- Base mobile adjustments ---- */
@media (max-width: 768px) {
	.container { padding-left: 16px; padding-right: 16px; }
	body { font-size: 15px; }
	h1 { font-size: 26px !important; line-height: 1.25 !important; }
	h2 { font-size: 22px !important; line-height: 1.3 !important; }
	h3 { font-size: 18px !important; }
	.btn, .button { padding: 12px 22px; font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
	.btn-full-mobile { width: 100%; }
}

/* ---- Top bar ---- */
@media (max-width: 768px) {
	.site-topbar { font-size: 12px; padding: 6px 0; }
	.topbar-inner { flex-direction: column; gap: 4px; padding: 4px 0; }
	.topbar-left { justify-content: center; width: 100%; gap: 10px; flex-wrap: wrap; }
	.topbar-right { width: 100%; }
	.topbar-hours { display: none; }
	.lang-switcher {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		justify-content: flex-start;
		padding: 2px 0;
		gap: 2px;
	}
	.lang-switcher::-webkit-scrollbar { display: none; }
	.lang-switcher li { flex-shrink: 0; }
	.lang-switcher li a { padding: 3px 8px; font-size: 11px; white-space: nowrap; }
}
@media (max-width: 480px) {
	.site-topbar { display: none; }
}

/* ---- Header ---- */
@media (max-width: 768px) {
	.site-header { padding: 10px 0; }
	.header-inner { gap: 10px; }
	.site-branding { flex: 1; }
	.site-branding img { max-height: 28px !important; width: auto; }
	.main-navigation { order: 3; width: auto; }
	.menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		width: 40px;
		height: 40px;
		padding: 8px;
		background: transparent;
		border: 1px solid rgba(10,22,40,.15);
		border-radius: 6px;
		cursor: pointer;
	}
	.menu-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		background: #0a1628;
		border-radius: 1px;
		transition: all .3s;
	}
	.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.main-navigation ul.menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 12px 20px 20px;
		box-shadow: 0 12px 30px rgba(0,0,0,.15);
		z-index: 1000;
		flex-direction: column;
		gap: 0;
	}
	.main-navigation ul.menu.open { display: flex; }
	.main-navigation ul.menu > li { width: 100%; }
	.main-navigation ul.menu > li > a {
		padding: 14px 4px;
		border-bottom: 1px solid #f0f2f5;
		font-size: 15px;
		min-height: 44px;
		display: flex;
		align-items: center;
	}
	.main-navigation ul.sub-menu {
		position: static;
		box-shadow: none;
		border: 0;
		padding-left: 16px;
		display: block;
	}
	.header-actions { gap: 10px; }
	.header-cta { display: none !important; }
	.header-cart {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.cart-count {
		position: absolute;
		top: -2px;
		right: -2px;
		min-width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 18px;
	}
}

/* ---- Hero (industrial) ---- */
@media (max-width: 768px) {
	.ind-hero { padding: 60px 0 50px; min-height: auto; }
	.ind-hero-title { font-size: 26px !important; }
	.ind-hero-sub { font-size: 14px; line-height: 1.65; }
	.ind-hero-actions { flex-direction: column; gap: 10px; }
	.ind-hero-actions .btn { width: 100%; }
	.ind-hero-specs {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px 16px;
		padding: 20px 0;
	}
	.ind-spec { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 16px; }
	.ind-spec:nth-child(3), .ind-spec:nth-child(4) { border-bottom: none; padding-bottom: 0; }
	.ind-spec-val { font-size: 26px !important; }
	.ind-spec-lbl { font-size: 10px; letter-spacing: 1px; }
	.ind-scroll { display: none; }
}

/* ---- Products ---- */
@media (max-width: 768px) {
	.ind-products { padding: 50px 0; }
	.ind-section-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 28px; }
	.ind-product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.ind-product-body { padding: 12px 14px 14px; }
	.ind-product-name { font-size: 13px; margin-bottom: 10px; }
	.ind-product-price { font-size: 16px; }
	.ind-add-cart { padding: 6px 12px; font-size: 11px; }
}
@media (max-width: 480px) {
	.ind-product-grid { grid-template-columns: 1fr; }
}

/* ---- Technology ---- */
@media (max-width: 768px) {
	.ind-tech { padding: 50px 0; }
	.ind-tech-grid { grid-template-columns: 1fr; }
	.ind-tech-card { padding: 24px 20px; }
	.ind-tech-card h3 { font-size: 16px; }
	.ind-tech-card p { font-size: 13px; }
}

/* ---- CTA ---- */
@media (max-width: 768px) {
	.ind-cta { padding: 50px 0; }
	.ind-cta h2 { font-size: 22px; }
	.ind-cta p { font-size: 14px; }
	.ind-cta .btn { width: 100%; max-width: 280px; }
}

/* ---- WooCommerce pages ---- */
@media (max-width: 768px) {
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.woocommerce ul.products li.product { margin-bottom: 0; }
	.woocommerce .products .woocommerce-loop-product__title { font-size: 13px; padding: 8px 10px 4px; }
	.woocommerce .price { font-size: 15px; padding: 0 10px 8px; }
	.woocommerce .button { font-size: 12px; padding: 8px 12px; }

	/* Cart page */
	.woocommerce-cart .cart-collaterals { width: 100%; float: none; margin-top: 24px; }
	.woocommerce table.shop_table { font-size: 13px; }
	.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 8px 6px; }
	.woocommerce-cart table.cart img { width: 50px; }
	.woocommerce .cart .button, .woocommerce .cart input.button { font-size: 12px; padding: 8px 12px; }

	/* Checkout */
	.woocommerce-checkout .col2-set { grid-template-columns: 1fr; gap: 24px; }
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
	.woocommerce-checkout .form-row { width: 100% !important; float: none !important; margin-right: 0 !important; }
	.woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea { font-size: 15px; padding: 10px 12px; min-height: 44px; }

	/* Product page */
	.woocommerce div.product { display: flex; flex-direction: column; }
	.woocommerce div.product .images { width: 100%; float: none; margin-bottom: 20px; }
	.woocommerce div.product .summary { width: 100%; float: none; }
	.woocommerce div.product .product_title { font-size: 22px; }
	.woocommerce div.product p.price { font-size: 20px; }
	.woocommerce div.product form.cart { flex-direction: column; align-items: stretch; }
	.woocommerce div.product form.cart .quantity { margin-bottom: 10px; }
	.woocommerce div.product form.cart .button { width: 100%; }
	.woocommerce-tabs { padding: 20px 0; }
	.woocommerce-tabs ul.tabs { flex-wrap: wrap; }
	.woocommerce-tabs ul.tabs li a { padding: 8px 12px; font-size: 13px; }
}
@media (max-width: 480px) {
	.woocommerce ul.products { grid-template-columns: 1fr; }
}

/* ---- Tracking page ---- */
@media (max-width: 768px) {
	.aidorry-tracker { padding: 20px 16px; }
	.tracker-row { flex-direction: column; gap: 10px; }
	.tracker-input { width: 100%; font-size: 15px; padding: 12px 14px; min-height: 44px; }
	.tracker-select { width: 100%; font-size: 15px; padding: 12px 14px; min-height: 44px; }
	.tracker-btn { width: 100%; font-size: 15px; padding: 12px; min-height: 44px; }
	.tracker-hint { font-size: 12px; }
	.tracker-card { padding: 16px; }
	.tracker-card h3 { font-size: 16px; }
	.tracker-timeline li { padding-left: 20px; }
	.tl-time { font-size: 12px; }
	.tl-desc { font-size: 13px; }
	.tl-place { font-size: 12px; }
}

/* ---- Footer ---- */
@media (max-width: 768px) {
	.footer-columns { grid-template-columns: 1fr 1fr; gap: 24px; }
	.footer-columns > div:first-child { grid-column: 1 / -1; }
	.footer-bottom { flex-direction: column; gap: 10px; text-align: center; font-size: 12px; }
	.footer-bottom nav { flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
}
@media (max-width: 480px) {
	.footer-columns { grid-template-columns: 1fr; }
}

/* ---- Pages / content ---- */
@media (max-width: 768px) {
	.page-hero { padding: 40px 0; }
	.page-hero h1 { font-size: 24px; }
	.entry-content { font-size: 15px; line-height: 1.7; }
	.entry-content h2 { font-size: 20px; margin-top: 28px; }
	.entry-content h3 { font-size: 17px; }
	.entry-content img { max-width: 100%; height: auto; }
	.entry-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.wp-block-columns { flex-direction: column; }
	.wp-block-column { margin-left: 0 !important; margin-right: 0 !important; }
}

/* ---- Touch improvements ---- */
@media (hover: none) and (pointer: coarse) {
	a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
	button:active, .btn:active, .button:active { transform: scale(0.98); }
}

/* ---- Small phone ---- */
@media (max-width: 360px) {
	.ind-hero-title { font-size: 22px !important; }
	.ind-spec-val { font-size: 22px !important; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
}


/* ==========================================================
   Image protection: block drag and "Save image as..." context
   menu on all images (product photos etc.).
   ========================================================== */
img {
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
}