@charset "UTF-8";

/* ========================================
   概要（パンくず + タイトル + 画像）
======================================== */
#sv-detail-overview { background: #fff; padding: 50px 0 90px; }
#sv-detail-overview .sec-title__en { color: #e08830; }
#sv-detail-overview .sv-detail__overview-body { display: flex; align-items: center; gap: 80px; margin-top: 40px; }
#sv-detail-overview .sv-detail__overview-text { flex: 1; }
#sv-detail-overview .sv-detail__lead { font-size: 15px; color: #555; line-height: 2.2; letter-spacing: 0.5px; }
#sv-detail-overview .sv-detail__overview-img { flex: 0 0 46%; margin: 0; border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 3; background: #cec5b8; }
#sv-detail-overview .sv-detail__overview-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ========================================
   特徴
======================================== */
#sv-detail-features { background: #f7f4ed; padding: 90px 0; }
#sv-detail-features .sec-title__en { color: #e08830; }
#sv-detail-features .sv-detail__features { display: flex; gap: 32px; }
#sv-detail-features .sv-detail__feature { flex: 1; background: #fff; border-radius: 4px; padding: 40px 32px; }
#sv-detail-features .sv-detail__feature-num { display: block; font-size: 14px; font-weight: 700; letter-spacing: 3px; color: #e08830; margin-bottom: 16px; border-bottom: 2px solid #e08830; width: 22px; }
#sv-detail-features .sv-detail__feature-title { font-size: 17px; font-weight: 700; color: #3a2e24; letter-spacing: 1px; margin-bottom: 16px; line-height: 1.6; }
#sv-detail-features .sv-detail__feature-text { font-size: 14px; color: #555; line-height: 2.1; letter-spacing: 0.5px; }


/* ========================================
   ≤1024px
======================================== */
@media screen and (max-width: 1024px) {
#sv-detail-overview { padding: 40px 0 60px; }
#sv-detail-overview .sv-detail__overview-body { gap: 48px; }
#sv-detail-overview .sv-detail__overview-img { flex: 0 0 44%; }
#sv-detail-features { padding: 60px 0; }
#sv-detail-features .sv-detail__feature { padding: 32px 24px; }
}

/* ========================================
   SP ≤767px
======================================== */
@media screen and (max-width: 767px) {
#sv-detail-overview { padding: 36px 0 50px; }
#sv-detail-overview .sv-detail__overview-body { flex-direction: column; gap: 28px; }
#sv-detail-overview .sv-detail__overview-img { flex: none; width: 100%; aspect-ratio: 16 / 9; }
#sv-detail-overview .sv-detail__lead { font-size: 14px; line-height: 2.1; }
#sv-detail-features { padding: 50px 0; }
#sv-detail-features .sv-detail__features { flex-direction: column; gap: 20px; }
#sv-detail-features .sv-detail__feature { padding: 28px 20px; }
#sv-detail-features .sv-detail__feature-title { font-size: 16px; }
}

/* ========================================
   コピーセクション
======================================== */
#sv-copy { background: #fff; padding: 50px 0 90px; }
#sv-copy .sv-copy__body { display: grid; grid-template-columns: 5fr 6fr; gap: 80px; align-items: center; margin-top: 48px; }
#sv-copy .sv-copy__title { font-family: 'Zen Old Mincho', serif; font-size: clamp(20px, 2.3vw, 30px); font-weight: 100; color: #877266; letter-spacing: 2.5px; line-height: 2; }
#sv-copy .sv-copy__img { margin: 32px 0 0; width: 80%; aspect-ratio: 40 / 21; overflow: hidden; border-radius: 4px; background: #e4e0d8; }
#sv-copy .sv-copy__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#sv-copy .sv-copy__text p { font-size: 15px; color: #555; line-height: 2; letter-spacing: 0.5px; margin-bottom: 22px; }
#sv-copy .sv-copy__text p:last-child { margin-bottom: 0; }

