/* Scoped home/custom presentation; shared shell remains in base.css. */
.etol-home-eyebrow { display:block; margin-bottom:12px; color:#0077b5; font-size:11px; font-weight:700; letter-spacing:.14em; }
.etol-home-process > .etol-container > .etol-home-eyebrow, .etol-home .etol-section > .etol-container > .etol-home-eyebrow { text-align:center; }
.etol-home-process { background:#f5f8fb; border-block:1px solid #e6edf3; }
.etol-home .etol-hc-intro { max-width:740px; line-height:1.75; }
.etol-home-photo-grid, .etol-home-cases { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.etol-home-photo-grid figure { margin:0; overflow:hidden; background:#fff; border:1px solid #e0e9f1; border-radius:12px; }
.etol-home-photo-grid img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; }
.etol-home-photo-grid figcaption { padding:15px 18px; font-size:16px; font-weight:600; }
.etol-home-photo-note { margin:12px 0 32px; font-size:12px; color:#627489; }
.etol-home-workflow { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; list-style:none; padding:0; margin:0; }
.etol-home-workflow li { border-top:1px solid #cedde9; padding-top:20px; }
.etol-home-workflow li > span { display:block; color:#0077b5; font-weight:700; font-size:22px; margin-bottom:10px; }
.etol-home-workflow h3 { font-size:17px; margin:0 0 10px; }
.etol-home-workflow p, .etol-home-quality p, .etol-home-case p, .etol-home-material-grid p, .etol-home-faq-grid p { color:var(--etol-muted); font-size:14px; line-height:1.75; }
.etol-home-quality { display:flex; justify-content:space-between; align-items:center; gap:30px; background:#fff; border:1px solid #e0e9f1; border-radius:12px; padding:24px; margin-top:28px; }
.etol-home-quality > div { max-width:740px; }
.etol-home-quality h3 { font-size:18px; margin:0 0 8px; }
.etol-home-quality p { margin:0; }
.etol-home-quality > a { flex-shrink:0; font-size:14px; }
.etol-home-case { min-width:0; border:1px solid #e0e9f1; border-radius:12px; overflow:hidden; background:#fff; display:flex; flex-direction:column; }
.etol-home-case > img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; background:#f4f4f4; }
.etol-home-case > div { padding:24px; display:flex; flex-direction:column; flex:1; }
.etol-home-case h3 { font-size:20px; margin:0 0 12px; }
.etol-home-case-spec { padding-top:16px; border-top:1px solid #e8eef4; }
.etol-home-case-spec strong { display:block; color:var(--etol-ink); margin-bottom:6px; font-size:13px; }
.etol-home-case a { margin-top:auto; font-size:13px; }
.etol-home-section-link { display:flex; justify-content:center; margin-top:24px; }
.etol-home-materials { background:#edf6fc; }
.etol-home-material-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:64px; align-items:start; }
.etol-home-material-grid h2, .etol-home-faq-grid h2 { font-size:clamp(26px,2.7vw,34px); line-height:1.25; margin:0 0 18px; letter-spacing:-.025em; }
.etol-home-material-grid .etol-button { margin-top:12px; }
.etol-home-material-panel { padding:30px; border:1px solid #dbe9f3; border-radius:14px; background:#fff; }
.etol-home-material-panel h3 { font-size:16px; margin:0 0 14px; }
.etol-home-material-tags { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; list-style:none; padding:0; margin:0 0 26px; }
.etol-home-material-tags li { display:flex; align-items:center; justify-content:center; min-height:52px; border:1px solid #dbe9f3; border-radius:6px; background:#f4f9fd; padding:10px 8px; font-size:13px; line-height:1.5; text-align:center; overflow-wrap:anywhere; }
.etol-home-material-panel a { font-size:14px; }
.etol-home-faq-header { max-width:700px; margin:0 auto 32px; text-align:center; }
.etol-home-faq-header p { margin:0; color:var(--etol-muted); font-size:14px; line-height:1.75; }
.etol-home-faq-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; align-items:start; }
.etol-home-faq-list { min-width:0; display:grid; gap:12px; }
.etol-home-faq-list details { border:1px solid #dce6ef; border-radius:10px; background:#f8fbfd; overflow:hidden; }
.etol-home-faq-list details[open] { background:#fff; border-color:#b8d7eb; }
.etol-home-faq-list summary { position:relative; display:flex; align-items:center; min-height:88px; padding:18px 54px 18px 22px; cursor:pointer; font-size:15px; font-weight:600; line-height:1.6; list-style:none; }
.etol-home-faq-list summary::-webkit-details-marker { display:none; }
.etol-home-faq-list summary::after { content:'+'; position:absolute; right:20px; top:50%; transform:translateY(-50%); font-size:22px; font-weight:400; color:#0077b5; }
.etol-home-faq-list details[open] summary::after { content:'−'; }
.etol-home-faq-list summary:focus-visible { outline:2px solid #0077b5; outline-offset:-3px; }
.etol-home-faq-list details[open] summary { color:#0077b5; }
.etol-home-faq-list details p { margin:0; padding:0 22px 22px; color:var(--etol-muted); font-size:14px; line-height:1.75; }
#material-selection { scroll-margin-top:110px; }
@media(max-width:1024px) {
    .etol-home-photo-grid, .etol-home-cases { gap:16px; }
    .etol-home-case > div { padding:18px; }
    .etol-home-workflow { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .etol-home-material-grid, .etol-home-faq-grid { gap:32px; }
    .etol-home-quality { align-items:flex-start; flex-direction:column; gap:12px; }
}
@media(max-width:768px) {
    .etol-home-faq-columns { grid-template-columns:1fr; gap:12px; }
    .etol-home-faq-list summary { min-height:76px; padding-left:18px; }
    .etol-home-faq-header { margin-bottom:24px; }
    .etol-home-material-grid, .etol-home-faq-grid { grid-template-columns:1fr; }
    .etol-home-photo-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .etol-home-photo-grid figcaption { padding:12px; font-size:14px; }
    .etol-home-cases { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .etol-home-photo-grid, .etol-home-cases { gap:24px; }
    .etol-home-material-panel { padding:22px; }
    .etol-home-case > div { padding:24px; }
}
@media(max-width:600px) {
    .etol-home-photo-grid { grid-template-columns:1fr; }
    .etol-home-photo-grid figure { display:grid; grid-template-columns:120px minmax(0,1fr); align-items:center; }
    .etol-home-photo-grid img { height:90px; }
    .etol-home-cases { grid-template-columns:1fr; }
    .etol-home-case > img { max-height:230px; }
}
@media(max-width:380px) {
    .etol-home-workflow { grid-template-columns:1fr; }
    .etol-home-material-tags { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
.etol-hc { color: var(--etol-ink); }
.etol-hc-icon { display: inline-block; flex: 0 0 auto; width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: var(--etol-blue); }
.etol-hc .etol-button { gap: 10px; }
.etol-hc .etol-button .etol-hc-icon { width: 22px; height: 22px; color: inherit; }
.etol-hc-hero { background: var(--etol-banner); isolation: isolate; }
.etol-hc-hero-art img { mix-blend-mode: multiply; }
.etol-home .etol-hc-stats { background: #f2f6f9; }
.etol-hc-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 24px; padding-block: 44px; }
.etol-hc-hero-copy { position: relative; z-index: 1; }
.etol-hc-hero h1 { font-size: clamp(32px, 3.15vw, 46px); letter-spacing: -.035em; margin-bottom: 20px; }
.etol-hc-hero h1 span { color: var(--etol-blue-dark); }
.etol-hc-hero p { font-size: 15px; line-height: 1.65; color: #526780; margin-bottom: 14px; }
.etol-hc-hero-art { min-width: 0; }
.etol-hc-hero-art img { display: block; width: 100%; height: auto; background: #fff; }
.etol-hc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 24px; }
.etol-hc-text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; min-height: 44px; text-decoration: underline !important; text-underline-offset: 5px; }
.etol-hc-text-link .etol-hc-icon { width: 23px; height: 23px; }
.etol-hc-stats { border-bottom: 1px solid var(--etol-line); }
.etol-hc-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-block: 0; padding-block: 30px; }
.etol-hc-stat { position: relative; min-height: 64px; padding: 0 16px 0 90px; border-right: 1px solid var(--etol-line); display: flex; flex-direction: column-reverse; justify-content: center; }
.etol-hc-stat:last-child { border: 0; }
.etol-hc-stat{flex-direction:column;justify-content:flex-start;min-width:0}
.etol-hc-stat dd{order:-1}
.etol-hc-stat dt { font-size: 14px; font-weight: 400; }
.etol-hc-stat dd { margin: 0; font-size: clamp(23px, 2.3vw, 32px); line-height: 1.25; font-weight: 700; }
.etol-hc-stat .etol-hc-icon { position: absolute; left: 18px; top: 5px; width: 56px; height: 56px; padding: 12px; background: #d9f0ff; border-radius: 50%; }
.etol-hc .etol-hc-heading { text-align: center; margin-bottom: 30px; letter-spacing: -.025em; }
.etol-hc-heading::after { content: ''; display: block; width: 44px; height: 3px; margin: 16px auto 0; background: var(--etol-blue); }
.etol-hc-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.etol-hc-product { display: grid; grid-template-columns: minmax(0, 1fr) 24px; align-items: center; gap: 12px 8px; padding: 18px 22px; border-right: 1px solid var(--etol-line); border-bottom: 1px solid var(--etol-line); }
.etol-hc-product:nth-child(4n) { border-right: 0; }
.etol-hc-product:nth-last-child(-n+4) { border-bottom: 0; }
.etol-hc-product > img { grid-column: 1 / -1; width: 100%; height: 168px; object-fit: contain; }
.etol-hc-product h3 { font-size: 16px; line-height: 1.4; margin: 0 0 4px; }
.etol-hc-product p { color: var(--etol-muted); font-size: 13px; margin: 0; line-height: 1.5; }
.etol-hc-product > .etol-hc-icon { width: 23px; height: 23px; }
/* Keep headings on the same baseline when adjacent names wrap differently. */
.etol-hc-product{grid-template-rows:auto 1fr;align-items:start}
.etol-hc-product>.etol-hc-icon{align-self:center}
.etol-hc-product:hover { background: #f7fcff; text-decoration: none; }
.etol-hc-product:hover h3 { color: var(--etol-blue-dark); text-decoration: underline; }
.etol-hc-services { border-top: 1px solid var(--etol-line); }
.etol-hc-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 0; }
.etol-hc-service { display: flex; align-items: flex-start; gap: 20px; padding: 0 24px; border-right: 1px solid var(--etol-line); }
.etol-hc-service:nth-child(3n) { border: 0; }
.etol-hc-service > .etol-hc-icon { width: 48px; height: 48px; }
.etol-hc-service h3 { font-size: 18px; color: var(--etol-blue-dark); margin: 0 0 10px; }
.etol-hc-service p { color: var(--etol-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.etol-hc-quote > div { max-width: 760px; }
.etol-hc-quote h2 { font-size: 29px; margin-bottom: 14px; }
.etol-hc-quote p { color: #526780; font-size: 15px; }
.etol-hc-quote p + p { margin-top: 10px; }
.etol-hc-quote > .etol-button { min-width: 200px; flex: 0 0 auto; }
.etol-hc-quote > .etol-hc-icon { width: 76px; height: 76px; }
.etol-custom .etol-hc-hero-inner { padding-block: 52px; }
.etol-custom .etol-hc-hero h1 { font-size: clamp(32px, 2.8vw, 41px); }
.etol-custom .etol-hc-hero .etol-hc-offer { font-size: 13px; }
.etol-custom .etol-hc-hero .etol-button { margin-top: 8px; }
.etol-hc-intro { text-align: center; color: var(--etol-muted); margin: -10px auto 32px !important; }
.etol-hc-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.etol-hc-case { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--etol-line); border-radius: 8px; }
.etol-hc-case img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.etol-hc-case figcaption { padding: 12px 16px; text-align: center; font-size: 15px; font-weight: 700; }
.etol-hc-details { padding-top: 0; }
.etol-hc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.etol-hc-detail-grid > div { min-width: 0; }
.etol-hc-detail-grid h2 { font-size: 27px; margin-bottom: 16px; }
.etol-hc-detail-grid h2::after { content: ''; display: block; width: 36px; height: 3px; margin-top: 14px; background: var(--etol-blue); }
.etol-hc-detail-grid p { color: var(--etol-muted); font-size: 14px; }
.etol-hc-process { border-left: 1px solid var(--etol-line); padding-left: 40px; }
.etol-hc-materials table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.etol-hc-materials th, .etol-hc-materials td { border: 1px solid var(--etol-line); padding: 10px; vertical-align: top; min-width: 70px; }
.etol-hc-materials thead th { background: #def1ff; color: var(--etol-ink); }
.etol-hc-materials tbody tr:nth-child(even) td { background: #f4f9fd; }
.etol-hc-materials .dataTables_wrapper { min-width: 0; }
.etol-hc-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.etol-hc-steps li { display: grid; grid-template-columns: 54px 32px minmax(0, 1fr); align-items: start; gap: 16px; }
.etol-hc-steps .etol-hc-icon { width: 54px; height: 54px; padding: 12px; border: 1px solid var(--etol-line); border-radius: 50%; background: #f0f9ff; }
.etol-hc-step-number { color: var(--etol-blue-dark); font-size: 23px; font-weight: 700; line-height: 1.3; padding-top: 8px; }
.etol-hc-steps h3 { font-size: 16px; margin: 6px 0; }
.etol-hc-steps p { margin: 0; }
/* Custom parts: grouped material guidance and a quiet, numbered timeline. */
.etol-custom .etol-hc-intro { max-width: 820px; line-height: 1.75; }
.etol-custom .etol-hc-case figcaption { padding: 22px; text-align: left; font-weight: 400; }
.etol-custom .etol-hc-case h3 { margin: 0 0 18px; font-size: 19px; line-height: 1.4; }
.etol-custom .etol-hc-case dl { margin: 0; }
.etol-custom .etol-hc-case dt { margin: 14px 0 5px; color: var(--etol-blue-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.etol-custom .etol-hc-case dd { margin: 0; color: var(--etol-muted); font-size: 14px; line-height: 1.75; }
.etol-custom-options { background: #f5f8fb; border-block: 1px solid #e6edf3; }
.etol-custom-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.etol-custom-info-card { padding: 26px; border: 1px solid #e0e9f1; border-radius: 12px; background: #fff; }
.etol-custom-info-card h3, .etol-custom-checklist h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; }
.etol-custom-info-card p, .etol-custom-checklist p { margin: 0; color: var(--etol-muted); font-size: 14px; line-height: 1.75; }
.etol-custom-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; list-style: none; padding: 0; margin: 0; }
.etol-custom-checklist li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding-top: 22px; border-top: 1px solid var(--etol-line); }
.etol-custom-submit { display: flex; align-items: center; gap: 24px; margin: 32px 0 0; }
.etol-custom-submit > .etol-button { flex-shrink: 0; }
.etol-custom-submit span { max-width: 540px; color: var(--etol-muted); font-size: 14px; line-height: 1.7; }
.etol-custom .etol-hc-details { padding-block: 60px; background: #f5f8fb; border-top: 1px solid #e6edf3; }
.etol-custom .etol-hc-detail-grid { grid-template-columns: 1.08fr 1fr; gap: 28px; align-items: stretch; }
.etol-custom .etol-hc-materials, .etol-custom .etol-hc-process { padding: 34px; border: 1px solid #e0e9f1; border-radius: 16px; background: #fff; }
.etol-custom-eyebrow { display: block; margin-bottom: 12px; color: #0077b5; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.etol-custom .etol-hc-detail-grid h2 { margin: 0 0 12px; font-size: clamp(23px, 2.1vw, 28px); line-height: 1.25; letter-spacing: -.025em; }
.etol-custom .etol-hc-detail-grid h2::after { display: none; }
.etol-custom .etol-custom-lead { margin: 0 0 26px; line-height: 1.7; }
.etol-custom-material-list { display: grid; grid-template-columns: 1fr; gap: 14px; list-style: none; padding: 0; margin: 0 0 28px; }
.etol-custom-material-list li { min-width: 0; padding: 18px 20px; border: 1px solid #dbe9f3; border-radius: 8px; background: #f4f9fd; text-align: left; }
.etol-custom .etol-custom-material-list h3 { margin: 0 0 6px; font-size: 17px; line-height: 1.4; }
.etol-custom-material-list li > span { display: block; margin-bottom: 8px; color: var(--etol-blue-dark); font-size: 13px; font-weight: 600; line-height: 1.5; }
.etol-custom .etol-custom-material-list p { margin: 0; font-size: 13px; line-height: 1.75; }
.etol-custom-specs h3 { margin: 0 0 16px; font-size: 16px; }
.etol-custom-specs dl { margin: 0; }
.etol-custom-specs dl > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-top: 1px solid #e8eef4; font-size: 13px; line-height: 1.65; }
.etol-custom-specs dt { font-weight: 600; }
.etol-custom-specs dd { margin: 0; color: var(--etol-muted); }
.etol-custom .etol-custom-material-note { margin: 16px 0 0; padding: 14px 16px; border-radius: 8px; background: #f5f8fb; color: #627489; font-size: 12px; line-height: 1.7; }
.etol-custom .etol-hc-steps { gap: 0; }
.etol-custom .etol-hc-steps li { position: relative; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding-bottom: 28px; }
.etol-custom .etol-hc-steps li:last-child { padding-bottom: 0; }
.etol-custom .etol-hc-steps li:not(:last-child)::before { content: ''; position: absolute; left: 20px; top: 48px; bottom: 6px; width: 1px; background: #dbe8f2; }
.etol-custom .etol-hc-step-number { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; background: #edf7fe; border: 1px solid #d9ecf9; border-radius: 50%; color: #0077b5; font-size: 15px; line-height: 1; }
.etol-custom .etol-hc-steps h3 { margin: 2px 0 8px; font-size: 17px; line-height: 1.4; }
.etol-custom .etol-hc-steps p { font-size: 14px; line-height: 1.75; }
@media (max-width: 1024px) {
    .etol-custom-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .etol-custom .etol-hc-detail-grid { gap: 20px; }
    .etol-custom .etol-hc-materials, .etol-custom .etol-hc-process { padding: 24px; }
    .etol-custom-specs dl > div { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 768px) {
    .etol-custom-info-grid, .etol-custom-checklist { grid-template-columns: 1fr; }
    .etol-custom-submit { align-items: flex-start; flex-direction: column; gap: 14px; }
    .etol-custom .etol-hc-details { padding-block: 36px; }
    .etol-custom .etol-hc-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
    .etol-custom .etol-hc-materials, .etol-custom .etol-hc-process { padding: 20px; }
    .etol-custom .etol-hc-steps li { gap: 12px; }
}
@media (max-width: 1024px) {
    .etol-hc-hero-inner { gap: 16px; }
    .etol-hc-stat { padding-left: 64px; padding-right: 8px; }
    .etol-hc-stat .etol-hc-icon { left: 6px; width: 48px; height: 48px; padding: 10px; }
    .etol-hc-product-grid, .etol-hc-service-grid, .etol-hc-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .etol-hc-product:nth-child(n) { border-right: 1px solid var(--etol-line); border-bottom: 1px solid var(--etol-line); }
    .etol-hc-product:nth-child(2n) { border-right: 0; }
    .etol-hc-product:nth-last-child(-n+2) { border-bottom: 0; }
    .etol-hc-service:nth-child(n) { border-right: 1px solid var(--etol-line); }
    .etol-hc-service:nth-child(2n) { border: 0; }
    .etol-hc-detail-grid { gap: 24px; }
    .etol-hc-process { padding-left: 24px; }
    .etol-hc-steps li { grid-template-columns: 44px 28px minmax(0, 1fr); gap: 10px; }
    .etol-hc-steps .etol-hc-icon { width: 44px; height: 44px; padding: 9px; }
    .etol-hc-quote > .etol-hc-icon { display: none; }
}
@media (max-width: 768px) {
    .etol-hc-hero-inner, .etol-custom .etol-hc-hero-inner { grid-template-columns: 1fr; padding-block: 32px; }
    .etol-hc-hero-art { max-width: 560px; width: 100%; margin-inline: auto; }
    .etol-hc-hero-art img { max-height: 320px; object-fit: contain; }
    .etol-hc-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; padding-block: 24px; }
    .etol-hc-stat:nth-child(2n) { border: 0; }
    .etol-hc-detail-grid { grid-template-columns: 1fr; gap: 36px; }
    .etol-hc-process { border: 0; padding-left: 0; }
    .etol-hc-service { gap: 12px; padding: 0 14px; }
    .etol-hc-service > .etol-hc-icon { width: 36px; height: 36px; }
    .etol-hc-quote h2 { font-size: 26px; }
}
@media (max-width: 600px) {
    .etol-hc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .etol-hc-service-grid, .etol-hc-case-grid { grid-template-columns: 1fr; }
    .etol-hc-product:nth-child(n) { display:flex; flex-direction:column; align-items:stretch; gap:12px; border-right:1px solid var(--etol-line); border-bottom:1px solid var(--etol-line); padding:16px 10px; }
    .etol-hc-product:nth-child(2n) { border-right:0; }
    .etol-hc-product > img { width:100%; height:110px; object-fit:contain; }
    .etol-hc-product h3 { font-size:15px; line-height:1.4; }
    .etol-hc-product p { font-size:12px; line-height:1.5; }
    .etol-hc-product > .etol-hc-icon { display:none; }
    .etol-hc-product:last-child { border-bottom: 0; }
    .etol-hc-product > img { height: 190px; }
    .etol-hc-service:nth-child(n) { border: 0; padding: 0; }
    .etol-hc-service > .etol-hc-icon { width: 44px; height: 44px; }
    .etol-hc-stat { padding-left: 57px; }
    .etol-hc-stat dt { font-size: 12px; }
    .etol-hc-stat .etol-hc-icon { left: 0; }
    .etol-hc-case-grid { gap: 18px; }
}
@media(max-width:360px){.etol-hc-stat{padding-left:44px;padding-right:4px}.etol-hc-stat .etol-hc-icon{width:36px;height:36px;padding:8px;top:0}.etol-hc-stat dd{font-size:20px}.etol-hc-stat dt{font-size:11px}}
