﻿:root{
  --mq-green:#2fbd3e;
  --mq-green-deep:#20982d;
  --mq-green-soft:#ecf9ee;
  --mq-navy:#06192c;
  --mq-navy-2:#0a243c;
  --mq-ink:#0b1b2f;
  --mq-copy:#526477;
  --mq-soft:#f5f8fb;
  --mq-line:#dbe5ed;
  --mq-white:#fff;
  --mq-container:1240px;
  --mq-radius:18px;
  --mq-shadow:0 28px 80px rgba(13,32,51,.15);
}
html{scroll-behavior:smooth;scroll-padding-top:88px}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--mq-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.admin-bar .site-header{top:32px}
img{max-width:100%;height:auto}
a{color:inherit}
.screen-reader-text,.motqo-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.motqo-skip-link:focus{position:fixed!important;top:8px;left:8px;z-index:99999;width:auto;height:auto;padding:11px 16px;margin:0;clip:auto;background:#fff;color:#111;border-radius:8px}
.motqo-container{width:min(var(--mq-container),calc(100% - 48px));margin-inline:auto}

.site-header{position:sticky;z-index:1000;top:0;height:76px;background:rgba(255,255,255,.97);border-bottom:1px solid #e4eaf0;box-shadow:0 5px 24px rgba(10,31,50,.055);backdrop-filter:blur(14px)}
.header-inner{height:76px;display:flex;align-items:center;gap:34px}
.motqo-brand{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:190px;text-decoration:none;line-height:1}
.motqo-brand .custom-logo-link{display:flex}
.motqo-brand .custom-logo{display:block;max-height:50px;width:auto}
.brand-word{display:block;color:#0a1c30;font-size:32px;font-weight:850;letter-spacing:-.065em}
.brand-word span{color:var(--mq-green)}
.motqo-brand small{display:block;width:100%;margin-top:3px;color:#34485d;font-size:8.5px;font-weight:750;text-align:center;letter-spacing:.03em}
.primary-navigation{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}
.primary-navigation a{color:#17263a;font-size:13.5px;font-weight:720;text-decoration:none;white-space:nowrap;transition:color .18s,transform .18s}
.primary-navigation a:hover{color:var(--mq-green)}
.header-actions{display:flex;align-items:center;gap:16px}
.header-cta{display:inline-flex;align-items:center;justify-content:center;min-width:142px;height:48px;padding:0 22px;border-radius:9px;background:var(--mq-green);color:#fff;font-size:14px;font-weight:780;text-decoration:none;box-shadow:0 10px 24px rgba(47,189,62,.22);transition:background .18s,transform .18s,box-shadow .18s}
.header-cta:hover{background:var(--mq-green-deep);transform:translateY(-2px);box-shadow:0 14px 28px rgba(47,189,62,.26)}
.motqo-menu-toggle{display:none;margin-left:auto;padding:8px;border:0;background:transparent}
.motqo-menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;margin:5px;background:#11243a}

.motqo-hero{position:relative;min-height:545px;overflow:hidden;background-color:var(--mq-navy);background-image:url(../images/hero-texture.jpg);background-position:center;background-size:cover;color:#fff}
.motqo-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,35,.92) 0%,rgba(3,20,35,.80) 48%,rgba(3,20,35,.55) 100%)}
.motqo-hero:after{content:"";position:absolute;inset:auto 0 0;height:160px;background:linear-gradient(180deg,transparent,rgba(2,17,30,.36))}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:54px;min-height:545px;padding-top:66px;padding-bottom:95px}
.hero-copy{position:relative;z-index:3;max-width:700px}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px 13px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:#dce7ef;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.hero-kicker .dashicons{width:16px;height:16px;font-size:16px;color:var(--mq-green)}
.hero-copy h1{max-width:700px;margin:0 0 24px;font-size:clamp(50px,5.2vw,70px);line-height:1.06;letter-spacing:-.05em;font-weight:840}
.hero-copy h1 span{color:var(--mq-green)}
.hero-lead{max-width:620px;margin:0 0 30px;color:#eef4f8;font-size:17.5px;line-height:1.72}
.hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0 0 32px;max-width:690px}
.hero-benefits>div{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center}
.hero-benefits .dashicons{grid-row:1/3;align-self:center;width:28px;height:28px;font-size:28px;color:var(--mq-green)}
.hero-benefits strong{font-size:13.5px;line-height:1.25}
.hero-benefits small{color:#c7d2dd;font-size:11px;line-height:1.35}
.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-width:235px;height:54px;padding:0 25px;border-radius:9px;background:var(--mq-green);color:#fff!important;font-size:15px;font-weight:800;text-decoration:none;box-shadow:0 13px 30px rgba(47,189,62,.24);transition:.18s}
.hero-cta:hover{background:var(--mq-green-deep);transform:translateY(-2px);box-shadow:0 17px 34px rgba(47,189,62,.3)}
.hero-cta .dashicons{width:18px;height:18px;font-size:18px}
.hero-note{margin:10px 0 0;color:#cfdae3;font-size:12px}
.hero-visual{position:relative;min-width:0}
.hero-visual>img{position:absolute;z-index:1;top:70px;left:-30px;width:515px;max-width:none;border-radius:8px;mix-blend-mode:screen;opacity:.98;filter:saturate(.92) contrast(1.05);image-rendering:auto}
.hero-facts{position:absolute;z-index:3;top:26px;right:0;width:270px;padding:20px 23px;border:1px solid rgba(133,167,188,.34);border-radius:18px;background:rgba(13,37,59,.86);box-shadow:0 22px 50px rgba(0,0,0,.24);backdrop-filter:blur(12px)}
.hero-facts>div{display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;gap:0 11px;padding:16px 0;border-bottom:1px solid rgba(166,194,211,.12)}
.hero-facts>div:last-child{border-bottom:0}
.hero-facts .dashicons{grid-row:1/3;align-self:center;width:31px;height:31px;font-size:30px;color:var(--mq-green)}
.hero-facts strong{font-size:15px;line-height:1.3}
.hero-facts small{margin-top:3px;color:#c1ced8;font-size:11px;line-height:1.35}

.request-stage{position:relative;z-index:5;margin-top:-72px}
.motqo-request-fallback{width:min(1232px,calc(100% - 48px));margin:0 auto;padding:62px;border-radius:24px;background:#fff;box-shadow:var(--mq-shadow);text-align:center}
.motqo-section{padding:82px 0}
.process-section{padding-top:38px;background:#f6f9fb}
.process-card{padding:34px 40px 38px;border:1px solid #dfe7ee;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(21,40,59,.07)}
.process-card>h2{margin:0 0 30px;text-align:center;font-size:31px;letter-spacing:-.03em}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:42px}
.process-steps article{position:relative;display:grid;grid-template-columns:64px 1fr;gap:15px;align-items:center;min-height:104px}
.process-steps article:not(:last-child):after{content:"鈫?quot;;position:absolute;right:-28px;top:38px;color:#91a3b4;font-size:24px}
.step-icon{position:relative;display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:var(--mq-green-soft);color:#149124}
.step-icon>i{position:absolute;top:-12px;right:-2px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#fff;box-shadow:0 5px 15px rgba(20,145,36,.15);color:#159126;font-size:12px;font-style:normal;font-weight:800}
.step-icon .dashicons{width:29px;height:29px;font-size:29px}
.process-steps strong{font-size:16px;line-height:1.3}
.process-steps p{margin:6px 0 0;color:#5b6d80;font-size:13px;line-height:1.55}

.why-section{background:#fff}
.section-heading{text-align:center}
.section-heading>p,.section-tag{margin:0 0 10px;color:var(--mq-green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.section-heading h2{margin:0 0 42px;font-size:42px;line-height:1.15;letter-spacing:-.04em}
.section-heading h2 span{color:var(--mq-green)}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.why-grid article{padding:30px 23px 28px;border:1px solid #e1e8ee;border-radius:18px;background:#fff;text-align:center;box-shadow:0 12px 35px rgba(15,35,55,.055);transition:transform .2s,box-shadow .2s,border-color .2s}
.why-grid article:hover{transform:translateY(-4px);border-color:#cfe8d2;box-shadow:0 20px 45px rgba(15,35,55,.09)}
.why-grid article>.dashicons{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:var(--mq-green-soft);color:#158b24;font-size:27px}
.why-grid h3{margin:0 0 10px;font-size:16px;line-height:1.3}
.why-grid p{margin:0;color:#5f6e7f;font-size:13px;line-height:1.62}

.pricing-section{background:#f5f8fb}
.pricing-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;padding:48px 52px;border:1px solid #dde6ed;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(16,37,57,.06)}
.pricing-card h2{margin:0 0 14px;font-size:38px;line-height:1.16;letter-spacing:-.035em}
.pricing-card p:not(.section-tag){margin:0;color:#596a7c;font-size:16px;line-height:1.72}
.pricing-formula{display:flex;align-items:center;justify-content:center;gap:14px}
.pricing-formula>span,.pricing-formula>strong{display:flex;align-items:center;justify-content:center;min-width:110px;min-height:78px;padding:14px 18px;border:1px solid #d9e3eb;border-radius:13px;background:#f9fbfc;text-align:center;font-size:15px;font-weight:700}
.pricing-formula>b{color:#6d7d8f;font-size:22px}
.pricing-formula>strong{flex-direction:column;border-color:#b9e8bf;background:#effbf1;color:#168323;font-size:29px}
.pricing-formula>strong small{font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.pricing-formula>.pricing-total{border-color:var(--mq-green);background:var(--mq-green);color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(47,189,62,.18)}

.faq-section{padding:100px 0}
.faq-layout{display:grid;grid-template-columns:.76fr 1.24fr;gap:80px;align-items:start}
.align-left{text-align:left}
.align-left h2{margin-bottom:20px;font-size:45px;line-height:1.1}
.align-left>p:last-of-type{max-width:460px;color:#5b6c7e;font-size:16px;line-height:1.72}
.outline-cta{display:inline-flex;margin-top:22px;padding:13px 21px;border:1.5px solid var(--mq-green);border-radius:9px;color:var(--mq-green);font-size:14px;font-weight:800;text-decoration:none;transition:.18s}
.outline-cta:hover{background:var(--mq-green);color:#fff}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-list details{border:1px solid #dfe7ee;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(16,37,57,.035)}
.faq-list summary{position:relative;padding:20px 56px 20px 21px;cursor:pointer;list-style:none;font-size:16px;font-weight:750}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:21px;top:12px;color:var(--mq-green);font-size:29px;font-weight:350}
.faq-list details[open] summary:after{content:"鈭?quot;}
.faq-list details p{margin:0;padding:0 22px 22px;color:#5c6d7e;font-size:15px;line-height:1.7}

.trust-strip{border-top:1px solid #e2e9ef;background:#fbfcfd}
.trust-strip .motqo-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-block:26px}
.trust-strip div>div{display:flex;align-items:center;justify-content:center;gap:11px}
.trust-strip .dashicons{width:23px;height:23px;font-size:23px;color:var(--mq-green)}
.trust-strip strong{font-size:13px}

.site-footer{border-top:3px solid var(--mq-green);background:#06192c;color:#c5d1db}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:52px;padding:58px 0 44px}
.motqo-brand-light .brand-word{color:#fff}
.footer-brand p,.site-footer .company-name{max-width:310px;color:#b3c0cb;font-size:13px;line-height:1.72}
.site-footer h2{margin:4px 0 17px;color:#fff;font-size:15px}
.site-footer a{display:flex;align-items:center;gap:8px;margin:0 0 11px;color:#bac7d2;font-size:13px;line-height:1.45;text-decoration:none}
.site-footer a:hover{color:#fff}
.site-footer .dashicons{width:17px;height:17px;font-size:17px;color:var(--mq-green)}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:20px 0 26px;border-top:1px solid rgba(180,202,218,.15);color:#92a4b3;font-size:11px}

.motqo-standard-page{min-height:60vh;padding:80px 0;background:#f6f9fb}
.motqo-standard-page article{padding:52px;border:1px solid #e0e8ee;border-radius:20px;background:#fff;box-shadow:var(--mq-shadow)}
.motqo-standard-page h1{font-size:44px}
.entry-content{color:#435569}
.motqo-404{text-align:center}
.motqo-404>span{display:block;color:var(--mq-green);font-size:90px;font-weight:850}

@media(max-width:1180px){
  :root{--mq-container:1080px}
  .primary-navigation{gap:16px}
  .hero-copy h1{font-size:54px}
  .hero-visual>img{left:-70px;width:470px}
  .hero-facts{width:245px}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid article:nth-child(4),.why-grid article:nth-child(5){transform:none}
  .footer-grid{gap:28px}
}

@media(max-width:980px){
  body.admin-bar .site-header{top:46px}
  .site-header,.header-inner{height:70px}
  .motqo-menu-toggle{display:block}
  .primary-navigation{position:fixed;z-index:999;top:70px;right:0;bottom:0;width:min(360px,88vw);padding:32px;background:#fff;box-shadow:-12px 20px 35px rgba(10,30,48,.16);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:0;transform:translateX(105%);transition:transform .22s}
  .primary-navigation a{width:100%;padding:15px 0;border-bottom:1px solid #edf1f4;font-size:15px}
  .motqo-menu-open .primary-navigation{transform:translateX(0)}
  .header-actions{margin-left:auto}
  .hero-inner{grid-template-columns:1fr;min-height:690px;padding-top:55px}
  .hero-copy{max-width:690px}
  .hero-copy h1{font-size:56px}
  .hero-visual{position:absolute;right:0;bottom:35px;width:55%;height:360px}
  .hero-facts{right:20px;top:35px}
  .hero-visual>img{top:30px;left:-75px;width:455px}
  .request-stage{margin-top:-55px}
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .process-steps article:nth-child(2):after{display:none}
  .pricing-card{grid-template-columns:1fr;gap:35px}
  .faq-layout{grid-template-columns:1fr;gap:35px}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
  .footer-brand{grid-column:1/-1}
  .footer-brand p{max-width:650px}
}

@media(max-width:720px){
  .motqo-container{width:calc(100% - 32px)}
  .header-actions .header-cta{display:none}
  .motqo-brand{min-width:160px}
  .brand-word{font-size:28px}
  .motqo-hero{min-height:720px}
  .hero-inner{display:block;min-height:720px;padding-top:46px;padding-bottom:60px}
  .hero-kicker{font-size:10px}
  .hero-copy h1{font-size:clamp(42px,12vw,54px)}
  .hero-lead{font-size:16px}
  .hero-benefits{grid-template-columns:repeat(2,1fr);gap:18px 12px}
  .hero-benefits strong{font-size:13px}
  .hero-benefits small{font-size:10.5px}
  .hero-visual{right:-25px;bottom:20px;width:90%;height:300px}
  .hero-visual>img{top:10px;left:-15px;width:360px}
  .hero-facts{top:10px;right:15px;width:205px;padding:11px 15px;border-radius:14px}
  .hero-facts>div{padding:9px 0;grid-template-columns:28px 1fr}
  .hero-facts .dashicons{width:25px;height:25px;font-size:24px}
  .hero-facts strong{font-size:12px}
  .hero-facts small{font-size:9.5px}
  .request-stage{margin-top:-35px}
  .motqo-section{padding:62px 0}
  .process-card{padding:28px 24px}
  .process-card>h2{font-size:28px}
  .process-steps{grid-template-columns:1fr;gap:20px}
  .process-steps article:not(:last-child):after{display:none}
  .section-heading h2{font-size:36px;margin-bottom:30px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid article{padding:25px 19px}
  .pricing-card{padding:35px 24px}
  .pricing-card h2{font-size:33px}
  .pricing-formula{flex-wrap:wrap}
  .pricing-formula>span,.pricing-formula>strong{min-width:100px}
  .faq-section{padding:70px 0}
  .align-left h2{font-size:37px}
  .trust-strip .motqo-container{grid-template-columns:repeat(2,1fr)}
  .trust-strip div>div{justify-content:flex-start}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-bottom{flex-direction:column}
  .motqo-standard-page article{padding:32px 24px}
}

@media(max-width:460px){
  .motqo-container{width:calc(100% - 24px)}
  .site-header,.header-inner{height:66px}
  .primary-navigation{top:66px}
  .motqo-brand{min-width:145px}
  .brand-word{font-size:25px}
  .motqo-brand small{font-size:7.5px}
  .motqo-hero{min-height:760px}
  .hero-inner{min-height:760px;padding-top:38px}
  .hero-kicker{display:none}
  .hero-copy h1{font-size:40px;line-height:1.08}
  .hero-lead{font-size:15.5px;line-height:1.65}
  .hero-benefits{gap:15px 8px}
  .hero-benefits>div{grid-template-columns:25px auto;column-gap:7px}
  .hero-benefits .dashicons{width:23px;height:23px;font-size:23px}
  .hero-cta{width:100%;min-width:0}
  .hero-visual{width:100%;height:290px;right:-15px}
  .hero-visual>img{left:-35px;width:330px}
  .hero-facts{right:0;width:180px}
  .process-card{width:calc(100% - 8px)}
  .why-grid{grid-template-columns:1fr}
  .pricing-card{padding:30px 20px}
  .pricing-formula>span,.pricing-formula>strong{min-width:88px;min-height:70px;padding:12px}
  .trust-strip .motqo-container{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .site-footer h2{font-size:15px}
  .site-footer a,.footer-brand p,.site-footer .company-name{font-size:13px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-navigation,.hero-cta,.header-cta,.why-grid article{transition:none}}


/* MOTQO motorcycle catalog template polish - 2026-06-28 */
body:not(.wp-admin) .moto-hero {
	background-image: radial-gradient(circle at 74% 26%, rgba(47, 189, 62, 0.2), transparent 31%), linear-gradient(135deg, #06192c 0%, #0b2c4a 48%, #06192c 100%);
}
body:not(.wp-admin) .moto-hero:before { background: rgba(3, 20, 35, 0.58); }
body:not(.wp-admin) .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
body:not(.wp-admin) .hero-cta-secondary { background: #fff; color: #071a2d !important; box-shadow: none; }
body:not(.wp-admin) .moto-visual { display: flex; align-items: center; justify-content: center; }
body:not(.wp-admin) .moto-catalog-preview {
	width: min(100%, 520px);
	padding: 28px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 28px;
	background: rgba(255,255,255,.12);
	box-shadow: 0 28px 70px rgba(0,0,0,.28);
	backdrop-filter: blur(16px);
}
body:not(.wp-admin) .moto-preview-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; color: #eaf5ee; }
body:not(.wp-admin) .moto-preview-top span { color: #8de69b; font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
body:not(.wp-admin) .moto-preview-top strong { font-size: 18px; }
body:not(.wp-admin) .moto-preview-row {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 4px 16px;
	align-items: center;
	margin-top: 13px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	background: rgba(255,255,255,.92);
	color: #0c1a2d;
}
body:not(.wp-admin) .moto-preview-row b { grid-row: 1 / 3; display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 16px; background: #e8f8ec; color: #178028; font-size: 16px; }
body:not(.wp-admin) .moto-preview-row span { font-size: 18px; font-weight: 900; line-height: 1.2; }
body:not(.wp-admin) .moto-preview-row small { color: #51657a; font-size: 13px; }
body:not(.wp-admin) .moto-category-section { background: #f3f7fa; }
body:not(.wp-admin) .moto-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
body:not(.wp-admin) .moto-category-card {
	display: flex;
	min-height: 245px;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
	border: 1px solid #d8e3ec;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 52px rgba(8,24,42,.08);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body:not(.wp-admin) .moto-category-card:hover { transform: translateY(-4px); border-color: rgba(47,189,62,.5); box-shadow: 0 28px 70px rgba(8,24,42,.14); }
body:not(.wp-admin) .moto-category-card span { display: inline-flex; width: max-content; margin-bottom: 22px; padding: 8px 12px; border-radius: 999px; background: #e8f8ec; color: #178028; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
body:not(.wp-admin) .moto-category-card h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.16; }
body:not(.wp-admin) .moto-category-card p { margin: 0; color: #51657a; font-size: 16px; }
body:not(.wp-admin) .moto-fitment-section { background: #fff; }
body:not(.wp-admin) .moto-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: 48px; align-items: center; }
body:not(.wp-admin) .moto-split h2 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
body:not(.wp-admin) .moto-split p { color: #51657a; font-size: 19px; }
body:not(.wp-admin) .moto-attribute-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 30px; border: 1px solid #d8e3ec; border-radius: 26px; background: #f3f7fa; box-shadow: 0 20px 54px rgba(8,24,42,.08); }
body:not(.wp-admin) .moto-attribute-list span { padding: 12px 15px; border-radius: 999px; background: #fff; color: #0c1a2d; font-size: 15px; font-weight: 850; box-shadow: 0 10px 24px rgba(8,24,42,.06); }
body:not(.wp-admin) .motqo-api-page .motqo-inline-link { color: #20982d; font-weight: 900; text-decoration: none; }
body:not(.wp-admin).woocommerce-shop .site-main,
body:not(.wp-admin).post-type-archive-product .site-main,
body:not(.wp-admin).tax-product_cat .site-main { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 90px; }
body:not(.wp-admin) .woocommerce-products-header { margin-bottom: 30px; padding: 36px; border-radius: 26px; background: linear-gradient(135deg, #06192c, #0b2c4a); color: #fff; }
body:not(.wp-admin) .woocommerce-products-header__title { margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
body:not(.wp-admin) .woocommerce-result-count,
body:not(.wp-admin) .woocommerce-ordering { margin-bottom: 24px; color: #51657a; }
body:not(.wp-admin) .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
body:not(.wp-admin) .woocommerce ul.products::before,
body:not(.wp-admin) .woocommerce ul.products::after { display: none; }
body:not(.wp-admin) .woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 18px !important; border: 1px solid #d8e3ec; border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(8,24,42,.08); }
body:not(.wp-admin) .woocommerce ul.products li.product a img { border-radius: 16px; background: #f3f7fa; }
body:not(.wp-admin) .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px; line-height: 1.28; color: #0c1a2d; }
body:not(.wp-admin) .woocommerce ul.products li.product .price { color: #178028; font-weight: 900; }
body:not(.wp-admin) .woocommerce ul.products li.product .button { border-radius: 10px; background: #2fbd3e; color: #fff; font-weight: 850; }
body:not(.wp-admin) .woocommerce-info { border-top-color: #2fbd3e; border-radius: 14px; background: #f3f7fa; color: #0c1a2d; }
@media (max-width: 1100px) { body:not(.wp-admin) .moto-category-grid, body:not(.wp-admin) .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } body:not(.wp-admin) .moto-split { grid-template-columns: 1fr; } }
@media (max-width: 680px) { body:not(.wp-admin) .moto-category-grid, body:not(.wp-admin) .woocommerce ul.products { grid-template-columns: 1fr; } body:not(.wp-admin) .moto-preview-row { grid-template-columns: 62px 1fr; padding: 14px; } }

/* MOTQO WooCommerce motorcycle catalog polish - 2026-06-29 */
body:not(.wp-admin).woocommerce-shop .site-main,
body:not(.wp-admin).post-type-archive-product .site-main,
body:not(.wp-admin).tax-product_cat .site-main,
body:not(.wp-admin).tax-product_tag .site-main {
	width: min(1240px, calc(100% - 40px));
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-intro {
	margin: 30px auto 28px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(15, 23, 42, .1);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, .94), rgba(31, 41, 55, .88)),
		radial-gradient(circle at top right, rgba(249, 115, 22, .28), transparent 34%);
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: end;
	box-shadow: 0 24px 60px rgba(15, 23, 42, .2);
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-intro h1 {
	margin: 10px 0 12px;
	font-size: clamp(34px, 5vw, 68px);
	line-height: .98;
	letter-spacing: 0;
	color: #fff;
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-intro p {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.7;
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: #ff6b18;
	color: #fff;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions a:nth-child(2),
body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions a:nth-child(3) {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
}

body:not(.wp-admin) .woocommerce .motqo-empty-catalog {
	margin: 16px 0 42px;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .28);
	box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

body:not(.wp-admin) .woocommerce .motqo-empty-catalog h2 {
	margin: 12px 0;
	max-width: 760px;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.08;
	color: #111827;
}

body:not(.wp-admin) .woocommerce .motqo-empty-catalog p {
	max-width: 780px;
	color: #53627a;
	font-size: 18px;
	line-height: 1.7;
}

body:not(.wp-admin) .motqo-category-shortcuts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

body:not(.wp-admin) .motqo-category-shortcuts a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 118px;
	padding: 20px;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, .28);
	background: linear-gradient(180deg, #ffffff, #f7f9fc);
	color: #111827;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body:not(.wp-admin) .motqo-category-shortcuts a:hover {
	transform: translateY(-3px);
	border-color: rgba(249, 115, 22, .46);
	box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}

body:not(.wp-admin) .motqo-category-shortcuts strong {
	font-size: 18px;
	line-height: 1.25;
}

body:not(.wp-admin) .motqo-category-shortcuts span {
	color: #c2410c;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .08em;
}

body:not(.wp-admin) .motqo-product-card-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 10px 0 12px;
}

body:not(.wp-admin) .motqo-product-card-facts span,
body:not(.wp-admin) .motqo-price-note {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff7ed;
	color: #c2410c;
	font-size: 12px;
	font-weight: 850;
}

body:not(.wp-admin) .woocommerce ul.products li.product .button {
	width: 100%;
	min-height: 42px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	text-align: center;
}

body:not(.wp-admin) .woocommerce ul.products li.product .button:hover {
	background: #ff6b18;
	color: #fff;
}

@media (max-width: 1024px) {
	body:not(.wp-admin) .woocommerce .motqo-wc-catalog-intro {
		grid-template-columns: 1fr;
	}

	body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions {
		justify-content: flex-start;
	}

	body:not(.wp-admin) .motqo-category-shortcuts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body:not(.wp-admin) .woocommerce .motqo-wc-catalog-intro,
	body:not(.wp-admin) .woocommerce .motqo-empty-catalog {
		border-radius: 20px;
	}

	body:not(.wp-admin) .woocommerce .motqo-wc-catalog-actions a {
		width: 100%;
	}

	body:not(.wp-admin) .motqo-category-shortcuts {
		grid-template-columns: 1fr;
	}
}

/* MOTQO product detail catalog layout 2026-06-29 */
body.single-product {
	background: #f3f6fa;
}

body.single-product .site-main {
	max-width: 1240px;
	margin: 0 auto;
	padding: 28px 18px 76px;
}

body.single-product .woocommerce-breadcrumb {
	margin: 0 0 20px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

body.single-product .woocommerce-breadcrumb a {
	color: #334155;
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: #f97316;
}

body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
	gap: 28px;
	align-items: start;
}

body.single-product div.product::before,
body.single-product div.product::after {
	display: none;
}

body.single-product div.product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	opacity: 1 !important;
	position: sticky;
	top: 92px;
	padding: 18px;
	border: 1px solid #d8e0eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

body.single-product div.product .woocommerce-product-gallery__wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.single-product div.product .woocommerce-product-gallery__image:first-child {
	grid-column: 1 / -1;
}

body.single-product div.product .woocommerce-product-gallery__image a,
body.single-product div.product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 18px;
	background: #f8fafc;
}

body.single-product div.product .woocommerce-product-gallery__image:not(:first-child) img {
	padding: 6px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	transition: border-color .2s ease, transform .2s ease;
}

body.single-product div.product .woocommerce-product-gallery__image:not(:first-child) img:hover {
	border-color: #f97316;
	transform: translateY(-2px);
}

body.single-product div.product .summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 28px;
	border: 1px solid #d8e0eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

body.single-product .product_title {
	margin: 0 0 14px;
	color: #0f172a;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
	letter-spacing: 0;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	margin: 0 0 18px;
	color: #f97316;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
}

body.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 20px;
	padding: 16px 18px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

body.single-product div.product form.cart,
body.single-product div.product form.variations_form {
	margin: 0 0 22px;
	padding: 18px;
	border: 1px solid #dbe4ef;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

body.single-product div.product table.variations {
	width: 100%;
	margin: 0 0 16px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

body.single-product div.product table.variations th,
body.single-product div.product table.variations td {
	display: block;
	padding: 0;
	text-align: left;
	background: transparent;
	border: 0;
}

body.single-product div.product table.variations label {
	display: block;
	margin: 0 0 7px;
	color: #334155;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}

body.single-product div.product table.variations select {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	background-color: #fff;
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
}

body.single-product div.product .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: #f97316;
	font-size: 13px;
	font-weight: 800;
}

body.single-product div.product .woocommerce-variation {
	margin: 12px 0;
}

body.single-product div.product .woocommerce-variation-price {
	font-size: 20px;
	font-weight: 900;
}

body.single-product div.product .quantity {
	display: inline-flex;
	align-items: center;
	margin: 0 12px 0 0;
}

body.single-product div.product .quantity .qty {
	width: 92px;
	min-height: 50px;
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

body.single-product div.product button.single_add_to_cart_button,
body.single-product div.product .single_add_to_cart_button {
	min-height: 52px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #f97316;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .01em;
	box-shadow: 0 14px 28px rgba(249, 115, 22, 0.24);
}

body.single-product div.product button.single_add_to_cart_button:hover,
body.single-product div.product .single_add_to_cart_button:hover {
	background: #111827;
	color: #fff;
}

body.single-product div.product .product_meta {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
}

body.single-product div.product .product_meta > span {
	display: block;
}

body.single-product div.product .product_meta .sku {
	color: #0f172a;
	font-weight: 900;
}

body.single-product div.product .product_meta a {
	color: #f97316;
	font-weight: 800;
	text-decoration: none;
}

body.single-product div.product .tagged_as {
	display: none !important;
}

body.single-product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 12px;
	padding: 0;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 10px;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0;
	overflow-x: auto;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex !important;
	align-items: center;
	min-height: 42px;
	padding: 0 18px !important;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	background: #fff;
	color: #334155 !important;
	font-weight: 900 !important;
	text-decoration: none;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	border-color: #f97316;
	background: #fff7ed;
	color: #c2410c !important;
}

body.single-product .woocommerce-Tabs-panel,
body.single-product .related.products {
	grid-column: 1 / -1;
	padding: 28px;
	border: 1px solid #d8e0eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

body.single-product .woocommerce-Tabs-panel h2,
body.single-product .related.products > h2 {
	margin: 0 0 18px;
	color: #0f172a;
	font-size: clamp(26px, 2.4vw, 36px);
	line-height: 1.15;
	letter-spacing: 0;
}

body.single-product .woocommerce-Tabs-panel h3 {
	margin: 24px 0 10px;
	color: #111827;
	font-size: 22px;
	line-height: 1.25;
}

body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
	color: #475569;
	font-size: 16px;
	line-height: 1.75;
}

body.single-product .woocommerce-Tabs-panel ul {
	margin: 10px 0 18px 20px;
}

body.single-product .nx-product-disclaimer {
	margin-top: 22px;
	padding: 16px 18px;
	border-left: 4px solid #f97316;
	border-radius: 14px;
	background: #fff7ed;
}

body.single-product .related.products {
	margin-top: 24px;
}

body.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0 !important;
}

body.single-product .related.products ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 12px !important;
	border: 1px solid #d8e0eb;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

body.single-product .related.products ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 16px;
	background: #f8fafc;
}

body.single-product .related.products .woocommerce-loop-product__title {
	min-height: 58px;
	margin: 12px 0 8px;
	color: #0f172a;
	font-size: 16px !important;
	line-height: 1.3;
}

body.single-product .related.products .motqo-product-card-facts {
	margin: 0 0 10px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.45;
}

body.single-product .related.products .price {
	display: block;
	margin: 0 0 10px;
	color: #f97316;
	font-size: 16px;
	font-weight: 900;
}

body.single-product .related.products .button {
	width: 100%;
	min-height: 42px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	text-align: center;
}

body.single-product #secondary,
body.single-product .widget-area,
body.single-product .site-main > .search-form,
body.single-product .site-main > .pagenav,
body.single-product .site-main .pagenav {
	display: none !important;
}

@media (max-width: 980px) {
	body.single-product .site-main {
		padding: 18px 14px 64px;
	}

	body.single-product div.product {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.single-product div.product .woocommerce-product-gallery {
		position: static;
	}

	body.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.single-product .woocommerce-breadcrumb {
		font-size: 12px;
	}

	body.single-product div.product .summary,
	body.single-product div.product .woocommerce-product-gallery,
	body.single-product .woocommerce-Tabs-panel,
	body.single-product .related.products {
		padding: 16px;
		border-radius: 20px;
	}

	body.single-product div.product .woocommerce-product-gallery__wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product div.product .quantity,
	body.single-product div.product button.single_add_to_cart_button,
	body.single-product div.product .single_add_to_cart_button {
		width: 100%;
		margin: 8px 0 0;
	}

	body.single-product div.product .quantity .qty {
		width: 100%;
	}

	body.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}
}

/* MOTQO product detail structure cards 2026-06-29 */
body.single-product .motqo-product-quick-data {
	margin: 18px 0 0;
	padding: 18px;
	border: 1px solid #dbe4ef;
	border-radius: 18px;
	background: #f8fafc;
}

body.single-product .motqo-product-quick-data h2 {
	margin: 0 0 14px;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.25;
}

body.single-product .motqo-product-quick-data-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

body.single-product .motqo-product-quick-data-item {
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
}

body.single-product .motqo-product-quick-data-item span {
	display: block;
	margin-bottom: 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}

body.single-product .motqo-product-quick-data-item strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	line-height: 1.4;
}

body.single-product .motqo-product-fitment-notice {
	grid-column: 1 / -1;
	margin-top: 24px;
	padding: 24px 28px;
	border: 1px solid #fed7aa;
	border-radius: 24px;
	background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
	box-shadow: 0 18px 45px rgba(249, 115, 22, .08);
}

body.single-product .motqo-product-fitment-notice h2 {
	margin: 0 0 8px;
	color: #9a3412;
	font-size: 24px;
	line-height: 1.2;
}

body.single-product .motqo-product-fitment-notice p {
	margin: 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

@media (max-width: 640px) {
	body.single-product .motqo-product-quick-data-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .motqo-product-fitment-notice {
		padding: 18px;
		border-radius: 20px;
	}
}

/* MOTQO product-based header nav responsive cleanup 2026-06-30 */
@media (max-width: 1320px) {
	body:not(.wp-admin) .header-actions .header-cta {
		display: none;
	}
}

@media (max-width: 1280px) {
	body:not(.wp-admin) .primary-navigation {
		gap: 16px;
	}

	body:not(.wp-admin) .primary-navigation a {
		font-size: 13px;
	}
}

/* MOTQO global layout stabilization 2026-06-30 */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body:not(.wp-admin) {
	background: #f3f7fa;
	color: #0c1a2d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body:not(.wp-admin) *,
body:not(.wp-admin) *::before,
body:not(.wp-admin) *::after {
	box-sizing: border-box;
}

body:not(.wp-admin) img,
body:not(.wp-admin) video,
body:not(.wp-admin) iframe,
body:not(.wp-admin) svg {
	max-width: 100%;
}

body:not(.wp-admin) table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

body:not(.wp-admin) pre,
body:not(.wp-admin) code,
body:not(.wp-admin) .entry-content,
body:not(.wp-admin) .summary,
body:not(.wp-admin) .woocommerce,
body:not(.wp-admin) .woocommerce-product-details__short-description {
	overflow-wrap: anywhere;
	word-break: normal;
}

body:not(.wp-admin) .motqo-standard-page {
	background:
		linear-gradient(180deg, rgba(243, 247, 250, 0.96), rgba(255, 255, 255, 0.98) 52%, rgba(243, 247, 250, 0.94)),
		radial-gradient(circle at 84% 8%, rgba(47, 189, 62, 0.1), transparent 32%);
}

body:not(.wp-admin) .motqo-standard-page > .motqo-container {
	width: min(1180px, calc(100% - 40px));
	padding: clamp(34px, 5vw, 72px) 0 clamp(56px, 7vw, 92px);
}

body:not(.wp-admin) .motqo-standard-page article {
	margin: 0;
}

body:not(.wp-admin) .motqo-standard-page article > h1 {
	margin: 0 0 26px;
	color: #0c1a2d;
	font-size: clamp(38px, 5.4vw, 68px);
	line-height: 1.04;
	letter-spacing: -0.04em;
	font-weight: 920;
}

body:not(.wp-admin) .motqo-standard-page article:has(.motqo-api-page) > h1 {
	display: none;
}

body:not(.wp-admin) .motqo-standard-page .entry-content > *:first-child {
	margin-top: 0;
}

body:not(.wp-admin) .motqo-standard-page .entry-content > *:last-child {
	margin-bottom: 0;
}

body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)) {
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid #dce5ed;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 54px rgba(12, 26, 45, 0.08);
	font-size: 18px;
	line-height: 1.72;
}

body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)) h2,
body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)) h3 {
	margin: 1.45em 0 0.6em;
	color: #0c1a2d;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)) p,
body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)) li {
	color: #526476;
}

body:not(.wp-admin) .motqo-api-page {
	width: min(1180px, 100%);
	margin: 0 auto !important;
	padding: clamp(34px, 5vw, 64px) clamp(18px, 3.2vw, 28px) clamp(54px, 6vw, 82px) !important;
	color: #0c1a2d;
}

body:not(.wp-admin) .motqo-api-page .motqo-api-hero {
	align-items: center;
	gap: clamp(22px, 4vw, 42px);
	margin-bottom: clamp(30px, 5vw, 54px);
}

body:not(.wp-admin) .motqo-api-page h1 {
	max-width: 900px;
	font-size: clamp(40px, 5.5vw, 72px) !important;
	line-height: 1.04 !important;
	letter-spacing: -0.04em !important;
}

body:not(.wp-admin) .motqo-api-page h2 {
	font-size: clamp(28px, 3.6vw, 48px) !important;
	line-height: 1.08 !important;
}

body:not(.wp-admin) .motqo-api-lead {
	color: #526476;
	font-size: clamp(17px, 1.55vw, 22px) !important;
	line-height: 1.65 !important;
}

body:not(.wp-admin) .motqo-api-grid,
body:not(.wp-admin) .motqo-api-contact,
body:not(.wp-admin) .motqo-api-grid.two,
body:not(.wp-admin) .motqo-api-grid.four {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)) !important;
	gap: clamp(16px, 2vw, 24px) !important;
	align-items: stretch;
}

body:not(.wp-admin) .motqo-api-card,
body:not(.wp-admin) .motqo-api-note,
body:not(.wp-admin) .motqo-api-form-loader,
body:not(.wp-admin) .motqo-api-faq details,
body:not(.wp-admin) .motqo-standard-page .wp-block-group,
body:not(.wp-admin) .motqo-standard-page .wp-block-columns {
	min-width: 0;
	border: 1px solid #dce5ed;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 46px rgba(12, 26, 45, 0.075);
}

body:not(.wp-admin) .motqo-api-card {
	display: flex;
	flex-direction: column;
	min-height: 0 !important;
	padding: clamp(20px, 2.4vw, 30px) !important;
}

body:not(.wp-admin) .motqo-api-card h3,
body:not(.wp-admin) .motqo-api-card p {
	min-width: 0;
}

body:not(.wp-admin) .motqo-api-panel {
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(145deg, rgba(7, 29, 50, 0.96), rgba(11, 43, 73, 0.98)),
		radial-gradient(circle at 90% 10%, rgba(47, 189, 62, 0.24), transparent 30%);
}

body:not(.wp-admin) .motqo-api-actions,
body:not(.wp-admin) .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

body:not(.wp-admin) .motqo-api-btn,
body:not(.wp-admin) .hero-cta,
body:not(.wp-admin) .outline-cta,
body:not(.wp-admin) .button,
body:not(.wp-admin) button,
body:not(.wp-admin) input[type="submit"] {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

body:not(.wp-admin) input[type="text"],
body:not(.wp-admin) input[type="email"],
body:not(.wp-admin) input[type="tel"],
body:not(.wp-admin) input[type="number"],
body:not(.wp-admin) input[type="password"],
body:not(.wp-admin) input[type="search"],
body:not(.wp-admin) input[type="url"],
body:not(.wp-admin) select,
body:not(.wp-admin) textarea {
	max-width: 100%;
	min-height: 46px;
	border: 1px solid #dce5ed;
	border-radius: 12px;
	background: #fff;
	color: #0c1a2d;
	font: inherit;
}

body:not(.wp-admin) textarea {
	min-height: 132px;
	resize: vertical;
}

body:not(.wp-admin) .woocommerce-cart .motqo-standard-page .entry-content,
body:not(.wp-admin) .woocommerce-checkout .motqo-standard-page .entry-content,
body:not(.wp-admin) .woocommerce-account .motqo-standard-page .entry-content {
	padding: clamp(22px, 3vw, 38px);
}

body:not(.wp-admin) .woocommerce-cart table.shop_table,
body:not(.wp-admin) .woocommerce-checkout table.shop_table,
body:not(.wp-admin) .woocommerce-account table {
	border: 1px solid #dce5ed;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

body:not(.wp-admin) .woocommerce table.shop_table th,
body:not(.wp-admin) .woocommerce table.shop_table td {
	padding: 14px 16px;
	vertical-align: middle;
}

body:not(.wp-admin) .woocommerce form.checkout,
body:not(.wp-admin) .woocommerce-account .woocommerce,
body:not(.wp-admin) .woocommerce-cart .woocommerce {
	max-width: 1180px;
	margin-inline: auto;
}

body:not(.wp-admin) .woocommerce .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body:not(.wp-admin) .woocommerce .col2-set::before,
body:not(.wp-admin) .woocommerce .col2-set::after {
	display: none;
}

body:not(.wp-admin) .woocommerce .col2-set .col-1,
body:not(.wp-admin) .woocommerce .col2-set .col-2 {
	float: none;
	width: auto;
	min-width: 0;
}

body:not(.wp-admin) .woocommerce ul.products {
	align-items: stretch;
}

body:not(.wp-admin) .woocommerce ul.products li.product {
	min-width: 0;
}

body:not(.wp-admin) .woocommerce ul.products li.product .woocommerce-loop-product__title,
body:not(.wp-admin) .woocommerce ul.products li.product h2,
body.single-product .product_title {
	overflow-wrap: anywhere;
}

body:not(.wp-admin).tax-product_cat .woocommerce-products-header,
body:not(.wp-admin).post-type-archive-product .woocommerce-products-header {
	margin-top: 26px;
}

body:not(.wp-admin).tax-product_cat .term-description,
body:not(.wp-admin).post-type-archive-product .page-description {
	max-width: 860px;
	color: #526476;
	font-size: 17px;
	line-height: 1.65;
}

body:not(.wp-admin) .woocommerce-notices-wrapper,
body:not(.wp-admin) .woocommerce-error,
body:not(.wp-admin) .woocommerce-info,
body:not(.wp-admin) .woocommerce-message {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 14px;
}

body.single-product .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
	gap: 18px;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
	display: none;
}

@media (max-width: 980px) {
	body:not(.wp-admin) .motqo-standard-page > .motqo-container {
		width: min(100% - 28px, 1180px);
		padding-top: 28px;
	}

	body:not(.wp-admin) .woocommerce .col2-set {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	body:not(.wp-admin) .motqo-standard-page > .motqo-container {
		width: min(100% - 22px, 1180px);
	}

	body:not(.wp-admin) .motqo-standard-page article > h1 {
		font-size: clamp(32px, 10vw, 44px);
	}

	body:not(.wp-admin) .motqo-standard-page .entry-content:not(:has(.motqo-api-page)),
	body:not(.wp-admin) .motqo-api-card,
	body:not(.wp-admin) .motqo-api-panel,
	body:not(.wp-admin) .motqo-api-form-loader,
	body:not(.wp-admin) .motqo-api-faq details {
		border-radius: 18px;
	}

	body:not(.wp-admin) .motqo-api-page {
		padding-inline: 0 !important;
	}

	body:not(.wp-admin) .motqo-api-page h1 {
		font-size: clamp(34px, 10.5vw, 46px) !important;
	}

	body:not(.wp-admin) .motqo-api-actions > *,
	body:not(.wp-admin) .hero-actions > * {
		width: 100%;
	}

	body:not(.wp-admin) .woocommerce table.shop_table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* MOTQO mobile overflow correction 2026-06-30 */
@media (max-width: 980px) {
	body:not(.wp-admin):not(.motqo-menu-open) .primary-navigation {
		display: none !important;
	}

	body:not(.wp-admin).motqo-menu-open .primary-navigation {
		display: flex !important;
		transform: translateX(0) !important;
		right: 0 !important;
		max-width: calc(100vw - 24px);
	}
}

@media (max-width: 720px) {
	body:not(.wp-admin) .hero-visual,
	body:not(.wp-admin) .moto-visual {
		position: relative !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 28px 0 0 !important;
		transform: none !important;
	}

	body:not(.wp-admin) .moto-catalog-preview {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body:not(.wp-admin) .moto-preview-row {
		grid-template-columns: 58px minmax(0, 1fr) !important;
	}

	body:not(.wp-admin) .moto-preview-row span,
	body:not(.wp-admin) .moto-preview-row small,
	body:not(.wp-admin) .moto-preview-top strong {
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

/* MOTQO final mobile header override 2026-06-30 */
@media only screen and (max-width: 980px) {
	html body .site-header,
	html body .site-header .header-inner,
	html body .site-header .motqo-container {
		max-width: 100vw !important;
		overflow: hidden !important;
	}

	html body:not(.motqo-menu-open) header.site-header nav#primary-navigation.primary-navigation {
		display: none !important;
		width: 0 !important;
		max-width: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	html body.motqo-menu-open header.site-header nav#primary-navigation.primary-navigation {
		position: fixed !important;
		top: 70px !important;
		right: 0 !important;
		left: auto !important;
		bottom: 0 !important;
		display: flex !important;
		width: min(360px, 88vw) !important;
		max-width: 88vw !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		transform: none !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}

	html body .site-header .header-actions {
		display: none !important;
	}
}

@media only screen and (max-width: 720px) {
	html body .motqo-hero,
	html body .hero-inner,
	html body .moto-catalog-preview,
	html body .process-steps {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	html body .process-steps {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	html body .process-steps article {
		width: 100% !important;
		max-width: 100% !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
	}
}