/* ========================================
   お悩みセクション（会話UI）
======================================== */
#sv-trouble { background: #f7f4ed; padding: 90px 0; }
#sv-trouble .sv-trouble__title { font-size: clamp(16px, 1.8vw, 20px); font-weight: 700; color: #877266; letter-spacing: 2.5px; text-align: center; margin-bottom: 56px; position: sticky; top: 0; z-index: 5; background: #f7f4ed; padding: 40px 0 16px; }
#sv-trouble .sv-trouble__list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
#sv-trouble .sv-trouble__item { display: flex; flex-direction: column; gap: 16px; padding: 36px 0; }
#sv-trouble .sv-trouble__item:first-child { padding-top: 0; }
#sv-trouble .sv-trouble__item:last-child { padding-bottom: 0; }
#sv-trouble .sv-trouble__q { align-self: flex-start; max-width: 80%; display: flex; align-items: flex-start; gap: 12px; }
#sv-trouble .sv-trouble__icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #cec5b8; position: relative; overflow: hidden; }
#sv-trouble .sv-trouble__icon::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 14px; height: 14px; border-radius: 50%; background: #f7f4ed; }
#sv-trouble .sv-trouble__icon::after { content: ""; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 24px; height: 16px; border-radius: 12px 12px 0 0; background: #f7f4ed; }
#sv-trouble .sv-trouble__q-text { font-size: 15px; font-weight: 600; color: #888; letter-spacing: 0.5px; line-height: 1.8; background: #fff; padding: 16px 22px; border-radius: 0 18px 18px 18px; }
#sv-trouble .sv-trouble__a { align-self: flex-end; max-width: 70%; background: #e8e4dc; border-radius: 18px 0 18px 18px; padding: 22px 26px; }
#sv-trouble .sv-trouble__a-title { font-size: 15px; font-weight: 700; color: #877266; letter-spacing: 0.5px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; }
#sv-trouble .sv-trouble__a-title::before { content: ""; display: block; width: 0; height: 1px; background: #877266; opacity: 0.4; flex-shrink: 0; transition: width 0.8s ease; }
#sv-trouble .sv-trouble__item.is-inview .sv-trouble__a-title::before { width: 50px; }
#sv-trouble .sv-trouble__a-text { font-size: 15px; color: #555; line-height: 1.9; letter-spacing: 0.4px; }

/* ========================================
   対応工事
======================================== */
#sv-scope { background: #fff; padding: 90px 0; }
#sv-scope .sec-inner { max-width: 900px; }
#sv-scope .sec-title__en { color: #5bb35a; }
#sv-scope .sv-scope__list { display: flex; flex-direction: column; gap: 0; }
#sv-scope .sv-scope__item { display: flex; gap: 36px; align-items: flex-start; padding: 44px 0; border-bottom: 1px solid rgba(90,62,40,0.10); }
#sv-scope .sv-scope__item:first-child { padding-top: 0; }
#sv-scope .sv-scope__item:last-child { border-bottom: none; }
#sv-scope .sv-scope__item-body { flex: 1; min-width: 0; }
#sv-scope .sv-scope__item-title { font-size: 19px; font-weight: 700; color: #333; letter-spacing: 1.5px; margin-bottom: 10px; }
#sv-scope .sv-scope__item-catch { font-size: 15px; font-weight: 600; color: #877266; letter-spacing: 0.8px; line-height: 1.8; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
#sv-scope .sv-scope__item-catch::before { content: ""; width: 24px; height: 1.5px; background: #877266; flex-shrink: 0; }
#sv-scope .sv-scope__item-text { font-size: 15px; color: #555; line-height: 2.2; letter-spacing: 0.5px; }
#sv-scope .sv-scope__item-img { flex: 0 0 260px; aspect-ratio: 1.618 / 1; border-radius: 6px; overflow: hidden; }
#sv-scope .sv-scope__item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#sv-scope .sv-scope__lead { font-size: 15px; color: #555; line-height: 2; letter-spacing: 0.5px; margin-top: 40px; }
#sv-scope .sv-scope__examples { margin-top: 40px; background: #f7f4ed; border-radius: 8px; padding: 40px 48px; }
#sv-scope .sv-scope__examples-title { font-size: 16px; font-weight: 700; color: #877266; letter-spacing: 1.5px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(135,114,102,0.2); }
#sv-scope .sv-scope__examples-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
#sv-scope .sv-scope__examples-item { font-size: 15px; color: #333; letter-spacing: 0.8px; line-height: 1.6; padding: 14px 0; display: flex; align-items: center; gap: 12px; }
#sv-scope .sv-scope__examples-item::before { content: ""; width: 6px; height: 6px; background: #877266; border-radius: 50%; flex-shrink: 0; }
#sv-scope .sv-scope__examples-item:nth-last-child(-n+2) { border-bottom: none; }
#sv-scope .sv-scope__note { font-size: 15px; color: #555; line-height: 2; letter-spacing: 0.5px; margin-top: 32px; }
#sv-scope .sv-scope__note a { color: #877266; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: color 0.3s ease; }
#sv-scope .sv-scope__note a:hover { color: #e08830; }

