/* =========================================================
   SŁOWIK DIGITAL — RONTAP case study v1.0
   W pełni namespacowany moduł include-ready
   ========================================================= */

.rontap-case{
  --rcs-ink:#10171f;
  --rcs-ink-soft:#536270;
  --rcs-paper:#f5f7f8;
  --rcs-white:#fff;
  --rcs-line:#dce3e7;
  --rcs-slowik:#00b8d4;
  --rcs-slowik-dark:#0a526d;
  --rcs-red:#9b302d;
  --rcs-red-dark:#671e1d;
  --rcs-brown:#a7774e;
  --rcs-cream:#eee2d3;
  --rcs-charcoal:#211b18;
  --rcs-shadow:0 34px 90px rgba(5,20,36,.18);
  --rcs-radius:22px;
  --rcs-radius-sm:12px;
  --rcs-shell:1240px;
  --rcs-ease:cubic-bezier(.2,.75,.2,1);
  position:relative;
  overflow:clip;
  color:var(--rcs-ink);
  background:var(--rcs-paper);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.rontap-case *,
.rontap-case *::before,
.rontap-case *::after{box-sizing:border-box}
.rontap-case img{display:block;max-width:100%}
.rontap-case a{color:inherit;text-decoration:none}
.rontap-case button,
.rontap-case input{font:inherit}
.rontap-case h1,
.rontap-case h2,
.rontap-case h3,
.rontap-case p{margin-top:0}
.rontap-case h1,
.rontap-case h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.045em;
}
.rontap-case h1 em,
.rontap-case h2 em{font-style:italic;color:var(--rcs-red)}
.rcs-shell{width:min(calc(100% - 44px),var(--rcs-shell));margin-inline:auto}
.rcs-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:17px;
  color:var(--rcs-red);
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.rcs-kicker::before{content:"";width:24px;height:1px;background:currentColor}
.rcs-kicker--light{color:#ffaaa4}
.rcs-section-heading{max-width:800px}
.rcs-section-heading h2{
  margin-bottom:0;
  font-size:clamp(40px,5vw,70px);
  line-height:.98;
}
.rcs-section-heading > p{
  max-width:740px;
  margin:24px auto 0;
  color:var(--rcs-ink-soft);
  font-size:17px;
}
.rcs-section-heading--center{margin-inline:auto;text-align:center}
.rcs-section-heading--center .rcs-kicker{justify-content:center}
.rcs-icon{display:grid;place-items:center}
.rcs-icon svg,
.rcs-button svg,
.rcs-text-link svg,
.rcs-live__url svg,
.rcs-device-tabs svg,
.rcs-check-list svg,
.rcs-trust__mark svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rcs-button{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 22px;
  color:#fff!important;
  border:1px solid transparent;
  border-radius:6px;
  font-size:13px;
  font-weight:760;
  letter-spacing:.035em;
  transition:transform .25s var(--rcs-ease),box-shadow .25s var(--rcs-ease),background .25s var(--rcs-ease);
}
.rcs-button svg{width:18px;height:18px;transition:transform .25s var(--rcs-ease)}
.rcs-button:hover{transform:translateY(-2px)}
.rcs-button:hover svg{transform:translateX(3px)}
.rcs-button--project{
  background:linear-gradient(135deg,#ad3a35,var(--rcs-red-dark));
  box-shadow:0 16px 35px rgba(103,30,29,.27),inset 0 1px rgba(255,255,255,.18);
}
.rcs-button--project:hover{box-shadow:0 20px 44px rgba(103,30,29,.36),inset 0 1px rgba(255,255,255,.18)}
.rcs-button--slowik{
  color:#041426!important;
  background:linear-gradient(135deg,#8aebf4,var(--rcs-slowik));
  box-shadow:0 17px 40px rgba(0,184,212,.24);
}
.rcs-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#dce7ed!important;
  font-size:13px;
  font-weight:700;
}
.rcs-text-link svg{width:17px;height:17px;color:#6be0ed;transition:transform .25s var(--rcs-ease)}
.rcs-text-link:hover svg{transform:translateX(4px)}

/* reveal */
.rontap-case.has-rcs-motion [data-rcs-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .72s var(--rcs-ease) var(--rcs-delay,0ms),transform .72s var(--rcs-ease) var(--rcs-delay,0ms);
}
.rontap-case.has-rcs-motion [data-rcs-reveal].is-visible{opacity:1;transform:none}

/* hero */
.rcs-hero{
  --rcs-pointer-x:78%;
  --rcs-pointer-y:18%;
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#f7fbfd;
  background:
    radial-gradient(circle at var(--rcs-pointer-x) var(--rcs-pointer-y),rgba(0,184,212,.13),transparent 31%),
    radial-gradient(circle at 8% 84%,rgba(155,48,45,.19),transparent 32%),
    linear-gradient(122deg,#071725 0%,#0a202d 52%,#101a20 100%);
}
.rcs-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,184,212,.6),rgba(155,48,45,.65),transparent);
}
.rcs-hero__texture{
  position:absolute;
  inset:0;
  opacity:.38;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:66px 66px;
  mask-image:linear-gradient(to right,rgba(0,0,0,.55),transparent 84%);
}
.rcs-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}
.rcs-orb--one{width:390px;height:390px;right:-240px;top:70px;border:1px solid rgba(0,184,212,.15)}
.rcs-orb--two{width:520px;height:520px;right:-270px;top:4px;border:1px solid rgba(155,48,45,.13)}
.rcs-hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:64px;
  align-items:center;
  padding-block:94px 108px;
}
.rcs-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:34px;color:#96a9b5;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.rcs-breadcrumbs a{transition:color .2s}
.rcs-breadcrumbs a:hover{color:#fff}
.rcs-breadcrumbs span:last-child{color:#dfe8ed}
.rcs-project-label{display:flex;align-items:center;gap:14px;margin-bottom:21px;color:#87d8e5;font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.rcs-project-label i{width:35px;height:1px;background:linear-gradient(90deg,var(--rcs-slowik),var(--rcs-red))}
.rcs-hero h1{max-width:650px;margin-bottom:25px;font-size:clamp(48px,5.25vw,78px);line-height:.96;color:#fff}
.rcs-hero__lead{max-width:640px;margin-bottom:31px;color:#b9c7cf;font-size:17px;line-height:1.72}
.rcs-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:42px}
.rcs-hero__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.11);list-style:none}
.rcs-hero__facts li{padding:21px 14px 0 0}
.rcs-hero__facts li+li{padding-left:18px;border-left:1px solid rgba(255,255,255,.09)}
.rcs-hero__facts b,.rcs-hero__facts span{display:block}
.rcs-hero__facts b{margin-bottom:4px;color:#6be0ed;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.rcs-hero__facts span{color:#eef4f6;font-size:12px;font-weight:620}
.rcs-hero__visual{position:relative;min-height:525px;perspective:1500px}

/* browser and phone devices */
.rcs-browser{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.17);
  border-radius:15px;
  background:#10151a;
  box-shadow:0 45px 110px rgba(0,0,0,.47),0 0 0 5px rgba(255,255,255,.025);
}
.rcs-browser__bar{
  height:36px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 13px;
  color:#81919a;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#22282d;
  font-size:9px;
}
.rcs-browser__bar i{width:7px;height:7px;border-radius:50%;background:#66737c}
.rcs-browser__bar i:first-child{background:#9b302d}
.rcs-browser__bar i:nth-child(2){background:#b78455}
.rcs-browser__bar i:nth-child(3){background:#3f8d70}
.rcs-browser__bar span{margin-left:7px;padding:3px 11px;border-radius:20px;background:rgba(255,255,255,.05)}
.rcs-browser--hero{position:absolute;inset:27px 0 auto 9%;transform:rotateY(-5deg) rotateX(1deg)}
.rcs-browser--hero::after{
  content:"";
  position:absolute;
  inset:auto 8% -27px;
  height:28px;
  border-radius:0 0 50% 50%;
  background:linear-gradient(#667078,#252c31);
  box-shadow:0 8px 12px rgba(0,0,0,.3);
}
.rcs-phone{
  overflow:hidden;
  border:8px solid #20262b;
  border-radius:29px;
  background:#0e1418;
  box-shadow:0 28px 70px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.16);
}
.rcs-phone__speaker{position:absolute;z-index:6;top:8px;left:50%;width:34%;height:5px;transform:translateX(-50%);border-radius:10px;background:#06090b}
.rcs-phone--hero{position:absolute;z-index:4;right:-9px;bottom:2px;width:188px;height:382px;transform:rotate(3deg)}
.rcs-phone--hero .rcs-site-screen{height:100%}
.rcs-hero__stamp{
  position:absolute;
  z-index:5;
  left:0;
  bottom:-6px;
  min-width:248px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 18px 12px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(8,26,36,.86);
  box-shadow:0 16px 40px rgba(0,0,0,.26);
  backdrop-filter:blur(14px);
}
.rcs-hero__stamp img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.rcs-hero__stamp span{color:#cbd8de;font-size:10px;font-weight:700;line-height:1.45;letter-spacing:.07em;text-transform:uppercase}

/* visualized RONTAP site */
.rcs-site-screen{position:relative;overflow:hidden;color:#f9f5ef;background:#1a1715;font-family:Inter,system-ui,sans-serif}
.rcs-site-screen__top{height:43px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#171412}
.rcs-site-screen__top img{width:25px;height:25px;border-radius:50%;object-fit:cover}
.rcs-site-screen__brand{margin-left:7px;font-family:Georgia,serif;font-size:13px;letter-spacing:.03em}
.rcs-site-screen__nav{display:flex;gap:14px;margin-left:auto}
.rcs-site-screen__nav i{display:block;width:34px;height:3px;border-radius:4px;background:rgba(255,255,255,.26)}
.rcs-site-screen__nav i:first-child{background:#9b302d}
.rcs-site-screen__menu{margin-left:auto;color:#e6b681;font-size:13px}
.rcs-site-screen__hero{min-height:276px;display:grid;grid-template-columns:.95fr 1.05fr;background:radial-gradient(circle at 76% 40%,rgba(155,48,45,.22),transparent 35%),linear-gradient(120deg,#151210,#251e1b)}
.rcs-site-screen__copy{position:relative;z-index:2;padding:43px 12px 25px 32px}
.rcs-site-screen__copy small{display:block;margin-bottom:13px;color:#c29979;font-size:6px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.rcs-site-screen__copy strong{display:block;color:#fff;font-family:Georgia,serif;font-size:28px;font-weight:400;line-height:.93;letter-spacing:-.04em}
.rcs-site-screen__copy p{max-width:240px;margin:13px 0;color:#cabdb3;font-size:7px;line-height:1.45}
.rcs-site-screen__button{display:inline-flex;align-items:center;min-height:24px;padding:0 12px;color:#fff;border-radius:2px;background:#96302d;font-size:6px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.rcs-site-screen__photo{position:relative;overflow:hidden}
.rcs-site-screen__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#211b18 0%,transparent 44%),linear-gradient(0deg,rgba(13,10,8,.26),transparent)}
.rcs-site-screen__photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.84) contrast(1.05)}
.rcs-site-screen__service-row{display:grid;grid-template-columns:repeat(4,1fr);color:#362d27;background:#f6f0e8}
.rcs-site-screen__service-row span{min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;border-right:1px solid #e5d8ca;font-size:7px;font-weight:650}
.rcs-site-screen__service-row b{color:#9b302d;font-size:6px}
.rcs-site-screen--mobile .rcs-site-screen__top{height:34px;padding:0 9px}
.rcs-site-screen--mobile .rcs-site-screen__top img{width:20px;height:20px}
.rcs-site-screen--mobile .rcs-site-screen__brand{font-size:9px}
.rcs-site-screen--mobile .rcs-site-screen__nav{display:none}
.rcs-site-screen--mobile .rcs-site-screen__hero{min-height:282px;display:block}
.rcs-site-screen--mobile .rcs-site-screen__copy{position:absolute;z-index:3;inset:auto 0 0;padding:22px 13px 18px;background:linear-gradient(transparent,rgba(20,14,11,.96) 42%)}
.rcs-site-screen--mobile .rcs-site-screen__copy small{font-size:5px;margin-bottom:8px}
.rcs-site-screen--mobile .rcs-site-screen__copy strong{font-size:22px}
.rcs-site-screen--mobile .rcs-site-screen__copy p{margin:8px 0;font-size:6px}
.rcs-site-screen--mobile .rcs-site-screen__button{min-height:22px;font-size:5px}
.rcs-site-screen--mobile .rcs-site-screen__photo{height:282px}
.rcs-site-screen--mobile .rcs-site-screen__photo::after{background:linear-gradient(0deg,rgba(20,14,11,.75),transparent 60%)}
.rcs-site-screen--mobile .rcs-site-screen__photo img{object-position:56% center}
.rcs-site-screen--mobile .rcs-site-screen__service-row{grid-template-columns:repeat(2,1fr)}
.rcs-site-screen--mobile .rcs-site-screen__service-row span{min-height:39px;font-size:5px}

/* intro */
.rcs-intro{position:relative;padding:125px 0 118px;background:#fff}
.rcs-intro::before{content:"";position:absolute;inset:0 auto 0 50%;width:1px;background:linear-gradient(transparent,var(--rcs-line),transparent)}
.rcs-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:92px;align-items:start}
.rcs-intro__copy{padding-top:35px}
.rcs-intro__copy p{color:var(--rcs-ink-soft);font-size:16px;line-height:1.78}
.rcs-intro__copy .rcs-large-copy{margin-bottom:22px;color:#17222d;font-family:Georgia,serif;font-size:25px;line-height:1.44}
.rcs-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:76px}
.rcs-principle{position:relative;min-height:260px;padding:30px;border:1px solid var(--rcs-line);border-radius:16px;background:#f7f9fa;transition:transform .25s var(--rcs-ease),box-shadow .25s var(--rcs-ease),border-color .25s var(--rcs-ease)}
.rcs-principle:hover{transform:translateY(-5px);border-color:#bacbd3;box-shadow:0 22px 54px rgba(5,29,45,.1)}
.rcs-principle>span{position:absolute;top:25px;right:26px;color:#9eacb4;font-size:10px;font-weight:800;letter-spacing:.14em}
.rcs-principle .rcs-icon{width:48px;height:48px;margin-bottom:34px;color:var(--rcs-red);border-radius:12px;background:#f3e6e3}
.rcs-principle .rcs-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.rcs-principle h3{margin-bottom:11px;font-size:21px;letter-spacing:-.025em}
.rcs-principle p{margin-bottom:0;color:var(--rcs-ink-soft);font-size:14px;line-height:1.65}

/* before after */
.rcs-transformation{position:relative;padding:120px 0;color:#eef5f8;background:linear-gradient(120deg,#071723,#10232d 58%,#231a18)}
.rcs-transformation::before{content:"";position:absolute;inset:0;opacity:.25;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(to right,transparent,black)}
.rcs-transformation__grid{position:relative;display:grid;grid-template-columns:.74fr 1.26fr;gap:70px;align-items:center}
.rcs-transformation__copy h2{margin-bottom:24px;color:#fff;font-size:clamp(41px,4.3vw,66px);line-height:1}
.rcs-transformation__copy>p{margin-bottom:27px;color:#b8c7cf;font-size:16px;line-height:1.76}
.rcs-check-list{display:grid;gap:13px;margin:0;padding:0;list-style:none}
.rcs-check-list li{display:flex;align-items:flex-start;gap:12px;color:#dce8ed;font-size:13px;line-height:1.5}
.rcs-check-list svg{flex:0 0 auto;width:19px;height:19px;padding:3px;color:#ff8d85;border:1px solid rgba(255,141,133,.45);border-radius:50%}
.rcs-compare{--rcs-compare-position:52%;position:relative;aspect-ratio:1.6;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#18120f;box-shadow:0 38px 92px rgba(0,0,0,.38)}
.rcs-compare::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),inset 0 -100px 100px rgba(0,0,0,.25)}
.rcs-compare__image{position:absolute;inset:0}
.rcs-compare__image img{width:100%;height:100%;object-fit:cover}
.rcs-compare__image span{position:absolute;z-index:3;top:20px;padding:7px 12px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:30px;background:rgba(19,18,17,.68);backdrop-filter:blur(10px);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.rcs-compare__image--after span{right:20px}
.rcs-compare__image--before{clip-path:inset(0 calc(100% - var(--rcs-compare-position)) 0 0)}
.rcs-compare__image--before span{left:20px}
.rcs-compare__line{position:absolute;z-index:4;top:0;bottom:0;left:var(--rcs-compare-position);width:2px;transform:translateX(-1px);background:#fff;pointer-events:none;box-shadow:0 0 20px rgba(0,0,0,.4)}
.rcs-compare__line i{position:absolute;top:50%;left:50%;width:48px;height:48px;display:grid;place-items:center;transform:translate(-50%,-50%);color:#19222a;border:5px solid #fff;border-radius:50%;background:#fff;font-size:16px;font-style:normal;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.rcs-compare__range{position:absolute;z-index:5;inset:0;width:100%;height:100%;margin:0;cursor:ew-resize;opacity:0}
.rcs-compare>p{position:absolute;z-index:4;left:50%;bottom:15px;transform:translateX(-50%);margin:0;padding:7px 12px;color:#fff;border-radius:30px;background:rgba(0,0,0,.55);font-size:9px;font-weight:700;letter-spacing:.08em;white-space:nowrap}

/* responsive showcase */
.rcs-responsive{padding:125px 0 130px;background:#eef3f5}
.rcs-responsive__heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}
.rcs-responsive__heading .rcs-section-heading{max-width:750px}
.rcs-device-tabs{display:flex;gap:7px;padding:6px;border:1px solid #d1dce1;border-radius:9px;background:#fff;box-shadow:0 12px 32px rgba(7,33,49,.08)}
.rcs-device-tabs button{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 16px;color:#596b77;border:0;border-radius:6px;background:transparent;font-size:12px;font-weight:750;cursor:pointer}
.rcs-device-tabs button svg{width:18px;height:18px}
.rcs-device-tabs button[aria-selected="true"]{color:#fff;background:#0d2939;box-shadow:0 8px 20px rgba(8,27,51,.2)}
.rcs-device-stage{position:relative;min-height:610px;display:grid;place-items:center;padding:55px;border:1px solid #d5e0e5;border-radius:28px;background:radial-gradient(circle at 72% 20%,rgba(0,184,212,.1),transparent 30%),linear-gradient(145deg,#dde7eb,#f9fbfc);box-shadow:0 30px 80px rgba(8,27,51,.13)}
.rcs-device-stage::before{content:"";position:absolute;inset:18px;border:1px dashed rgba(48,83,101,.13);border-radius:20px;pointer-events:none}
.rcs-device-panel{width:100%}
.rcs-device-panel.is-active{animation:rcs-panel-in .48s var(--rcs-ease) both}
@keyframes rcs-panel-in{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
.rcs-browser--large{width:min(970px,100%);margin-inline:auto;border-color:#b9c5cb;background:#252b30;box-shadow:0 42px 90px rgba(8,27,51,.25),0 0 0 8px rgba(255,255,255,.5)}
.rcs-browser--large .rcs-site-screen__hero{min-height:362px}
.rcs-browser--large .rcs-site-screen__copy{padding:65px 30px 38px 55px}
.rcs-browser--large .rcs-site-screen__copy strong{font-size:42px}
.rcs-browser--large .rcs-site-screen__copy p{font-size:10px}
.rcs-browser--large .rcs-site-screen__copy small,.rcs-browser--large .rcs-site-screen__button{font-size:8px}
.rcs-browser--large .rcs-site-screen__button{min-height:31px;padding-inline:16px}
.rcs-browser--large .rcs-site-screen__service-row span{min-height:66px;font-size:9px}
.rcs-phone--large{position:relative;width:275px;height:558px;margin-inline:auto;border-width:10px;border-radius:38px;box-shadow:0 42px 90px rgba(8,27,51,.27),0 0 0 8px rgba(255,255,255,.62)}
.rcs-phone--large .rcs-site-screen{height:100%}
.rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__hero,.rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__photo{height:398px;min-height:398px}
.rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__copy strong{font-size:30px}
.rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__copy p{font-size:8px}
.rcs-mobile-notes{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:34px}
.rcs-mobile-notes span{padding:9px 13px;color:#455a66;border:1px solid #cedae0;border-radius:30px;background:rgba(255,255,255,.7);font-size:10px;font-weight:720;letter-spacing:.04em}

/* structure */
.rcs-structure{padding:125px 0 135px;background:#fff}
.rcs-path{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:18px;align-items:center;margin-top:65px}
.rcs-path>i{color:#9cb1bc;font-size:22px;font-style:normal}
.rcs-path article{min-height:184px;padding:25px;border:1px solid var(--rcs-line);border-radius:15px;background:#f7f9fa}
.rcs-path article b{display:block;margin-bottom:25px;color:var(--rcs-red);font-size:10px;letter-spacing:.15em}
.rcs-path article h3{margin-bottom:9px;font-size:18px}
.rcs-path article p{margin-bottom:0;color:var(--rcs-ink-soft);font-size:13px;line-height:1.58}
.rcs-features{display:grid;grid-template-columns:1.24fr .76fr;gap:20px;margin-top:75px}
.rcs-feature{position:relative;min-height:330px;overflow:hidden;padding:36px;border:1px solid var(--rcs-line);border-radius:20px;background:#f3f6f7}
.rcs-feature--wide{grid-row:span 2;min-height:680px;display:grid;grid-template-rows:auto 1fr;gap:36px;color:#eff6f8;border-color:#263d49;background:linear-gradient(145deg,#0b202c,#152e3a 64%,#2d211e)}
.rcs-feature--dark{color:#f7f0e8;border-color:#3b2a25;background:linear-gradient(145deg,#211a17,#3b2924)}
.rcs-feature__number{display:block;margin-bottom:23px;color:var(--rcs-red);font-size:10px;font-weight:800;letter-spacing:.16em}
.rcs-feature--wide .rcs-feature__number{color:#75dce9}
.rcs-feature h3{margin-bottom:15px;font-size:clamp(25px,2.4vw,37px);letter-spacing:-.035em}
.rcs-feature p{max-width:600px;color:var(--rcs-ink-soft);font-size:14px;line-height:1.7}
.rcs-feature--wide p{color:#bdcbd1}
.rcs-feature--dark p{color:#d4c4b8}
.rcs-feature ul{display:grid;gap:8px;margin:21px 0 0;padding:0;list-style:none;color:#e6eef1;font-size:12px}
.rcs-feature li::before{content:"✓";margin-right:9px;color:#76dbe7}
.rcs-form-visual{align-self:end;margin-top:auto;padding:27px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.055);box-shadow:0 25px 70px rgba(0,0,0,.21);backdrop-filter:blur(10px)}
.rcs-form-visual__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:#fff}
.rcs-form-visual__head span{font-family:Georgia,serif;font-size:25px}
.rcs-form-visual__head b{color:#78dce7;font-size:8px;letter-spacing:.14em;text-transform:uppercase}
.rcs-form-visual label{display:block;margin-bottom:13px;color:#b9c8cf;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.rcs-form-visual label i{display:block;height:37px;margin-top:7px;border:1px solid rgba(255,255,255,.13);border-radius:4px;background:rgba(255,255,255,.045)}
.rcs-form-visual label i.rcs-form-visual__textarea{height:72px}
.rcs-form-visual__upload{margin:17px 0;padding:18px;color:#a8bbc4;border:1px dashed rgba(120,220,231,.34);border-radius:6px;text-align:center;font-size:10px}
.rcs-form-visual__submit{min-height:43px;display:grid;place-items:center;color:#fff;border-radius:4px;background:linear-gradient(135deg,#ad3a35,#6d211f);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.rcs-motion-demo{position:absolute;right:30px;bottom:30px;left:30px;height:82px;display:flex;align-items:flex-end;gap:11px}
.rcs-motion-demo i{flex:1;height:25%;border-radius:5px;background:linear-gradient(180deg,#90e2eb,#0aaac5);animation:rcs-motion-bars 2.7s ease-in-out infinite}
.rcs-motion-demo i:nth-child(2){height:62%;animation-delay:.18s}
.rcs-motion-demo i:nth-child(3){height:100%;animation-delay:.36s}
@keyframes rcs-motion-bars{0%,100%{opacity:.38;transform:scaleY(.72);transform-origin:bottom}50%{opacity:1;transform:scaleY(1)}}
.rcs-swatches{position:absolute;right:34px;bottom:34px;left:34px;display:flex;gap:10px}
.rcs-swatches span{height:52px;flex:1;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:var(--swatch);box-shadow:inset 0 1px rgba(255,255,255,.1)}

/* gallery */
.rcs-gallery{padding:120px 0 130px;color:#edf4f7;background:linear-gradient(145deg,#071622,#0d2633)}
.rcs-gallery__heading{display:grid;grid-template-columns:1.18fr .82fr;gap:80px;align-items:end;margin-bottom:54px}
.rcs-gallery__heading .rcs-section-heading h2{color:#fff}
.rcs-gallery__heading>p{margin-bottom:8px;color:#b9c7ce;font-size:15px;line-height:1.75}
.rcs-gallery__grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-template-rows:245px 245px;gap:14px}
.rcs-gallery__item{position:relative;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#1d262b}
.rcs-gallery__item--large{grid-row:1 / span 2}
.rcs-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--rcs-ease),filter .7s var(--rcs-ease)}
.rcs-gallery__item:hover img{transform:scale(1.045);filter:saturate(1.08)}
.rcs-gallery__item figcaption{position:absolute;right:18px;bottom:18px;left:18px;padding:13px 15px;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(5,15,21,.72);backdrop-filter:blur(10px);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.rcs-gallery__item>span{position:absolute;top:14px;left:14px;padding:6px 10px;color:#fff;border-radius:20px;background:rgba(0,0,0,.62);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.rcs-gallery__item--after>span{background:rgba(155,48,45,.85)}

/* trust */
.rcs-trust{padding:120px 0;background:#f0f4f6}
.rcs-trust__card{position:relative;overflow:hidden;padding:65px;border:1px solid #d6e0e5;border-radius:24px;background:radial-gradient(circle at 90% 8%,rgba(0,184,212,.12),transparent 27%),#fff;box-shadow:0 30px 80px rgba(6,29,44,.1)}
.rcs-trust__card::after{content:"";position:absolute;right:-75px;top:-75px;width:220px;height:220px;border:1px solid rgba(0,184,212,.17);border-radius:50%}
.rcs-trust__mark{position:absolute;top:48px;right:55px;width:68px;height:68px;display:grid;place-items:center;color:#c7e7ec;border-radius:50%;background:#0c2b3b}
.rcs-trust__mark svg{width:30px;height:30px}
.rcs-trust__copy{max-width:860px;padding-right:90px}
.rcs-trust__copy h2{margin-bottom:25px;font-size:clamp(40px,4.5vw,66px);line-height:1}
.rcs-trust__copy>p{max-width:810px;margin-bottom:0;color:var(--rcs-ink-soft);font-size:17px;line-height:1.75}
.rcs-trust__proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:55px;border-top:1px solid var(--rcs-line)}
.rcs-trust__proofs article{padding:28px 28px 0 0}
.rcs-trust__proofs article+article{padding-left:28px;border-left:1px solid var(--rcs-line)}
.rcs-trust__proofs strong{display:block;margin-bottom:20px;color:var(--rcs-red);font-size:10px;letter-spacing:.16em}
.rcs-trust__proofs span{display:block;margin-bottom:8px;font-size:17px;font-weight:760}
.rcs-trust__proofs p{margin-bottom:0;color:var(--rcs-ink-soft);font-size:13px;line-height:1.6}

/* live website */
.rcs-live{padding:130px 0;background:#fff}
.rcs-live__grid{display:grid;grid-template-columns:1.13fr .87fr;gap:80px;align-items:center}
.rcs-live__visual{position:relative;padding:42px;border-radius:24px;background:linear-gradient(145deg,#e4ecef,#f7f9fa)}
.rcs-live__visual::before{content:"";position:absolute;right:25px;bottom:19px;width:95px;height:95px;border:1px solid rgba(155,48,45,.16);border-radius:50%}
.rcs-browser--final{position:relative;z-index:2;transform:rotateY(4deg);box-shadow:0 35px 85px rgba(8,27,51,.22)}
.rcs-live__copy h2{margin-bottom:22px;font-size:clamp(42px,4.4vw,66px);line-height:1}
.rcs-live__copy>p{margin-bottom:25px;color:var(--rcs-ink-soft);font-size:16px;line-height:1.75}
.rcs-live__url{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;padding:15px 18px;color:#14384b!important;border:1px solid #d1dfe5;border-radius:8px;background:#f6f9fa;font-size:13px;font-weight:760}
.rcs-live__url svg{width:18px;height:18px;color:var(--rcs-red)}

/* final CTA */
.rcs-cta{position:relative;padding:95px 0;color:#fff;background:linear-gradient(118deg,#071826,#0b2b3a 63%,#142b31)}
.rcs-cta::before{content:"";position:absolute;inset:0;opacity:.32;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px}
.rcs-cta__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}
.rcs-cta h2{max-width:720px;margin-bottom:0;color:#fff;font-size:clamp(40px,4.5vw,66px);line-height:1}
.rcs-cta__action>p{margin-bottom:24px;color:#b9cad2;font-size:15px;line-height:1.72}

/* focus and accessibility */
.rontap-case a:focus-visible,
.rontap-case button:focus-visible,
.rontap-case input:focus-visible{outline:3px solid rgba(0,184,212,.55);outline-offset:4px}

/* responsive */
@media (max-width:1120px){
  .rcs-hero__grid{grid-template-columns:1fr;gap:58px;padding-top:74px}
  .rcs-hero__copy{max-width:820px}
  .rcs-hero__visual{width:min(850px,100%);min-height:580px;margin-inline:auto}
  .rcs-browser--hero{inset:15px 4% auto 4%}
  .rcs-phone--hero{right:2%}
  .rcs-transformation__grid{grid-template-columns:1fr;gap:48px}
  .rcs-transformation__copy{max-width:760px}
  .rcs-features{grid-template-columns:1fr 1fr}
  .rcs-feature--wide{grid-column:1 / -1;grid-row:auto;min-height:620px;grid-template-columns:1fr 1fr;grid-template-rows:auto;align-items:end}
  .rcs-live__grid{gap:45px}
}

@media (max-width:900px){
  .rcs-shell{width:min(calc(100% - 34px),var(--rcs-shell))}
  .rcs-intro__grid,.rcs-gallery__heading,.rcs-live__grid,.rcs-cta__inner{grid-template-columns:1fr;gap:38px}
  .rcs-intro::before{display:none}
  .rcs-intro__copy{padding-top:0}
  .rcs-principles{grid-template-columns:1fr}
  .rcs-principle{min-height:auto}
  .rcs-responsive__heading{align-items:flex-start;flex-direction:column}
  .rcs-device-stage{min-height:520px;padding:44px 24px}
  .rcs-path{grid-template-columns:1fr 1fr;gap:15px}
  .rcs-path>i{display:none}
  .rcs-features{grid-template-columns:1fr}
  .rcs-feature--wide{grid-column:auto;grid-template-columns:1fr;min-height:auto}
  .rcs-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:310px 230px 230px}
  .rcs-gallery__item--large{grid-column:1 / -1;grid-row:auto}
  .rcs-trust__card{padding:48px 38px}
  .rcs-trust__copy{padding-right:0}
  .rcs-trust__mark{position:static;margin-bottom:25px}
  .rcs-trust__proofs{grid-template-columns:1fr}
  .rcs-trust__proofs article,.rcs-trust__proofs article+article{padding:24px 0;border-left:0;border-bottom:1px solid var(--rcs-line)}
  .rcs-trust__proofs article:last-child{border-bottom:0}
  .rcs-live__copy{max-width:730px}
  .rcs-cta__action{max-width:650px}
}

@media (max-width:680px){
  .rcs-shell{width:min(calc(100% - 26px),var(--rcs-shell))}
  .rcs-section-heading h2{font-size:clamp(36px,11vw,52px)}
  .rcs-hero{min-height:auto}
  .rcs-hero__grid{gap:38px;padding-block:55px 76px}
  .rcs-breadcrumbs{margin-bottom:24px}
  .rcs-project-label{gap:9px;font-size:9px;letter-spacing:.11em}
  .rcs-project-label i{width:19px}
  .rcs-hero h1{font-size:clamp(44px,13.2vw,62px)}
  .rcs-hero__lead{font-size:15px}
  .rcs-hero__actions{align-items:stretch;flex-direction:column;gap:14px}
  .rcs-button{width:100%}
  .rcs-text-link{justify-content:center;min-height:42px}
  .rcs-hero__facts{grid-template-columns:1fr 1fr}
  .rcs-hero__facts li:nth-child(3),.rcs-hero__facts li:nth-child(4){margin-top:17px;padding-top:17px;border-top:1px solid rgba(255,255,255,.09)}
  .rcs-hero__facts li:nth-child(3){padding-left:0;border-left:0}
  .rcs-hero__visual{min-height:345px}
  .rcs-browser--hero{inset:0 0 auto 0;transform:none}
  .rcs-browser--hero .rcs-browser__bar{height:27px}
  .rcs-browser--hero .rcs-site-screen__top{height:29px;padding-inline:9px}
  .rcs-browser--hero .rcs-site-screen__top img{width:18px;height:18px}
  .rcs-browser--hero .rcs-site-screen__brand{font-size:9px}
  .rcs-browser--hero .rcs-site-screen__nav{gap:7px}
  .rcs-browser--hero .rcs-site-screen__nav i{width:18px;height:2px}
  .rcs-browser--hero .rcs-site-screen__hero{min-height:182px}
  .rcs-browser--hero .rcs-site-screen__copy{padding:27px 6px 18px 16px}
  .rcs-browser--hero .rcs-site-screen__copy small{font-size:4px;margin-bottom:7px}
  .rcs-browser--hero .rcs-site-screen__copy strong{font-size:18px}
  .rcs-browser--hero .rcs-site-screen__copy p{margin:7px 0;font-size:4.5px}
  .rcs-browser--hero .rcs-site-screen__button{min-height:17px;padding-inline:8px;font-size:4px}
  .rcs-browser--hero .rcs-site-screen__service-row span{min-height:34px;font-size:4px}
  .rcs-phone--hero{right:0;bottom:0;width:105px;height:218px;border-width:5px;border-radius:19px}
  .rcs-phone--hero .rcs-phone__speaker{top:4px;height:3px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__top{height:23px;padding:0 6px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__top img{width:14px;height:14px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__brand{font-size:6px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__hero,.rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__photo{min-height:160px;height:160px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__copy{padding:12px 7px 9px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__copy small{font-size:3px;margin-bottom:4px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__copy strong{font-size:13px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__copy p{font-size:3.5px;margin:4px 0}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__button{min-height:13px;font-size:3px;padding:0 5px}
  .rcs-phone--hero .rcs-site-screen--mobile .rcs-site-screen__service-row span{min-height:22px;font-size:3px}
  .rcs-hero__stamp{left:0;bottom:-8px;min-width:190px;padding:8px 12px 8px 8px}
  .rcs-hero__stamp img{width:37px;height:37px}
  .rcs-hero__stamp span{font-size:7px}
  .rcs-intro,.rcs-responsive,.rcs-structure,.rcs-gallery,.rcs-trust,.rcs-live{padding-block:88px}
  .rcs-intro__copy .rcs-large-copy{font-size:21px}
  .rcs-principles{margin-top:44px}
  .rcs-transformation{padding-block:88px}
  .rcs-compare{aspect-ratio:1.25}
  .rcs-compare__image img{object-position:center}
  .rcs-compare__image span{top:12px;padding:5px 9px;font-size:8px}
  .rcs-compare__image--before span{left:12px}
  .rcs-compare__image--after span{right:12px}
  .rcs-compare__line i{width:38px;height:38px;border-width:4px;font-size:12px}
  .rcs-compare>p{bottom:9px;font-size:7px}
  .rcs-responsive__heading{margin-bottom:32px}
  .rcs-device-tabs{width:100%}
  .rcs-device-tabs button{flex:1;justify-content:center}
  .rcs-device-stage{min-height:350px;padding:30px 14px;border-radius:18px}
  .rcs-browser--large{box-shadow:0 22px 50px rgba(8,27,51,.2),0 0 0 4px rgba(255,255,255,.5)}
  .rcs-browser--large .rcs-browser__bar{height:26px}
  .rcs-browser--large .rcs-site-screen__top{height:28px;padding-inline:8px}
  .rcs-browser--large .rcs-site-screen__top img{width:17px;height:17px}
  .rcs-browser--large .rcs-site-screen__brand{font-size:8px}
  .rcs-browser--large .rcs-site-screen__nav{gap:6px}
  .rcs-browser--large .rcs-site-screen__nav i{width:18px;height:2px}
  .rcs-browser--large .rcs-site-screen__hero{min-height:180px}
  .rcs-browser--large .rcs-site-screen__copy{padding:27px 6px 18px 17px}
  .rcs-browser--large .rcs-site-screen__copy strong{font-size:19px}
  .rcs-browser--large .rcs-site-screen__copy p{font-size:4.5px;margin:7px 0}
  .rcs-browser--large .rcs-site-screen__copy small,.rcs-browser--large .rcs-site-screen__button{font-size:4px}
  .rcs-browser--large .rcs-site-screen__button{min-height:17px;padding-inline:7px}
  .rcs-browser--large .rcs-site-screen__service-row span{min-height:34px;font-size:4px}
  .rcs-phone--large{width:205px;height:418px;border-width:8px;border-radius:29px}
  .rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__hero,.rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__photo{height:295px;min-height:295px}
  .rcs-phone--large .rcs-site-screen--mobile .rcs-site-screen__copy strong{font-size:23px}
  .rcs-path{grid-template-columns:1fr}
  .rcs-path article{min-height:auto}
  .rcs-features{margin-top:50px}
  .rcs-feature{min-height:310px;padding:28px}
  .rcs-feature--wide{min-height:auto}
  .rcs-form-visual{padding:18px}
  .rcs-gallery__grid{grid-template-columns:1fr;grid-template-rows:310px repeat(4,230px)}
  .rcs-gallery__item--large{grid-column:auto}
  .rcs-trust__card{padding:34px 23px;border-radius:17px}
  .rcs-trust__copy h2{font-size:clamp(36px,10.5vw,50px)}
  .rcs-trust__copy>p{font-size:15px}
  .rcs-live__visual{padding:18px}
  .rcs-live__copy h2{font-size:clamp(38px,11vw,52px)}
  .rcs-cta{padding-block:78px}
  .rcs-cta__inner{gap:30px}
}

@media (prefers-reduced-motion:reduce){
  .rontap-case *,
  .rontap-case *::before,
  .rontap-case *::after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}
}
