
/* Home textile SEO content extension - designed to sit inside the original Consou visual system */
.htseo-main{background:#fff;color:#333;font-family:Arial,sans-serif;}
.htseo-wrap{max-width:1140px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.htseo-intro{padding:30px 0 24px;text-align:center;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);border-bottom:1px solid #e4edf3;}
.htseo-intro p{max-width:940px;margin:8px auto;color:#444;font-size:16px;line-height:1.7;}
.htseo-kicker{color:#005b9e;font-size:13px;letter-spacing:1.4px;text-transform:uppercase;font-weight:bold;}
.htseo-title{margin:5px 0 12px;color:#800000;font-size:32px;line-height:1.2;font-weight:700;}
.htseo-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px;}
.htseo-button{display:inline-block;background:#005b9e;color:#fff!important;text-decoration:none;padding:11px 18px;border-radius:3px;font-weight:bold;font-size:14px;box-shadow:0 3px 9px rgba(0,91,158,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}
.htseo-button:hover{background:#800000;transform:translateY(-2px);box-shadow:0 7px 16px rgba(0,0,0,.15);}
.htseo-button.alt{background:#800000;}.htseo-button.alt:hover{background:#005b9e;}
.htseo-chips{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin:18px auto 0;max-width:920px;}
.htseo-chip{font-size:12px;background:#fff;border:1px solid #ccdce8;padding:7px 10px;border-radius:20px;color:#345;}
.htseo-section{padding:38px 0;border-bottom:1px solid #edf1f4;}
.htseo-section.soft{background:#f7fafc;}
.htseo-section h2{font-size:25px;color:#800000;margin:0 0 12px;line-height:1.25;}
.htseo-section h3{font-size:18px;color:#005b9e;margin:0 0 8px;line-height:1.3;}
.htseo-lead{font-size:16px;line-height:1.7;color:#444;max-width:930px;margin:0 0 22px;}
.htseo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.htseo-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));}
.htseo-grid.four{grid-template-columns:repeat(4,minmax(0,1fr));}
.htseo-card{background:#fff;border:1px solid #dfe8ee;border-radius:5px;overflow:hidden;box-shadow:0 3px 12px rgba(20,45,65,.06);transition:transform .22s ease,box-shadow .22s ease;animation:htFadeUp .55s ease both;}
.htseo-card:hover{transform:translateY(-4px);box-shadow:0 10px 22px rgba(20,45,65,.13);}
.htseo-card img{display:block;width:100%;height:auto;border:0;}
.htseo-card-body{padding:16px 17px;}
.htseo-card p{font-size:14px;line-height:1.6;margin:0;color:#555;}
.htseo-card a{color:#005b9e;font-weight:bold;text-decoration:none;}.htseo-card a:hover{color:#800000;text-decoration:underline;}
.htseo-split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;}
.htseo-split.reverse{grid-template-columns:.95fr 1.05fr;}
.htseo-split img{width:100%;height:auto;border-radius:5px;box-shadow:0 6px 20px rgba(0,0,0,.12);}
.htseo-check{margin:12px 0 0;padding:0;list-style:none;columns:2;column-gap:28px;}
.htseo-check li{break-inside:avoid;padding:6px 0 6px 24px;position:relative;font-size:14px;line-height:1.45;}
.htseo-check li:before{content:'\2713';position:absolute;left:0;color:#005b9e;font-weight:bold;}
.htseo-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:18px;counter-reset:step;}
.htseo-step{border-top:4px solid #005b9e;background:#fff;padding:15px 13px;box-shadow:0 2px 9px rgba(0,0,0,.05);}
.htseo-step:before{counter-increment:step;content:'0' counter(step);display:block;color:#9aa8b3;font-size:12px;font-weight:bold;margin-bottom:8px;}
.htseo-step strong{color:#800000;display:block;margin-bottom:5px;}.htseo-step p{margin:0;font-size:13px;line-height:1.5;color:#555;}
.htseo-cluster{border-left:4px solid #800000;padding-left:14px;}
.htseo-cluster strong{display:block;color:#005b9e;font-size:16px;margin-bottom:5px;}.htseo-cluster p{margin:0;font-size:13px;line-height:1.55;color:#555;}
.htseo-table-wrap{overflow-x:auto;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.htseo-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px;}
.htseo-table th{background:#005b9e;color:#fff;text-align:left;padding:10px;border:1px solid #e4e4e4;}.htseo-table td{padding:10px;border:1px solid #dfe5e9;vertical-align:top;line-height:1.5;}.htseo-table tr:nth-child(even) td{background:#f8fbfd;}
.htseo-note{background:#fff8eb;border-left:4px solid #c17c00;padding:15px 17px;margin:20px 0;font-size:14px;line-height:1.6;}
.htseo-faq details{background:#fff;border:1px solid #dbe5eb;border-radius:4px;margin:8px 0;padding:0 15px;}.htseo-faq summary{cursor:pointer;color:#005b9e;font-weight:bold;font-size:14px;padding:13px 0;}.htseo-faq p{font-size:14px;line-height:1.65;margin:0 0 14px;color:#555;}
.htseo-resources a{display:block;text-decoration:none;color:inherit;}.htseo-resources .htseo-card-body{min-height:112px;}
.htseo-breadcrumb{font-size:12px;color:#697984;padding:13px 0 0;}.htseo-breadcrumb a{color:#005b9e;text-decoration:none;}.htseo-breadcrumb a:hover{text-decoration:underline;}
.htseo-cta{text-align:center;background:#005b9e;color:#fff;padding:30px 20px;margin-top:28px;border-radius:5px;}.htseo-cta h2{color:#fff;margin-bottom:8px;}.htseo-cta p{max-width:760px;margin:0 auto 16px;font-size:15px;line-height:1.6;}.htseo-cta .htseo-button{background:#fff;color:#005b9e!important;}.htseo-cta .htseo-button:hover{background:#800000;color:#fff!important;}
#wb_LayoutGrid5 .htseo-heading-wrap{max-width:1140px;margin:0 auto;text-align:left;}.htseo-heading-wrap h1{margin:0;color:#800000;font-family:Arial,sans-serif;font-size:35px;line-height:1.15;}.htseo-heading-wrap p{margin:8px 0 0;color:#555;font-family:Arial,sans-serif;font-size:15px;line-height:1.55;max-width:900px;}
#PhotoGallery1 .description{line-height:1.42!important;}
@keyframes htFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.htseo-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));}.htseo-steps{grid-template-columns:repeat(2,minmax(0,1fr));}.htseo-split,.htseo-split.reverse{grid-template-columns:1fr;}}
@media(max-width:650px){.htseo-wrap{padding:0 14px}.htseo-title,.htseo-heading-wrap h1{font-size:27px}.htseo-grid,.htseo-grid.two,.htseo-grid.four{grid-template-columns:1fr}.htseo-check{columns:1}.htseo-steps{grid-template-columns:1fr}.htseo-section{padding:28px 0}.htseo-card-body{padding:14px}.htseo-intro p,.htseo-lead{font-size:15px}}