/* ========================================
   安心訴求
======================================== */
#sv-assurance { background: #b09484; padding: 90px 0 60px; position: relative; overflow: hidden; }
#sv-assurance::before { content: ""; position: absolute; inset: 0; filter: url(#noise); opacity: 0.14; pointer-events: none; }
#sv-assurance .sec-inner { position: relative; z-index: 1; }
#sv-assurance .sv-assurance__heading { margin-bottom: 56px; }
#sv-assurance .sv-assurance__heading-en { display: inline-block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 2px solid rgba(255,255,255,0.3); }
#sv-assurance .sv-assurance__title { font-family: 'Zen Old Mincho', serif; font-size: clamp(22px, 2.5vw, 28px); font-weight: 100; color: #fff; letter-spacing: 2.5px; line-height: 1.9; }
#sv-assurance .sv-assurance__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
#sv-assurance .sv-assurance__card { background: rgba(255,255,255,0.13); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 44px 36px; position: relative; overflow: hidden; transition: background 0.4s ease; }
#sv-assurance .sv-assurance__card:hover { background: rgba(255,255,255,0.20); }
#sv-assurance .sv-assurance__card-num { position: absolute; top: -8px; right: 20px; font-size: 96px; font-weight: 700; color: rgba(255,255,255,0.07); line-height: 1; letter-spacing: -4px; pointer-events: none; }
#sv-assurance .sv-assurance__card-line { width: 0; height: 2px; background: rgba(255,255,255,0.35); margin-bottom: 22px; transition: width 1s ease-out 0.3s; }
#sv-assurance .sv-assurance__card.is-inview .sv-assurance__card-line { width: 48px; }
#sv-assurance .sv-assurance__card-title { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: 1.5px; line-height: 1.7; margin-bottom: 18px; }
#sv-assurance .sv-assurance__card-text { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 2.1; letter-spacing: 0.4px; }

