.kks-root {
  --kks-sage: #acc7bf;
  --kks-sage-dark: #698c82;
  --kks-sage-deep: #41665c;
  --kks-pale: #edf4f1;
  --kks-cream: #f8f7f3;
  --kks-paper: #fffefa;
  --kks-ink: #17312b;
  --kks-muted: #64736e;
  --kks-line: #dce6e2;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background: var(--kks-cream);
  color: var(--kks-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.kks-corporate-page .page-title,
body.kks-corporate-page .title-wrapper,
body.kks-corporate-page .entry-header { display: none !important; }
body.kks-corporate-page .main-page-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body.kks-corporate-page .main-page-wrapper > .container,
body.kks-corporate-page .main-page-wrapper > .container-fluid,
body.kks-corporate-page .main-page-wrapper .content-layout-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.kks-corporate-page .main-page-wrapper .content-layout-wrapper {
  display: block !important;
}
body.kks-corporate-page .site-content,
body.kks-corporate-page .site-content[class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.kks-corporate-page .sidebar-container,
body.kks-corporate-page aside.sidebar-container,
body.kks-corporate-page .wd-sidebar,
body.kks-corporate-page #secondary,
body.kks-corporate-page .wd-show-sidebar-btn,
body.kks-corporate-page .wd-sidebar-opener {
  display: none !important;
}
.kks-root * { box-sizing: border-box; }
.kks-root a { color: inherit; text-decoration: none; }
.kks-root svg { width: 24px; height: 24px; flex: none; }

.kks-hero {
  width: min(1280px, calc(100% - 32px));
  min-height: 540px;
  margin: 18px auto 0;
  padding: 80px 70px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(105,140,130,.16);
  border-radius: 40px;
  background:
    radial-gradient(circle at 8% 0%, rgba(172,199,191,.55), transparent 30%),
    linear-gradient(135deg, #f7fbf9 0%, #edf4f1 53%, #e3eee9 100%);
}
.kks-hero::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -130px;
  top: -150px;
  border: 1px solid rgba(65,102,92,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255,255,255,.17), 0 0 0 118px rgba(255,255,255,.1);
}
.kks-hero::after {
  content: "K";
  position: absolute;
  right: 8%;
  bottom: -85px;
  color: rgba(255,255,255,.55);
  font-family: Georgia, serif;
  font-size: 350px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.kks-hero-inner { width: min(760px, 72%); position: relative; z-index: 2; }
.kks-eyebrow, .kks-kicker { color: var(--kks-sage-deep); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kks-eyebrow { display: inline-flex; align-items: center; gap: 8px; }
.kks-eyebrow svg { width: 18px; }
.kks-hero h1 { margin: 20px 0 24px; color: var(--kks-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.4vw, 86px); line-height: .98; letter-spacing: -.052em; font-weight: 500; }
.kks-hero p { width: min(650px, 100%); margin: 0; color: var(--kks-muted); font-size: 18px; line-height: 1.75; }

.kks-intro-grid { width: min(1080px, calc(100% - 48px)); margin: 110px auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.kks-intro-copy h2, .kks-section-heading h2, .kks-process-intro h2, .kks-quality-title h2, .kks-corporate-lead h2, .kks-flow-heading h2, .kks-brief-box h2 { margin: 14px 0 20px; color: var(--kks-ink); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.kks-intro-copy p, .kks-process-intro > p, .kks-corporate-lead > div > p { margin: 0; color: var(--kks-muted); font-size: 16px; line-height: 1.85; }
.kks-signature-card { min-height: 310px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border-radius: 30px; background: var(--kks-ink); color: #fff; box-shadow: 0 25px 70px rgba(23,49,43,.16); }
.kks-signature-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -65px; top: -70px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.05); }
.kks-signature-card .kks-quote { position: absolute; left: 34px; top: 18px; color: var(--kks-sage); font-family: Georgia, serif; font-size: 105px; line-height: 1; opacity: .8; }
.kks-signature-card p { margin: 0 0 18px; font-family: Georgia, serif; font-size: 31px; line-height: 1.25; letter-spacing: -.025em; }
.kks-signature-card small { color: #b9cbc5; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

.kks-value-section { padding: 100px max(24px, calc((100% - 1180px)/2)); background: #f0f5f3; }
.kks-section-heading { width: min(720px, 100%); margin-bottom: 50px; }
.kks-section-heading h2 { margin-bottom: 0; }
.kks-card-grid { display: grid; gap: 18px; }
.kks-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.kks-feature-card { min-height: 265px; padding: 34px; border: 1px solid rgba(105,140,130,.16); border-radius: 24px; background: rgba(255,255,255,.76); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.kks-feature-card:hover { transform: translateY(-4px); border-color: rgba(105,140,130,.38); box-shadow: 0 18px 45px rgba(38,72,63,.08); }
.kks-feature-card i { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 16px; background: var(--kks-pale); color: var(--kks-sage-deep); font-style: normal; }
.kks-feature-card h3 { margin: 0 0 13px; color: var(--kks-ink); font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.kks-feature-card p { margin: 0; color: var(--kks-muted); font-size: 14px; line-height: 1.75; }

.kks-promise { width: min(1080px, calc(100% - 48px)); margin: 100px auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--kks-line); border-bottom: 1px solid var(--kks-line); }
.kks-promise > div { padding: 46px 38px; border-right: 1px solid var(--kks-line); }
.kks-promise > div:last-child { border-right: 0; }
.kks-promise span { color: var(--kks-sage-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.kks-promise h3 { margin: 16px 0 10px; color: var(--kks-ink); font-size: 19px; }
.kks-promise p { margin: 0; color: var(--kks-muted); font-size: 14px; line-height: 1.7; }

.kks-process-intro { width: min(1050px, calc(100% - 48px)); margin: 105px auto 70px; display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 90px; }
.kks-process-intro h2 { margin-bottom: 0; }
.kks-timeline { width: min(1080px, calc(100% - 48px)); margin: 0 auto 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kks-step { min-height: 210px; padding: 30px; display: grid; grid-template-columns: 48px 58px 1fr; align-items: start; gap: 20px; position: relative; overflow: hidden; border: 1px solid var(--kks-line); border-radius: 22px; background: #fff; }
.kks-step::after { content: ""; position: absolute; width: 100px; height: 100px; right: -50px; bottom: -50px; border: 1px solid rgba(105,140,130,.16); border-radius: 50%; }
.kks-step-number { color: var(--kks-sage-dark); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.kks-step > i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--kks-pale); color: var(--kks-sage-deep); font-style: normal; }
.kks-step h3 { margin: 3px 0 11px; color: var(--kks-ink); font-size: 18px; }
.kks-step p { margin: 0; color: var(--kks-muted); font-size: 14px; line-height: 1.72; }
.kks-quality-band { padding: 88px max(24px, calc((100% - 1080px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--kks-ink); color: #fff; }
.kks-quality-title h2 { margin-bottom: 0; color: #fff; }
.kks-quality-band .kks-kicker { color: var(--kks-sage); }
.kks-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.kks-check-list span { min-height: 66px; padding: 15px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.045); color: #e5eeeb; font-size: 13px; }
.kks-check-list svg { width: 17px; color: var(--kks-sage); }

.kks-corporate-lead { width: min(1080px, calc(100% - 48px)); margin: 110px auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.kks-sector-cloud { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; padding: 40px; border-radius: 28px; background: #eef4f1; }
.kks-sector-cloud span { padding: 13px 18px; border: 1px solid rgba(105,140,130,.17); border-radius: 999px; background: rgba(255,255,255,.8); color: var(--kks-ink); font-size: 13px; font-weight: 680; }
.kks-corporate-values { padding-top: 90px; padding-bottom: 90px; }
.kks-corporate-flow { width: min(1120px, calc(100% - 48px)); margin: 105px auto; }
.kks-flow-heading { width: min(670px, 100%); margin-bottom: 48px; }
.kks-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.kks-flow-grid > div { min-height: 245px; padding: 34px 26px; border-top: 1px solid var(--kks-line); border-bottom: 1px solid var(--kks-line); border-right: 1px solid var(--kks-line); }
.kks-flow-grid > div:first-child { border-left: 1px solid var(--kks-line); border-radius: 20px 0 0 20px; }
.kks-flow-grid > div:last-child { border-radius: 0 20px 20px 0; }
.kks-flow-grid b { color: var(--kks-sage-dark); font-size: 12px; letter-spacing: .13em; }
.kks-flow-grid h3 { margin: 28px 0 12px; color: var(--kks-ink); font-size: 17px; line-height: 1.3; }
.kks-flow-grid p { margin: 0; color: var(--kks-muted); font-size: 13px; line-height: 1.7; }
.kks-brief-box { width: min(1080px, calc(100% - 48px)); margin: 0 auto 110px; padding: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; border-radius: 30px; background: #e7f0ec; }
.kks-brief-box > div { display: flex; align-items: center; gap: 22px; }
.kks-brief-box > div > i { width: 66px; height: 66px; display: grid; place-items: center; flex: none; border-radius: 20px; background: #fff; color: var(--kks-sage-deep); font-style: normal; }
.kks-brief-box > div > i svg { width: 30px; height: 30px; }
.kks-brief-box span { color: var(--kks-sage-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kks-brief-box h2 { margin: 7px 0 0; font-size: 34px; }
.kks-brief-box ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; list-style: none; }
.kks-brief-box li { position: relative; padding-left: 21px; color: var(--kks-ink); font-size: 13px; line-height: 1.55; }
.kks-brief-box li::before { content: ""; position: absolute; left: 0; top: .52em; width: 8px; height: 8px; border-radius: 50%; background: var(--kks-sage-dark); }

.kks-cta { width: min(1180px, calc(100% - 48px)); margin: 110px auto; padding: 66px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; position: relative; overflow: hidden; border-radius: 30px; background: var(--kks-ink); color: #fff; }
.kks-cta::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -115px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.04); }
.kks-cta > div { position: relative; z-index: 1; }
.kks-cta > div > span { color: var(--kks-sage); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kks-cta h2 { margin: 10px 0 12px; color: #fff; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.kks-cta p { margin: 0; color: #b9cbc5; font-size: 14px; line-height: 1.7; }
.kks-cta-actions { min-width: 215px; display: grid; gap: 10px; }
.kks-button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 13px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.kks-button:hover { transform: translateY(-2px); }
.kks-button svg { width: 18px; }
.kks-button-light { background: #fff; color: var(--kks-ink) !important; }
.kks-button-ghost { border: 1px solid rgba(255,255,255,.2); color: #fff !important; }
.kks-button-ghost:hover { background: rgba(255,255,255,.07); }

.kks-contact-shell { width: min(1180px, calc(100% - 48px)); margin: 18px auto 0; padding: 64px; display: grid; grid-template-columns: 1fr .86fr; gap: 74px; position: relative; overflow: hidden; border: 1px solid rgba(105,140,130,.16); border-radius: 38px; background: radial-gradient(circle at 3% 4%,rgba(172,199,191,.42),transparent 31%),linear-gradient(135deg,#f5faf8 0%,#edf4f1 51%,#e4efeb 100%); }
.kks-contact-shell::after { content: ""; position: absolute; width: 260px; height: 260px; right: -105px; top: -120px; border: 1px solid rgba(105,140,130,.2); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.16),0 0 0 90px rgba(255,255,255,.1); pointer-events: none; }
.kks-contact-copy { padding-top: 14px; position: relative; z-index: 1; }
.kks-contact-copy h1 { max-width: 640px; margin: 18px 0 20px; color: var(--kks-ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(44px,5vw,69px); line-height: .99; letter-spacing: -.045em; font-weight: 500; }
.kks-contact-lead { max-width: 580px; margin: 0 0 35px; color: var(--kks-muted); font-size: 17px; line-height: 1.75; }
.kks-contact-cards { display: grid; gap: 11px; }
.kks-contact-card { min-height: 76px; padding: 12px 18px 12px 13px; display: grid; grid-template-columns: 48px 1fr 22px; align-items: center; gap: 14px; border: 1px solid rgba(105,140,130,.18); border-radius: 18px; background: rgba(255,255,255,.72); backdrop-filter: blur(10px); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.kks-contact-card:hover { color: var(--kks-ink); transform: translateY(-2px); border-color: rgba(105,140,130,.42); box-shadow: 0 12px 32px rgba(38,72,63,.08); }
.kks-contact-card > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--kks-pale); color: var(--kks-sage-deep); font-style: normal; }
.kks-contact-card.is-whatsapp > i { background: #e8f7ee; color: #178a4b; }
.kks-contact-card small,.kks-contact-card strong { display: block; }
.kks-contact-card small { margin-bottom: 4px; color: var(--kks-muted); font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.kks-contact-card strong { color: var(--kks-ink); font-size: 15px; font-weight: 730; }
.kks-contact-card > svg { width: 19px; color: #81918c; }
.kks-contact-trust { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 25px; color: var(--kks-muted); font-size: 11px; font-weight: 650; }
.kks-contact-trust span { display: inline-flex; align-items: center; gap: 5px; }
.kks-contact-trust svg { width: 14px; color: var(--kks-sage-dark); }
.kks-contact-form-card { padding: 34px; position: relative; z-index: 1; align-self: center; border: 1px solid rgba(105,140,130,.16); border-radius: 27px; background: rgba(255,255,255,.94); box-shadow: 0 28px 75px rgba(38,72,63,.11); }
.kks-contact-form-heading h2 { margin: 0; color: var(--kks-ink); font-family: Georgia,serif; font-size: 27px; line-height: 1.2; letter-spacing: -.02em; font-weight: 500; }
.kks-contact-form-heading p { margin: 8px 0 24px; color: var(--kks-muted); font-size: 13px; line-height: 1.6; }
.kks-contact-form { display: grid; gap: 15px; }
.kks-contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.kks-contact-form label { margin: 0; color: #4d5e58; font-size: 12px; font-weight: 720; }
.kks-contact-form label em { color: #8a9793; font-size: 11px; font-style: normal; font-weight: 500; }
.kks-contact-form input,.kks-contact-form select,.kks-contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #dbe4e1; border-radius: 12px; background: #fbfcfb; color: var(--kks-ink); outline: none; box-shadow: none; }
.kks-contact-form input,.kks-contact-form select { height: 47px; padding: 0 13px; }
.kks-contact-form textarea { min-height: 112px; padding: 13px; resize: vertical; }
.kks-contact-form input:focus,.kks-contact-form select:focus,.kks-contact-form textarea:focus { background: #fff; border-color: var(--kks-sage-dark); box-shadow: 0 0 0 3px rgba(172,199,191,.26); }
.kks-contact-consent { display: flex !important; align-items: flex-start; gap: 9px; color: #75827e !important; font-size: 10px !important; line-height: 1.45; font-weight: 520 !important; }
.kks-contact-consent input { width: 16px !important; height: 16px !important; margin: 0 !important; accent-color: var(--kks-sage-dark); }
.kks-contact-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.kks-contact-submit { height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 13px; background: var(--kks-ink); color: #fff; font-size: 14px; font-weight: 750; text-transform: none; cursor: pointer; }
.kks-contact-submit:hover { color: #fff; background: #284b43; }
.kks-contact-submit svg { width: 19px; }
.kks-contact-alert { margin: -8px 0 18px; padding: 12px 14px; border-radius: 11px; font-size: 12px; line-height: 1.55; }
.kks-contact-alert.is-success { border: 1px solid #bde1cb; background: #eef9f2; color: #176b3c; }
.kks-contact-alert.is-error { border: 1px solid #efc7c7; background: #fff2f2; color: #a33131; }
.kks-contact-faq { width: min(1050px, calc(100% - 48px)); margin: 104px auto 100px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 96px; }
.kks-contact-faq > div:first-child h2 { margin: 13px 0 14px; color: var(--kks-ink); font-family: Georgia,serif; font-size: 43px; font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.kks-contact-faq > div:first-child p { margin: 0; color: var(--kks-muted); font-size: 15px; line-height: 1.7; }
.kks-contact-faq-list { border-top: 1px solid var(--kks-line); }
.kks-contact-faq-list details { border-bottom: 1px solid var(--kks-line); }
.kks-contact-faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--kks-ink); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.kks-contact-faq-list summary::-webkit-details-marker { display: none; }
.kks-contact-faq-list summary span { font-size: 26px; font-weight: 300; transition: transform .2s ease; }
.kks-contact-faq-list details[open] summary span { transform: rotate(45deg); }
.kks-contact-faq-list details p { margin: 0; padding: 0 38px 24px 0; color: var(--kks-muted); font-size: 14px; line-height: 1.7; }
.kks-contact-mobile-wa { display: none; }

@media (max-width: 980px) {
  .kks-hero { min-height: 480px; padding: 60px 48px; }
  .kks-hero-inner { width: 85%; }
  .kks-intro-grid, .kks-process-intro, .kks-quality-band, .kks-corporate-lead, .kks-brief-box { grid-template-columns: 1fr; gap: 46px; }
  .kks-card-grid-3 { grid-template-columns: 1fr 1fr; }
  .kks-flow-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .kks-flow-grid > div, .kks-flow-grid > div:first-child, .kks-flow-grid > div:last-child { border: 1px solid var(--kks-line); border-radius: 18px; }
  .kks-cta { grid-template-columns: 1fr; gap: 30px; }
  .kks-cta-actions { grid-template-columns: 1fr 1fr; }
  .kks-contact-shell { padding: 44px; grid-template-columns: 1fr; gap: 48px; }
  .kks-contact-faq { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .kks-hero { width: calc(100% - 20px); min-height: 470px; margin-top: 8px; padding: 48px 24px; border-radius: 28px; }
  .kks-hero::after { right: -16%; bottom: -45px; font-size: 220px; }
  .kks-hero-inner { width: 100%; }
  .kks-hero h1 { font-size: 50px; }
  .kks-hero p { font-size: 15px; line-height: 1.7; }
  .kks-intro-grid, .kks-process-intro, .kks-corporate-lead { width: calc(100% - 40px); margin: 72px auto; }
  .kks-intro-copy h2, .kks-section-heading h2, .kks-process-intro h2, .kks-quality-title h2, .kks-corporate-lead h2, .kks-flow-heading h2 { font-size: 37px; }
  .kks-signature-card { min-height: 260px; padding: 34px; }
  .kks-signature-card p { font-size: 27px; }
  .kks-value-section { padding: 70px 20px; }
  .kks-card-grid-3 { grid-template-columns: 1fr; }
  .kks-feature-card { min-height: 230px; }
  .kks-promise { width: calc(100% - 40px); margin: 72px auto; grid-template-columns: 1fr; }
  .kks-promise > div { padding: 30px 10px; border-right: 0; border-bottom: 1px solid var(--kks-line); }
  .kks-promise > div:last-child { border-bottom: 0; }
  .kks-timeline { width: calc(100% - 40px); margin-bottom: 75px; grid-template-columns: 1fr; }
  .kks-step { grid-template-columns: 38px 50px 1fr; padding: 24px 20px; gap: 13px; }
  .kks-step > i { width: 48px; height: 48px; }
  .kks-quality-band { padding: 68px 20px; }
  .kks-check-list { grid-template-columns: 1fr; }
  .kks-sector-cloud { padding: 24px; }
  .kks-corporate-flow { width: calc(100% - 40px); margin: 75px auto; }
  .kks-flow-grid { grid-template-columns: 1fr; }
  .kks-flow-grid > div { min-height: 205px; }
  .kks-brief-box { width: calc(100% - 40px); margin-bottom: 75px; padding: 32px 24px; }
  .kks-brief-box > div { align-items: flex-start; }
  .kks-brief-box h2 { font-size: 29px; }
  .kks-brief-box ul { grid-template-columns: 1fr; }
  .kks-cta { width: calc(100% - 20px); margin: 72px auto; padding: 45px 25px; border-radius: 25px; }
  .kks-cta-actions { grid-template-columns: 1fr; }
  .kks-contact-shell { width: calc(100% - 20px); margin-top: 8px; padding: 35px 20px 22px; border-radius: 26px; }
  .kks-contact-copy h1 { margin-top: 15px; font-size: 44px; }
  .kks-contact-lead { font-size: 15px; line-height: 1.65; }
  .kks-contact-card { grid-template-columns: 44px 1fr 18px; min-height: 70px; padding-right: 14px; }
  .kks-contact-card > i { width: 44px; height: 44px; }
  .kks-contact-card strong { font-size: 13px; }
  .kks-contact-trust { display: grid; }
  .kks-contact-form-card { margin: 0 -8px; padding: 25px 18px; border-radius: 22px; }
  .kks-contact-form-row { grid-template-columns: 1fr; }
  .kks-contact-faq { width: calc(100% - 40px); margin: 70px auto; }
  .kks-contact-faq > div:first-child h2 { font-size: 36px; }
  .kks-contact-mobile-wa { position: fixed; z-index: 999; right: 18px; bottom: 18px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #1ea55b; color: #fff !important; box-shadow: 0 12px 30px rgba(23,138,75,.3); }
  .kks-contact-mobile-wa svg { width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .kks-root *, .kks-root *::before, .kks-root *::after { transition: none !important; }
}
