/* HOME PAGE */
.section-soft{background:radial-gradient(circle at 74% 30%,rgba(212,224,179,.42),transparent 32%),linear-gradient(90deg,#fff8e9 0%,#fff9ec 46%,#f8f0dd 100%)}
.hero{padding:90px 0 52px}
.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:62px;align-items:center}
.hero h1,.hero-title{max-width:720px;margin:0 0 22px;color:var(--ink);font-family:var(--serif);font-size:clamp(48px,4.7vw,68px);line-height:.96;letter-spacing:-.04em;font-weight:500}
.hero-title span{display:block;white-space:nowrap}
.hero h1 em,.hero-title em{font-style:italic;color:var(--orange);font-weight:400}
.hero-actions{display:flex;gap:16px;align-items:center;margin-bottom:34px}

.feature-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:610px;margin-top:30px;border-top:1px solid var(--line);border-bottom:1px solid rgba(34,48,26,.08);background:rgba(255,250,236,.42)}
.feature-row>div,.feature-item{min-height:89px;padding:17px 14px 15px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-right:1px solid var(--line)}
.feature-row>div:last-child,.feature-item:last-child{border-right:0}
.feature-row span:not(.badge-icon){display:none}
.feature-icon{width:19px;height:19px;min-width:19px;max-width:19px;object-fit:contain;display:block;margin:0 auto 8px;opacity:.94}
.feature-row b,.feature-item b{display:block;color:var(--forest);font-size:13px;line-height:1.12;font-weight:800;letter-spacing:.01em}
.feature-row small,.feature-item small{display:block;color:var(--muted);font-size:12px;line-height:1.25;font-weight:400}

.hero-visual{position:relative;border-radius:8px;overflow:hidden;min-height:455px;box-shadow:var(--shadow);background:#eee}
.hero-visual img{width:100%;height:455px;object-fit:cover;object-position:center 70%}
.hero-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,236,.06),rgba(34,48,26,.12));pointer-events:none}

.tips-home{padding:34px 0 46px}
.tips-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.05fr;gap:28px;align-items:stretch}
.tip-card{background:rgba(255,255,255,.45);border-radius:9px;overflow:hidden}
.tip-card img{width:100%;height:150px;object-fit:cover}
.tip-card h3{font-family:var(--serif);font-size:20px;line-height:1.18;font-weight:500;margin:14px 0 7px;color:var(--ink)}
.tip-card a{display:inline-block;color:var(--orange);font-size:13px;border-bottom:1px solid rgba(219,151,71,.4);margin-bottom:4px}
.tip-card h3,.tip-card a{margin-left:0}
.trust-card{background:var(--forest);color:#fff;border-radius:8px;padding:35px 30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.trust-card p{color:#d9c690;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;margin:0 0 12px}
.trust-card h2{font-family:var(--serif);font-weight:500;font-size:30px;line-height:1.12;margin:0 0 22px}

.service-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-radius:14px;overflow:hidden;margin-bottom:64px;box-shadow:0 14px 28px rgba(34,48,26,.08)}
.service-band>div{background:linear-gradient(135deg,var(--sage),#748359);padding:28px 30px;color:#fff;min-height:150px}
.badge-icon{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:54px;border:1px solid rgba(255,255,255,.42);border-radius:50%;font-size:15px;font-weight:900;color:#fff;margin-bottom:10px}
.service-band h3{font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:#f1d391;margin:0 0 4px}
.service-band p{font-size:13px;margin:0;color:rgba(255,255,255,.88)}

@media(max-width:1180px){.hero h1,.hero-title{font-size:clamp(44px,5vw,62px)}}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero{padding:58px 0 42px}
  .hero h1,.hero-title{max-width:680px;font-size:clamp(42px,7vw,58px)}
  .hero-title span{white-space:normal}
  .hero-visual,.hero-visual img{min-height:360px;height:360px}
  .tips-grid{grid-template-columns:1fr 1fr}
  .service-band{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero{padding:42px 0 34px}
  .hero h1,.hero-title{font-size:39px;line-height:1}
  .hero-actions{flex-direction:column;align-items:stretch}
  .feature-row{grid-template-columns:1fr 1fr}
  .feature-row>div,.feature-item{min-height:68px;padding:13px 10px}
  .feature-row>div:nth-child(2),.feature-item:nth-child(2){border-right:0}
  .feature-row>div:nth-child(1),.feature-row>div:nth-child(2),.feature-item:nth-child(1),.feature-item:nth-child(2){border-bottom:1px solid var(--line)}
  .feature-icon{width:15px;height:15px;min-width:15px;max-width:15px;margin-bottom:6px}
  .feature-row b,.feature-item b{font-size:10.5px}
  .feature-row small,.feature-item small{font-size:9.5px}
  .tips-grid{grid-template-columns:1fr}
  .hero-visual,.hero-visual img{height:310px;min-height:310px}
}