/* ========================================
   特徴セクション（横スクロール）
======================================== */
#sv-features { background: #f7f4ed; }
#sv-features .sv-features__sticky { position: sticky; top: 0; overflow: hidden; height: 100vh; height: 100dvh; display: flex; flex-direction: column; }
#sv-features .sv-features__sticky::before { content: ""; position: absolute; inset: 0; background: url('../img/service_bg.jpeg') center / cover no-repeat; z-index: 0; }
#sv-features .sv-features__sticky::after { content: ""; position: absolute; inset: 0; background: rgba(247,244,237,0.88); z-index: 0; }
#sv-features .sv-features__head { padding: clamp(48px, 10vh, 120px) 0 clamp(24px, 4vh, 50px); position: relative; z-index: 1; flex-shrink: 0; }
#sv-features .sec-title__en { color: #e08830; }
#sv-features .sv-features__track-wrap { overflow: hidden; padding: 0 0 clamp(30px, 6vh, 140px) max(30px, calc((100vw - 1200px) / 2 + 30px)); position: relative; z-index: 1; flex: 1; min-height: 0; }
#sv-features .sv-features__track { display: flex; gap: 64px; will-change: transform; padding-right: 30px; height: 100%; align-items: stretch; }
#sv-features .sv-features__item { flex: 0 0 860px; background: #fff; border-radius: 8px; padding: clamp(24px, 4vh, 50px) 45px; display: flex; gap: 36px; align-items: stretch; box-shadow: 0 4px 24px rgba(135,114,102,0.10); overflow: hidden; }
#sv-features .sv-features__item-body { flex: 1; min-width: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(135,114,102,0.2) transparent; }
#sv-features .sv-features__item-img { flex: 0 0 320px; border-radius: 6px; overflow: hidden; }
#sv-features .sv-features__item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#sv-features .sv-features__num { display: block; font-size: 72px; font-weight: 700; color: rgba(90,62,40,0.10); line-height: 0.85; letter-spacing: -3px; margin-bottom: 12px; }
#sv-features .sv-features__item-title { font-size: 18px; font-weight: 700; color: #3a2e24; letter-spacing: 1.5px; line-height: 1.7; border-top: none; padding-top: 30px; position: relative; }
#sv-features .sv-features__item-title::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 1px; background: rgba(135,114,102,0.6); transition: width 2s ease-out 0.3s; }
#sv-features .sv-features__item.is-visible .sv-features__item-title::before { width: 100%; }
#sv-features .sv-features__item-text { font-size: 14px; color: #555; line-height: 2.2; letter-spacing: 0.5px; margin-top: 16px; }

/* ========================================
   CTA
======================================== */
#sv-cta { background: #f7f4ed; padding: 90px 0; }
#sv-cta .sec-inner { max-width: 1200px; margin: 0 auto; }
#sv-cta .sv-cta__body { border-radius: 20px; background: #b09484; padding: 60px 50px; text-align: center; position: relative; overflow: hidden; }
#sv-cta .sv-cta__body::after { content: ""; position: absolute; inset: 0; filter: url(#noise); opacity: 0.18; pointer-events: none; }
#sv-cta.sv-cta--linked { background: #b09484; padding: 0 0 90px; position: relative; overflow: hidden; }
#sv-cta.sv-cta--linked::before { content: ""; position: absolute; inset: 0; filter: url(#noise); opacity: 0.14; pointer-events: none; }
#sv-cta.sv-cta--linked .sec-inner { position: relative; z-index: 1; }
#sv-cta.sv-cta--linked .sv-cta__body { background: rgba(255,255,255,0.13); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; }
#sv-cta.sv-cta--linked .sv-cta__body::after { display: none; }
#sv-cta .sv-cta__title { font-size: clamp(18px, 2.2vw, 26px); font-weight: 700; color: #fff; letter-spacing: 2px; margin-bottom: 12px; }
#sv-cta .sv-cta__text { font-size: 14px; color: #fff; letter-spacing: 0.5px; line-height: 1.8; margin-bottom: 40px; }
#sv-cta .sv-cta__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
#sv-cta .sv-cta__btn--mail { grid-column: 1 / -1; }
#sv-cta .sv-cta__btn { display: flex; align-items: center; gap: 25px; padding: 22px 28px; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }
#sv-cta .sv-cta__btn:hover { transform: translateY(-3px); }
#sv-cta .sv-cta__btn-icon { width: 24px; height: 24px; flex-shrink: 0; filter: brightness(0) saturate(100%); }
#sv-cta .sv-cta__btn--mail .sv-cta__btn-icon { filter: brightness(0) saturate(100%) invert(47%) sepia(9%) saturate(1165%) hue-rotate(336deg) brightness(95%) contrast(88%); }
#sv-cta .sv-cta__btn--tel .sv-cta__btn-icon, #sv-cta .sv-cta__btn--fax .sv-cta__btn-icon { filter: brightness(0) invert(1); }
#sv-cta .sv-cta__btn-body { display: flex; flex-direction: column; gap: 2px; }
#sv-cta .sv-cta__btn-label { font-size: 18px; font-weight: 700; letter-spacing: 1px; }
#sv-cta .sv-cta__btn-sub { font-size: 14px; letter-spacing: 0.5px;  }
#sv-cta .sv-cta__btn-note { font-size: 13px; letter-spacing: 0.3px; line-height: 1.6; font-weight: 400; }
#sv-cta .sv-cta__btn-num { font-size: 22px; font-weight: 700; letter-spacing: 1.5px; }
#sv-cta .sv-cta__btn--mail { background: #fff; color: #877266; box-shadow: 0 2px 12px rgba(135,114,102,0.12); }
#sv-cta .sv-cta__btn--mail:hover { box-shadow: 0 8px 24px rgba(135,114,102,0.2); }
#sv-cta .sv-cta__btn--tel { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
#sv-cta .sv-cta__btn--tel:hover { background: rgba(255,255,255,0.25); }
#sv-cta .sv-cta__btn--fax { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
#sv-cta .sv-cta__btn--fax:hover { background: rgba(255,255,255,0.25); }

