
:root{
  --navy:#061a31;
  --navy2:#09233f;
  --green:#1FA855;
  --green2:#168A46;
  --ink:#0b1d36;
  --muted:#607086;
  --line:#dce4ee;
  --bg:#f5f8fb;
  --card:#fff;
  --shadow:0 14px 38px rgba(6,26,49,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
.trust-top{background:var(--navy);color:#fff;font-size:13px;font-weight:800}
.trust-top-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;border:2px solid var(--navy);font-size:24px}
.brand strong{display:block;font-size:25px;font-weight:900;letter-spacing:-.04em}
.brand small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.main-nav{display:flex;gap:30px;font-size:14px;font-weight:800}
.main-nav a{position:relative}
.main-nav a:hover{color:var(--green)}
.header-cta{display:flex;align-items:center;gap:16px;font-weight:900}
.phone-link{white-space:nowrap;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:13px 20px;border:1px solid transparent;font-weight:900;transition:.2s ease;cursor:pointer;text-align:center}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(6,26,49,.16)}
.btn-green{background:var(--green);color:#fff;border-color:var(--green)}
.btn-green:hover{background:var(--green2)}
.btn-outline{background:#fff;border-color:#b9c5d3;color:var(--navy)}
.btn-light{background:#f8fbff;border-color:#d4dfec;color:var(--navy)}
.btn-dark{background:var(--navy);color:#fff}
.btn.small{padding:10px 14px;font-size:13px;border-radius:8px}
.btn.wide{width:100%}
.hero{background:#fff;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center;padding:54px 0}
.badge{display:inline-flex;background:#eaf3ff;color:#1e4b83;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-transform:uppercase}
.hero h1{font-size:50px;line-height:1.08;letter-spacing:-.045em;margin:18px 0 16px;color:var(--navy)}
.hero h1 span{color:var(--green)}
.hero p{font-size:17px;line-height:1.7;color:var(--muted);max-width:570px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:28px 0}
.hero-mini{display:flex;gap:22px;flex-wrap:wrap;color:#748297;font-size:13px;font-weight:700}
.hero-photo-wrap{position:relative;padding-right:58px}
.hero-photo{height:430px;width:100%;object-fit:cover;border-radius:30px;box-shadow:var(--shadow);border:8px solid #fff}
.floating-card{position:absolute;right:0;bottom:30px;width:220px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px;text-align:center}
.floating-card .wa-dot{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 6px;color:var(--green)}
.floating-card .wa-dot svg{width:28px;height:28px;display:block}
.floating-card h3{margin:8px 0 8px}
.section{padding:42px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.section-head h2{font-size:28px;letter-spacing:-.03em;margin:0;color:var(--navy)}
.section-head p{color:var(--muted);margin:5px 0 0}
.wide-list{display:grid;gap:12px}
.wide-product{display:grid;grid-template-columns:300px 1fr 190px;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 5px 18px rgba(6,26,49,.06)}
.wide-img img{height:150px;width:100%;object-fit:cover;border-radius:12px}
.wide-info h3{font-size:25px;margin:0 0 7px}
.wide-info p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.5}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chips span{background:#f1f5f9;border:1px solid #d9e2ec;color:#516071;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}
.wide-info small{display:block;margin-top:10px;color:#21843c;font-weight:800}
.wide-actions{display:grid;gap:8px}
.conversion-band{background:var(--navy);color:#fff;border-radius:18px;padding:24px;margin:18px 0 0}
.conversion-grid{display:grid;grid-template-columns:300px 1fr auto;gap:22px;align-items:center}
.conversion-band h2{margin:0 0 6px}
.conversion-band p{margin:0;color:#d9e5ef;font-size:14px;line-height:1.5}
.inline-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
input,select,textarea{font:inherit;border:1px solid #cbd7e4;border-radius:10px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}
textarea{min-height:110px;resize:vertical}
input:focus,textarea:focus,select:focus{border-color:#75b7e6;box-shadow:0 0 0 4px rgba(117,183,230,.18)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 7px 22px rgba(6,26,49,.05)}
.why-icon{width:56px;height:56px;border-radius:50%;background:#eaf5ee;color:var(--green);display:grid;place-items:center;font-size:25px;margin-bottom:14px}
.why-card h3{margin:0 0 8px}
.why-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 7px 22px rgba(6,26,49,.05)}
.product-media{position:relative;display:block}
.product-media img{height:150px;width:100%;object-fit:cover}
.stock-pill{position:absolute;right:10px;top:10px;background:#e4f8e9;color:#168539;border:1px solid #b5eac1;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px}
.product-body{padding:14px}
.product-body h3{margin:0 0 5px;font-size:17px}
.product-body p{color:var(--muted);margin:0 0 10px;font-size:13px;line-height:1.45}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.product-actions .btn-green{grid-column:auto}
.product-card.compact .product-media img{height:120px}
.footer{background:var(--navy);color:#fff;margin-top:42px;padding:38px 0 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:34px}
.footer h4{margin:0 0 12px}
.footer p,.footer li,.footer small{color:#d5e0eb;line-height:1.7;font-size:14px}
.footer ul{padding-left:18px;margin:0}
.footer-brand{font-size:24px;font-weight:900;margin-bottom:12px}
.socials{display:flex;gap:9px}
.socials span{width:32px;height:32px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-size:12px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#c3d0dc;font-size:12px;padding:14px;margin-top:28px}
.float-wa{position:fixed;right:22px;bottom:22px;width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 16px 42px rgba(47,164,71,.35);z-index:50}
.float-wa svg{width:30px;height:30px;display:block}
.breadcrumb{font-size:13px;color:#617187;margin:24px 0}
.product-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:start}
.gallery-box{display:grid;grid-template-columns:100px 1fr;gap:16px}
.thumbs{display:grid;gap:10px;align-content:start}
.thumbs button{border:2px solid transparent;border-radius:11px;padding:0;overflow:hidden;background:none;cursor:pointer}
.thumbs button.active{border-color:var(--green)}
.thumbs img{height:92px;width:100%;object-fit:cover}
.main-gallery{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 7px 24px rgba(6,26,49,.08)}
.main-gallery img{height:520px;width:100%;object-fit:cover;border-radius:12px}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:#fff;box-shadow:0 10px 24px rgba(6,26,49,.18);font-size:22px;cursor:pointer}
.gallery-nav.prev{left:22px}.gallery-nav.next{right:22px}
.zoom-badge{position:absolute;right:22px;bottom:22px;background:rgba(6,26,49,.8);color:#fff;border-radius:999px;padding:8px 10px}
.info-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow);position:sticky;top:100px}
.info-panel h1{font-size:34px;letter-spacing:-.03em;margin:0 0 12px;color:var(--navy)}
.info-panel p{color:var(--muted);line-height:1.6}
.info-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:18px 0;padding:10px 0}
.info-row{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:10px 0;color:#30435a}
.info-row strong{color:var(--navy)}
.cta-stack{display:grid;gap:10px}
.verify-note{margin-top:14px;background:#f4f8fb;border-radius:12px;padding:13px;color:#526275;font-size:13px}
.detail-content{margin-top:30px;display:grid;grid-template-columns:1fr .7fr;gap:28px}
.content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.content-card h2{margin:0 0 16px;color:var(--navy)}
.content-card p{color:#42536a;line-height:1.75}
.extra-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.extra-gallery img{height:118px;width:100%;object-fit:cover;border-radius:12px}
.contact-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;display:grid;gap:14px;align-content:start}
.contact-box h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.08;letter-spacing:-.03em}
.contact-box p{margin:0 0 6px;line-height:1.55}
.contact-box .btn{margin-top:4px}
.contact-box input,.contact-box textarea{margin:0}
.contact-box textarea{min-height:136px}
.contact-box.dark{background:var(--navy);color:#fff}
.contact-box.dark p{color:#d9e5ef}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.form-grid textarea{grid-column:1/-1}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-card{display:grid;grid-template-columns:120px 1fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;align-items:center}
.related-card img{height:90px;width:100%;object-fit:cover;border-radius:10px}
.related-card h3{font-size:16px;margin:0 0 5px}
.related-card p{margin:0 0 9px;color:var(--muted);font-size:12px}
.related-actions{display:flex;gap:8px}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:28px}
.trust-item{padding:18px;border-right:1px solid var(--line);display:flex;gap:12px;align-items:flex-start}
.trust-item:last-child{border-right:none}
.trust-item b{display:block}
.trust-item span{font-size:24px;color:var(--green)}
.trust-item small{color:var(--muted);line-height:1.4}
@media(max-width:980px){
  .main-nav{display:none}
  .header-inner{height:auto;padding:14px 0;flex-wrap:wrap}
  .hero-grid,.product-layout,.detail-content,.conversion-grid{grid-template-columns:1fr}
  .hero-photo-wrap{padding-right:0}
  .floating-card{position:relative;right:auto;bottom:auto;margin-top:-35px;margin-left:auto}
  .wide-product{grid-template-columns:1fr}
  .wide-actions{grid-template-columns:1fr 1fr 1fr}
  .why-grid,.cards-grid,.footer-grid,.related-grid,.trust-strip{grid-template-columns:1fr 1fr}
  .inline-form{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1200px)}
  .trust-top-inner{height:auto;padding:10px 0;flex-wrap:wrap;justify-content:center}
  .brand{align-items:flex-start}
  .brand-mark{width:42px;height:42px;border-radius:14px;font-size:22px}
  .brand strong{font-size:22px;line-height:1.05}
  .brand small{font-size:10px;line-height:1.3}
  .header-cta{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:12px;align-items:stretch}
  .phone-link{display:flex;align-items:center;justify-content:flex-start;font-size:14px;line-height:1.35;white-space:normal}
  .header-cta .btn{width:100%;padding:14px 14px;min-height:72px;font-size:14px;line-height:1.2;white-space:normal;word-break:break-word;border-radius:14px}
  .hero h1{font-size:36px}
  .hero-grid{padding:34px 0}
  .gallery-box{grid-template-columns:1fr}
  .thumbs{grid-template-columns:repeat(4,1fr)}
  .main-gallery img{height:320px}
  .wide-actions,.why-grid,.cards-grid,.footer-grid,.related-grid,.trust-strip,.form-grid{grid-template-columns:1fr}
  .extra-gallery{grid-template-columns:repeat(2,1fr)}
  .info-row{grid-template-columns:1fr}
  .contact-box{padding:28px 20px;gap:16px;border-radius:20px}
  .contact-box h2{font-size:25px}
  .contact-box p{font-size:14px}
  .contact-box input,.contact-box textarea{padding:15px 16px;border-radius:14px}
  .contact-box textarea{min-height:150px}
}


/* Contact location / Google profile section */
.map-section{padding:52px 0;background:#f5f8fb}
.map-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;align-items:stretch}
.map-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.map-card h2{font-size:32px;letter-spacing:-.03em;color:var(--navy);margin:14px 0 12px}
.map-card p{color:#42536a;line-height:1.7}
.map-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.map-address{font-weight:700;background:#f4f8fb;border-radius:14px;padding:14px;margin:0}
.map-embed{overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);min-height:360px}
.map-embed iframe{display:block;width:100%;height:100%;min-height:360px;border:0}
.footer a{color:inherit;text-decoration:none}
@media(max-width:980px){.map-grid{grid-template-columns:1fr}.map-embed iframe{min-height:320px}}


/* Final sales-focused refinements */
.hero-grid{padding:42px 0}
.hero h1{font-size:clamp(34px,4.8vw,56px)}
.hero p{font-size:16px}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card.compact .product-media img{height:190px}
.product-body{padding:18px}
.product-body h3{font-size:19px;line-height:1.25}
.product-body p{font-size:14px;line-height:1.55}
.product-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:14px}
.info-panel .btn-green{font-size:16px}
.verify-note{font-weight:700}
@media(max-width:980px){
  .cards-grid{grid-template-columns:1fr 1fr}
  .product-actions{grid-template-columns:1fr}
}
@media(max-width:620px){
  .cards-grid{grid-template-columns:1fr}
  .product-card.compact .product-media img{height:210px}
  .hero-grid{padding:30px 0}
}


/* Cikma motor SEO and content pages */
.seo-section{background:#fff}.seo-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.seo-copy,.trust-panel,.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.seo-copy h2,.page-hero h1{color:var(--navy);letter-spacing:-.04em}.seo-copy p,.content-card p,.trust-panel p{color:#40506a;line-height:1.75}.trust-panel ul,.check-list{margin:14px 0 20px;padding-left:0;list-style:none}.trust-panel li,.check-list li{margin:10px 0;padding-left:28px;position:relative;color:#22314a;line-height:1.55}.trust-panel li:before,.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--green);font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:#b8c8db}.category-card h3{margin:0 0 8px;color:var(--navy);font-size:18px}.category-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.page-hero{background:linear-gradient(135deg,#061a31,#0a2b4b);color:#fff;padding:56px 0}.page-hero h1{font-size:clamp(34px,5vw,58px);color:#fff;margin:14px 0}.page-hero p{max-width:820px;color:#dbe7f7;line-height:1.75;font-size:17px}.page-content{display:grid;grid-template-columns:1.1fr .7fr;gap:22px}.faq-list{display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;box-shadow:var(--shadow)}.faq-list summary{cursor:pointer;font-weight:900;color:var(--navy)}.faq-list p{color:#40506a;line-height:1.7}.seo-note-card{border-left:5px solid var(--green)}.footer ul a{color:inherit;text-decoration:none}@media(max-width:980px){.seo-grid,.page-content{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.category-grid{grid-template-columns:1fr}.seo-copy,.trust-panel,.content-card{padding:20px}.page-hero{padding:38px 0}}

.category-grid .category-card{min-height:150px}.faq-list details{box-shadow:none}.faq-list details p{margin:12px 0 0}.seo-copy .extra-gallery{margin-top:18px}


/* Professional CTA icon system */
.btn, .phone-link, .map-address{gap:9px}
.btn[href*="wa.me"]::before,
.phone-link::before,
.btn[href^="tel:"]::before,
.btn[href*="share.google"]::before,
.map-actions .btn-light::before{
  content:"";
  display:inline-block;
  width:18px;
  height:18px;
  flex:0 0 18px;
  background:currentColor;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.btn[href*="wa.me"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.34c-.27-.14-1.58-.78-1.83-.87-.24-.09-.42-.14-.6.14-.18.27-.69.87-.84 1.05-.16.18-.31.2-.58.07-.27-.14-1.14-.42-2.17-1.34-.8-.71-1.34-1.59-1.49-1.86-.16-.27-.02-.42.12-.56.12-.12.27-.31.4-.47.13-.16.18-.27.27-.45.09-.18.04-.34-.02-.47-.07-.14-.6-1.45-.83-1.98-.22-.53-.44-.46-.6-.47h-.51c-.18 0-.47.07-.71.34-.25.27-.95.93-.95 2.27 0 1.34.98 2.63 1.11 2.81.13.18 1.92 2.93 4.64 4.11.65.28 1.16.45 1.56.58.65.21 1.24.18 1.7.11.52-.08 1.58-.65 1.81-1.28.22-.63.22-1.16.15-1.28-.07-.11-.25-.18-.51-.31Z'/%3E%3Cpath d='M27.04 4.95A15.86 15.86 0 0 0 15.98.5C7.45.5.52 7.43.52 15.96c0 2.72.71 5.37 2.05 7.7L.5 31.5l8.04-2.11a15.4 15.4 0 0 0 7.42 1.89h.01c8.53 0 15.46-6.93 15.46-15.46 0-4.13-1.61-8.01-4.39-10.87Zm-11.07 23.7h-.01a12.9 12.9 0 0 1-6.57-1.79l-.47-.28-4.77 1.25 1.27-4.65-.31-.48a12.83 12.83 0 0 1-1.98-6.75c0-7.08 5.76-12.84 12.85-12.84 3.43 0 6.65 1.33 9.06 3.75a12.74 12.74 0 0 1 3.75 9.09c0 7.08-5.76 12.84-12.82 12.84Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.34c-.27-.14-1.58-.78-1.83-.87-.24-.09-.42-.14-.6.14-.18.27-.69.87-.84 1.05-.16.18-.31.2-.58.07-.27-.14-1.14-.42-2.17-1.34-.8-.71-1.34-1.59-1.49-1.86-.16-.27-.02-.42.12-.56.12-.12.27-.31.4-.47.13-.16.18-.27.27-.45.09-.18.04-.34-.02-.47-.07-.14-.6-1.45-.83-1.98-.22-.53-.44-.46-.6-.47h-.51c-.18 0-.47.07-.71.34-.25.27-.95.93-.95 2.27 0 1.34.98 2.63 1.11 2.81.13.18 1.92 2.93 4.64 4.11.65.28 1.16.45 1.56.58.65.21 1.24.18 1.7.11.52-.08 1.58-.65 1.81-1.28.22-.63.22-1.16.15-1.28-.07-.11-.25-.18-.51-.31Z'/%3E%3Cpath d='M27.04 4.95A15.86 15.86 0 0 0 15.98.5C7.45.5.52 7.43.52 15.96c0 2.72.71 5.37 2.05 7.7L.5 31.5l8.04-2.11a15.4 15.4 0 0 0 7.42 1.89h.01c8.53 0 15.46-6.93 15.46-15.46 0-4.13-1.61-8.01-4.39-10.87Zm-11.07 23.7h-.01a12.9 12.9 0 0 1-6.57-1.79l-.47-.28-4.77 1.25 1.27-4.65-.31-.48a12.83 12.83 0 0 1-1.98-6.75c0-7.08 5.76-12.84 12.85-12.84 3.43 0 6.65 1.33 9.06 3.75a12.74 12.74 0 0 1 3.75 9.09c0 7.08-5.76 12.84-12.82 12.84Z'/%3E%3C/svg%3E");
}
.phone-link::before,
.btn[href^="tel:"]::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}
.btn[href*="share.google"]::before,
.map-actions .btn-light::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}
.float-wa{background:#1FA855}
.float-wa:hover{background:#168A46}
.float-wa svg{width:32px;height:32px}
.floating-card .wa-dot{background:#e9f8ef;border-radius:999px}
.floating-card .wa-dot svg{color:#1FA855}



/* Mobile header WhatsApp button compact fix */
@media(max-width:620px){
  .header-inner{gap:12px}
  .header-cta{width:100%;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
  .phone-link{font-size:15px;line-height:1.25;min-height:44px;align-items:center}
  .header-cta .btn{
    width:auto;
    min-width:148px;
    max-width:168px;
    min-height:48px;
    padding:10px 12px;
    border-radius:14px;
    font-size:13px;
    line-height:1.15;
    white-space:normal;
  }
  .header-cta .btn::before{width:17px;height:17px;flex-basis:17px}
}
@media(max-width:380px){
  .header-cta{grid-template-columns:1fr 142px}
  .header-cta .btn{min-width:142px;max-width:142px;font-size:12px;padding:9px 10px}
  .phone-link{font-size:14px}
}


/* Google trust and used-engine note blocks */
.google-trust-block{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.google-trust-block h2{color:var(--navy);font-size:30px;letter-spacing:-.03em;margin:14px 0 10px}
.google-trust-block p{color:#40506a;line-height:1.7}
.google-trust-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:18px}
.google-trust-card{background:#f8fbff;border:1px solid #dce4ee;border-radius:16px;padding:18px}
.google-trust-card b{display:block;color:var(--navy);margin-bottom:6px}
.google-trust-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.used-engine-note{margin-top:16px;background:#f4f8fb;border-left:5px solid var(--green);border-radius:14px;padding:15px 16px;color:#40506a;font-size:14px;line-height:1.65}
@media(max-width:780px){.google-trust-grid{grid-template-columns:1fr}.google-trust-block{padding:22px}}

/* Ordered SEO improvements */
.seo-long-card h2,.seo-long-card h3{color:var(--navy)}
.seo-long-card h3{margin-top:26px}
.seo-long-card p{line-height:1.78}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.guide-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow);display:block}
.guide-card h3{margin:0 0 8px;color:var(--navy)}
.guide-card p{margin:0;color:var(--muted);line-height:1.6}
.service-areas{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.service-areas span{background:#f1f5f9;border:1px solid #d9e2ec;border-radius:999px;padding:8px 12px;font-weight:800;color:#40506a}
@media(max-width:900px){.guide-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.guide-grid{grid-template-columns:1fr}}


/* Performance + trust + price SEO additions */
.stock-status-box,.pre-sale-check-box,.price-criteria-box,.launch-checklist-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--shadow);
}
.stock-status-box{border-left:5px solid var(--green);margin-top:16px}
.stock-status-box strong,.pre-sale-check-box strong{color:var(--navy)}
.pre-sale-check-box ul,.price-criteria-box ul,.launch-checklist-box ul{margin:12px 0 0;padding-left:20px;color:#40506a;line-height:1.75}
.price-page-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}
.price-factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.price-factor-grid div{background:#f8fbff;border:1px solid #dce4ee;border-radius:16px;padding:16px}
.price-factor-grid b{display:block;color:var(--navy);margin-bottom:6px}
img[loading="lazy"]{content-visibility:auto}
@media(max-width:900px){.price-page-grid,.price-factor-grid{grid-template-columns:1fr}}


/* Premium desktop card refinement */
@media(min-width:981px){
  .cards-grid{gap:24px;align-items:stretch}
  .product-card.compact{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:22px;
    border:1px solid #d8e1ec;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 14px 36px rgba(6,26,49,.08), 0 3px 10px rgba(6,26,49,.04);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow:hidden;
  }
  .product-card.compact:hover{
    transform:translateY(-4px);
    border-color:#c8d6e6;
    box-shadow:0 20px 46px rgba(6,26,49,.12), 0 6px 16px rgba(6,26,49,.06);
  }
  .product-card.compact .product-media{
    aspect-ratio:1/1;
    overflow:hidden;
    background:#eef3f8;
  }
  .product-card.compact .product-media img{
    width:100%;
    height:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:transform .35s ease;
  }
  .product-card.compact:hover .product-media img{transform:scale(1.03)}
  .stock-pill{
    right:14px;
    top:14px;
    padding:8px 14px;
    font-size:13px;
    letter-spacing:.01em;
    border-radius:999px;
    background:rgba(244,251,246,.96);
    color:#0f8e42;
    border:1px solid #b9e7c5;
    box-shadow:0 8px 18px rgba(26,138,70,.14);
  }
  .product-card.compact .product-body{
    display:flex;
    flex-direction:column;
    flex:1;
    gap:12px;
    padding:18px 18px 20px;
  }
  .product-card.compact .product-body h3{
    margin:0;
    min-height:60px;
    font-size:18px;
    line-height:1.28;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .product-card.compact .product-body p{
    margin:0;
    min-height:46px;
    color:#59708b;
    font-size:14px;
    line-height:1.58;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .product-card.compact .chips{
    min-height:58px;
    align-content:flex-start;
  }
  .product-card.compact .chips span{
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
  }
  .product-card.compact .product-actions{
    margin-top:auto;
    display:grid;
    grid-template-columns:minmax(0,1.32fr) minmax(0,.88fr) minmax(0,.96fr);
    gap:10px;
    align-items:stretch;
  }
  .product-card.compact .product-actions .btn{
    min-height:68px;
    padding:12px 12px;
    border-radius:15px;
    font-size:13px;
    line-height:1.22;
    justify-content:center;
    text-align:center;
    white-space:normal;
  }
  .product-card.compact .product-actions .btn-light,
  .product-card.compact .product-actions .btn-outline{
    background:#f8fbff;
    border-color:#d2deea;
  }
}
@media(min-width:981px){
  .wide-product{
    border-radius:22px;
    border:1px solid #d8e1ec;
    box-shadow:0 14px 36px rgba(6,26,49,.08), 0 3px 10px rgba(6,26,49,.04);
  }
  .wide-img img{border-radius:16px}
  .wide-actions .btn{min-height:54px;border-radius:14px}
}


/* Upper segment visual language */
body{
  background:
    radial-gradient(circle at top left, rgba(20,78,130,.07), transparent 22%),
    linear-gradient(180deg,#f7fafc 0%,#f4f8fb 48%,#f8fafc 100%);
}
.site-header{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 30px rgba(6,26,49,.05);
}
.brand-mark{
  background:linear-gradient(180deg,#fff 0%,#f3f8fd 100%);
  box-shadow:0 10px 24px rgba(6,26,49,.08);
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;bottom:-8px;
  width:0;height:2px;
  background:linear-gradient(90deg,var(--green),#6ed38e);
  transition:width .2s ease;
}
.main-nav a:hover::after{width:100%}
.btn{
  border-radius:14px;
  box-shadow:0 8px 20px rgba(6,26,49,.06);
}
.btn-green{
  background:linear-gradient(180deg,#27b45d 0%,#169247 100%);
  border-color:#159244;
}
.btn-outline,.btn-light{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.section-head h2{font-size:31px}
.hero{
  position:relative;
  background:
    radial-gradient(circle at 0% 0%, rgba(32,104,171,.08), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.hero::after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(9,35,63,.12),transparent);
}
.hero-grid{padding:62px 0 58px;gap:56px}
.hero h1{font-size:56px;max-width:760px}
.hero p{max-width:620px}
.hero-photo-wrap{padding-right:72px}
.hero-photo{
  height:470px;
  border-radius:34px;
  box-shadow:0 30px 70px rgba(6,26,49,.16);
  border:10px solid rgba(255,255,255,.92);
}
.floating-card{
  width:255px;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);
  box-shadow:0 22px 54px rgba(6,26,49,.14);
}
.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;max-width:760px}
.hero-metric{
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
  border:1px solid #dce5ee;
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 14px 34px rgba(6,26,49,.06);
}
.hero-metric strong{display:block;font-size:22px;color:var(--navy);margin-bottom:4px}
.hero-metric span{display:block;font-size:13px;color:#617187;font-weight:700;line-height:1.45}
.wide-product,.why-card,.content-card,.contact-box,.info-panel,.main-gallery,.guide-card,.category-card,.stock-status-box,.pre-sale-check-box,.price-criteria-box,.launch-checklist-box{
  box-shadow:0 16px 40px rgba(6,26,49,.08),0 4px 14px rgba(6,26,49,.04);
  border-color:#d7e1ec;
  border-radius:22px;
}
.wide-product:hover,.why-card:hover,.guide-card:hover,.category-card:hover{
  transform:translateY(-3px);
  transition:transform .2s ease, box-shadow .2s ease;
  box-shadow:0 20px 48px rgba(6,26,49,.11),0 6px 18px rgba(6,26,49,.05);
}
.conversion-band{
  background:linear-gradient(135deg,#071b31 0%,#0c2949 100%);
  box-shadow:0 20px 46px rgba(6,26,49,.18);
}
.info-panel{
  background:linear-gradient(180deg,#fff 0%,#f9fcff 100%);
}
.info-panel h1{font-size:38px;line-height:1.12}
.detail-pills{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 18px}
.detail-pills span{
  display:inline-flex;align-items:center;justify-content:center;
  padding:9px 13px;border-radius:999px;
  background:#eef5fb;border:1px solid #d7e4f0;
  color:#324862;font-size:12px;font-weight:800;
}
.trust-inline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}
.trust-inline-item{
  background:#f7fbff;border:1px solid #dce6f0;border-radius:16px;
  padding:14px 12px;
}
.trust-inline-item strong{display:block;font-size:13px;color:var(--navy);margin-bottom:4px}
.trust-inline-item span{font-size:12px;color:#62748a;line-height:1.45}
.gallery-box{gap:18px}
.thumbs button{border-radius:14px;box-shadow:0 8px 20px rgba(6,26,49,.08)}
.main-gallery img{border-radius:16px}
.zoom-badge{background:rgba(6,26,49,.86);padding:10px 12px}
.detail-content{gap:32px;margin-top:34px}
.content-card h2{font-size:29px}
.content-card p{line-height:1.82}
.contact-box.dark{
  background:linear-gradient(145deg,#071b31 0%,#0d2d4d 100%);
  color:#fff;
  box-shadow:0 24px 56px rgba(6,26,49,.18);
}
.contact-box.dark p,.contact-box.dark .small-note{color:#dce8f3}
.footer{
  background:linear-gradient(135deg,#061a31 0%,#0a2544 100%);
}
.float-wa{
  box-shadow:0 20px 44px rgba(31,168,85,.33);
}
@media(max-width:980px){
  .hero-metrics,.trust-inline-grid{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .hero-photo{height:390px}
  .hero-photo-wrap{padding-right:0}
}

.premium-page-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border-bottom:1px solid rgba(9,35,63,.08);
  position:relative;
}
.premium-page-hero .container{padding-top:8px;padding-bottom:8px}
.premium-page-hero h1{font-size:48px;line-height:1.08;letter-spacing:-.04em;color:var(--navy);margin:16px 0 12px}
.premium-page-hero p{max-width:820px;color:#607086;line-height:1.75;font-size:17px}
.premium-page-hero .hero-actions{margin-top:24px}
@media(max-width:980px){.premium-page-hero h1{font-size:38px}}


/* Mobile refinement + stronger conversion + square product visuals */
.sales-flow-section{padding-top:8px}
.sales-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sales-step{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #dbe4ee;border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(6,26,49,.07)}
.sales-step .step-no{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-size:14px;font-weight:900;margin-bottom:14px}
.sales-step h3{margin:0 0 8px;color:var(--navy);font-size:20px}
.sales-step p{margin:0;color:#59708b;line-height:1.68;font-size:14px}
.sales-cta-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center;margin-top:18px;background:linear-gradient(135deg,#071b31 0%,#0c2949 100%);color:#fff;border-radius:24px;padding:24px;box-shadow:0 18px 46px rgba(6,26,49,.18)}
.sales-cta-panel h3{margin:0 0 8px;font-size:30px;letter-spacing:-.03em}
.sales-cta-panel p{margin:0;color:#dce8f3;line-height:1.7}
.sales-cta-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sales-cta-actions .btn{min-height:58px}
.product-card.compact .product-media{aspect-ratio:1/1;background:#edf3f8;overflow:hidden}
.product-card.compact .product-media img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;object-position:center center}
.product-card.compact .product-body{display:flex;flex-direction:column;gap:10px}
.product-card.compact .product-actions{margin-top:auto}
.product-card.compact .product-actions .btn{min-height:56px}
.deal-banner{background:linear-gradient(135deg,#f4fbf6 0%,#eef7ff 100%);border:1px solid #cfe1d7;border-radius:18px;padding:16px 16px 14px;margin:0 0 16px;box-shadow:0 10px 24px rgba(6,26,49,.05)}
.deal-banner strong{display:block;color:var(--navy);font-size:16px;margin-bottom:6px}
.deal-banner p{margin:0 0 10px;color:#4f657e;line-height:1.55;font-size:14px}
.deal-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.deal-points span{background:#fff;border:1px solid #d9e6ef;border-radius:14px;padding:10px 10px;color:#31475f;font-size:12px;font-weight:800;line-height:1.4}
.mobile-sticky-cta{display:none}
@media(max-width:980px){
  .trust-top-inner{height:auto;min-height:38px;padding:8px 0;flex-wrap:wrap;justify-content:center;row-gap:6px}
  .header-inner{height:auto;min-height:78px;flex-wrap:wrap;padding:14px 0}
  .main-nav{order:3;width:100%;justify-content:center;gap:18px;flex-wrap:wrap}
  .header-cta{width:100%;justify-content:space-between;gap:12px}
  .hero-grid{grid-template-columns:1fr;gap:26px;padding:30px 0}
  .hero-photo-wrap{padding-right:0}
  .floating-card{position:static;width:100%;margin-top:16px}
  .hero-photo{height:auto;aspect-ratio:1/1;border-radius:24px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .hero-actions .btn{width:100%}
  .wide-product{grid-template-columns:1fr;padding:14px}
  .wide-img img{height:auto;aspect-ratio:1/1;border-radius:16px}
  .wide-actions{grid-template-columns:1fr}
  .conversion-grid{grid-template-columns:1fr;gap:16px}
  .inline-form{grid-template-columns:1fr}
  .sales-flow-grid,.sales-cta-panel,.sales-cta-actions,.deal-points{grid-template-columns:1fr}
  .product-layout{grid-template-columns:1fr;gap:20px}
  .gallery-box{grid-template-columns:1fr;gap:14px}
  .thumbs{grid-template-columns:repeat(4,1fr);display:grid}
  .thumbs img{height:72px}
  .main-gallery img{height:auto;aspect-ratio:1/1}
  .info-panel{position:static;top:auto;padding:20px}
  .detail-content{grid-template-columns:1fr;gap:18px}
  .extra-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  body{padding-bottom:88px}
  .container{width:min(100%,calc(100% - 24px))}
  .brand strong{font-size:22px}
  .brand small{font-size:10px}
  .phone-link{font-size:14px}
  .header-cta .btn{padding:12px 14px;font-size:14px}
  .hero h1{font-size:36px;line-height:1.08}
  .hero p{font-size:15px;line-height:1.65}
  .hero-metric strong{font-size:19px}
  .section{padding:28px 0}
  .section-head{margin-bottom:14px}
  .section-head h2{font-size:26px}
  .cards-grid{grid-template-columns:1fr;gap:16px}
  .product-card.compact{border-radius:20px}
  .product-card.compact .product-media{aspect-ratio:1/1}
  .product-card.compact .product-media img{aspect-ratio:1/1}
  .product-body{padding:16px}
  .product-body h3{font-size:17px;line-height:1.3}
  .product-body p{font-size:14px;line-height:1.55}
  .chips{gap:7px}
  .chips span{padding:7px 10px;font-size:11px}
  .product-actions{grid-template-columns:1fr;gap:10px}
  .product-actions .btn{min-height:52px;padding:12px 14px;border-radius:13px}
  .stock-pill{right:12px;top:12px;padding:7px 12px;font-size:12px}
  .float-wa{width:56px;height:56px;right:14px;bottom:96px;font-size:26px}
  .float-wa svg{width:28px;height:28px}
  .mobile-sticky-cta{position:fixed;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;z-index:60}
  .mobile-sticky-cta .btn{min-height:54px;border-radius:16px;box-shadow:0 18px 34px rgba(6,26,49,.16)}
}


/* Gentle CTA + featured showcase + comparison blocks */
.btn,
.product-actions .btn,
.wide-actions .btn,
.cta-stack .btn,
.mobile-sticky-cta .btn{
  border-radius:16px;
  font-weight:800;
  letter-spacing:-.01em;
}
.btn-green{
  background:linear-gradient(180deg,#2bb65f 0%,#1ea552 100%);
  box-shadow:0 10px 24px rgba(31,168,85,.18);
}
.btn-light,.btn-outline{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  color:#173252;
}
.product-actions .btn,
.wide-actions .btn{
  min-height:50px;
  padding:11px 12px;
  font-size:13px;
  line-height:1.2;
}
.product-actions .btn::before,
.wide-actions .btn::before,
.mobile-sticky-cta .btn::before,
.cta-stack .btn::before{
  width:16px;
  height:16px;
  flex-basis:16px;
}
.product-actions{gap:10px}
.wide-actions{gap:10px}
.featured-showcase-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.featured-showcase-card{
  display:block;
  text-decoration:none;
  color:inherit;
  background:linear-gradient(180deg,#fff 0%,#f9fcff 100%);
  border:1px solid #d9e3ee;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(6,26,49,.07);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.featured-showcase-card:hover{transform:translateY(-3px);border-color:#c9d8e8;box-shadow:0 18px 42px rgba(6,26,49,.11)}
.featured-showcase-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.featured-showcase-body{padding:18px}
.featured-showcase-body h3{margin:0 0 8px;color:var(--navy);font-size:20px;line-height:1.25}
.featured-showcase-body p{margin:0 0 14px;color:#5c7188;font-size:14px;line-height:1.6}
.featured-showcase-meta{display:flex;flex-wrap:wrap;gap:8px}
.featured-showcase-meta span{padding:7px 10px;background:#eef5fb;border:1px solid #dbe6f1;border-radius:999px;color:#35506d;font-size:12px;font-weight:800}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.comparison-card{border:1px solid #d8e3ee;border-radius:20px;padding:20px;background:linear-gradient(180deg,#fff 0%,#f9fcff 100%)}
.comparison-card.good{border-color:#cde7d4;background:linear-gradient(180deg,#f8fcf9 0%,#f4fbf6 100%)}
.comparison-card h3{margin:0 0 10px;font-size:20px;color:var(--navy)}
.comparison-card ul{margin:0;padding-left:18px;color:#4f647b;line-height:1.8}
.comparison-card.good ul li::marker{color:#1ea552}
.cta-stack .btn{min-height:54px}
.mobile-sticky-cta .btn{min-height:50px;font-size:14px}
@media(min-width:981px){
  .product-card.compact .product-actions{grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.95fr)}
}
@media(max-width:980px){
  .featured-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .product-actions{grid-template-columns:1.1fr .85fr .9fr;gap:8px}
  .product-actions .btn,
  .wide-actions .btn{min-height:46px;padding:10px 9px;font-size:12.5px;border-radius:14px}
  .product-actions .btn::before,
  .wide-actions .btn::before,
  .mobile-sticky-cta .btn::before,
  .cta-stack .btn::before{width:15px;height:15px;flex-basis:15px}
  .wide-actions{grid-template-columns:1.05fr .9fr .95fr}
  .mobile-sticky-cta{grid-template-columns:.9fr 1.1fr;gap:8px}
  .mobile-sticky-cta .btn{min-height:48px;border-radius:15px;font-size:13px}
  .float-wa{display:none}
  .featured-showcase-grid,.comparison-grid{grid-template-columns:1fr}
  .featured-showcase-body{padding:15px}
}


/* Equal height premium listing refinement */
.cards-grid,
.featured-showcase-grid{align-items:stretch}
.cards-grid > *,
.featured-showcase-grid > *{height:100%}

@media(min-width:981px){
  .cards-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }
  .product-card.compact{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #d8e3ee;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 16px 36px rgba(6,26,49,.07),0 4px 12px rgba(6,26,49,.04);
  }
  .product-card.compact:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 50px rgba(6,26,49,.11),0 8px 18px rgba(6,26,49,.06);
  }
  .product-card.compact .product-media{
    aspect-ratio:1/1;
    background:#eef4f8;
    border-bottom:1px solid #e0e8f0;
  }
  .product-card.compact .product-media img{
    width:100%;
    height:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center;
  }
  .stock-pill{
    top:14px;
    right:14px;
    padding:8px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.01em;
    box-shadow:0 8px 18px rgba(31,168,85,.14);
  }
  .product-card.compact .product-body{
    display:flex;
    flex-direction:column;
    flex:1;
    gap:12px;
    padding:18px 18px 20px;
  }
  .product-card.compact .product-body h3{
    margin:0;
    min-height:62px;
    font-size:20px;
    line-height:1.28;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .product-card.compact .product-body p{
    margin:0;
    min-height:46px;
    font-size:14px;
    line-height:1.6;
    color:#5b7088;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .product-card.compact .chips{
    min-height:64px;
    align-content:flex-start;
    gap:8px;
  }
  .product-card.compact .chips span{
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
  }
  .product-card.compact .product-actions{
    margin-top:auto;
    display:grid;
    grid-template-columns:minmax(0,1.22fr) minmax(0,.82fr) minmax(0,1fr);
    gap:10px;
  }
  .product-card.compact .product-actions .btn{
    min-height:52px;
    padding:11px 12px;
    border-radius:15px;
    font-size:13px;
    line-height:1.2;
    text-align:center;
    justify-content:center;
  }

  .featured-showcase-card{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:24px;
    box-shadow:0 16px 36px rgba(6,26,49,.08),0 4px 12px rgba(6,26,49,.04);
  }
  .featured-showcase-card img{aspect-ratio:1/1}
  .featured-showcase-body{
    display:flex;
    flex-direction:column;
    flex:1;
    gap:10px;
    padding:20px;
  }
  .featured-showcase-body h3{
    min-height:52px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .featured-showcase-body p{
    min-height:66px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .featured-showcase-meta{margin-top:auto}

  .wide-list{display:grid;gap:22px}
  .wide-product{
    grid-template-columns:260px 1fr 210px;
    gap:22px;
    padding:14px;
    border-radius:24px;
    border:1px solid #d8e3ee;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 16px 36px rgba(6,26,49,.07),0 4px 12px rgba(6,26,49,.04);
    align-items:stretch;
  }
  .wide-img{height:100%}
  .wide-img img{
    width:100%;
    height:100%;
    min-height:230px;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:18px;
  }
  .wide-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:10px;
  }
  .wide-info h3{
    margin:0;
    font-size:26px;
    line-height:1.18;
  }
  .wide-info p{margin:0;color:#5b7088;line-height:1.65}
  .wide-info small{
    display:inline-flex;
    width:max-content;
    padding:8px 12px;
    background:#f4f9f6;
    border:1px solid #d7e8dc;
    border-radius:999px;
    color:#2f6a49;
    font-weight:800;
  }
  .wide-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    align-content:center;
  }
  .wide-actions .btn{
    min-height:54px;
    border-radius:15px;
    padding:12px 12px;
  }
}

@media (min-width:681px) and (max-width:980px){
  .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .product-card.compact{display:flex;flex-direction:column;height:100%}
  .product-card.compact .product-body{display:flex;flex-direction:column;flex:1}
  .product-card.compact .product-body h3{min-height:52px}
  .product-card.compact .product-body p{min-height:42px}
  .product-card.compact .chips{min-height:56px}
  .product-card.compact .product-actions{margin-top:auto;grid-template-columns:1fr 1fr 1fr}
}

@media(max-width:620px){
  .cards-grid > *{height:auto}
  .product-card.compact .product-body h3{min-height:auto}
  .product-card.compact .product-body p{min-height:auto}
  .product-card.compact .chips{min-height:auto}
  .product-actions{grid-template-columns:1.06fr .82fr .94fr;gap:8px}
  .product-actions .btn{min-height:46px;padding:10px 8px;font-size:12px}
}


/* Featured CTA cards + landing and product detail refinement */
.featured-showcase-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.featured-showcase-media{display:block;overflow:hidden}
.featured-showcase-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center}
.featured-showcase-body{display:flex;flex-direction:column;flex:1;gap:10px}
.featured-showcase-body h3{margin:0;font-size:22px;line-height:1.22;color:var(--navy)}
.featured-showcase-body p{margin:0;color:#5d7188;line-height:1.62;font-size:14px}
.featured-actions{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr) minmax(0,1fr);
  gap:10px;
  margin-top:auto;
}
.featured-actions .btn{
  min-height:48px;
  border-radius:15px;
  padding:10px 12px;
  font-size:13px;
  line-height:1.18;
  justify-content:center;
  text-align:center;
}
.featured-actions .btn::before{width:16px;height:16px;flex-basis:16px}
.landing-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.landing-proof-card{
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  border:1px solid #d9e3ee;
  border-radius:20px;
  padding:18px;
  box-shadow:0 14px 32px rgba(6,26,49,.06);
}
.landing-proof-card strong{display:block;color:var(--navy);font-size:16px;margin-bottom:6px}
.landing-proof-card span{display:block;color:#61758b;font-size:13px;line-height:1.55}
.gallery-box{
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);
  border:1px solid #dbe4ee;
  border-radius:24px;
  padding:16px;
  box-shadow:0 16px 38px rgba(6,26,49,.06);
}
.main-gallery{
  border-radius:22px;
  overflow:hidden;
  border:1px solid #d9e4ee;
  box-shadow:0 18px 36px rgba(6,26,49,.08);
}
.main-gallery img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.thumbs{gap:12px}
.thumbs button{
  border:1px solid #d7e2ec;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.thumbs button[aria-current="true"],
.thumbs button.active{
  border-color:#8dc0a0;
  box-shadow:0 10px 22px rgba(31,168,85,.12);
}
.gallery-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.gallery-trust-item{
  background:#f8fbff;
  border:1px solid #dce6f0;
  border-radius:16px;
  padding:14px 12px;
}
.gallery-trust-item strong{display:block;font-size:13px;color:var(--navy);margin-bottom:4px}
.gallery-trust-item span{display:block;color:#62748a;font-size:12px;line-height:1.45}
@media(max-width:980px){
  .landing-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-actions{grid-template-columns:1fr}
  .gallery-trust-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .featured-showcase-body h3{font-size:20px}
  .featured-actions .btn{min-height:46px;font-size:12.5px}
  .landing-proof-strip{grid-template-columns:1fr}
}


/* Conversion hero + micro interactions + trust persuasion */
.hero .badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(180deg,#f4fbf6 0%,#eaf7ef 100%);
  border:1px solid #cfe5d7;
  box-shadow:0 10px 24px rgba(31,168,85,.08);
}
.hero h1{max-width:760px;letter-spacing:-.03em}
.hero h1 span{color:#1ea552;position:relative}
.hero h1 span::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:10px;background:linear-gradient(90deg,rgba(31,168,85,.18),rgba(31,168,85,0));border-radius:999px}
.hero-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.hero-proof-card{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #dbe5ee;border-radius:20px;padding:16px 16px 14px;box-shadow:0 14px 34px rgba(6,26,49,.06)}
.hero-proof-card strong{display:block;color:var(--navy);font-size:15px;margin-bottom:5px}
.hero-proof-card span{display:block;color:#63768c;font-size:13px;line-height:1.55}
.btn,.product-card.compact,.wide-product,.featured-showcase-card,.thumbs button,.trust-badge,.mini-persuasion-card{transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease}
.btn:hover{transform:translateY(-1px)}
.product-card.compact:hover,.wide-product:hover,.featured-showcase-card:hover{border-color:#c8d8e8}
.featured-showcase-card:hover .featured-showcase-media img,.product-card.compact:hover .product-media img,.wide-product:hover .wide-img img{transform:scale(1.025);transition:transform .35s ease}
.trust-badge-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 18px}
.trust-badge{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border:1px solid #dbe5ee;border-radius:18px;padding:14px 14px 13px;box-shadow:0 10px 22px rgba(6,26,49,.05)}
.trust-badge:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(6,26,49,.09)}
.trust-badge strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}
.trust-badge span{display:block;color:#64778c;font-size:12px;line-height:1.45}
.mini-persuasion-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.mini-persuasion-card{border:1px solid #dbe5ee;border-radius:22px;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 30px rgba(6,26,49,.05)}
.mini-persuasion-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(6,26,49,.08)}
.mini-persuasion-card h3{margin:0 0 8px;color:var(--navy);font-size:19px}
.mini-persuasion-card p{margin:0;color:#62758a;line-height:1.7;font-size:14px}
.mini-persuasion-card ul{margin:10px 0 0;padding-left:18px;color:#4c637a;line-height:1.75}
@media(max-width:980px){.hero-proof-strip,.trust-badge-row,.mini-persuasion-grid{grid-template-columns:1fr}}
@media(max-width:620px){.hero-proof-card{padding:14px}.hero-proof-card strong{font-size:14px}.mini-persuasion-card{padding:16px}}


/* Desktop CTA cleanup */
@media(min-width:981px){
  .featured-showcase-grid{gap:22px}
  .featured-showcase-body{gap:12px;padding:20px}
  .featured-showcase-body p{min-height:76px}
  .featured-actions{
    grid-template-columns:minmax(0,1.26fr) minmax(92px,.78fr) minmax(112px,.96fr);
    gap:10px;
    align-items:stretch;
  }
  .featured-actions .btn{
    min-height:46px;
    padding:10px 12px;
    font-size:12.5px;
    line-height:1.15;
    white-space:nowrap;
    flex-direction:row;
    gap:8px;
    letter-spacing:-.01em;
  }
  .featured-actions .btn::before{width:15px;height:15px;flex-basis:15px}
  .featured-actions .btn-green{padding-inline:14px}

  .product-card.compact .product-actions{
    grid-template-columns:minmax(0,1.24fr) minmax(92px,.8fr) minmax(108px,.92fr);
  }
  .product-card.compact .product-actions .btn{
    min-height:52px;
    padding:10px 10px;
    font-size:12.5px;
    line-height:1.15;
    white-space:nowrap;
    flex-direction:row;
    gap:8px;
    letter-spacing:-.01em;
  }
  .product-card.compact .product-actions .btn::before{width:15px;height:15px;flex-basis:15px}
}


/* Premium desktop card rhythm + stronger sales hero */
.hero-value-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0 12px;
}
.hero-value-item{
  padding:14px 14px 13px;
  border:1px solid #d9e5ef;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 12px 26px rgba(6,26,49,.05);
}
.hero-value-item strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}
.hero-value-item span{display:block;color:#60748b;font-size:12px;line-height:1.5}
.hero-cta-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:12px;
  color:#5f7389;
  font-size:13px;
}
.hero-cta-note span{display:inline-flex;align-items:center;gap:7px}

@media(min-width:981px){
  .hero-grid{align-items:center;gap:34px}
  .hero h1{font-size:58px;line-height:1.03;max-width:820px}
  .hero p{max-width:760px;font-size:17px;line-height:1.72}
  .hero-actions{display:flex;gap:14px;align-items:center}
  .hero-actions .btn{min-height:58px;padding:0 22px;border-radius:18px;font-size:15px}
  .hero-proof-strip{gap:16px}
  .hero-value-list{grid-template-columns:repeat(3,minmax(0,1fr))}

  .featured-showcase-card,
  .product-card.compact{position:relative}
  .featured-showcase-body h3{min-height:56px;font-size:22px;line-height:1.22}
  .featured-showcase-body p{min-height:72px;font-size:14px;line-height:1.65}
  .product-card.compact .product-body{gap:13px;padding:20px 20px 22px}
  .product-card.compact .product-body h3{min-height:58px;font-size:21px;line-height:1.24}
  .product-card.compact .product-body p{min-height:70px;line-height:1.64}
  .product-card.compact .chips{min-height:66px}
  .featured-showcase-meta{min-height:34px}

  .featured-actions,
  .product-card.compact .product-actions{
    background:linear-gradient(180deg,#f8fbff 0%,#f2f7fc 100%);
    border:1px solid #dce6f0;
    border-radius:18px;
    padding:10px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 10px 22px rgba(6,26,49,.04);
  }
  .featured-actions{
    grid-template-columns:minmax(0,1.45fr) minmax(0,.82fr) minmax(0,1fr);
    gap:10px;
  }
  .product-card.compact .product-actions{
    grid-template-columns:minmax(0,1.38fr) minmax(0,.82fr) minmax(0,1fr);
    gap:10px;
  }
  .featured-actions .btn,
  .product-card.compact .product-actions .btn{
    min-height:48px;
    padding:10px 12px;
    border-radius:14px;
    font-size:12.5px;
    line-height:1.14;
    white-space:nowrap;
    gap:7px;
    box-shadow:none;
  }
  .featured-actions .btn-green,
  .product-card.compact .product-actions .btn-green{
    background:linear-gradient(180deg,#28b55c 0%,#1ca24f 100%);
    border-color:#1ca24f;
  }
  .featured-actions .btn-outline,
  .featured-actions .btn-light,
  .product-card.compact .product-actions .btn-outline,
  .product-card.compact .product-actions .btn-light{
    background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
    border-color:#cfdae6;
  }
}

@media(max-width:980px){
  .hero-value-list{grid-template-columns:1fr}
}


/* Final desktop refresh + publication polish */
.container{width:min(1280px,calc(100% - 40px));margin:auto}
.section-head{margin-bottom:24px;gap:24px}
.section-head h2{font-size:32px;line-height:1.1;letter-spacing:-.04em}
.section-head p{font-size:15px;line-height:1.65;max-width:760px}

@media (min-width:981px) and (max-width:1399px){
  .featured-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:1400px){
  .featured-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(min-width:981px){
  .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:42px;padding:62px 0 56px}
  .hero h1{font-size:60px;line-height:1.02;max-width:820px;margin:16px 0 18px}
  .hero p{max-width:720px;font-size:17px;line-height:1.76}
  .hero-actions{margin:24px 0 16px}
  .hero-actions .btn{min-height:56px;padding:0 22px;border-radius:18px;font-size:15px}
  .hero-value-list{margin-top:18px}
  .hero-proof-strip{margin-top:18px}
  .hero-photo{height:470px}
  .floating-card{width:250px;padding:22px}

  .featured-showcase-card,
  .product-card.compact{
    border-radius:24px;
    box-shadow:0 18px 40px rgba(6,26,49,.07),0 6px 18px rgba(6,26,49,.04);
  }
  .featured-showcase-card:hover,
  .product-card.compact:hover{
    transform:translateY(-5px);
    box-shadow:0 24px 54px rgba(6,26,49,.1),0 8px 22px rgba(6,26,49,.06);
  }
  .featured-showcase-media img,
  .product-card.compact .product-media img{aspect-ratio:1/1;object-fit:cover;object-position:center}

  .featured-showcase-body{padding:20px 20px 18px;gap:12px}
  .featured-showcase-body h3{min-height:58px;font-size:23px;line-height:1.22;margin:0}
  .featured-showcase-body p{min-height:78px;margin:0;font-size:14px;line-height:1.66;color:#5a6f86}
  .featured-showcase-meta{min-height:36px;gap:8px}
  .featured-showcase-meta span{padding:8px 11px;font-size:12px;font-weight:800}

  .cards-grid{gap:22px}
  .product-card.compact .product-body{padding:20px 20px 22px;gap:13px}
  .product-card.compact .product-body h3{min-height:60px;font-size:22px;line-height:1.22;margin:0}
  .product-card.compact .product-body p{min-height:72px;font-size:14px;line-height:1.66;margin:0;color:#5a6f86}
  .product-card.compact .chips{min-height:68px;gap:8px}
  .product-card.compact .chips span{padding:8px 12px;font-size:12px}

  .featured-actions,
  .product-card.compact .product-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:auto;
    padding:10px;
    border:1px solid #d9e4ee;
    border-radius:18px;
    background:linear-gradient(180deg,#f9fbfe 0%,#f2f7fc 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 10px 22px rgba(6,26,49,.04);
  }
  .featured-actions .btn:first-child,
  .product-card.compact .product-actions .btn:first-child{grid-column:1 / -1}
  .featured-actions .btn,
  .product-card.compact .product-actions .btn{
    min-height:50px;
    padding:11px 14px;
    border-radius:14px;
    font-size:13px;
    line-height:1.16;
    justify-content:center;
    text-align:center;
    gap:8px;
    white-space:normal;
    box-shadow:none;
  }
  .featured-actions .btn::before,
  .product-card.compact .product-actions .btn::before{width:16px;height:16px;flex-basis:16px}
  .featured-actions .btn-green,
  .product-card.compact .product-actions .btn-green{
    background:linear-gradient(180deg,#29b65d 0%,#1ea451 100%);
    border-color:#1ea451;
    color:#fff;
    font-weight:800;
  }
  .featured-actions .btn-outline,
  .featured-actions .btn-light,
  .product-card.compact .product-actions .btn-outline,
  .product-card.compact .product-actions .btn-light{
    background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
    border-color:#ccd9e6;
  }

  .wide-list{gap:24px}
  .wide-product{grid-template-columns:270px 1fr 220px;padding:16px 18px;border-radius:24px}
  .wide-img img{min-height:240px;aspect-ratio:1/1;border-radius:18px}
  .wide-info h3{font-size:28px;line-height:1.15}
  .wide-info p{font-size:15px;line-height:1.7}
  .wide-actions{gap:12px}
  .wide-actions .btn{min-height:54px;border-radius:15px}

  .info-panel{padding:26px;border-radius:22px;box-shadow:0 18px 44px rgba(6,26,49,.08),0 6px 18px rgba(6,26,49,.05)}
  .info-panel h1{font-size:40px;line-height:1.08}
  .content-card{border-radius:22px}
}


/* Otofiat.com SEO content expansion */
.product-seo-expansion,.model-landing-card,.seo-link-panel{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #d9e4ee;
  border-radius:22px;
  padding:24px;
  box-shadow:0 16px 38px rgba(6,26,49,.06);
}
.product-seo-expansion h2,.product-seo-expansion h3,.model-landing-card h2,.model-landing-card h3{color:var(--navy)}
.product-seo-expansion p,.model-landing-card p{color:#4f657e;line-height:1.82}
.product-seo-expansion ul,.model-landing-card ul{color:#40576f;line-height:1.8}
.seo-link-panel{margin-top:18px}
.seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.seo-link-grid a{display:block;text-decoration:none;background:#f3f8fc;border:1px solid #dce7f0;border-radius:16px;padding:14px;color:#12304f;font-weight:800;line-height:1.35}
.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.model-landing-hero{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-bottom:1px solid #dce6f0}
.image-seo-note{font-size:13px;color:#63758b;background:#f8fbff;border:1px solid #dce7f0;border-radius:14px;padding:12px;margin-top:14px}
@media(max-width:900px){.seo-link-grid,.model-grid{grid-template-columns:1fr}.product-seo-expansion,.model-landing-card{padding:18px}}
