
:root{--ink:#0f172a;--ink2:#1e293b;--muted:#64748b;--line:#e2e8f0;--bg:#f6f8fc;--card:#fff;--blue:#1f5eff;--blue2:#0f44c9;--cyan:#0ea5e9;--soft:#eef4ff;--green:#13895f;--amber:#f59e0b;--dark:#07111f;--shadow:0 18px 48px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue2)}img{max-width:100%;display:block}.wrap{width:min(1200px,92vw);margin:0 auto}.siteHeader{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 8px 22px rgba(15,23,42,.035)}.topStrip{background:#07111f;color:#dbeafe;font-size:13px}.topStrip .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:34px}.topStrip a{color:#fff;font-weight:800}.navBar{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);min-width:220px}.brandMark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,#1f5eff,#0f44c9);color:#fff;font-weight:900;letter-spacing:-.04em}.brandText{display:flex;flex-direction:column;line-height:1.05}.brandText strong{font-size:19px;letter-spacing:.02em}.brandText small{font-size:11px;color:var(--muted);font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}.mainNav{display:flex;align-items:center;gap:2px;font-size:14px;font-weight:850}.mainNav a{color:var(--ink2);padding:9px 10px;border-radius:10px;white-space:nowrap}.mainNav a:hover{background:#eff6ff;color:var(--blue)}.navCta{display:flex;align-items:center;gap:10px}.langLink{font-size:13px;font-weight:850;color:var(--ink2);padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff}.menuBtn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 11px;font-size:18px;color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:#fff!important;padding:13px 18px;border-radius:14px;font-weight:900;box-shadow:0 10px 28px rgba(33,93,255,.22);border:0}.btn:hover{background:var(--blue2);color:#fff}.btn.ghost{background:#fff;color:var(--blue)!important;border:1px solid #cbd9ff;box-shadow:none}.btn.small{padding:10px 13px;border-radius:11px;font-size:14px}.hero{background:radial-gradient(circle at 82% 15%,#dbeafe 0,#f7fbff 28%,#edf4ff 62%,#fff 100%);padding:68px 0 54px;overflow:hidden}.heroGrid{display:grid;grid-template-columns:1.03fr .97fr;gap:46px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid #cfe0ff;background:#fff;color:#174ab8;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:900}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.04;margin:16px 0 18px;letter-spacing:-.045em;color:#0f172a}.lead{font-size:19px;color:var(--muted);max-width:780px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.heroShowcase{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.visualCard{background:#fff;border:1px solid var(--line);border-radius:28px;padding:16px;box-shadow:0 22px 70px rgba(25,46,80,.13);overflow:hidden}.visualCard img{border-radius:18px;aspect-ratio:4/3;object-fit:contain;background:#f8fafc}.visualCard.tall{display:flex;flex-direction:column;justify-content:space-between}.visualCard.tall img{aspect-ratio:3/4}.visualCaption{font-size:13px;color:var(--muted);font-weight:800;margin-top:10px}.quickFacts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.fact{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.fact b{display:block;font-size:20px;line-height:1.1}.fact span{font-size:13px;color:var(--muted)}.section{padding:66px 0}.section.alt{background:var(--bg)}.section h2{font-size:clamp(28px,3vw,42px);line-height:1.14;letter-spacing:-.035em;margin:0 0 14px;color:#111827}.sectionIntro{color:var(--muted);font-size:17px;max-width:900px;margin:0 0 26px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);overflow:hidden}.card h3{font-size:22px;line-height:1.25;margin:12px 0 8px;color:#142033}.card p,.muted{color:var(--muted)}.productCard{display:flex;flex-direction:column;gap:10px}.productCard .size{font-size:30px;font-weight:950;letter-spacing:-.04em}.productCard .ideal{color:var(--muted);min-height:52px}.priceNote{font-size:13px;color:var(--muted);background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:9px}.pill{display:inline-flex;background:var(--soft);color:#1d4ed8;font-weight:900;border-radius:999px;padding:5px 10px;font-size:12px;margin:0 6px 8px 0}.pill.green{background:#ecfdf5;color:#047857}.pill.amber{background:#fffbeb;color:#b45309}.table{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:880px}th,td{padding:14px 13px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f0f5ff;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#28406b}td small{color:var(--muted)}.featureBand{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center;background:linear-gradient(135deg,#07111f,#173b78);color:#fff;border-radius:30px;padding:32px}.featureBand h2,.featureBand h3{color:#fff}.featureBand p{color:#d7e5ff}.featureBand .card{box-shadow:none}.configGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.configItem{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.06)}.configItem img{height:130px;object-fit:contain;margin:0 auto 10px}.configItem h3{font-size:18px;margin:0 0 6px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;position:relative}.step b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#eaf2ff;color:#1d4ed8;margin-bottom:10px}.crumbs{width:min(1200px,92vw);margin:22px auto 0;color:var(--muted);font-size:13px}.pageHero{padding:52px 0 36px;background:linear-gradient(135deg,#f7fbff,#eef4ff)}.pageHero h1{font-size:clamp(34px,4vw,56px);line-height:1.08;margin:12px 0}.ctaBand{background:linear-gradient(135deg,#10213d,#173c78);color:#fff;border-radius:28px;padding:36px;margin:32px 0}.ctaBand p{color:#d5e0f4}.specList{display:grid;gap:10px;padding:0;list-style:none}.specList li{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px}.tag{font-weight:900;color:#174ab8;margin-right:6px}.footer{background:#07111f;color:#dbe6fb;margin-top:48px;padding:48px 0 0}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:30px}.footer h3,.footer b{color:#fff;margin:0 0 12px;display:block}.footer p{color:#aebddd;margin:8px 0 0}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:8px 0}.footer a{color:#dbe6fb}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding:18px;color:#92a2bf;font-size:13px}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:16px;padding:14px 16px;margin:18px 0}.quoteBox{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:22px}.quoteBox h3{margin-top:0}.langGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.langGrid a{padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:800}@media(max-width:1100px){.mainNav{display:none}.menuBtn{display:block}.navBar{height:66px}.navCta .btn{display:none}.mainNav.isOpen{display:flex;position:absolute;left:4vw;right:4vw;top:100px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:12px}.mainNav.isOpen a{padding:12px}.heroGrid,.grid2,.featureBand{grid-template-columns:1fr}.heroShowcase{max-width:720px}.quickFacts,.grid4,.configGrid,.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topStrip .wrap{align-items:flex-start;flex-direction:column;padding:8px 0}.brand{min-width:auto}.hero{padding:44px 0}.heroShowcase{grid-template-columns:1fr}.quickFacts,.grid3,.grid4,.configGrid,.steps,.footerGrid,.langGrid{grid-template-columns:1fr}.hero h1{font-size:36px}.section{padding:46px 0}.featureBand{border-radius:22px;padding:22px}.visualCard.tall img{aspect-ratio:4/3}}


/* v5 polished layout override */
html,body{margin:0;padding:0;width:100%;overflow-x:hidden;background:#ffffff;color:#142033;font-family:Inter,Arial,Helvetica,sans-serif;}
a{text-decoration:none}.wrap{width:min(1180px,92vw);margin-left:auto;margin-right:auto}.siteHeader{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid #e6ecf5;box-shadow:0 10px 30px rgba(15,23,42,.05)}.topStrip{background:#0b1730;color:#dbeafe;font-size:13px}.topStrip .wrap{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topStrip a{color:#fff;font-weight:800}.navBar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:#111827}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#0f46c4);color:white;font-weight:950;box-shadow:0 10px 24px rgba(37,99,235,.22)}.brandText{display:flex;flex-direction:column;line-height:1.05}.brandText strong{font-size:20px;letter-spacing:.01em;color:#0f172a}.brandText small{font-size:10px;color:#667085;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-top:5px}.mainNav{display:flex;align-items:center;gap:4px;white-space:nowrap}.mainNav a{display:inline-flex;color:#1e293b;font-size:14px;font-weight:800;padding:10px 11px;border-radius:999px}.mainNav a:hover{background:#eff6ff;color:#1d4ed8}.navCta{display:flex;align-items:center;gap:10px}.langLink{display:inline-flex;align-items:center;font-size:13px;font-weight:850;color:#1e293b;border:1px solid #dbe3ef;background:#fff;border-radius:999px;padding:9px 13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;border-radius:999px;padding:13px 20px;font-weight:900;box-shadow:0 14px 28px rgba(37,99,235,.24);border:0}.btn.small{padding:10px 15px;font-size:14px}.btn.ghost{background:#fff!important;color:#1d4ed8!important;border:1px solid #cbd9ff;box-shadow:none}.menuBtn{display:none;border:1px solid #dbe3ef;background:#fff;border-radius:12px;padding:8px 11px;font-size:18px}.hero{position:relative;background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 56%,#fff 100%);padding:78px 0 68px;overflow:hidden}.hero:before{content:"";position:absolute;right:-12%;top:-25%;width:560px;height:560px;background:radial-gradient(circle,rgba(37,99,235,.14),rgba(14,165,233,.04) 55%,transparent 70%);border-radius:999px}.heroGrid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:54px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #cfe0ff;border-radius:999px;color:#1d4ed8;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgba(30,64,175,.06)}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.055em;margin:20px 0 20px;color:#0f172a}.lead{font-size:19px;line-height:1.75;color:#54637a;max-width:720px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.quickFacts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.fact{background:rgba(255,255,255,.86);border:1px solid #e4ebf5;border-radius:18px;padding:15px 16px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.fact b{display:block;font-size:21px;line-height:1.1;color:#0f172a}.fact span{font-size:13px;color:#64748b}.heroShowcase{display:grid;grid-template-columns:1.08fr .82fr;gap:16px;align-items:stretch}.visualCard{background:#fff;border:1px solid #e4ebf5;border-radius:28px;padding:15px;box-shadow:0 26px 70px rgba(31,41,55,.13);overflow:hidden}.visualCard img{width:100%;border-radius:20px;object-fit:contain;background:#f8fafc;aspect-ratio:4/3}.visualCard.tall img{aspect-ratio:3/4}.visualCaption{font-size:13px;line-height:1.45;color:#64748b;margin-top:11px;font-weight:750}.section{padding:74px 0}.section.alt{background:#f6f8fc}.section h2{font-size:clamp(30px,3.3vw,44px);line-height:1.12;letter-spacing:-.04em;color:#0f172a;margin:0 0 14px}.sectionIntro{font-size:17px;line-height:1.75;color:#5d6b82;max-width:940px;margin:0 0 30px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card,.productCard,.configItem,.step{background:#fff;border:1px solid #e4ebf5;border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.075);padding:22px;overflow:hidden}.card h3,.configItem h3,.step h3{color:#142033;font-size:22px;line-height:1.25;margin:12px 0 8px}.card p,.productCard p,.configItem p,.step p,.muted{color:#64748b}.productCard .size{font-size:31px;font-weight:950;letter-spacing:-.05em;color:#0f172a}.productCard .ideal{min-height:52px}.pill{display:inline-flex;align-items:center;background:#eef4ff;color:#1d4ed8;font-weight:900;border-radius:999px;padding:6px 11px;font-size:12px;margin:0 6px 8px 0}.pill.green{background:#ecfdf5;color:#047857}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#8a3b08;border-radius:18px;padding:16px 18px;margin-top:22px}.featureBand{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#07111f,#163e83);border-radius:32px;color:#fff;padding:36px}.featureBand h2{color:#fff}.featureBand p{color:#dbeafe}.featureBand .card{box-shadow:none}.table{overflow:auto;border:1px solid #e4ebf5;border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.075)}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:14px;border-bottom:1px solid #e4ebf5;text-align:left;vertical-align:top}th{background:#eef4ff;color:#28406b;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.configGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.configItem img{height:136px;width:100%;object-fit:contain;margin:0 auto 12px;background:#f8fafc;border-radius:16px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step b{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:11px;background:#eaf2ff;color:#1d4ed8;margin-bottom:10px}.ctaBand{background:linear-gradient(135deg,#10213d,#173c78);color:#fff;border-radius:30px;padding:38px}.ctaBand h2{color:#fff}.ctaBand p{color:#d5e0f4}.langGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.langGrid a{display:flex;align-items:center;justify-content:center;padding:12px;border:1px solid #e4ebf5;border-radius:14px;background:#fff;color:#142033;font-weight:900}.footer{background:#07111f;color:#dbe6fb;margin-top:0;padding:50px 0 0}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:32px}.footer h3,.footer b{color:#fff;margin:0 0 14px;display:block}.footer p{color:#aebddd;margin:8px 0 0}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:9px 0}.footer a{color:#dbe6fb}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding:18px;color:#92a2bf;font-size:13px}.languagePanel{padding:26px 0;background:#fff;border-bottom:1px solid #e4ebf5}.languagePanel .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.languagePanel h2{font-size:20px;letter-spacing:-.02em;margin:0;color:#142033}.languagePanel .langGrid{flex:1;min-width:560px;grid-template-columns:repeat(10,minmax(0,1fr))}.languagePanel .langGrid a{padding:9px 8px;font-size:12px;border-radius:999px;box-shadow:none}@media(max-width:1100px){.mainNav{display:none}.menuBtn{display:block}.navCta .btn.small{display:none}.mainNav.isOpen{display:flex;position:absolute;top:112px;left:4vw;right:4vw;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e4ebf5;border-radius:20px;box-shadow:0 20px 50px rgba(15,23,42,.16);padding:12px}.mainNav.isOpen a{border-radius:12px;padding:12px 14px}.heroGrid,.featureBand{grid-template-columns:1fr}.heroShowcase{max-width:760px}.grid4,.configGrid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.footerGrid{grid-template-columns:1fr 1fr}.languagePanel .langGrid{min-width:100%;grid-template-columns:repeat(5,1fr)}}@media(max-width:720px){.topStrip .wrap{align-items:flex-start;flex-direction:column;padding:8px 0}.navBar{height:68px}.brandMark{width:38px;height:38px}.brandText strong{font-size:18px}.brandText small{display:none}.langLink{display:none}.hero{padding:48px 0}.heroShowcase,.grid2,.grid3,.grid4,.configGrid,.steps,.footerGrid,.quickFacts{grid-template-columns:1fr}.hero h1{font-size:38px}.lead{font-size:17px}.section{padding:50px 0}.featureBand,.ctaBand{border-radius:24px;padding:24px}.visualCard.tall img{aspect-ratio:4/3}.languagePanel .wrap{align-items:flex-start}.languagePanel .langGrid{grid-template-columns:repeat(4,1fr)}}


/* v6 professional layout adjustments based on original product-page style */
.topStrip{display:none!important}
.siteHeader{background:rgba(10,10,10,.94)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 28px rgba(0,0,0,.12)!important}
.navBar{height:72px!important}
.brand,.brandText strong{color:#fff!important}.brandText small{color:rgba(255,255,255,.62)!important}.brandMark{background:linear-gradient(135deg,#e8522a,#ff744d)!important;color:#fff!important;border-radius:999px!important}.mainNav a{color:rgba(255,255,255,.74)!important}.mainNav a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.langLink{background:transparent!important;color:rgba(255,255,255,.82)!important;border-color:rgba(255,255,255,.22)!important}.menuBtn{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}.btn{background:#e8522a!important;border-radius:999px!important;box-shadow:0 12px 30px rgba(232,82,42,.24)!important}.btn:hover{background:#c84322!important}.btn.ghost{background:transparent!important;color:#e8522a!important;border-color:#e8522a!important;box-shadow:none!important}.hero{background:radial-gradient(circle at 78% 18%,rgba(232,82,42,.13) 0,rgba(232,82,42,.03) 28%,#0a0a0a 72%)!important}.hero h1{color:#fff!important}.hero .lead{color:rgba(255,255,255,.62)!important}.hero .eyebrow{background:rgba(255,255,255,.06)!important;color:#ff865f!important;border-color:rgba(255,255,255,.14)!important}.hero .fact{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}.hero .fact span{color:rgba(255,255,255,.58)!important}.heroCard,.visualCard{background:rgba(255,255,255,.96)!important}.section{scroll-margin-top:86px}.sectionIntro{max-width:860px}.grid3 .footer{background:#0a0a0a!important;margin-top:0!important}.copy{font-size:13px!important}.quoteForm{display:grid;gap:14px}.quoteForm label{font-weight:800;color:#142033}.quoteForm input,.quoteForm textarea,.quoteForm select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;font:inherit;background:#fff;color:var(--ink)}.quoteForm textarea{min-height:140px}.contactMethods{display:grid;gap:12px;margin-top:18px}.contactMethods a{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff;font-weight:900;color:var(--ink)}.contactMethods a:hover{border-color:#e8522a;color:#e8522a}.languagePanel .langGrid a{display:flex;align-items:center;justify-content:center;min-height:44px}.notice.noSeoWords{background:#fff7ed;border-color:#fed7aa;color:#7c2d12}
@media(max-width:1050px){.mainNav.isOpen{top:72px!important;background:#111!important;border-color:rgba(255,255,255,.14)!important}.mainNav.isOpen a{color:#fff!important}.navCta .btn{display:none!important}}


/* v9 content cleanup and readable product-site layout */
body{color:#111827!important;background:#fff!important}.lead,.sectionIntro,.card p,.muted,.footer p{color:#475569!important}.hero .lead{color:rgba(255,255,255,.78)!important}.mainNav a{font-weight:900!important}.realPhotoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.realPhotoGrid figure{margin:0;background:#fff;border:1px solid #e4ebf5;border-radius:22px;padding:12px;box-shadow:0 14px 36px rgba(15,23,42,.07)}.realPhotoGrid img{width:100%;height:245px;object-fit:cover;border-radius:16px;background:#f8fafc}.realPhotoGrid figcaption{font-size:13px;color:#475569;font-weight:700;margin-top:10px}.compactCta{background:#f8fafc;border:1px solid #e4ebf5;border-radius:22px;padding:22px;margin:28px 0}.compactCta p{color:#475569}.resourceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.resourceGrid a{display:block;background:#fff;border:1px solid #e4ebf5;border-radius:20px;padding:20px;color:#142033;box-shadow:0 12px 32px rgba(15,23,42,.055)}.resourceGrid a b{display:block;font-size:19px;color:#0f172a;margin-bottom:6px}.resourceGrid a span{color:#475569;font-size:14px}.faqList details{background:#fff;border:1px solid #e4ebf5;border-radius:16px;margin:12px 0;padding:16px}.faqList summary{font-weight:900;color:#0f172a;cursor:pointer}.faqList p{color:#475569}.footer .copy{color:#94a3b8!important}.priceMini{font-size:13px;color:#475569}.homeSizeCards .productCard p b{display:none}.homeSizeCards .priceMini{display:none}@media(max-width:900px){.realPhotoGrid,.resourceGrid{grid-template-columns:1fr}.realPhotoGrid img{height:auto}}


/* v10 final: readable, product-focused, no cropped specification images */
body{color:#111827!important;background:#fff!important}.lead,.sectionIntro,.card p,.muted,.footer p,td,li{color:#475569!important}.hero .lead{color:#334155!important}.mainNav a{font-weight:900!important;color:#111827!important}.topbar{display:none!important}.realPhotoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.realPhotoGrid figure{margin:0;background:#fff;border:1px solid #e4ebf5;border-radius:22px;padding:12px;box-shadow:0 14px 36px rgba(15,23,42,.07)}.realPhotoGrid img{width:100%;height:245px;object-fit:cover!important;border-radius:16px;background:#f8fafc}.realPhotoGrid figcaption{font-size:13px;color:#475569;font-weight:800;margin-top:10px}.resourceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.resourceGrid a{display:block;background:#fff;border:1px solid #e4ebf5;border-radius:20px;padding:20px;color:#142033;box-shadow:0 12px 32px rgba(15,23,42,.055)}.resourceGrid a b{display:block;font-size:19px;color:#0f172a;margin-bottom:6px}.resourceGrid a span{color:#475569;font-size:14px}.intentBlock{background:#fff;border:1px solid #e4ebf5;border-radius:22px;padding:24px;box-shadow:0 14px 36px rgba(15,23,42,.06)}.intentBlock h3{margin-top:0;color:#0f172a}.comparisonTable{overflow:auto;border-radius:18px;border:1px solid #e4ebf5;background:#fff}.comparisonTable table{width:100%;border-collapse:collapse;min-width:760px}.comparisonTable th,.comparisonTable td{padding:14px 16px;border-bottom:1px solid #e4ebf5;text-align:left}.comparisonTable th{background:#f1f5f9;color:#0f172a}.faqList details{background:#fff;border:1px solid #e4ebf5;border-radius:16px;margin:12px 0;padding:16px}.faqList summary{font-weight:900;color:#0f172a;cursor:pointer}.faqList p{color:#475569}.quoteNote{background:#f8fafc;border:1px solid #e4ebf5;border-radius:18px;padding:18px;margin-top:18px;color:#475569}.homeSizeCards .productCard p b,.homeSizeCards .priceMini{display:none!important}.footer .copy{color:#94a3b8!important}@media(max-width:900px){.realPhotoGrid,.resourceGrid{grid-template-columns:1fr}.realPhotoGrid img{height:auto}.hero{grid-template-columns:1fr!important}.mainNav{overflow-x:auto;white-space:nowrap}}


/* v10 intent-content patch: remove empty hero feeling and add dense buyer sections */
.pageHero{padding:42px 0 34px!important;background:linear-gradient(135deg,#f8fbff,#eef5ff)!important}
.pageHero .lead{max-width:920px;color:#334155!important}
.intentGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.intentCard{background:#fff;border:1px solid #dbe4f0;border-radius:20px;padding:20px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.intentCard h3{margin:0 0 8px;font-size:20px;color:#111827}.intentCard p{margin:0;color:#475569}.resourceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.resourceGrid a{display:block;background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;color:#111827;box-shadow:0 10px 28px rgba(15,23,42,.05)}.resourceGrid b{display:block;font-size:18px;margin-bottom:6px}.resourceGrid span{color:#475569}.decisionTable{overflow:auto;border:1px solid #dbe4f0;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.06)}.decisionTable table{min-width:760px}.checkList{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.checkItem{background:#fff;border:1px solid #dbe4f0;border-radius:16px;padding:14px;color:#334155}.imageComplete img{object-fit:contain!important;max-height:none!important;background:#f8fafc}.pageNote{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:18px;color:#7c2d12;margin:18px 0}.mainNav{gap:12px!important}.mainNav a{margin-right:0!important}.section.compact{padding-top:34px!important}.card p{color:#334155!important}.muted,.sectionIntro{color:#475569!important}@media(max-width:900px){.intentGrid,.resourceGrid,.checkList{grid-template-columns:1fr}.mainNav{gap:4px!important}}


/* UI rebuild: true thumbnail gallery, no cropping, buyer-showcase layout */
.realPhotoGrid img{object-fit:contain!important;height:auto!important;max-height:none!important;background:#f8fafc!important;}
.buyerShowcaseSection{background:#f6f8fc;}
.buyerShowcaseHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;}
.buyerShowcaseHeader h2{margin-bottom:8px;}
.buyerShowcaseGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.buyerCard{background:#fff;border:1px solid #e4ebf5;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.065);}
.buyerCard:hover{transform:translateY(-3px);transition:.22s ease;box-shadow:0 18px 42px rgba(15,23,42,.09);}
.thumbFrame{width:100%;aspect-ratio:16/9;background:#f8fafc;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e4ebf5;}
.thumbFrame img{width:100%;height:100%;object-fit:contain!important;background:#f8fafc!important;display:block;}
.buyerCardBody{padding:15px 16px 17px;}
.buyerCardBody h3{font-size:17px;line-height:1.25;margin:0 0 7px;color:#0f172a;}
.buyerCardBody p{font-size:14px;line-height:1.55;margin:0;color:#475569!important;}
.buyerMeta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;}
.buyerMeta span{font-size:12px;font-weight:800;color:#1d4ed8;background:#eef4ff;border-radius:999px;padding:4px 9px;}
.showcaseToolbar{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 26px;}
.showcaseToolbar span{background:#fff;border:1px solid #dbe4f0;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;color:#334155;}
.galleryPageGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.galleryPageGrid .buyerCardBody h3{font-size:18px;}
@media(max-width:1050px){.buyerShowcaseGrid{grid-template-columns:repeat(2,minmax(0,1fr));}.galleryPageGrid{grid-template-columns:repeat(2,minmax(0,1fr));}.buyerShowcaseHeader{align-items:flex-start;flex-direction:column;}}
@media(max-width:640px){.buyerShowcaseGrid,.galleryPageGrid{grid-template-columns:1fr;}.thumbFrame{aspect-ratio:16/10;}.buyerCardBody{padding:14px;}}




/* Premium buyer project gallery: fixed 4-column thumbnail wall, complete-image thumbnails, no vertical image stacking. */
.projectWall{background:linear-gradient(180deg,#f8fbff 0%,#fff 72%);border-top:1px solid #e6edf7;border-bottom:1px solid #e6edf7;}
.projectWallTop{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;margin-bottom:26px!important;}
.projectWallTop h2{margin:0 0 10px!important;}
.projectWallTop .sectionIntro{margin:0!important;max-width:760px!important;}
.projectWallActions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;flex-shrink:0!important;}
.projectWallGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.projectTile{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 16px 42px rgba(15,23,42,.075)!important;display:flex!important;flex-direction:column!important;min-width:0!important;transition:transform .22s ease, box-shadow .22s ease!important;}
.projectTile:hover{transform:translateY(-4px)!important;box-shadow:0 24px 58px rgba(15,23,42,.12)!important;}
.projectThumb{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/9!important;background:#eef3f9!important;overflow:hidden!important;border-bottom:1px solid #e2e8f0!important;}
.projectThumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;background:#f8fafc!important;}
.projectBadge{position:absolute!important;left:12px!important;top:12px!important;background:rgba(15,23,42,.82)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em!important;}
.projectBody{padding:16px 16px 17px!important;display:flex!important;flex-direction:column!important;gap:9px!important;flex:1!important;}
.projectBody h3{font-size:18px!important;line-height:1.22!important;margin:0!important;color:#0f172a!important;letter-spacing:-.015em!important;}
.projectBody p{font-size:14px!important;line-height:1.55!important;margin:0!important;color:#526174!important;}
.projectSpecs{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:auto!important;padding-top:4px!important;}
.projectSpecs span{font-size:12px!important;font-weight:850!important;color:#1e3a8a!important;background:#eff6ff!important;border:1px solid #dbeafe!important;border-radius:999px!important;padding:5px 9px!important;}
.projectNote{margin-top:22px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;padding:18px 20px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:16px!important;align-items:center!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important;}
.projectNote b{display:block!important;font-size:18px!important;margin-bottom:3px!important;color:#0f172a!important;}
.projectNote p{margin:0!important;color:#64748b!important;}
@media(max-width:1100px){.projectWallGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.projectWallTop{align-items:flex-start!important;flex-direction:column!important}.projectNote{grid-template-columns:1fr!important}}
@media(max-width:640px){.projectWallGrid{grid-template-columns:1fr!important}.projectTile{border-radius:20px!important}.projectWallActions{width:100%!important}.projectWallActions .btn{width:100%!important}.projectBody h3{font-size:17px!important}}


/* Final UI fix: stable header, complete gallery grid, closeable lightbox, language switcher */
.siteHeader{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px);border-bottom:1px solid #e5edf7!important;}
.navBar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:74px!important;}
.brand{display:inline-flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;white-space:nowrap!important;}
.mainNav{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;}
.mainNav a{display:inline-flex!important;text-decoration:none!important;line-height:1!important;}
.navCta{display:flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important;}
.langSelect{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;font-weight:800;padding:10px 32px 10px 13px;max-width:150px;}

.pageHero{padding:54px 0 36px!important;}
.pageHero h1{max-width:980px!important;}
.showcaseToolbar{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:12px 0 28px!important;}
.showcaseToolbar span{display:inline-flex!important;align-items:center!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;padding:8px 13px!important;font-size:13px!important;font-weight:850!important;color:#334155!important;}
.projectWallGrid,.galleryPageGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.projectTile{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 14px 36px rgba(15,23,42,.075)!important;display:flex!important;flex-direction:column!important;min-width:0!important;}
.projectThumb{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/9!important;background:#f8fafc!important;overflow:hidden!important;border-bottom:1px solid #e2e8f0!important;}
.projectThumb img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;background:#f8fafc!important;}
.projectBody{padding:16px!important;display:flex!important;flex-direction:column!important;gap:9px!important;flex:1!important;}
.projectBody h3{font-size:18px!important;line-height:1.25!important;margin:0!important;color:#0f172a!important;}
.projectBody p{font-size:14px!important;line-height:1.55!important;margin:0!important;color:#526174!important;}
.projectSpecs{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:auto!important;}
.projectSpecs span{font-size:12px!important;font-weight:850!important;color:#1e3a8a!important;background:#eff6ff!important;border:1px solid #dbeafe!important;border-radius:999px!important;padding:5px 9px!important;}
.projectBadge{position:absolute!important;left:12px!important;top:12px!important;background:rgba(15,23,42,.82)!important;color:#fff!important;border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:900!important;}
.imageLightbox{position:fixed;inset:0;z-index:9999;background:rgba(2,6,23,.86);display:none;align-items:center;justify-content:center;padding:64px 24px 32px;}
.imageLightbox.isOpen{display:flex;flex-direction:column;}
.imageLightbox img{max-width:min(1180px,96vw);max-height:78vh;object-fit:contain;background:#fff;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.35);}
.imageLightbox p{color:#fff;font-weight:800;margin:14px 0 0;text-align:center;}
.imageLightboxClose{position:fixed;right:22px;top:18px;width:46px;height:46px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:34px;line-height:38px;cursor:pointer;z-index:10000;}
.noScroll{overflow:hidden;}
.languageGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px;}
.languageCard{display:block;background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;text-decoration:none;color:#0f172a;box-shadow:0 10px 28px rgba(15,23,42,.05);}
.languageCard b{display:block;font-size:18px;margin-bottom:5px;}.languageCard span{color:#64748b;font-size:14px;}
.languageNotice{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:18px;padding:16px 18px;margin-top:20px;}
@media(max-width:1180px){.projectWallGrid,.galleryPageGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mainNav{gap:10px!important}}
@media(max-width:900px){.projectWallGrid,.galleryPageGrid,.languageGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.navBar{align-items:center!important;flex-direction:row!important}.mainNav{display:none!important}.mainNav.isOpen{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.navCta{width:100%;justify-content:space-between}.menuBtn{display:inline-flex!important}}
@media(max-width:620px){.projectWallGrid,.galleryPageGrid,.languageGrid{grid-template-columns:1fr!important}.imageLightbox{padding:72px 14px 24px}.imageLightboxClose{right:14px;top:14px}.langSelect{max-width:135px}}


/* FINAL HOME FOUR-GRID LIGHTBOX FIX */
.homeProjectWall{background:linear-gradient(180deg,#f7faff 0%,#ffffff 78%)!important;border-top:1px solid #e8eef7!important;border-bottom:1px solid #e8eef7!important;}
.projectWallTop{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;margin-bottom:28px!important;}
.projectWallActions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;}
.homeFourGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.projectWallGrid.galleryPageGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.projectTile{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 14px 38px rgba(15,23,42,.08)!important;display:flex!important;flex-direction:column!important;min-width:0!important;}
.projectThumb{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:16/10!important;min-height:0!important;background:linear-gradient(135deg,#f8fafc,#eef4ff)!important;overflow:hidden!important;border-bottom:1px solid #e2e8f0!important;}
.projectThumb img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:8px!important;background:transparent!important;border-radius:0!important;margin:0!important;max-height:none!important;}
.projectBadge{position:absolute!important;left:12px!important;top:12px!important;background:rgba(15,23,42,.78)!important;color:#fff!important;border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:900!important;backdrop-filter:blur(8px)!important;}
.projectBody{padding:16px!important;display:flex!important;flex-direction:column!important;gap:8px!important;flex:1!important;}
.projectBody h3{font-size:18px!important;line-height:1.25!important;margin:0!important;color:#0f172a!important;letter-spacing:-.015em!important;}
.projectBody p{margin:0!important;color:#64748b!important;font-size:14px!important;line-height:1.55!important;}
.projectSpecs{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-top:auto!important;padding-top:8px!important;}
.projectSpecs span{display:inline-flex!important;background:#eef4ff!important;color:#174ab8!important;border:1px solid #d7e5ff!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:900!important;}
.projectNote{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:22px!important;padding:18px!important;background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;box-shadow:0 8px 24px rgba(15,23,42,.05)!important;}
.projectNote p{margin:4px 0 0!important;color:#64748b!important;}
.imageLightbox{position:fixed!important;inset:0!important;z-index:99999!important;background:rgba(2,6,23,.88)!important;display:none!important;align-items:center!important;justify-content:center!important;padding:76px 22px 34px!important;}
.imageLightbox.isOpen{display:flex!important;flex-direction:column!important;}
.imageLightbox img{max-width:min(1180px,96vw)!important;max-height:76vh!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:18px!important;box-shadow:0 30px 90px rgba(0,0,0,.45)!important;}
.imageLightbox p{color:#fff!important;font-weight:800!important;margin:14px 0 0!important;text-align:center!important;}
.imageLightboxClose{position:fixed!important;right:22px!important;top:18px!important;z-index:100000!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:112px!important;height:46px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:999px!important;background:#ffffff!important;color:#0f172a!important;font-size:16px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;box-shadow:0 12px 36px rgba(0,0,0,.25)!important;}
.noScroll{overflow:hidden!important;}
@media(max-width:1180px){.homeFourGrid,.projectWallGrid.galleryPageGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.projectWallTop{align-items:flex-start!important;flex-direction:column!important;}}
@media(max-width:680px){.homeFourGrid,.projectWallGrid.galleryPageGrid{grid-template-columns:1fr!important;}.projectWallActions,.projectWallActions .btn{width:100%!important;}.projectNote{align-items:flex-start!important;flex-direction:column!important;}.imageLightboxClose{right:14px!important;top:14px!important;min-width:98px!important;height:42px!important;}}
/* ═══════════════════════════════════════════════════
   UNIVERSAL IMAGE CARD SYSTEM — v19
   One rule set. No conflicts. Works everywhere.
═══════════════════════════════════════════════════ */

/* ── 1. SQUARE CARD IMAGE (product/accessory icons) ──
   Used in: .configGrid .configItem, .configGrid .card,
            article.card in grid3/grid4
   Square ratio. object-fit:contain. White/grey bg.
   Image centered with padding so it doesn't touch edges.
*/
.img-card {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.06) !important;
  transition: box-shadow .2s, transform .2s !important;
  cursor: default !important;
}
.img-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.10) !important;
  transform: translateY(-2px) !important;
}

/* The square image wrapper — creates 1:1 box */
.img-card-thumb {
  position: relative !important;
  width: 100% !important;
  padding-top: 100% !important; /* square */
  background: #f5f7fa !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  cursor: zoom-in !important;
}
.img-card-thumb img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 16% !important;
  box-sizing: border-box !important;
  transition: transform .35s !important;
  display: block !important;
}
.img-card:hover .img-card-thumb img {
  transform: scale(1.08) !important;
}
.img-card-body {
  padding: 14px 16px 16px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.img-card-body h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0d1117 !important;
  margin: 0 0 6px !important;
  line-height: 1.3 !important;
}
.img-card-body p {
  font-size: 13px !important;
  color: #57606a !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  flex: 1 !important;
}
.img-card-body .pill {
  margin: 8px 0 4px !important;
}
.img-card-body a:last-child {
  font-size: 13px !important;
  color: #0969da !important;
  margin-top: 10px !important;
  display: block !important;
  font-weight: 500 !important;
}

/* ── 2. PHOTO CARD (real project photos) ──
   Used in: .thumb-grid .thumb-item
   Fixed square/4:3 ratio. object-fit:cover. Fills frame.
*/
.thumb-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}
.thumb-item {
  position: relative !important;
  display: block !important;
  background: #f0f4f8 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  cursor: pointer !important;
  transition: transform .2s, box-shadow .2s !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.thumb-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.13) !important;
}
.thumb-ratio {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding-top: 100% !important; /* square */
  overflow: hidden !important;
  background: #e8eef5 !important;
}
.thumb-ratio img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  padding: 0 !important;
  transition: transform .4s !important;
  border-radius: 0 !important;
  margin: 0 !important;
  max-height: none !important;
  cursor: zoom-in !important;
}
.thumb-item:hover .thumb-ratio img {
  transform: scale(1.06) !important;
}
.thumb-item figcaption,
.thumb-item .thumb-caption {
  display: block !important;
  padding: 7px 10px !important;
  background: #fff !important;
  border-top: 1px solid #e2e8f0 !important;
}
.thumb-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #24292f !important;
  line-height: 1.35 !important;
  margin-bottom: 3px !important;
}
.thumb-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 3px !important;
}
.proj-tag {
  font-size: 10px !important;
  color: #57606a !important;
  background: #f0f4f8 !important;
  border-radius: 4px !important;
  padding: 1px 5px !important;
  font-weight: 500 !important;
}

/* ── 3. HERO / SPLIT CONTENT IMAGE ──
   Used in: .heroCard, .heroShowcase .visualCard
   4:3 ratio card with light bg. contain mode.
*/
.heroCard {
  background: #f5f7fa !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
}
.heroCard img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 12% !important;
  box-sizing: border-box !important;
  background: #f5f7fa !important;
  cursor: zoom-in !important;
  height: auto !important;
  max-height: none !important;
  transition: transform .3s !important;
}

/* ── 4. INLINE CONTENT IMAGE ──
   Used in: guide pages, solution pages
   Full-width card with 4:3 ratio.
*/
.content-img-wrap {
  background: #f5f7fa !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 20px 0 !important;
}
.content-img-wrap img,
img.contentImg {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 8% !important;
  box-sizing: border-box !important;
  background: #f5f7fa !important;
  cursor: zoom-in !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  transition: transform .3s !important;
}

/* ── 5. LEGACY COMPAT — configGrid / configItem ──
   Pages that still use old markup get these rules
*/
.configGrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.configItem {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.06) !important;
  transition: box-shadow .2s, transform .2s !important;
}
.configItem:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.10) !important;
  transform: translateY(-2px) !important;
}
.configItem > img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 !important; /* square */
  object-fit: contain !important;
  object-position: center !important;
  padding: 16% !important;
  box-sizing: border-box !important;
  background: #f5f7fa !important;
  cursor: zoom-in !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #eaeff5 !important;
  margin: 0 !important;
  transition: transform .35s !important;
}
.configItem:hover > img { transform: scale(1.07) !important; }
.configItem > h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0d1117 !important;
  padding: 12px 14px 4px !important;
  margin: 0 !important;
}
.configItem > p, .configItem > .muted {
  font-size: 13px !important;
  color: #57606a !important;
  padding: 0 14px 14px !important;
  margin: 0 !important;
  flex: 1 !important;
}

/* Legacy .card > img — used on homepage grid3 cards */
.grid3 .card,
.grid2 .card {
  overflow: hidden !important;
  padding: 0 !important;
}
.grid3 .card > img,
.grid2 .card > img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  cursor: zoom-in !important;
  transition: transform .35s !important;
  border-radius: 0 !important;
}
.grid3 .card:hover > img,
.grid2 .card:hover > img { transform: scale(1.04) !important; }
.grid3 .card > .pill,
.grid2 .card > .pill { margin: 12px 16px 4px !important; display: inline-block !important; }
.grid3 .card > h3,
.grid2 .card > h3 { padding: 0 16px 6px !important; margin: 8px 0 0 !important; }
.grid3 .card > p,
.grid2 .card > p { padding: 0 16px !important; margin: 0 0 8px !important; }
.grid3 .card > a,
.grid2 .card > a { padding: 0 16px 16px !important; display: block !important; }

/* ── Filter buttons ── */
.filter-btn {
  display: inline-block !important;
  padding: 6px 14px !important;
  border: 1px solid #d0d7de !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #57606a !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all .15s !important;
  font-family: inherit !important;
}
.filter-btn:hover { border-color: #d95e1a !important; color: #d95e1a !important; }
.filter-btn.filter-active { background: #d95e1a !important; border-color: #d95e1a !important; color: #fff !important; }

/* ── Lightbox ── */
#ekLightbox {
  position: fixed !important; inset: 0 !important; z-index: 99999 !important;
  background: rgba(5,8,15,.93) !important;
  display: flex !important; flex-direction: column !important;
  align-items: center !important; justify-content: center !important;
  padding: 16px !important;
  opacity: 0 !important; pointer-events: none !important;
  transition: opacity .25s !important;
}
#ekLightbox.lb-active { opacity: 1 !important; pointer-events: all !important; }
body.lb-open { overflow: hidden !important; }
.lb-close {
  position: absolute !important; top: 16px !important; right: 16px !important;
  width: 44px !important; height: 44px !important; border-radius: 50% !important;
  background: rgba(255,255,255,.13) !important; border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important; cursor: pointer !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  z-index: 2 !important; transition: background .15s !important;
}
.lb-close:hover { background: rgba(255,255,255,.25) !important; }
.lb-nav {
  position: absolute !important; top: 50% !important; transform: translateY(-50%) !important;
  width: 46px !important; height: 46px !important; border-radius: 50% !important;
  background: rgba(255,255,255,.11) !important; border: 1px solid rgba(255,255,255,.2) !important;
  color: #fff !important; cursor: pointer !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  z-index: 2 !important; transition: background .15s !important;
}
.lb-nav:hover { background: rgba(255,255,255,.22) !important; }
.lb-prev { left: 16px !important; }
.lb-next { right: 16px !important; }
.lb-stage {
  position: relative !important;
  max-width: min(1100px,calc(100vw - 120px)) !important;
  max-height: calc(100vh - 130px) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.lb-img {
  max-width: 100% !important; max-height: calc(100vh - 150px) !important;
  border-radius: 8px !important; display: block !important;
  object-fit: contain !important; transition: opacity .2s !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.55) !important;
}
.lb-spinner {
  width: 36px !important; height: 36px !important;
  border: 3px solid rgba(255,255,255,.2) !important; border-top-color: #fff !important;
  border-radius: 50% !important; animation: lbSpin .7s linear infinite !important;
  position: absolute !important; display: none !important;
}
@keyframes lbSpin { to { transform: rotate(360deg); } }
.lb-footer { margin-top: 14px !important; text-align: center !important; max-width: 700px !important; padding: 0 60px !important; }
.lb-caption { font-size: 14px !important; color: rgba(255,255,255,.72) !important; line-height: 1.55 !important; margin: 0 0 4px !important; }
.lb-counter { font-size: 12px !important; color: rgba(255,255,255,.35) !important; }
.imageLightbox { display: none !important; }
.lightbox { display: none !important; }

/* ── Language selector ── */
select[data-language-select], .langSelect {
  appearance: auto !important; -webkit-appearance: auto !important;
  border: 1px solid #d0d7de !important; border-radius: 7px !important;
  padding: 6px 10px !important; font-size: 13px !important; font-weight: 500 !important;
  color: #24292f !important; background: #fff !important;
  cursor: pointer !important; min-width: 110px !important;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .thumb-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .configGrid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 640px) {
  .thumb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
  .configGrid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lb-prev { left: 6px !important; }
  .lb-next { right: 6px !important; }
}

/* ═══════════════════════════════════════════════════════════
   v20 — Nav, Lang dropdown, Footer, Button fixes
═══════════════════════════════════════════════════════════ */

/* ── Language dropdown ── */
.langDrop {
  position: relative !important;
}
.langBtn {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 7px 11px !important;
  border: 1px solid #d0d7de !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #24292f !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: border-color .15s !important;
  font-family: inherit !important;
}
.langBtn:hover { border-color: #d95e1a !important; color: #d95e1a !important; }

.langMenu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  z-index: 500 !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.12) !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 2px !important;
  min-width: 320px !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .2s, max-height .2s !important;
}
.langMenu.open {
  max-height: 400px !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.langMenu a {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #24292f !important;
  text-decoration: none !important;
  transition: background .12s !important;
  white-space: nowrap !important;
}
.langMenu a:hover { background: #f6f8fa !important; color: #d95e1a !important; }
.langMenu a.active { background: #fff0e8 !important; color: #d95e1a !important; font-weight: 700 !important; }

/* ── navCta: language selector + button ── */
.navCta {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

/* ── btn-nav ── */
.btn-nav {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 18px !important;
  background: #d95e1a !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.btn-nav:hover { background: #b84c14 !important; color: #fff !important; }

/* ── Footer ── */
.siteFooter {
  background: #0f1923 !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  padding: 52px 0 0 !important;
  margin-top: 0 !important;
}
.footerGrid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr !important;
  gap: 32px !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.footerBrand { }
.footerLogo {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 12px !important;
}
.footerLogo .brandMark {
  width: 30px !important;
  height: 30px !important;
  background: #d95e1a !important;
  border-radius: 8px !important;
  display: inline-grid !important;
  place-items: center !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #fff !important;
  flex-shrink: 0 !important;
}
.siteFooter p { font-size: 13px !important; color: rgba(255,255,255,.4) !important; line-height: 1.7 !important; max-width: 300px !important; }
.siteFooter h4 {
  font-size: 11px !important; font-weight: 700 !important; color: rgba(255,255,255,.85) !important;
  letter-spacing: .08em !important; text-transform: uppercase !important;
  margin-bottom: 14px !important;
}
.siteFooter ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.siteFooter li { margin-bottom: 9px !important; }
.siteFooter ul a { font-size: 13px !important; color: rgba(255,255,255,.45) !important; text-decoration: none !important; transition: color .12s !important; }
.siteFooter ul a:hover { color: rgba(255,255,255,.85) !important; }
.footerContact { margin-top: 16px !important; }
.footerContact a {
  display: flex !important; align-items: center !important; gap: 8px !important;
  background: rgba(255,255,255,.05) !important; border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 8px !important; padding: 10px 14px !important; font-size: 13px !important;
  font-weight: 500 !important; color: rgba(255,255,255,.6) !important;
  text-decoration: none !important; margin-bottom: 7px !important; transition: .15s !important;
}
.footerContact a:hover { background: rgba(255,255,255,.1) !important; color: #fff !important; }
.footerBottom {
  display: flex !important; justify-content: space-between !important; align-items: center !important;
  padding: 18px 0 !important; font-size: 12px !important; color: rgba(255,255,255,.25) !important;
  flex-wrap: wrap !important; gap: 8px !important;
}
.footerBottom a { color: rgba(255,255,255,.35) !important; text-decoration: none !important; }
.footerBottom a:hover { color: rgba(255,255,255,.7) !important; }

/* ── "Open photo library" button — properly centred below thumb-grid ── */
.buyerPhotoActions {
  margin-top: 16px !important;
  text-align: center !important;
}
.buyerPhotoActions a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: 1px solid #d0d7de !important;
  background: #fff !important;
  color: #24292f !important;
  padding: 9px 20px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: .15s !important;
}
.buyerPhotoActions a:hover { border-color: #d95e1a !important; color: #d95e1a !important; }

/* Responsive for lang menu */
@media (max-width: 640px) {
  .langMenu { grid-template-columns: 1fr 1fr !important; min-width: 260px !important; }
  .footerGrid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 440px) {
  .langMenu { grid-template-columns: 1fr !important; right: -40px !important; }
  .footerGrid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════════════════════════
   HOMEPAGE REDESIGN v20 — Use-case centered layout
═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.hp-hero {
  background: linear-gradient(135deg, #0d1923 0%, #1a2d44 60%, #0d1923 100%);
  padding: 72px 0 0;
  overflow: hidden;
}
.hp-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}
.hp-hero-text { padding-bottom: 64px; }
.hp-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #ff8a5c;
  display: block; margin-bottom: 18px;
}
.hp-hero-text h1 {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800; color: #fff;
  line-height: 1.07; letter-spacing: -.03em;
  margin: 0 0 18px;
}
.hp-lead { font-size: 17px; color: rgba(255,255,255,.65); line-height: 1.7; margin: 0 0 28px; max-width: 520px; }
.hp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hp-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; background: #d95e1a; color: #fff;
  border-radius: 9px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: background .15s; white-space: nowrap;
}
.hp-btn-primary:hover { background: #b84c14; color: #fff; }
.hp-btn-primary.hp-btn-lg { padding: 14px 28px; font-size: 16px; }
.hp-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; background: transparent; color: rgba(255,255,255,.8);
  border: 1.5px solid rgba(255,255,255,.3); border-radius: 9px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  transition: .15s; white-space: nowrap;
}
.hp-btn-ghost:hover { border-color: rgba(255,255,255,.7); color: #fff; }
.hp-btn-wa {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 24px; background: #25d366; color: #fff;
  border-radius: 9px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: background .15s; white-space: nowrap;
}
.hp-btn-wa:hover { background: #1ea855; color: #fff; }
.hp-btn-wa.hp-btn-lg { padding: 14px 28px; font-size: 16px; }
.hp-trust-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: rgba(255,255,255,.5); font-weight: 500;
}
.hp-trust-row span { white-space: nowrap; }
.hp-hero-img { align-self: end; }
.hp-hero-photo {
  position: relative; border-radius: 16px 16px 0 0; overflow: hidden;
}
.hp-hero-photo img {
  width: 100%; display: block;
  aspect-ratio: 4/3; object-fit: cover; object-position: center;
}
.hp-photo-tag {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(0,0,0,.65); backdrop-filter: blur(8px);
  color: rgba(255,255,255,.9); font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: 6px;
}

/* ── Section base ── */
.hp-section { padding: 80px 0; }
.hp-light { background: #f6f8fa; }
.hp-dark { background: #0d1923; }
.hp-neutral { background: #fff; }
.hp-section-head { margin-bottom: 52px; max-width: 680px; }
.hp-section-head.hp-section-head-light { max-width: none; text-align: center; margin-bottom: 40px; }
.hp-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #d95e1a;
  display: block; margin-bottom: 10px;
}
.hp-label-light { color: #ff8a5c; }
.hp-section-head h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: #0d1117; margin: 0 0 12px; letter-spacing: -.02em; }
.hp-section-head h2.light { color: #fff; }
.hp-section-head p { font-size: 16px; color: #57606a; line-height: 1.7; margin: 0; }
.hp-section-head p.light { color: rgba(255,255,255,.55); }

/* ── Scenario blocks ── */
.hp-scenario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid #e2e8f0;
}
.hp-scenario:first-of-type { border-top: none; padding-top: 0; }
.hp-scenario-flip { direction: rtl; }
.hp-scenario-flip > * { direction: ltr; }

/* Scenario images */
.hp-scenario-imgs { display: flex; flex-direction: column; gap: 10px; }
.hp-scenario-main {
  border-radius: 14px; overflow: hidden; cursor: zoom-in;
  box-shadow: 0 4px 24px rgba(0,0,0,.1);
}
.hp-scenario-main img {
  width: 100%; display: block;
  aspect-ratio: 4/3; object-fit: cover; object-position: center;
  transition: transform .4s;
}
.hp-scenario-main:hover img { transform: scale(1.03); }
.hp-scenario-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hp-scenario-sub > div {
  border-radius: 10px; overflow: hidden; cursor: zoom-in;
}
.hp-scenario-sub img {
  width: 100%; display: block;
  aspect-ratio: 4/3; object-fit: cover;
  transition: transform .35s;
}
.hp-scenario-sub > div:hover img { transform: scale(1.05); }

/* Scenario body */
.hp-scenario-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
  margin-bottom: 14px;
}
.tag-school { background: #e8f5e9; color: #2e7d32; }
.tag-training { background: #e3f2fd; color: #1565c0; }
.tag-meeting { background: #fce4ec; color: #c62828; }
.tag-flex { background: #fff3e0; color: #e65100; }
.hp-scenario-body h3 {
  font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; color: #0d1117;
  margin: 0 0 14px; letter-spacing: -.02em;
}
.hp-scenario-pain {
  font-size: 15px; color: #57606a; line-height: 1.7;
  margin: 0 0 20px; font-style: italic;
  padding-left: 14px; border-left: 3px solid #e2e8f0;
}
.hp-scenario-solution { background: #f6f8fa; border-radius: 10px; padding: 16px 18px; margin-bottom: 20px; }
.hp-scenario-solution strong { font-size: 13px; font-weight: 700; color: #24292f; display: block; margin-bottom: 10px; }
.hp-scenario-solution ul { margin: 0; padding-left: 18px; }
.hp-scenario-solution li { font-size: 14px; color: #24292f; line-height: 1.65; margin-bottom: 5px; }
.hp-scenario-quote {
  border-left: 3px solid #d95e1a; padding-left: 16px; margin-bottom: 20px;
}
.hp-scenario-quote blockquote {
  font-size: 15px; color: #24292f; line-height: 1.65;
  font-style: italic; margin: 0 0 6px;
}
.hp-scenario-quote cite { font-size: 12px; color: #57606a; font-style: normal; font-weight: 600; }
.hp-scenario-actions { display: flex; flex-direction: column; gap: 8px; }
.hp-scenario-actions a {
  font-size: 14px; font-weight: 600; color: #d95e1a; text-decoration: none;
}
.hp-scenario-actions a:hover { color: #b84c14; }
.hp-link-muted { color: #57606a !important; font-weight: 500 !important; }
.hp-link-primary {
  font-size: 14px; font-weight: 700; color: #d95e1a; text-decoration: none;
}
.hp-link-primary:hover { color: #b84c14; }

/* ── Size grid ── */
.hp-size-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.hp-size-card {
  display: block; text-decoration: none;
  background: #fff; border: 1.5px solid #e2e8f0;
  border-radius: 14px; padding: 20px 16px;
  transition: border-color .18s, transform .18s, box-shadow .18s;
  position: relative;
}
.hp-size-card:hover {
  border-color: #d95e1a; transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(217,94,26,.12);
}
.hp-size-popular {
  border-color: #d95e1a !important;
  background: linear-gradient(135deg, #fff8f5, #fff) !important;
}
.hp-size-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: #d95e1a; color: #fff; font-size: 10px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px; white-space: nowrap;
}
.hp-size-inch {
  font-size: 32px; font-weight: 800; color: #0d1117;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  line-height: 1; margin-bottom: 6px;
}
.hp-size-room { font-size: 12px; color: #57606a; line-height: 1.4; margin-bottom: 6px; }
.hp-size-people { font-size: 13px; font-weight: 600; color: #24292f; margin-bottom: 10px; }
.hp-size-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 12px; }
.hp-size-tags span {
  font-size: 10px; font-weight: 600; background: #f0f4f8;
  color: #57606a; padding: 2px 7px; border-radius: 4px;
}
.hp-size-price { font-size: 14px; font-weight: 700; color: #d95e1a; }

/* ── 3 Questions ── */
.hp-questions {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.hp-question {
  padding: 28px; background: #f6f8fa; border-radius: 14px;
  border: 1px solid #e2e8f0;
}
.hp-q-num {
  font-size: 28px; font-weight: 800; color: #e2e8f0;
  font-family: 'JetBrains Mono', monospace;
  line-height: 1; margin-bottom: 14px;
}
.hp-question h3 { font-size: 16px; font-weight: 700; color: #0d1117; margin: 0 0 10px; line-height: 1.35; }
.hp-question p { font-size: 14px; color: #57606a; line-height: 1.65; margin: 0 0 14px; }
.hp-question a { font-size: 13px; font-weight: 600; color: #d95e1a; text-decoration: none; }
.hp-question a:hover { color: #b84c14; }

/* ── Shipping split ── */
.hp-shipping-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center;
}
.hp-shipping-imgs { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
.hp-ship-main { border-radius: 14px; overflow: hidden; cursor: zoom-in; }
.hp-ship-main img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.hp-ship-main:hover img { transform: scale(1.04); }
.hp-ship-secondary { border-radius: 10px; overflow: hidden; cursor: zoom-in; width: 140px; }
.hp-ship-secondary img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s; }
.hp-ship-secondary:hover img { transform: scale(1.05); }
.hp-shipping-body h2 { font-size: clamp(22px, 2.5vw, 32px); font-weight: 800; color: #0d1117; margin: 10px 0 20px; }
.hp-shipping-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; }
.hp-shipping-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.hp-ship-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.hp-shipping-list strong { display: block; font-weight: 700; color: #0d1117; margin-bottom: 2px; }
.hp-shipping-list div { color: #57606a; line-height: 1.55; }

/* ── CTA section ── */
.hp-cta-section {
  background: linear-gradient(135deg, #0d1923, #1a2d44);
  padding: 64px 0;
}
.hp-cta-inner {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px;
}
.hp-cta-text h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: #fff; margin: 0 0 8px; }
.hp-cta-text p { font-size: 16px; color: rgba(255,255,255,.55); margin: 0; }
.hp-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hp-cta-info {
  display: flex; gap: 24px; flex-wrap: wrap; justify-content: center;
  font-size: 13px; color: rgba(255,255,255,.45);
}
.hp-cta-info a { color: rgba(255,255,255,.65); text-decoration: none; }
.hp-cta-info a:hover { color: #fff; }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s, transform .55s; }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .hp-size-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hp-hero-inner, .hp-scenario, .hp-shipping-split { grid-template-columns: 1fr; }
  .hp-hero-img { display: none; }
  .hp-scenario-flip { direction: ltr; }
  .hp-hero-text { padding-bottom: 48px; }
  .hp-questions { grid-template-columns: 1fr; }
  .hp-size-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-shipping-imgs { grid-template-columns: 1fr; }
  .hp-ship-secondary { display: none; }
}
@media (max-width: 600px) {
  .hp-section { padding: 52px 0; }
  .hp-size-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hp-size-card { padding: 14px 12px; }
  .hp-size-inch { font-size: 24px; }
  .hp-scenario { gap: 28px; padding: 32px 0; }
  .hp-cta-actions { flex-direction: column; align-items: center; }
}

/* ═══════════════════════════════════════════════════════════
   BLOG / ARTICLE SYSTEM
═══════════════════════════════════════════════════════════ */

/* Breadcrumb */
.breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 6px; font-size: 13px; color: #8b949e;
  padding: 18px 0 0; margin-bottom: 0;
}
.breadcrumb a { color: #8b949e; text-decoration: none; }
.breadcrumb a:hover { color: #24292f; }
.bc-sep { color: #d0d7de; }
.breadcrumb strong { color: #24292f; font-weight: 500; }

/* Page hero simple (blog index, countries, etc) */
.page-hero-simple {
  padding: 36px 0 40px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 44px;
  max-width: 680px;
}
.page-hero-simple h1 {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800; color: #0d1117;
  margin: 8px 0 12px; letter-spacing: -.02em;
}
.page-hero-simple p {
  font-size: 16px; color: #57606a; line-height: 1.7; margin: 0;
}

/* Blog index grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 60px;
}
.blog-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.blog-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.09);
  transform: translateY(-3px);
}
.blog-card-img {
  display: block; overflow: hidden; flex-shrink: 0;
}
.blog-card-img img {
  width: 100%; display: block;
  aspect-ratio: 16/9; object-fit: cover;
  transition: transform .35s;
}
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-tag {
  font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  background: #fff0e8; color: #d95e1a; padding: 3px 8px; border-radius: 5px;
}
.blog-date, .blog-read {
  font-size: 12px; color: #8b949e; font-weight: 500;
}
.blog-card-body h2 {
  font-size: 17px; font-weight: 700; color: #0d1117;
  margin: 0 0 10px; line-height: 1.35;
}
.blog-card-body h2 a { color: inherit; text-decoration: none; }
.blog-card-body h2 a:hover { color: #d95e1a; }
.blog-card-body p {
  font-size: 14px; color: #57606a; line-height: 1.6;
  margin: 0 0 16px; flex: 1;
}
.blog-read-more {
  font-size: 13px; font-weight: 700; color: #d95e1a; text-decoration: none;
  margin-top: auto;
}
.blog-read-more:hover { color: #b84c14; }

/* Article layout */
.article-wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: start;
  padding-bottom: 60px;
}
.article-body { min-width: 0; }
.article-header { margin-bottom: 36px; }
.article-meta {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 14px;
}
.article-meta time, .article-meta span { font-size: 13px; color: #8b949e; font-weight: 500; }
.article-body h1 {
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: #0d1117;
  margin: 0 0 14px; line-height: 1.12; letter-spacing: -.02em;
}
.article-intro {
  font-size: 17px; color: #24292f; line-height: 1.7;
  margin: 0 0 24px; font-weight: 400;
  border-left: 3px solid #d95e1a; padding-left: 16px;
}
.article-hero-img {
  margin: 0 0 32px; border-radius: 12px; overflow: hidden; cursor: zoom-in;
}
.article-hero-img img {
  width: 100%; display: block;
  aspect-ratio: 16/9; object-fit: cover;
}

/* Article content typography */
.article-content { font-size: 16px; color: #24292f; line-height: 1.75; }
.article-content h2 {
  font-size: 22px; font-weight: 700; color: #0d1117;
  margin: 36px 0 14px; letter-spacing: -.01em;
}
.article-content h3 { font-size: 18px; font-weight: 700; color: #0d1117; margin: 28px 0 10px; }
.article-content p { margin: 0 0 18px; }
.article-content ul, .article-content ol { padding-left: 22px; margin: 0 0 18px; }
.article-content li { margin-bottom: 7px; }
.article-content strong { color: #0d1117; }
.article-content table {
  width: 100%; border-collapse: collapse; font-size: 14px;
  margin: 20px 0; border-radius: 10px; overflow: hidden;
  border: 1px solid #e2e8f0;
}
.article-content th {
  background: #f6f8fa; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; color: #57606a;
  padding: 10px 14px; text-align: left; border-bottom: 1px solid #e2e8f0;
}
.article-content td { padding: 11px 14px; border-bottom: 1px solid #f0f0f0; color: #24292f; }
.article-content tr:last-child td { border-bottom: 0; }
.article-content tr:hover td { background: rgba(217,94,26,.03); }
.article-content blockquote {
  border-left: 3px solid #d95e1a; padding-left: 16px;
  margin: 24px 0; font-style: italic; color: #57606a;
}

/* Article footer CTA */
.article-footer { margin-top: 48px; border-top: 1px solid #e2e8f0; padding-top: 32px; }
.article-cta { background: #f6f8fa; border-radius: 12px; padding: 24px; }
.article-cta h3 { font-size: 18px; font-weight: 700; color: #0d1117; margin: 0 0 8px; }
.article-cta p { font-size: 14px; color: #57606a; margin: 0 0 16px; }

/* Sidebar */
.article-sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px;
}
.sidebar-card h4 {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  color: #8b949e; margin: 0 0 14px;
}
.sidebar-card ul { list-style: none; padding: 0; margin: 0; }
.sidebar-card li { margin-bottom: 10px; }
.sidebar-card a { font-size: 14px; color: #24292f; text-decoration: none; font-weight: 500; }
.sidebar-card a:hover { color: #d95e1a; }
.sidebar-cta { background: #fff8f5; border-color: #fdd5b0; }
.sidebar-cta h4 { color: #b84c14; }
.sidebar-cta p { font-size: 13px; color: #7a3a18; }

/* Responsive */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-wrap { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════
   FINAL NAV FIX — overrides all previous conflicting rules
   navBar is ALWAYS horizontal flex, never column
═══════════════════════════════════════════════════════════ */

.siteHeader {
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
  background: rgba(255,255,255,.97) !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.05) !important;
}

.navBar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 64px !important;
  gap: 16px !important;
  width: 100% !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  color: #0d1117 !important;
}

.brandMark {
  width: 34px !important;
  height: 34px !important;
  border-radius: 9px !important;
  background: #d95e1a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  flex-shrink: 0 !important;
}

.brandText strong {
  display: block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0d1117 !important;
  letter-spacing: -.01em !important;
  line-height: 1.2 !important;
}

.brandText small {
  display: block !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #8b949e !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.mainNav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1 !important;
  justify-content: center !important;
}

.mainNav a {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #57606a !important;
  padding: 7px 11px !important;
  border-radius: 7px !important;
  text-decoration: none !important;
  transition: background .15s, color .15s !important;
  white-space: nowrap !important;
}
.mainNav a:hover, .mainNav a[aria-current=page] {
  background: #f6f8fa !important;
  color: #0d1117 !important;
}

.navCta {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

.menuBtn {
  display: none !important;
  border: 1px solid #e2e8f0 !important;
  background: transparent !important;
  border-radius: 7px !important;
  padding: 7px 10px !important;
  font-size: 17px !important;
  color: #24292f !important;
  cursor: pointer !important;
  line-height: 1 !important;
}

/* Mobile: hide main nav, show hamburger */
@media (max-width: 840px) {
  .mainNav {
    display: none !important;
    flex: unset !important;
  }
  .mainNav.isOpen {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: absolute !important;
    top: 64px !important;
    left: 3vw !important;
    right: 3vw !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.12) !important;
    padding: 10px !important;
    z-index: 300 !important;
  }
  .mainNav.isOpen a {
    padding: 11px 13px !important;
    border-radius: 8px !important;
  }
  .menuBtn {
    display: block !important;
  }
  .btn-nav {
    font-size: 12px !important;
    padding: 7px 12px !important;
  }
  .langBtn {
    font-size: 12px !important;
    padding: 6px 8px !important;
  }
}

@media (max-width: 480px) {
  .brandText small {
    display: none !important;
  }
  .navBar {
    height: 58px !important;
  }
}