/* ========================================
   施工事例
======================================== */
#sv-works { background: #f7f4ed; padding: 90px 0; }
#sv-works .sec-title__en { color: #5bb35a; }
#sv-works .sec-title { margin-bottom: 40px; }
#sv-works .sv-works__gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#sv-works .sv-works__col { display: flex; flex-direction: column; gap: 16px; }
#sv-works .sv-works__img { border-radius: 6px; overflow: hidden; }
#sv-works .sv-works__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#sv-works .sv-works__col--left .sv-works__img--tall { aspect-ratio: 4 / 5; }
#sv-works .sv-works__col--left .sv-works__img--wide { aspect-ratio: 4 / 3; }
#sv-works .sv-works__col--right .sv-works__img--wide { aspect-ratio: 4 / 3; }
#sv-works .sv-works__col--right .sv-works__img--tall { aspect-ratio: 4 / 5; }
#sv-works .sv-works__btn { margin-top: 50px; text-align: center; }
#sv-works .sv-works__btn a { display: inline-flex; align-items: center; gap: 15px; padding: 9px 45px; border: 1px solid #999; border-radius: 50px; font-size: 14px; font-weight: 500; color: #333; background-color: #fff; position: relative; letter-spacing: 1px; overflow: hidden; z-index: 1; transition: color 0.4s ease, transform 0.4s cubic-bezier(0.33,1,0.68,1), box-shadow 0.4s ease; }
#sv-works .sv-works__btn a::after { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #333; border-radius: 50px; z-index: -1; transition: left 0.4s ease; }
#sv-works .sv-works__btn a:hover::after { left: 0; }
#sv-works .sv-works__btn a:hover { color: #fff; border-color: #333; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(60,40,20,0.16); }
#sv-works .sv-works__btn a .arrow { position: absolute; right: 15px; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1); }
#sv-works .sv-works__btn a .arrow::before { content: ""; width: 7px; height: 7px; border-top: 1.5px solid #777; border-right: 1.5px solid #777; transform: rotate(45deg); transition: border-color 0.4s ease; }
#sv-works .sv-works__btn a:hover .arrow { transform: translateX(5px); }
#sv-works .sv-works__btn a:hover .arrow::before { border-color: #fff; }

/* ========================================
   ≤1024px（追加分）
======================================== */
@media screen and (max-width: 1024px) {
#sv-copy { padding: 50px 0 60px; }
#sv-copy .sv-copy__body { gap: 40px; }
#sv-trouble { padding: 60px 0; }
#sv-scope { padding: 60px 0; }
#sv-features .sv-features__track-wrap { padding-left: 40px; }
#sv-features .sv-features__item { flex: 0 0 85vw; }
#sv-features .sv-features__item-img { flex: 0 0 240px; }
#sv-works { padding: 60px 0; }
#sv-assurance { padding: 70px 0 40px; }
#sv-assurance .sv-assurance__heading { margin-bottom: 40px; }
#sv-assurance .sv-assurance__cards { gap: 24px; }
#sv-cta { padding: 60px 0; }
#sv-cta .sv-cta__body { padding: 50px 40px; }
#sv-cta .sv-cta__btns { grid-template-columns: 1fr 1fr; gap: 16px; }
#sv-cta .sv-cta__btn--mail { grid-column: 1 / -1; }
#sv-cta.sv-cta--linked { padding: 0 0 60px; }
}

