/* Solution pages only. Shared components remain in components.css. */
/* Owner benefits — reusable on solution pages. */
.owner-benefits {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(129,28,20, .10), transparent 32%),
    #f5f5f6;
}
.owner-benefits__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 32px;
}
.owner-benefits h2 {
  max-width: 720px;
  margin: 0;
}
.owner-benefits__head > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: #68686f;
  font-size: 18px;
  line-height: 1.55;
}
.owner-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.owner-benefits__card {
  position: relative;
  min-width: 0;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dedee2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 18, 20, .05);
}
.owner-benefits__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #b10b0a;
}
.owner-benefits__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 42px;
}
.owner-benefits__icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  color: #b10b0a;
  border: 1px solid rgba(129,28,20, .24);
  border-radius: 15px;
  background: rgba(129,28,20, .07);
}
.owner-benefits__icon svg {
  width: 27px;
  height: 27px;
}
.owner-benefits__label {
  padding: 7px 11px;
  color: #8d0908;
  border: 1px solid rgba(129,28,20, .2);
  border-radius: 999px;
  background: rgba(129,28,20, .07);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.owner-benefits__card h3 {
  margin: 0 0 12px;
  color: #111114;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.15;
}
.owner-benefits__card p {
  margin: 0;
  color: #68686f;
  line-height: 1.58;
}
.owner-benefits__result {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 13px 15px;
  color: #8d0908;
  border: 1px solid rgba(129,28,20, .14);
  border-radius: 12px;
  background: rgba(129,28,20, .055);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
.owner-benefits__result::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  border-radius: 2px;
  background: #b10b0a;
}
@media (max-width: 900px) {
  .owner-benefits__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .owner-benefits__head > p {
    font-size: 16px;
  }
  .owner-benefits__grid {
    grid-template-columns: 1fr;
  }
  .owner-benefits__card {
    min-height: 0;
  }
  .owner-benefits__meta {
    margin-bottom: 28px;
  }
  .owner-benefits__result {
    margin-top: 18px;
  }
}

/* Shared solution-page additions. */
/* Shared layout rules for generated SolutionPage pages. */
.kerong-unified .solution-hero .actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  flex-direction: row !important;
  gap: 12px;
  width: min(100%, 520px);
}

.kerong-unified .solution-hero .actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .kerong-unified .solution-hero .actions {
    gap: 10px;
  }

  .kerong-unified .solution-hero .actions .btn {
    padding-inline: 8px;
    font-size: 15px;
  }
}

/* PageProcess: solution index only. */
[data-component="page-process"].ks-process-section{
  --ks-process-bg:#111216;
  --ks-process-line:#34373d;
  --ks-process-text:#f7f7f8;
  --ks-process-muted:#989ca4;
  --ks-process-red:#b10b0a;
  padding:52px 0;
  background:#f4f5f6
}
body.kerong-unified main>[data-component="page-process"].ks-process-section{
  padding:52px 0;
  border-bottom:0;
  background:#f4f5f6
}
[data-component="page-process"] .container{max-width:1324px}
[data-component="page-process"] .ks-process{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:42px;
  border-radius:24px;
  color:var(--ks-process-text);
  background:var(--ks-process-bg)
}
[data-component="page-process"] .ks-process:before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-180px;
  right:-120px;
  width:430px;
  height:430px;
  border-radius:50%;
  background:rgba(129,28,20,.26)
}
body.kerong-unified [data-component="page-process"] .ks-process__title,
[data-component="page-process"] .ks-process__title{
  max-width:820px;
  margin:0 0 28px;
  color:var(--ks-process-text);
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  letter-spacing:-1.8px
}
[data-component="page-process"] .ks-process__steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}
[data-component="page-process"] .ks-process__step{
  min-width:0;
  padding:24px;
  border:1px solid var(--ks-process-line);
  border-radius:18px;
  background:rgba(255,255,255,.045)
}
[data-component="page-process"] .ks-process__step :where(strong,span){display:block}
[data-component="page-process"] .ks-process__step strong{
  color:var(--ks-process-text);
  font-size:20px;
  line-height:1.25
}
[data-component="page-process"] .ks-process__step span{
  margin-top:9px;
  color:var(--ks-process-muted);
  font-size:15px;
  line-height:1.5
}
[data-component="page-process"] .ks-process__result{
  margin-top:14px;
  padding:25px 28px;
  border:1px solid rgba(129,28,20,.55);
  border-radius:18px;
  background:rgba(104,22,16,.24)
}
[data-component="page-process"] .ks-process__result strong{
  display:block;
  color:var(--ks-process-text);
  font-size:20px;
  line-height:1.25
}
body.kerong-unified [data-component="page-process"] .ks-process__result p,
[data-component="page-process"] .ks-process__result p{
  max-width:860px;
  margin:9px 0 0;
  color:#c8cbd0;
  font-size:16px;
  line-height:1.55
}
[data-component="page-process"] .ks-process__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:20px;
  padding:14px 26px;
  border:1px solid var(--ks-process-red);
  border-radius:10px;
  color:#fff;
  background:var(--ks-process-red);
  font-size:16px;
  font-weight:750;
  line-height:1.2;
  text-decoration:none
}
[data-component="page-process"] .ks-process__cta:hover{
  border-color:#8d0908;
  background:#8d0908
}
@media(max-width:760px){
  body.kerong-unified main>[data-component="page-process"].ks-process-section,
  [data-component="page-process"].ks-process-section{padding:34px 0}
  [data-component="page-process"] .ks-process{padding:26px 18px;border-radius:18px}
  [data-component="page-process"] .ks-process:before{top:-135px;right:-145px;width:340px;height:340px}
  body.kerong-unified [data-component="page-process"] .ks-process__title,
  [data-component="page-process"] .ks-process__title{margin-bottom:22px;font-size:34px;letter-spacing:-1.1px}
  [data-component="page-process"] .ks-process__steps{grid-template-columns:1fr;gap:8px}
  [data-component="page-process"] .ks-process__step{padding:20px;border-radius:16px}
  [data-component="page-process"] .ks-process__step strong{font-size:18px}
  [data-component="page-process"] .ks-process__step span{font-size:14px}
  [data-component="page-process"] .ks-process__result{margin-top:10px;padding:21px 20px;border-radius:16px}
}
@media(max-width:520px){
  [data-component="page-process"] .ks-process__cta{width:100%}
}