/* ========================================
   SP ≤767px（追加分）
======================================== */
@media screen and (max-width: 767px) {
#sv-copy { padding: 50px 0 50px; }
#sv-copy .sv-copy__body { grid-template-columns: 1fr; gap: 28px; }
#sv-copy .sv-copy__title { font-size: clamp(20px, 5.5vw, 26px); }
#sv-copy .sv-copy__text p { font-size: 14px; margin-bottom: 18px; }
#sv-copy .sv-copy__img { width: 100%; margin-top: 22px; aspect-ratio: 16 / 7; }
#sv-trouble { padding: 50px 0; }
#sv-trouble .sv-trouble__title { font-size: 15px; margin-bottom: 36px; }
#sv-trouble .sv-trouble__q { max-width: 90%; }
#sv-trouble .sv-trouble__q-text { font-size: 14px; padding: 14px 18px; }
#sv-trouble .sv-trouble__a { max-width: 92%; padding: 18px 20px; }
#sv-scope { padding: 50px 0; }
#sv-scope .sv-scope__item { flex-direction: column; gap: 20px; padding: 28px 0; }
#sv-scope .sv-scope__item-img { flex: none; width: 100%; max-width: 100%; }
#sv-scope .sv-scope__item-title { font-size: 17px; }
#sv-scope .sv-scope__item-catch { font-size: 14px; }
#sv-scope .sv-scope__item-text { font-size: 14px; line-height: 2.1; }
#sv-scope .sv-scope__examples { padding: 28px 24px; }
#sv-scope .sv-scope__examples-title { font-size: 15px; margin-bottom: 20px; }
#sv-scope .sv-scope__examples-list { grid-template-columns: 1fr; }
#sv-scope .sv-scope__examples-item { font-size: 14px; padding: 12px 0; }
#sv-scope .sv-scope__examples-item:last-child { border-bottom: none; }
#sv-scope .sv-scope__lead { font-size: 14px; }
#sv-scope .sv-scope__note { font-size: 14px; }
#sv-features .sv-features__track-wrap { padding-left: 20px; }
#sv-features .sv-features__track { gap: 20px; }
#sv-features .sv-features__item { flex: 0 0 85vw; flex-direction: column; }
#sv-features .sv-features__item-img { flex: none; min-height: 150px; max-height: 200px; }
#sv-features .sv-features__num { font-size: 56px; }
#sv-features .sv-features__item-title { font-size: 16px; }
#sv-features .sv-features__item-text { font-size: 13px; line-height: 2.0; }
#sv-assurance { padding: 50px 0 30px; }
#sv-assurance .sv-assurance__heading { margin-bottom: 28px; }
#sv-assurance .sv-assurance__title { font-size: clamp(20px, 5.5vw, 26px); }
#sv-assurance .sv-assurance__cards { grid-template-columns: 1fr; gap: 20px; }
#sv-assurance .sv-assurance__card { padding: 32px 24px; }
#sv-assurance .sv-assurance__card-num { font-size: 72px; right: 14px; }
#sv-assurance .sv-assurance__card-title { font-size: 16px; }
#sv-assurance .sv-assurance__card-text { font-size: 13px; line-height: 2.0; }
#sv-works { padding: 50px 0; }
#sv-works .sv-works__gallery { gap: 12px; }
#sv-works .sv-works__col { gap: 12px; }
#sv-cta { padding: 50px 0; }
#sv-cta .sv-cta__body { padding: 40px 24px; }
#sv-cta.sv-cta--linked { padding: 0 0 50px; }
#sv-cta.sv-cta--linked .sv-cta__body { border-radius: 10px; }
#sv-cta .sv-cta__btns { grid-template-columns: 1fr; gap: 12px; }
#sv-cta .sv-cta__btn--mail { grid-column: auto; }
#sv-cta .sv-cta__btn { padding: 18px 20px; gap: 12px; }
#sv-cta .sv-cta__btn-num { font-size: 15px; }
}
