/* Homepage-only polish requested by client. Existing global colors, fonts, buttons and layout remain unchanged. */

/* Compact animated subtitle used consistently before homepage titles. */
.ow-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  margin: 0 auto 18px;
  padding: 5px 13px 5px 6px;
  border: 1px solid rgba(166, 111, 255, .42);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 28px rgba(96, 52, 190, .10);
  color: #1f1935;
  font: 600 14px/1.2 var(--sk-font-1, "Inter", sans-serif);
  letter-spacing: -.01em;
  position: relative;
  overflow: hidden;
}
.ow-section-kicker::after {
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(100deg, transparent 20%, rgba(255,255,255,.75) 48%, transparent 76%);
  transform:translateX(-130%);
  animation:owKickerSweep 4.8s ease-in-out infinite;
  pointer-events:none;
}
.ow-kicker-tag {
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:4px 10px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(115deg,#6d45ff 0%,#c632ff 55%,#f03cd8 100%);
  box-shadow:0 4px 15px rgba(163,63,255,.34);
}
.ow-kicker-text { position:relative; z-index:1; }
.ow-section-kicker--hero {
  color:#fff;
  background:rgba(14,13,38,.62);
  border-color:rgba(166,111,255,.55);
  box-shadow:0 10px 35px rgba(88,44,190,.22);
}
@keyframes owKickerSweep { 0%,62%{transform:translateX(-130%)} 88%,100%{transform:translateX(130%)} }

/* Tighten only the copy-to-dashboard rhythm. */
.sk-hero-4-area .sk-hero-4-content { margin-bottom: 82px !important; }

/* Remove the artificial outer image card/shell while retaining the native panel grid and GSAP targets. */
.ow-hero-dashboard-stage.sk-hero-1-db {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}
.ow-hero-dashboard-wrap { width:min(1080px, calc(100% - 32px)); }
.ow-hero-dashboard-stage .sk-hero-1-db-img {
  max-width:1080px;
  padding:18px;
  border:0;
  border-radius:0;
  background:transparent;
}
.ow-hero-dashboard-stage .sk-hero-1-db-img-single-border {
  border-color:rgba(101,94,159,.26);
  box-shadow:0 14px 40px rgba(0,0,0,.24);
}
.ow-hero-dashboard-wrap .sk-hero-1-bottom-glow-2 { bottom:-63%; opacity:.82; }

/* Balanced second section: equal content and visual columns, no empty right side. */
.sk-choose-4-instant {
  display:grid !important;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  align-items:stretch;
  min-height:430px;
  overflow:hidden;
}
.sk-choose-4-instant .content-wrap {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px 44px 56px 50px !important;
  position:relative;
  z-index:2;
}
.sk-choose-4-instant .ow-operating-visual {
  position:relative !important;
  inset:auto !important;
  width:auto !important;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px 34px 34px 8px;
}
.ow-operating-visual-frame {
  position:relative;
  width:100%;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 28px 65px rgba(24,12,70,.25);
  transform:perspective(1100px) rotateY(-4deg) rotateX(1deg);
}
.ow-operating-visual-frame img { width:100%; height:100%; min-height:320px; object-fit:cover; object-position:center; display:block; }
.ow-operating-badge {
  position:absolute;
  left:20px;
  bottom:18px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  color:#fff;
  background:rgba(8,7,29,.78);
  backdrop-filter:blur(10px);
  font:600 12px/1.2 var(--sk-font-1,"Inter",sans-serif);
  letter-spacing:.02em;
}

/* Main headings remain clean text; decorative icon images are intentionally removed in HTML. */
.sk-sec-title-4 { text-wrap:balance; }

@media (max-width:1199px) {
  .sk-hero-4-area .sk-hero-4-content { margin-bottom:68px !important; }
  .sk-choose-4-instant { min-height:390px; }
  .sk-choose-4-instant .content-wrap { padding:44px 30px 44px 36px !important; }
  .sk-choose-4-instant .ow-operating-visual { padding:28px 28px 28px 0; }
}
@media (max-width:991px) {
  .sk-hero-4-area .sk-hero-4-content { margin-bottom:54px !important; }
  .ow-hero-dashboard-stage .sk-hero-1-db-img { padding:10px; }
  .sk-choose-4-instant { grid-template-columns:1fr; min-height:0; }
  .sk-choose-4-instant .content-wrap { padding:42px 34px 22px !important; text-align:center; }
  .sk-choose-4-instant .ow-operating-visual { padding:12px 24px 32px; }
  .ow-operating-visual-frame { transform:none; max-width:720px; }
  .ow-operating-visual-frame img { min-height:0; }
}
@media (max-width:767px) {
  .ow-section-kicker { margin-bottom:14px; font-size:12px; }
  .ow-kicker-tag { min-height:22px; padding:3px 8px; }
  .sk-hero-4-area .sk-hero-4-content { margin-bottom:38px !important; }
  .ow-hero-dashboard-wrap { width:calc(100% - 12px); }
  .ow-hero-dashboard-stage .sk-hero-1-db-img { padding:4px; }
  .sk-choose-4-instant .content-wrap { padding:34px 22px 16px !important; }
  .sk-choose-4-instant .ow-operating-visual { padding:10px 14px 24px; }
  .ow-operating-visual-frame { border-radius:15px; }
}
@media (prefers-reduced-motion:reduce) {
  .ow-section-kicker::after { animation:none; }
  .ow-operating-visual-frame { transform:none; }
}

/* Native-inspired productivity bento section. White page background remains unchanged. */
.ow-productivity-features{background:#fff;overflow:hidden}
.ow-productivity-heading{max-width:820px;margin-left:auto;margin-right:auto}
.ow-productivity-heading .sk-subtitle-1{display:inline-block;margin-bottom:18px}
.ow-productivity-heading>p{max-width:680px;margin:20px auto 0;color:#6b6878}
.ow-productivity-grid{display:grid;grid-template-columns:.84fr 1.2fr;gap:18px;max-width:1240px;margin:0 auto}
.ow-feature-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(133,50,249,.22);border-radius:18px;background:#111025;color:#fff;box-shadow:0 22px 55px rgba(24,12,66,.14);isolation:isolate}
.ow-feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 4%,rgba(150,55,255,.18),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.035),transparent 46%);pointer-events:none;z-index:-1}
.ow-feature-card--analytics{min-height:440px}
.ow-feature-card--tasks{min-height:440px}
.ow-feature-card--automation,.ow-feature-card--team{min-height:330px}
.ow-feature-copy{padding:28px 32px 8px;position:relative;z-index:3}
.ow-feature-copy h3{margin:0 0 12px;color:#fff;font:700 clamp(22px,2vw,28px)/1.18 var(--sk-font-1,"Inter",sans-serif);letter-spacing:-.03em}
.ow-feature-copy p{margin:0;max-width:650px;color:rgba(255,255,255,.72);font:400 17px/1.55 var(--sk-font-1,"Inter",sans-serif)}
.ow-analytics-ui{position:absolute;left:32px;right:32px;bottom:30px;height:270px;border:1px solid rgba(172,144,255,.3);border-radius:12px;background:linear-gradient(180deg,rgba(35,39,66,.76),rgba(20,22,43,.72));box-shadow:inset 0 0 50px rgba(125,57,255,.08)}
.ow-stat-strip{position:absolute;left:22px;right:22px;top:22px;display:grid;grid-template-columns:repeat(3,1fr);padding:10px 12px;border:1px solid rgba(180,166,255,.2);border-radius:8px;background:#262b48}
.ow-stat-strip span{text-align:center}.ow-stat-strip b{display:block;font-size:20px}.ow-stat-strip small{display:block;color:#b8b5c5;font-size:12px}
.ow-chart-grid{position:absolute;left:22px;right:22px;top:95px;bottom:22px;overflow:hidden;background:repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0 1px,transparent 1px 20%)}
.ow-chart-grid svg{width:100%;height:100%;overflow:visible}.ow-chart-grid path{fill:none;stroke-width:3;stroke-linecap:round}.ow-chart-grid .line-purple{stroke:#8d3cff;filter:drop-shadow(0 0 7px rgba(141,60,255,.65))}.ow-chart-grid .line-orange{stroke:#ff9a45}
.ow-board-scene{position:absolute;left:40px;right:-100px;bottom:-35px;height:300px;transform:rotate(-7deg);transform-origin:center;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.ow-feature-card--tasks:hover .ow-board-scene{transform:rotate(-4deg) translateY(-6px)}
.ow-board{height:100%;padding:36px 26px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border:1px solid rgba(159,124,255,.22);border-radius:18px;background:#0e0d23;box-shadow:0 25px 60px rgba(0,0,0,.35)}
.ow-board-col{padding:0 14px 18px;border-radius:10px;background:#19172e;color:#fff}.ow-board-col strong{display:block;margin:0 -14px 16px;padding:12px 14px;border-radius:10px 10px 0 0;background:linear-gradient(90deg,#ff9a55,#9b35ff);font-size:13px}.ow-board-col:nth-child(2) strong{background:linear-gradient(90deg,#5b2840,#6f2d94)}.ow-board-col:nth-child(3) strong{background:linear-gradient(90deg,#302044,#593252)}.ow-board-col span{display:block;margin:10px 0;padding:12px;border-radius:7px;background:#23213b;color:#dedbea;font-size:12px}
.ow-orbit-logo{position:absolute;left:-20px;top:-18px;z-index:3;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#ff9b46 0 25%,#6f2bc7 27% 52%,rgba(78,34,127,.28) 54% 100%);box-shadow:0 0 0 1px rgba(196,143,255,.25),0 0 35px rgba(163,61,255,.42)}.ow-orbit-logo img{width:48px;height:48px;object-fit:contain}
.ow-productivity-grid .ow-feature-card:nth-child(3){grid-column:1/2}.ow-productivity-grid .ow-feature-card:nth-child(4){grid-column:2/3}
.ow-automation-scene{position:absolute;left:28px;right:28px;bottom:20px;height:205px}.ow-automation-panel{position:absolute;left:0;top:15px;width:52%;height:175px;padding:20px;border:1px solid rgba(170,133,255,.24);border-radius:14px;background:linear-gradient(145deg,#27243e,#141326);box-shadow:0 15px 35px rgba(0,0,0,.3)}.ow-automation-panel span{color:#bcb8cf}.ow-automation-panel--front{left:auto;right:0;top:0;width:55%;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#302a50,#16142b)}.ow-automation-panel--front small{color:#9f9ab4}.ow-automation-panel--front b{margin:8px 0;color:#fff}.ow-automation-panel--front em{display:inline-block;width:max-content;padding:7px 10px;border-radius:7px;background:#ff9548;color:#fff;font-style:normal;font-size:12px}.ow-flow-node{position:absolute;left:44%;top:80px;z-index:3;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#fff,#9c39ff);color:#432075;font-weight:800;box-shadow:0 0 25px rgba(166,62,255,.58)}
.ow-team-map{position:absolute;inset:108px 24px 20px;background:radial-gradient(circle at center,rgba(151,49,255,.32),transparent 44%)}.ow-team-map:before,.ow-team-map:after{content:"";position:absolute;left:18%;right:18%;top:50%;height:1px;background:linear-gradient(90deg,transparent,#a947ff,#ff9148,#a947ff,transparent)}.ow-team-map:after{transform:rotate(90deg)}.ow-team-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9a48,#8d31ff);font-size:22px;font-weight:800;box-shadow:0 0 34px rgba(173,66,255,.62)}.ow-team-map span{position:absolute;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:2px solid #ff9148;background:#29243e;color:#fff;font-size:11px;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.32)}.ow-team-map .p1{left:7%;top:10%}.ow-team-map .p2{left:7%;top:40%}.ow-team-map .p3{left:7%;top:70%}.ow-team-map .p4{left:25%;top:82%}.ow-team-map .p5{right:7%;top:10%}.ow-team-map .p6{right:7%;top:40%}.ow-team-map .p7{right:7%;top:70%}.ow-team-map .p8{right:25%;top:82%}
@media(max-width:991px){.ow-productivity-grid{grid-template-columns:1fr}.ow-productivity-grid .ow-feature-card:nth-child(n){grid-column:auto}.ow-feature-card{min-height:410px}.ow-feature-card--automation,.ow-feature-card--team{min-height:330px}.ow-board-scene{right:-30px}.ow-productivity-heading>p{padding:0 20px}}
@media(max-width:767px){.ow-productivity-features{padding-top:90px!important;padding-bottom:90px!important}.ow-productivity-grid{gap:14px}.ow-feature-copy{padding:24px 22px 8px}.ow-feature-copy p{font-size:15px}.ow-feature-card{min-height:390px;border-radius:14px}.ow-feature-card--automation,.ow-feature-card--team{min-height:320px}.ow-analytics-ui{left:18px;right:18px;bottom:18px;height:255px}.ow-stat-strip{left:12px;right:12px}.ow-board-scene{left:24px;right:-125px;bottom:-25px;transform:rotate(-6deg) scale(.88);transform-origin:left bottom}.ow-orbit-logo{left:-10px;width:72px;height:72px}.ow-team-map{inset:115px 12px 14px}.ow-team-map span{width:40px;height:40px}}
@media(max-width:480px){.ow-stat-strip b{font-size:16px}.ow-stat-strip small{font-size:10px}.ow-feature-card--tasks{min-height:370px}.ow-board-scene{right:-190px;transform:rotate(-6deg) scale(.76)}.ow-feature-card--team{min-height:300px}.ow-team-map span{width:34px;height:34px;font-size:9px}.ow-team-center{width:62px;height:62px}}

/* Native Saasking-style productivity feature section — refined visual system and motion hooks. */
.ow-native-features{background:#fff;overflow:hidden}
.ow-native-features .sk-features-1-sec-title{max-width:760px}
.ow-native-features .sec-disc{max-width:690px;margin-left:auto;margin-right:auto;color:#6f6a7b}
.ow-native-features-wrap{position:relative}
.ow-native-features .row-1,.ow-native-features .row-2{align-items:stretch}
.ow-native-features .ow-native-card{min-height:100%;border-radius:14px;background:#111025;box-shadow:0 0 1px 2px rgba(255,255,255,.1),0 26px 70px rgba(25,12,67,.16);backdrop-filter:blur(4px);border:0;position:relative;overflow:hidden;color:#fff}
.ow-native-features .ow-native-card .title{color:#fff;letter-spacing:-.035em}
.ow-native-features .ow-native-card .disc{color:rgba(255,255,255,.72);font-size:17px;line-height:1.55;max-width:680px}
.ow-native-features .ow-native-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.04),transparent 36%);z-index:-1}

/* Analytics */
.ow-analytics-card{height:473px}
.ow-native-analytics{position:absolute;left:32px;right:32px;bottom:28px;height:282px;border:1px solid rgba(178,151,255,.28);border-radius:12px;background:linear-gradient(180deg,rgba(37,40,69,.93),rgba(19,20,42,.96));box-shadow:inset 0 0 45px rgba(121,54,255,.08),0 20px 48px rgba(0,0,0,.22);overflow:hidden}
.ow-native-statbar{position:absolute;z-index:2;top:18px;left:18px;right:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:11px 14px;border:1px solid rgba(188,172,255,.18);border-radius:8px;background:#272c4a}
.ow-native-statbar span{text-align:center;position:relative}
.ow-native-statbar span:not(:last-child):after{content:"";position:absolute;right:-5px;top:2px;bottom:2px;width:1px;background:rgba(255,255,255,.08)}
.ow-native-statbar strong{display:block;color:#fff;font-size:20px;line-height:1}
.ow-native-statbar small{display:block;margin-top:5px;color:#bbb7c9;font-size:11px}
.ow-analytics-svg{position:absolute;left:15px;right:15px;bottom:12px;width:calc(100% - 30px);height:190px;overflow:visible}
.ow-line{fill:none;stroke-linecap:round;stroke-width:3.2;filter:url(#owLineGlow)}
.ow-line-purple{stroke:#8e3dff}.ow-line-orange{stroke:#ff9848}
.ow-analytics-card .bg-glow{width:250px;height:250px;background:#8532f9;opacity:.3;filter:blur(60px);position:absolute;top:-120px;left:-20px;z-index:-2}
.ow-analytics-card .bg-glow-2{position:absolute;width:220px;height:220px;right:-90px;bottom:-80px;background:#1bb5ff;opacity:.15;filter:blur(70px);z-index:-2}

/* Task board */
.ow-task-card{height:473px}
.ow-task-dotfield{position:absolute;inset:90px 0 0;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1.5px);background-size:16px 16px;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent)}
.ow-task-board{position:absolute!important;left:76px!important;right:-92px!important;top:47%!important;width:auto!important;height:315px!important;padding:24px!important;border-radius:18px;background:#0d0c21;border:1px solid rgba(158,121,255,.24);box-shadow:0 34px 70px rgba(0,0,0,.38);transform:rotate(-8deg)!important;opacity:1!important;overflow:hidden}
.ow-task-board:before,.ow-task-board:after{display:none!important}
.ow-task-board.active{opacity:1!important}
.ow-board-header{display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:700;margin-bottom:18px;font-size:18px}
.ow-board-controls{letter-spacing:3px;color:#8e87a7}
.ow-board-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ow-board-column{background:#17152c;border-radius:10px;padding:0 12px 14px;min-width:0}
.ow-board-column>b{display:block;margin:0 -12px 14px;padding:11px 12px;border-radius:10px 10px 0 0;background:linear-gradient(90deg,#ff9552,#a03cff);font-size:12px}
.ow-board-column:nth-child(2)>b{background:linear-gradient(90deg,#5a2b45,#763095)}
.ow-board-column:nth-child(3)>b{background:linear-gradient(90deg,#332343,#5d364f)}
.ow-task-ticket{padding:11px;margin-top:10px;border-radius:7px;background:#22203a;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.ow-task-ticket small,.ow-task-ticket span{display:block;color:#9d94b9;font-size:9px}.ow-task-ticket strong{display:block;margin:5px 0 9px;font-size:11px;line-height:1.35}
.ow-task-card .favicon-wrap{z-index:5}.ow-task-card .favicon-logo img{margin:0!important;width:38px;height:38px}

/* Automation */
.ow-automation-card{height:380px}
.ow-automation-wrap{grid-template-columns:1fr 90px 1.12fr!important;gap:0;margin-bottom:28px!important;min-height:220px}
.ow-activity-panel,.ow-workflow-stack{height:212px!important;padding:22px!important;border-radius:12px;background:rgba(30,35,58,.58);box-shadow:inset 0 0 14px rgba(255,255,255,.22),0 20px 40px rgba(0,0,0,.2)}
.ow-panel-top,.ow-workflow-tabs{display:flex;justify-content:space-between;align-items:center;color:#c9c4d7;font-size:14px}.ow-panel-top span:last-child,.ow-workflow-tabs span:last-child{color:#ff9a4b}
.ow-activity-bars{height:78px;display:flex;align-items:flex-end;gap:10px;margin:22px 0 18px;padding:0 4px}.ow-activity-bars i{display:block;flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#a246ff,#4d286f);box-shadow:0 0 14px rgba(157,64,255,.22)}
.ow-activity-bars i:nth-child(1){height:28%}.ow-activity-bars i:nth-child(2){height:48%}.ow-activity-bars i:nth-child(3){height:72%}.ow-activity-bars i:nth-child(4){height:58%}.ow-activity-bars i:nth-child(5){height:86%}.ow-activity-bars i:nth-child(6){height:66%}
.ow-activity-items{display:grid;gap:7px}.ow-activity-items span{font-size:10px;color:#bdb7cc;padding-left:13px;position:relative}.ow-activity-items span:before{content:"";position:absolute;left:0;top:4px;width:6px;height:6px;border-radius:50%;background:#ff9848}
.ow-automation-card .sk-features-1-item-3-favicon{height:212px;position:relative}.ow-automation-card .sk-features-1-item-3-favicon svg{width:90px;height:150px;overflow:visible}.ow-automation-card .icon-elm{z-index:2}.ow-automation-card .icon-elm img{margin:0!important;width:30px;height:30px}
.ow-workflow-stack{display:flex;flex-direction:column;gap:11px}
.ow-workflow-card{padding:11px 13px;border-radius:9px;background:#24203c;border:1px solid rgba(255,255,255,.07)}.ow-workflow-card small,.ow-workflow-card span{display:block;color:#9e96b5;font-size:9px}.ow-workflow-card strong{display:block;margin:4px 0 7px;font-size:12px}.ow-workflow-card--accent{background:linear-gradient(135deg,#ff964c,#a63dff);border:0}.ow-workflow-card--accent small,.ow-workflow-card--accent span{color:rgba(255,255,255,.8)}

/* Team network */
.ow-team-card{height:380px}
.ow-team-wrap{min-height:225px;padding:18px 0 36px!important;max-width:620px!important;margin:0 auto;position:relative}
.ow-team-wrap .img-items{gap:12px;z-index:2}.ow-team-wrap .img-items-single{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;outline:3px solid #714a48;color:#fff;font-size:10px;font-weight:700;box-shadow:0 9px 24px rgba(0,0,0,.28)}
.ow-team-wrap .left .avatar:nth-child(odd){background:linear-gradient(135deg,#ff9c55,#7135bd)}.ow-team-wrap .left .avatar:nth-child(even){background:linear-gradient(135deg,#4db5ff,#5c37d5)}.ow-team-wrap .right .avatar:nth-child(odd){background:linear-gradient(135deg,#ffb754,#d14c7e)}.ow-team-wrap .right .avatar:nth-child(even){background:linear-gradient(135deg,#61d4b4,#4c58d5)}
.ow-team-wrap .favicon-wrap{position:relative;z-index:3}.ow-team-wrap .favicon-logo img{margin:0!important;width:38px;height:38px}.ow-team-wrap .sk-features-1-item-4-line-svg,.ow-team-wrap .sk-features-1-item-4-line-svg-2{width:38%;height:170px;top:28px}.ow-team-wrap .sk-features-1-item-4-line-svg{left:14%}.ow-team-wrap .sk-features-1-item-4-line-svg-2{right:14%}
.ow-team-card:before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:320px;height:250px;background:radial-gradient(circle,rgba(183,67,255,.32),transparent 68%);filter:blur(12px);z-index:-1}

@media(max-width:1199px){.ow-task-board{left:55px!important;right:-150px!important}.ow-native-features .ow-native-card .disc{font-size:16px}.ow-automation-wrap{grid-template-columns:1fr 70px 1fr!important}}
@media(max-width:991px){.ow-native-features .row-1,.ow-native-features .row-2{grid-template-columns:1fr!important}.ow-analytics-card,.ow-task-card{height:470px}.ow-automation-card,.ow-team-card{height:390px}.ow-task-board{left:72px!important;right:-45px!important}.ow-native-features-wrap{max-width:760px}}
@media(max-width:767px){.ow-native-features{padding-top:90px!important;padding-bottom:90px!important}.ow-native-features .ow-native-card{padding:24px 22px}.ow-analytics-card,.ow-task-card{height:430px}.ow-native-analytics{left:18px;right:18px;bottom:18px;height:250px}.ow-native-statbar{left:12px;right:12px;top:12px}.ow-native-statbar strong{font-size:17px}.ow-native-statbar small{font-size:9px}.ow-analytics-svg{height:166px}.ow-task-board{left:34px!important;right:-150px!important;top:54%!important;transform:rotate(-7deg) scale(.84)!important;transform-origin:left top!important}.ow-task-card .favicon-wrap{top:190px}.ow-automation-card{height:auto;min-height:540px}.ow-automation-wrap{grid-template-columns:1fr!important;gap:14px;margin-top:24px!important}.ow-automation-card .sk-features-1-item-3-favicon{height:55px}.ow-automation-card .sk-features-1-item-3-favicon svg{display:none}.ow-activity-panel,.ow-workflow-stack{height:190px!important}.ow-team-card{height:370px}.ow-team-wrap{transform:scale(.84);transform-origin:center top;width:118%;margin-left:-9%}.ow-team-wrap .sk-features-1-item-4-line-svg,.ow-team-wrap .sk-features-1-item-4-line-svg-2{width:35%}}
@media(max-width:480px){.ow-task-board{right:-230px!important;transform:rotate(-7deg) scale(.72)!important}.ow-team-wrap{transform:scale(.7);width:142%;margin-left:-21%}.ow-team-card{height:335px}.ow-native-features .ow-native-card .disc{font-size:15px}}
@media(prefers-reduced-motion:reduce){.ow-native-features *{animation:none!important;transition:none!important}.ow-line,.ow-flow-line,.ow-team-line{stroke-dasharray:none!important;stroke-dashoffset:0!important}}


/* ===== July 2026 visual QA fixes ===== */
/* Keep the lower productivity visuals and copy inside each card. */
.ow-native-features .row-2{align-items:stretch;gap:20px}
.ow-native-features .ow-automation-card,
.ow-native-features .ow-team-card{height:460px!important;min-height:460px;padding:28px 32px 30px!important;display:flex;flex-direction:column}
.ow-native-features .ow-automation-wrap{height:245px;margin-bottom:22px!important;flex:0 0 auto}
.ow-native-features .ow-team-wrap{height:240px;flex:0 0 auto;margin-bottom:18px}
.ow-native-features .ow-automation-card>.title,
.ow-native-features .ow-team-card>.title{position:relative!important;z-index:8;margin:0 0 8px!important;line-height:1.15!important}
.ow-native-features .ow-automation-card>.disc,
.ow-native-features .ow-team-card>.disc{position:relative!important;z-index:8;margin:0!important;max-width:95%;display:block!important;overflow:visible!important}
.ow-native-features .ow-workflow-stack{overflow:hidden}
.ow-native-features .ow-workflow-card--accent{bottom:10px!important;max-height:138px;overflow:hidden}

/* Full-bleed platform capability background with real SVG icons. */
.sk-features-4-area{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.sk-features-4-area:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,45,.03),rgba(5,5,45,.18));pointer-events:none}
.sk-features-4-area>.container{position:relative;z-index:2}
.sk-features-4-card .item-icon-elm{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;border-radius:15px!important;background:linear-gradient(145deg,#8c38ff,#ec45d7)!important;box-shadow:0 0 0 5px rgba(255,255,255,.08),0 14px 28px rgba(138,49,255,.38)!important}
.sk-features-4-card .item-icon-elm svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sk-features-4-card{transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease!important}
.sk-features-4-card:hover{transform:translateY(-8px);border-color:rgba(238,84,255,.7)!important;box-shadow:0 24px 60px rgba(24,11,89,.34)!important}

/* Home-02 inspired process section, recolored for OneWorkspace AI. */
.ow-ai-process{position:relative;overflow:hidden;background:#fff;padding:125px 0 135px;isolation:isolate}
.ow-ai-process:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 15%,rgba(130,56,255,.10),transparent 24%),radial-gradient(circle at 92% 78%,rgba(255,135,72,.10),transparent 26%),linear-gradient(rgba(91,61,154,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(91,61,154,.045) 1px,transparent 1px);background-size:auto,auto,64px 64px,64px 64px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);z-index:-2}
.ow-process-dots{position:absolute;width:300px;height:220px;background-image:radial-gradient(circle,rgba(130,56,255,.18) 1.5px,transparent 1.6px);background-size:17px 17px;opacity:.5;z-index:-1}
.ow-process-dots--left{left:-70px;top:30px}.ow-process-dots--right{right:-60px;bottom:20px}
.ow-process-heading{max-width:820px;margin:0 auto 48px}.ow-process-heading h2{color:#09082b;margin-bottom:18px}.ow-process-heading p{max-width:680px;margin:0 auto;color:#6c6878;font-size:18px;line-height:1.65}
.ow-process-shell{max-width:1240px;margin:0 auto;border:1px solid rgba(97,70,157,.12);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 28px 80px rgba(33,18,76,.13);padding:16px;backdrop-filter:blur(12px)}
.ow-process-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}
.ow-process-tab{min-height:66px;border:1px solid rgba(92,69,146,.13);border-radius:14px;background:#f7f5fb;color:#17132d;font:700 15px/1.2 var(--sk-font-1,"Inter",sans-serif);padding:12px 16px;cursor:pointer;box-shadow:0 8px 20px rgba(34,19,72,.07);transition:transform .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease}
.ow-process-tab span{display:inline-grid;place-items:center;width:27px;height:27px;margin-right:7px;border-radius:8px;background:#fff;color:#8238ff;font-size:12px;box-shadow:0 4px 10px rgba(46,29,87,.1)}
.ow-process-tab:hover{transform:translateY(-2px)}
.ow-process-tab.is-active{background:linear-gradient(105deg,#7a35ff 0%,#d83de6 55%,#ff8a4b 100%);color:#fff;box-shadow:0 12px 28px rgba(128,52,255,.3)}
.ow-process-stage{position:relative;min-height:455px;border-radius:20px;background:#faf9fc;overflow:hidden;padding:76px 70px 58px}
.ow-process-track{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr);pointer-events:none}.ow-process-track i{border-right:1px dashed rgba(95,77,136,.26)}.ow-process-track i:last-child{border-right:0}
.ow-process-card{position:relative;z-index:2;width:min(720px,68%);min-height:300px;border:1px solid rgba(111,82,172,.13);border-radius:20px;background:#fff;padding:38px;box-shadow:0 20px 45px rgba(31,17,68,.12);overflow:hidden;animation:owProcessIn .48s cubic-bezier(.22,1,.36,1)}
.ow-process-card:before{content:"";position:absolute;right:-80px;top:-90px;width:280px;height:280px;border:1px solid rgba(131,56,255,.08);border-radius:50%;box-shadow:0 0 0 28px rgba(131,56,255,.035),0 0 0 58px rgba(255,135,72,.025)}
.ow-process-icon{position:relative;z-index:2;display:grid;place-items:center;width:62px;height:62px;border-radius:16px;background:linear-gradient(145deg,#7f35ff,#dc3ee4 58%,#ff8b4e);box-shadow:0 14px 28px rgba(128,52,255,.28);margin-bottom:48px}
.ow-process-icon svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ow-process-number{position:absolute;right:30px;top:18px;color:rgba(21,16,47,.07);font:800 84px/1 var(--sk-font-1,"Inter",sans-serif)}
.ow-process-card-copy{position:relative;z-index:2;max-width:530px}.ow-process-label{display:block;margin-bottom:8px;color:#8b3dff;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.ow-process-card h3{color:#11102b;font-size:27px;line-height:1.2;margin:0 0 12px}.ow-process-card p{color:#686473;font-size:17px;line-height:1.6;margin:0}
.ow-process-mini-ui{position:absolute;right:-185px;bottom:36px;width:300px;border-radius:16px;background:#17142e;color:#fff;padding:22px;box-shadow:0 18px 45px rgba(20,13,50,.25);transform:rotate(-3deg)}.ow-process-mini-ui b,.ow-process-mini-ui span,.ow-process-mini-ui small{display:block}.ow-process-mini-ui b{color:#ff9a5b;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.ow-process-mini-ui span{font-size:17px;font-weight:700;margin-bottom:8px}.ow-process-mini-ui small{color:rgba(255,255,255,.64);font-size:12px}
@keyframes owProcessIn{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:991px){.ow-process-tabs{grid-template-columns:repeat(2,1fr)}.ow-process-stage{padding:55px 36px;min-height:420px}.ow-process-card{width:82%}}
@media(max-width:767px){.ow-native-features .ow-automation-card,.ow-native-features .ow-team-card{height:auto!important;min-height:520px!important;padding:24px 22px 26px!important}.ow-native-features .ow-automation-wrap{height:auto;margin-bottom:20px!important}.ow-native-features .ow-team-wrap{height:235px;margin-bottom:12px}.ow-ai-process{padding:90px 0}.ow-process-heading{margin-bottom:32px}.ow-process-heading p{font-size:16px}.ow-process-shell{padding:10px;border-radius:18px}.ow-process-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.ow-process-tab{min-width:245px;scroll-snap-align:start}.ow-process-stage{padding:30px 18px;min-height:460px}.ow-process-card{width:100%;min-height:380px;padding:28px 24px}.ow-process-mini-ui{right:-80px;bottom:20px;width:245px}.ow-process-icon{margin-bottom:35px}.ow-process-number{font-size:64px}}
@media(max-width:480px){.ow-native-features .ow-automation-card{min-height:570px!important}.ow-native-features .ow-team-card{min-height:455px!important}.ow-process-card{min-height:410px}.ow-process-mini-ui{right:-105px}.ow-process-card h3{font-size:24px}}
@media(prefers-reduced-motion:reduce){.ow-process-card{animation:none}.ow-process-tab,.sk-features-4-card{transition:none}}

/* Home-03 inspired operational strategy section */
.ow-strategy-03{
  position:relative;
  overflow:hidden;
  padding:130px 0 145px;
  background:
    radial-gradient(circle at 15% 16%,rgba(126,57,255,.09),transparent 28%),
    radial-gradient(circle at 86% 82%,rgba(255,128,78,.1),transparent 30%),
    #fff;
}
.ow-strategy-03::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
  background-image:radial-gradient(rgba(107,75,185,.16) 1px,transparent 1px);
  background-size:25px 25px;
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}
.ow-strategy-03 .container{position:relative;z-index:2}
.ow-strategy-head{max-width:820px;margin:0 auto 66px}
.ow-strategy-head .ow-section-kicker{margin-bottom:18px}
.ow-strategy-head h2{color:#11112b;max-width:760px;margin:0 auto 18px;line-height:1.06}
.ow-strategy-head p{font-size:18px;line-height:1.7;color:#666477;max-width:720px;margin:0 auto}
.ow-strategy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;position:relative}
.ow-strategy-card{
  position:relative;min-height:356px;padding:34px 28px 30px;border:1px solid rgba(89,54,161,.17);
  border-radius:26px;background:rgba(255,255,255,.9);box-shadow:0 22px 60px rgba(41,28,84,.09);
  opacity:0;transform:translateY(42px) scale(.98);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease;
  transition-delay:calc(var(--card-index) * 90ms);overflow:hidden;
}
.ow-strategy-grid.is-visible .ow-strategy-card{opacity:1;transform:translateY(0) scale(1)}
.ow-strategy-card.is-raised{transform:translateY(68px) scale(.98)}
.ow-strategy-grid.is-visible .ow-strategy-card.is-raised{transform:translateY(26px) scale(1)}
.ow-strategy-card::before{content:"";position:absolute;right:-55px;top:-58px;width:170px;height:170px;border-radius:50%;border:1px solid rgba(134,62,255,.12);box-shadow:0 0 0 22px rgba(134,62,255,.035),0 0 0 46px rgba(255,117,79,.025)}
.ow-strategy-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#7d35ff,#d93eea,#ff8351);transform:scaleX(0);transform-origin:left;transition:transform .45s ease}
.ow-strategy-card:hover{transform:translateY(-8px)!important;border-color:rgba(125,53,255,.38);box-shadow:0 28px 72px rgba(58,31,116,.15)}
.ow-strategy-card:hover::after{transform:scaleX(1)}
.ow-strategy-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#7d35ff 0%,#d83fe5 58%,#ff8351 100%);box-shadow:0 15px 28px rgba(125,53,255,.25);margin-bottom:34px;position:relative;z-index:2}
.ow-strategy-icon svg{width:29px;height:29px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ow-strategy-step{position:absolute;top:31px;right:28px;font-size:13px;font-weight:800;letter-spacing:.14em;color:#8b5cff;background:#f2edff;border:1px solid #e4d9ff;padding:7px 9px;border-radius:999px}
.ow-strategy-card h3{font-size:23px;line-height:1.25;color:#17162b;margin:0 0 16px;position:relative;z-index:2}
.ow-strategy-card p{font-size:16px;line-height:1.68;color:#666477;margin:0 0 28px;position:relative;z-index:2}
.ow-strategy-link{position:absolute;left:28px;right:28px;bottom:27px;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-radius:999px;border:1px solid #ded6ef;color:#201b35;font-weight:700;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);transition:.3s ease}
.ow-strategy-link span{font-size:18px;color:#8a45ff;transition:transform .3s ease}
.ow-strategy-link:hover{color:#fff;border-color:transparent;background:linear-gradient(90deg,#7d35ff,#d83fe5,#ff8351)}
.ow-strategy-link:hover span{color:#fff;transform:translate(3px,-3px)}
.ow-strategy-rail{position:relative;height:52px;margin:58px 9% 0;border-top:1px dashed rgba(110,73,181,.32)}
.ow-strategy-rail span{position:absolute;top:-6px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #9655ff;box-shadow:0 0 0 5px rgba(150,85,255,.1)}
.ow-strategy-rail span:nth-child(1){left:0}.ow-strategy-rail span:nth-child(2){left:33.33%}.ow-strategy-rail span:nth-child(3){left:66.66%}.ow-strategy-rail span:nth-child(4){right:0}
.ow-strategy-pulse{position:absolute;top:-4px;left:0;width:8px;height:8px;border-radius:50%;background:#ff8351;box-shadow:0 0 18px 8px rgba(255,131,81,.25);animation:owRailMove 5.8s linear infinite}
.ow-strategy-orbit{position:absolute;border:1px solid rgba(125,53,255,.1);border-radius:50%;pointer-events:none}
.ow-strategy-orbit--one{width:430px;height:430px;left:-260px;top:80px}
.ow-strategy-orbit--two{width:340px;height:340px;right:-220px;bottom:30px}
@keyframes owRailMove{0%{left:0}100%{left:100%}}
@media (max-width:1199px){.ow-strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.ow-strategy-card.is-raised,.ow-strategy-grid.is-visible .ow-strategy-card.is-raised{transform:none}.ow-strategy-rail{display:none}}
@media (max-width:767px){.ow-strategy-03{padding:90px 0}.ow-strategy-head{margin-bottom:40px}.ow-strategy-head p{font-size:16px}.ow-strategy-grid{grid-template-columns:1fr}.ow-strategy-card{min-height:330px;padding:28px 24px}.ow-strategy-link{left:24px;right:24px}.ow-strategy-card h3{font-size:21px}}
@media (prefers-reduced-motion:reduce){.ow-strategy-card{opacity:1;transform:none!important;transition:none}.ow-strategy-pulse{animation:none;left:50%}}


/* 2026-07-24 final layout refinements */
.sk-process-4-area{margin-left:0!important;margin-right:0!important;border-radius:0!important;padding-bottom:100px!important;overflow:hidden}
.sk-process-4-bg-img{z-index:0!important;opacity:.5}
.sk-process-4-area>.container{position:relative;z-index:2}
.ow-strategy-03{padding-bottom:88px!important}
.sk-process-4-area.pt-130{padding-top:100px!important}
.sk-process-4-wrap{min-height:560px}
.ow-process-web-visual{width:48%!important;left:50%!important;bottom:4%!important;transform:translateX(-50%)!important;z-index:3!important}
.ow-browser-frame{position:relative;border:1px solid rgba(168,128,255,.5);border-radius:24px;padding:12px;background:linear-gradient(145deg,rgba(23,20,61,.98),rgba(8,7,31,.98));box-shadow:0 35px 90px rgba(106,54,255,.35),0 0 0 8px rgba(255,255,255,.035);animation:owWebFloat 5.5s ease-in-out infinite}
.ow-browser-frame img{width:100%;height:auto;display:block;border-radius:14px;opacity:.96}
.ow-browser-bar{height:34px;display:flex;align-items:center;gap:7px;padding:0 10px}
.ow-browser-bar>span{width:9px;height:9px;border-radius:50%;background:#ff8351}.ow-browser-bar>span:nth-child(2){background:#d83fe5}.ow-browser-bar>span:nth-child(3){background:#7d35ff}
.ow-browser-address{margin-left:10px;flex:1;max-width:220px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.06);font-size:11px;color:#b9b5d0}
.ow-web-chip{position:absolute;padding:8px 12px;border-radius:999px;color:#fff;font-size:12px;font-weight:700;background:linear-gradient(90deg,#7d35ff,#d83fe5,#ff8351);box-shadow:0 12px 28px rgba(125,53,255,.35)}
.ow-web-chip--one{left:-28px;top:26%}.ow-web-chip--two{right:-24px;bottom:20%}
@keyframes owWebFloat{50%{transform:translateY(-10px)}}

.ow-final-trial{padding:82px 0 66px;background:#111020;position:relative;overflow:hidden}
.ow-final-trial:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 12%,rgba(255,116,79,.2),transparent 31%),radial-gradient(circle at 17% 88%,rgba(126,53,255,.22),transparent 32%);pointer-events:none}
.ow-final-trial-wrap{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;min-height:480px;border-radius:28px;overflow:hidden;background:linear-gradient(112deg,#050509 0%,#090916 50%,#2b0d18 100%);box-shadow:0 30px 90px rgba(4,3,18,.42);border:1px solid rgba(255,255,255,.08)}
.ow-final-trial-copy{padding:70px 28px 70px 80px;position:relative;z-index:3}
.ow-final-trial-copy h2{font-size:52px;line-height:1.03;color:#fff;margin:20px 0 22px;max-width:560px}
.ow-final-trial-copy p{font-size:18px;line-height:1.65;color:#c9c6d7;max-width:570px;margin:0 0 30px}
.ow-final-trial-form{display:flex;max-width:560px;padding:7px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:rgba(255,255,255,.055)}
.ow-final-trial-form input{flex:1;min-width:0;border:0;background:transparent;color:#fff;padding:0 18px;font-size:16px;outline:none}.ow-final-trial-form input::placeholder{color:#8e8a9d}
.ow-final-trial-form button{border:0;border-radius:10px;padding:16px 26px;font-weight:800;color:#fff;background:linear-gradient(90deg,#7d35ff,#d83fe5,#ff8351);box-shadow:0 10px 30px rgba(125,53,255,.34);transition:.25s ease}.ow-final-trial-form button:hover{transform:translateY(-2px)}
.ow-final-trial-note{margin-top:16px;color:#aaa6b8;font-size:14px;display:flex;gap:10px;align-items:center}.ow-final-trial-note span{color:#b66cff}
.ow-final-trial-visual{align-self:stretch;position:relative;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden}
.ow-final-trial-visual img{width:108%;max-width:none;transform:translate(7%,10%) rotate(-1.5deg);filter:drop-shadow(-24px 22px 34px rgba(0,0,0,.5));position:relative;z-index:2}
.ow-final-screen-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(151,71,255,.28),transparent 68%);right:5%;bottom:-22%}
.sk-footer-4-area{padding-top:54px!important}
.sk-footer-4-big-title-wrap{justify-content:center;gap:18px;white-space:nowrap;align-items:flex-end}
.sk-footer-4-big-title{font-size:clamp(74px,11vw,158px)!important;margin-bottom:-18px!important;line-height:.88!important}
.sk-footer-4-big-title-robot{display:none!important}
@media(max-width:1199px){.ow-process-web-visual{width:42%!important}.ow-final-trial-copy{padding-left:48px}.ow-final-trial-copy h2{font-size:44px}}
@media(max-width:991px){.sk-process-4-wrap{padding-bottom:430px}.ow-process-web-visual{width:74%!important;bottom:0!important}.ow-final-trial-wrap{grid-template-columns:1fr}.ow-final-trial-copy{padding:56px 42px}.ow-final-trial-visual{min-height:330px}.ow-final-trial-visual img{width:90%;transform:translate(6%,8%)}.sk-footer-4-big-title{font-size:clamp(58px,14vw,112px)!important}}
@media(max-width:767px){.ow-strategy-03{padding-bottom:64px!important}.sk-process-4-area.pt-130{padding-top:76px!important}.sk-process-4-wrap{padding-bottom:310px}.ow-process-web-visual{width:90%!important}.ow-web-chip{display:none}.ow-final-trial{padding:56px 0 40px}.ow-final-trial-wrap{border-radius:20px}.ow-final-trial-copy{padding:42px 24px}.ow-final-trial-copy h2{font-size:36px}.ow-final-trial-copy p{font-size:16px}.ow-final-trial-form{flex-direction:column;gap:8px}.ow-final-trial-form input{min-height:52px}.ow-final-trial-form button{width:100%}.ow-final-trial-visual{min-height:245px}.sk-footer-4-big-title-wrap{gap:8px}.sk-footer-4-big-title{font-size:clamp(38px,12vw,64px)!important;margin-bottom:0!important}}
@media(prefers-reduced-motion:reduce){.ow-browser-frame{animation:none}}

/* 2026-07-24 final precision fixes */
/* Tighter section rhythm */
.ow-ai-process{padding:100px 0 72px!important}
.ow-strategy-03{padding:78px 0 68px!important}
.ow-strategy-head{margin-bottom:48px!important}
.sk-process-4-area.pt-130{padding-top:88px!important}
.sk-process-4-sec-title{margin-bottom:38px!important}
.ow-final-trial{padding:58px 0 54px!important}

/* Keep strategy CTAs below the copy, never over it */
.ow-strategy-card{min-height:410px!important;padding:30px 28px 92px!important;display:flex;flex-direction:column}
.ow-strategy-card p{margin-bottom:0!important}
.ow-strategy-link{bottom:26px!important}
.ow-strategy-card.is-raised{transform:translateY(18px) scale(1)!important}
.ow-strategy-grid.is-visible .ow-strategy-card.is-raised{transform:translateY(18px) scale(1)!important}
.ow-strategy-rail{margin-top:44px!important}

/* Activity points appear as one clean inline status row */
.ow-activity-items{display:flex!important;flex-wrap:wrap;gap:8px 14px!important;align-items:center!important;margin-top:14px!important}
.ow-activity-items span{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;font-size:10px!important;line-height:1.2!important;white-space:nowrap!important}
.ow-activity-items span:before{position:static!important;flex:0 0 auto!important}
.ow-native-features .ow-automation-card .title{margin-top:8px!important}

/* Full-width process background with a cleaner app-platform centerpiece */
.sk-process-4-area{background:#070727!important;margin:0!important}
.sk-process-4-bg-img{inset:0!important;width:100%!important;height:100%!important}
.sk-process-4-wrap{padding-bottom:390px!important}
.ow-process-web-visual{width:560px!important;height:360px!important;left:50%!important;bottom:-18px!important;transform:translateX(-50%)!important;z-index:4!important}
.ow-platform-core{position:relative;width:100%;height:100%;display:grid;place-items:center;filter:drop-shadow(0 32px 45px rgba(10,4,50,.55))}
.ow-platform-rings{position:absolute;inset:8% 5% -8%;display:grid;place-items:center}
.ow-platform-rings i{position:absolute;border:1px solid rgba(142,78,255,.28);border-radius:50%;animation:owPlatformPulse 4.8s ease-in-out infinite}
.ow-platform-rings i:nth-child(1){width:92%;height:72%}.ow-platform-rings i:nth-child(2){width:73%;height:58%;animation-delay:.7s}.ow-platform-rings i:nth-child(3){width:55%;height:43%;animation-delay:1.4s}
.ow-platform-window{position:relative;width:86%;border:1px solid rgba(255,255,255,.16);border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#171535,#09091c);box-shadow:0 0 0 8px rgba(121,67,255,.08),0 30px 70px rgba(0,0,0,.45);transform:perspective(900px) rotateX(4deg)}
.ow-platform-window-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 16px;background:#211e43;border-bottom:1px solid rgba(255,255,255,.07)}
.ow-platform-window-bar span{width:8px;height:8px;border-radius:50%;background:#ff8351}.ow-platform-window-bar span:nth-child(2){background:#d941e7}.ow-platform-window-bar span:nth-child(3){background:#7841ff}.ow-platform-window-bar b{margin-left:auto;color:#d9d6ea;font-size:11px;letter-spacing:.04em}
.ow-platform-window-body{height:244px;display:grid;grid-template-columns:56px 1fr}
.ow-platform-sidebar{padding:20px 14px;background:#12112b;display:flex;flex-direction:column;gap:15px}.ow-platform-sidebar i{height:26px;border-radius:7px;background:linear-gradient(145deg,rgba(122,64,255,.75),rgba(219,61,228,.35))}.ow-platform-sidebar i:not(:first-child){background:rgba(255,255,255,.08)}
.ow-platform-main{padding:20px}.ow-platform-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ow-platform-stats span{height:50px;border-radius:10px;background:linear-gradient(135deg,rgba(129,67,255,.26),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.07)}
.ow-platform-chart{height:112px;margin-top:12px;border-radius:12px;background:rgba(255,255,255,.035);overflow:hidden}.ow-platform-chart svg{width:100%;height:100%;fill:none;stroke:#9a58ff;stroke-width:3;filter:drop-shadow(0 0 7px rgba(154,88,255,.55))}.ow-platform-chart .accent{stroke:#ff8a4c;stroke-width:2}
.ow-platform-row{display:grid;grid-template-columns:1.2fr .9fr 1fr;gap:9px;margin-top:11px}.ow-platform-row span{height:24px;border-radius:7px;background:rgba(255,255,255,.07)}
.ow-platform-badge{position:absolute;padding:9px 14px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;background:linear-gradient(90deg,#7d35ff,#d83fe5,#ff8351);box-shadow:0 12px 26px rgba(126,53,255,.35);animation:owBadgeFloat 3.6s ease-in-out infinite}.ow-platform-badge--one{left:0;top:43%}.ow-platform-badge--two{right:-2%;top:27%;animation-delay:.8s}.ow-platform-badge--three{right:5%;bottom:8%;animation-delay:1.5s}
@keyframes owPlatformPulse{50%{transform:scale(1.045);opacity:.45}}@keyframes owBadgeFloat{50%{transform:translateY(-7px)}}

/* Final CTA: closer to the original Saasking composition */
.ow-final-trial-wrap{min-height:475px!important;grid-template-columns:.9fr 1.1fr!important;border-radius:28px!important;background:linear-gradient(108deg,#020205 0%,#080713 49%,#3a100d 100%)!important}
.ow-final-trial-copy{padding:62px 24px 62px 78px!important}
.ow-final-trial-copy h2{font-size:48px!important;max-width:500px!important}
.ow-final-trial-visual{height:475px!important;align-self:auto!important;background:linear-gradient(115deg,transparent 0%,rgba(116,53,255,.06) 100%)}
.ow-final-trial-visual:before{content:"";position:absolute;left:-26px;top:0;bottom:0;width:60px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.035));transform:skewX(-8deg);z-index:1}
.ow-final-trial-visual img{position:absolute!important;left:0!important;top:0!important;width:112%!important;height:100%!important;object-fit:cover!important;object-position:left top!important;transform:none!important;filter:none!important}

@media(max-width:1199px){.ow-process-web-visual{width:500px!important}.ow-strategy-card{min-height:370px!important}.ow-final-trial-copy{padding-left:48px!important}}
@media(max-width:991px){.ow-strategy-card.is-raised,.ow-strategy-grid.is-visible .ow-strategy-card.is-raised{transform:none!important}.sk-process-4-wrap{padding-bottom:340px!important}.ow-process-web-visual{width:480px!important;height:320px!important}.ow-final-trial-visual{height:340px!important}}
@media(max-width:767px){.ow-ai-process{padding:76px 0 58px!important}.ow-strategy-03{padding:66px 0 54px!important}.ow-strategy-card{min-height:350px!important;padding:26px 24px 84px!important}.sk-process-4-area.pt-130{padding-top:66px!important}.sk-process-4-wrap{padding-bottom:275px!important}.ow-process-web-visual{width:92%!important;height:255px!important;bottom:-8px!important}.ow-platform-window{width:96%;border-radius:17px}.ow-platform-window-body{height:180px;grid-template-columns:40px 1fr}.ow-platform-main{padding:12px}.ow-platform-sidebar{padding:12px 9px;gap:10px}.ow-platform-sidebar i{height:20px}.ow-platform-stats span{height:36px}.ow-platform-chart{height:82px}.ow-platform-badge{font-size:9px;padding:6px 9px}.ow-final-trial{padding:42px 0!important}.ow-final-trial-wrap{min-height:auto!important}.ow-final-trial-copy{padding:40px 24px!important}.ow-final-trial-copy h2{font-size:36px!important}.ow-final-trial-visual{height:270px!important;min-height:270px!important}}
@media(prefers-reduced-motion:reduce){.ow-platform-rings i,.ow-platform-badge{animation:none!important}}

/* Final precision pass: robot visual, tighter section rhythm and Saasking-style closing CTA */
.ow-process-web-visual{display:none!important}
.ow-process-robot-visual{
  position:absolute!important;
  left:50%!important;
  bottom:-58px!important;
  transform:translateX(-50%)!important;
  width:430px!important;
  height:500px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  z-index:5!important;
  pointer-events:none;
}
.ow-process-robot-visual img{
  position:relative;
  z-index:3;
  width:auto!important;
  height:465px!important;
  max-width:100%!important;
  object-fit:contain;
  filter:drop-shadow(0 28px 34px rgba(102,55,255,.38));
  animation:owRobotFloat 4.4s ease-in-out infinite;
}
.ow-robot-glow{position:absolute;left:50%;bottom:35px;transform:translateX(-50%);width:330px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(153,81,255,.48),rgba(73,39,195,.15) 48%,transparent 72%);filter:blur(10px);z-index:1}
.ow-robot-chip{position:absolute;z-index:4;padding:9px 14px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;background:linear-gradient(90deg,#7d35ff,#d83fe5,#ff8351);box-shadow:0 12px 26px rgba(126,53,255,.35);animation:owBadgeFloat 3.6s ease-in-out infinite}
.ow-robot-chip--one{left:-10px;top:43%}.ow-robot-chip--two{right:-15px;top:28%;animation-delay:.8s}.ow-robot-chip--three{right:14px;bottom:13%;animation-delay:1.5s}
@keyframes owRobotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* Remove the oversized empty band between FAQ and testimonials */
.sk-testimonial-4-area{padding-top:76px!important;padding-bottom:92px!important;background:#f7f8fb!important}
.sk-testimonial-4-top{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}
.sk-testimonial-4-sec-title{margin:0 auto 46px!important}
.sk-testimonial-4-sec-title .ow-section-kicker{margin-bottom:18px!important}
.sk-testimonial-4-sec-title .sk-sec-title-4{margin-bottom:0!important}

/* Reference-matched final CTA: white section outside, dark Saasking panel inside */
.ow-final-trial{padding:86px 0 94px!important;background:#fff!important;overflow:hidden!important}
.ow-final-trial:before{display:none!important}
.ow-final-trial-wrap{
  min-height:480px!important;
  grid-template-columns:.95fr 1.05fr!important;
  border-radius:28px!important;
  background:linear-gradient(112deg,#020205 0%,#05050b 53%,#341109 100%)!important;
  border:1px solid rgba(35,25,66,.09)!important;
  box-shadow:0 28px 70px rgba(22,14,48,.18)!important;
}
.ow-final-trial-copy{padding:64px 34px 64px 78px!important}
.ow-final-trial-copy h2{font-size:48px!important;line-height:1.02!important;max-width:510px!important;margin:24px 0 22px!important}
.ow-final-trial-copy p{max-width:545px!important;margin-bottom:30px!important}
.ow-final-trial-form{max-width:545px!important}
.ow-final-trial-visual{height:480px!important;min-height:480px!important;overflow:hidden!important;background:transparent!important;perspective:1200px}
.ow-final-trial-visual:before{display:none!important}
.ow-final-trial-visual img{
  position:absolute!important;
  left:6%!important;
  top:44px!important;
  width:112%!important;
  height:auto!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:left top!important;
  transform:perspective(1100px) rotateY(-7deg) rotateX(2deg)!important;
  transform-origin:left center!important;
  filter:drop-shadow(-28px 28px 30px rgba(0,0,0,.48))!important;
  border-radius:18px 0 0 0;
}

/* Keep nearby sections connected instead of floating apart */
.sk-faq-4-area{padding-bottom:70px!important}
.sk-process-4-area{margin-bottom:0!important}

@media(max-width:991px){
  .ow-process-robot-visual{width:360px!important;height:410px!important;bottom:-40px!important}
  .ow-process-robot-visual img{height:385px!important}
  .ow-final-trial-wrap{grid-template-columns:1fr!important}
  .ow-final-trial-copy{padding:56px 44px!important}
  .ow-final-trial-visual{height:360px!important;min-height:360px!important}
  .ow-final-trial-visual img{left:10%!important;top:18px!important;width:92%!important;transform:perspective(1000px) rotateY(-6deg)!important}
}
@media(max-width:767px){
  .sk-testimonial-4-area{padding-top:58px!important;padding-bottom:66px!important}
  .sk-testimonial-4-sec-title{margin-bottom:32px!important}
  .ow-process-robot-visual{width:275px!important;height:310px!important;bottom:-22px!important}
  .ow-process-robot-visual img{height:292px!important}
  .ow-robot-chip{font-size:9px;padding:6px 9px}.ow-robot-chip--one{left:0}.ow-robot-chip--two{right:0}.ow-robot-chip--three{right:8px}
  .ow-final-trial{padding:64px 0 72px!important}
  .ow-final-trial-wrap{border-radius:22px!important}
  .ow-final-trial-copy{padding:42px 24px!important}
  .ow-final-trial-copy h2{font-size:36px!important}
  .ow-final-trial-visual{height:265px!important;min-height:265px!important}
  .ow-final-trial-visual img{left:6%!important;top:18px!important;width:106%!important;transform:none!important}
}
@media(prefers-reduced-motion:reduce){.ow-process-robot-visual img,.ow-robot-chip{animation:none!important}}

/* 2026-07-24 final placement, process icons and responsive CTA animation */
.sk-process-4-card .icon-elm{display:grid!important;place-items:center!important;overflow:visible!important}
.sk-process-4-card .ow-step-svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px rgba(91,205,255,.75))}
.sk-process-4-card .icon-elm:before{content:"";position:absolute;inset:-1px;border-radius:10px;background:linear-gradient(145deg,rgba(48,190,255,.22),rgba(124,53,255,.12));z-index:-1}

/* Put the robot back in the original central theme position */
.ow-process-robot-visual{width:520px!important;height:560px!important;bottom:-16px!important}
.ow-process-robot-visual img{height:535px!important;width:auto!important;max-width:100%!important;object-position:center bottom!important}
.ow-robot-glow{width:390px!important;height:245px!important;bottom:36px!important}
.ow-robot-chip--one{left:8px!important;top:48%!important}.ow-robot-chip--two{right:0!important;top:31%!important}.ow-robot-chip--three{right:38px!important;bottom:10%!important}

/* Theme-like animated dashboard in the final CTA */
.ow-final-trial-visual{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;overflow:hidden!important}
.ow-final-trial-visual img{left:2%!important;top:auto!important;bottom:-7%!important;width:118%!important;height:auto!important;transform-origin:18% 72%!important;animation:owFinalDashboardFloat 6s ease-in-out infinite!important;will-change:transform}
.ow-final-screen-glow{position:absolute;inset:10% 4% 0 0;background:radial-gradient(circle at 55% 55%,rgba(120,61,255,.22),transparent 58%);filter:blur(22px);pointer-events:none}
@keyframes owFinalDashboardFloat{0%,100%{transform:perspective(1200px) rotateY(-7deg) rotateX(2deg) translate3d(0,0,0)}50%{transform:perspective(1200px) rotateY(-5deg) rotateX(1deg) translate3d(0,-12px,0)}}

@media(max-width:1199px){.ow-process-robot-visual{width:455px!important;height:500px!important}.ow-process-robot-visual img{height:475px!important}.ow-final-trial-visual img{width:122%!important}}
@media(max-width:991px){.ow-process-robot-visual{width:360px!important;height:410px!important;bottom:-18px!important}.ow-process-robot-visual img{height:390px!important}.ow-final-trial-visual{height:350px!important;min-height:350px!important}.ow-final-trial-visual img{left:7%!important;bottom:-10%!important;width:94%!important}}
@media(max-width:767px){.ow-process-robot-visual{width:285px!important;height:325px!important;bottom:-8px!important}.ow-process-robot-visual img{height:310px!important}.ow-robot-chip{font-size:8px!important;padding:6px 8px!important}.ow-final-trial-visual{height:255px!important;min-height:255px!important}.ow-final-trial-visual img{left:3%!important;bottom:-4%!important;width:108%!important;animation:owFinalDashboardMobile 5s ease-in-out infinite!important}.ow-final-trial-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.ow-final-trial-form button{width:100%!important;min-height:52px!important}}
@keyframes owFinalDashboardMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(max-width:420px){.ow-process-robot-visual{width:250px!important}.ow-process-robot-visual img{height:278px!important}.ow-final-trial-copy h2{font-size:31px!important}.ow-final-trial-visual{height:225px!important;min-height:225px!important}}
@media(prefers-reduced-motion:reduce){.ow-final-trial-visual img{animation:none!important}}

/* Final requested robot alignment and Saasking-style CTA motion */
.ow-process-robot-visual{bottom:92px!important;transform:translateX(-50%) translateY(0)!important}
.ow-process-robot-visual img{animation:owRobotCenterFloat 5.2s ease-in-out infinite!important;transform-origin:center bottom!important}
@keyframes owRobotCenterFloat{0%,100%{transform:translateY(0) rotate(-.4deg)}50%{transform:translateY(-13px) rotate(.5deg)}}
.ow-final-trial-visual{perspective:1400px!important;overflow:hidden!important}
.ow-final-trial-visual img{left:4%!important;bottom:-5%!important;width:116%!important;transform-origin:18% 78%!important;animation:owSaaskingDashboard 6.5s cubic-bezier(.45,.05,.55,.95) infinite!important;filter:drop-shadow(-24px 26px 30px rgba(0,0,0,.32))!important}
@keyframes owSaaskingDashboard{0%,100%{transform:perspective(1200px) rotateY(-9deg) rotateX(2deg) translate3d(0,7px,0)}50%{transform:perspective(1200px) rotateY(-5deg) rotateX(0deg) translate3d(-8px,-9px,0)}}
@media(max-width:1199px){.ow-process-robot-visual{bottom:74px!important}}
@media(max-width:991px){.ow-process-robot-visual{bottom:54px!important}.ow-final-trial-visual img{width:96%!important;left:8%!important;bottom:-4%!important}}
@media(max-width:767px){.ow-process-robot-visual{bottom:34px!important}.ow-final-trial-visual img{width:108%!important;left:4%!important;bottom:-2%!important;animation:owSaaskingDashboardMobile 5.5s ease-in-out infinite!important}}
@keyframes owSaaskingDashboardMobile{0%,100%{transform:translateY(5px) scale(1)}50%{transform:translateY(-7px) scale(1.015)}}
@media(prefers-reduced-motion:reduce){.ow-process-robot-visual img,.ow-final-trial-visual img{animation:none!important}}

/* =========================================================
   FINAL THEME-LOCKED PROCESS + CTA OVERRIDES
   ========================================================= */
/* Restore the robot to the exact Saasking process composition. */
.sk-process-4-wrap{position:relative!important;padding-bottom:240px!important;min-height:760px!important}
.ow-process-robot-visual.sk-process-4-robot-img{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:111px!important;
  width:100%!important;
  height:auto!important;
  transform:none!important;
  text-align:center!important;
  z-index:3!important;
  pointer-events:none!important;
}
.ow-process-robot-visual img{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  max-width:560px!important;
  max-height:610px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  transform:none;
  animation:none!important;
  filter:drop-shadow(0 28px 38px rgba(102,55,255,.35))!important;
}
.ow-robot-glow{left:50%!important;bottom:14px!important;width:410px!important;height:220px!important;transform:translateX(-50%)!important}
.ow-robot-chip--one{left:calc(50% - 280px)!important;top:48%!important}
.ow-robot-chip--two{right:calc(50% - 285px)!important;top:34%!important}
.ow-robot-chip--three{right:calc(50% - 245px)!important;bottom:12%!important}

/* Match Saasking’s last CTA composition and smooth image motion. */
.ow-final-trial{background:#fff!important;padding:88px 0 96px!important}
.ow-final-trial-wrap{min-height:480px!important;overflow:hidden!important;background:linear-gradient(110deg,#020204 0%,#05050a 56%,#321008 100%)!important}
.ow-final-trial-visual{position:relative!important;height:480px!important;min-height:480px!important;overflow:hidden!important;perspective:1400px!important;display:block!important}
.ow-final-trial-visual img{
  position:absolute!important;
  left:3%!important;
  top:56px!important;
  bottom:auto!important;
  width:116%!important;
  max-width:none!important;
  height:auto!important;
  border-radius:18px 0 0 0!important;
  transform-origin:18% 72%!important;
  filter:drop-shadow(-28px 28px 34px rgba(0,0,0,.42))!important;
  animation:owThemeDashboardMotion 6.4s cubic-bezier(.45,.05,.55,.95) infinite!important;
  will-change:transform!important;
}
@keyframes owThemeDashboardMotion{
  0%,100%{transform:perspective(1250px) rotateY(-10deg) rotateX(3deg) translate3d(0,8px,0)}
  50%{transform:perspective(1250px) rotateY(-6deg) rotateX(1deg) translate3d(-10px,-10px,0)}
}

@media(max-width:1199px){
  .sk-process-4-wrap{padding-bottom:190px!important;min-height:720px!important}
  .ow-process-robot-visual.sk-process-4-robot-img{bottom:92px!important}
  .ow-process-robot-visual img{max-width:470px!important;max-height:520px!important}
  .ow-robot-chip--one{left:calc(50% - 235px)!important}.ow-robot-chip--two{right:calc(50% - 240px)!important}.ow-robot-chip--three{right:calc(50% - 205px)!important}
}
@media(max-width:991px){
  .sk-process-4-wrap{padding-bottom:0!important;min-height:auto!important}
  .ow-process-robot-visual.sk-process-4-robot-img{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;margin:42px auto 0!important}
  .ow-process-robot-visual img{max-width:390px!important;max-height:none!important}
  .ow-robot-chip--one{left:calc(50% - 205px)!important}.ow-robot-chip--two{right:calc(50% - 205px)!important}.ow-robot-chip--three{right:calc(50% - 175px)!important}
  .ow-final-trial-wrap{grid-template-columns:1fr!important}
  .ow-final-trial-visual{height:360px!important;min-height:360px!important}
  .ow-final-trial-visual img{left:10%!important;top:28px!important;width:92%!important}
}
@media(max-width:767px){
  .ow-process-robot-visual.sk-process-4-robot-img{margin-top:30px!important}
  .ow-process-robot-visual img{max-width:285px!important}
  .ow-robot-chip{font-size:9px!important;padding:6px 9px!important}
  .ow-robot-chip--one{left:2%!important;top:47%!important}.ow-robot-chip--two{right:2%!important;top:31%!important}.ow-robot-chip--three{right:8%!important;bottom:8%!important}
  .ow-final-trial{padding:64px 0 72px!important}
  .ow-final-trial-copy{padding:42px 24px!important}
  .ow-final-trial-visual{height:270px!important;min-height:270px!important}
  .ow-final-trial-visual img{left:4%!important;top:20px!important;width:108%!important;animation:owThemeDashboardMobile 5.2s ease-in-out infinite!important}
}
@keyframes owThemeDashboardMobile{0%,100%{transform:translateY(5px) scale(1)}50%{transform:translateY(-7px) scale(1.012)}}
@media(max-width:420px){
  .ow-process-robot-visual img{max-width:245px!important}
  .ow-final-trial-visual{height:225px!important;min-height:225px!important}
}
@media(prefers-reduced-motion:reduce){
  .ow-final-trial-visual img{animation:none!important}
}


/* 2026-07-24 home feature darkening + refreshed testimonial presentation */
.sk-features-4-area{position:relative!important;background:radial-gradient(circle at 50% 0%,rgba(109,69,255,.28),transparent 30%),radial-gradient(circle at 10% 32%,rgba(35,118,255,.12),transparent 20%),radial-gradient(circle at 88% 20%,rgba(255,76,160,.14),transparent 18%),linear-gradient(180deg,#040414 0%,#090824 58%,#07071d 100%)!important;overflow:hidden!important}
.sk-features-4-area:before{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.18),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0))!important}
.sk-features-4-area .sk-sec-title-4{color:#fff!important}
.sk-features-4-area .sk-features-4-wrap{gap:24px!important}
.sk-features-4-area .sk-features-4-card{background:linear-gradient(180deg,rgba(14,13,45,.96),rgba(9,8,29,.96))!important;border:1px solid rgba(140,88,255,.25)!important;box-shadow:0 18px 48px rgba(4,3,20,.42)!important}
.sk-features-4-area .sk-features-4-card .title a{color:#fff!important}
.sk-features-4-area .sk-features-4-card .disc{color:rgba(255,255,255,.72)!important}
.sk-features-4-area .sk-features-4-card:hover{transform:translateY(-8px)!important;border-color:rgba(241,100,210,.52)!important;box-shadow:0 26px 62px rgba(11,8,34,.58)!important}
.sk-features-4-area .item-icon-elm{box-shadow:0 0 0 4px rgba(255,255,255,.05),0 14px 28px rgba(138,49,255,.34)!important}
.sk-testimonial-4-card .author-content .name{color:#132d12!important}
.sk-testimonial-4-card .author-content .bio{color:#8a8d90!important}

/* 2026-07-24 exact-theme cleanup requested */
.ow-simple-capabilities-bg{
  background:
    radial-gradient(circle at 50% 0%,rgba(110,65,255,.30),transparent 32%),
    radial-gradient(circle at 12% 28%,rgba(55,126,255,.13),transparent 23%),
    radial-gradient(circle at 88% 22%,rgba(244,64,193,.15),transparent 22%),
    linear-gradient(180deg,#060619 0%,#090827 54%,#060619 100%)!important;
}
.ow-simple-capabilities-bg .sk-features-4-bg-shape{display:none!important}

/* Keep Every Team Connected: use the full visual width and align it with copy */
.ow-team-card .ow-team-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0 0 34px!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}
.ow-team-card .sk-features-1-item-4-wrap{padding-left:0!important;padding-right:0!important}
.ow-team-card>.title,.ow-team-card>.disc{max-width:100%!important;text-align:left!important;margin-left:0!important}
.ow-team-card .img-items.left{left:0!important}.ow-team-card .img-items.right{right:0!important}
.ow-team-card .sk-features-1-item-4-line-svg,.ow-team-card .sk-features-1-item-4-line-svg-2{width:42%!important}

/* Theme-native process-2 copied from Saasking package */
.ow-theme-process-2{background:#fff!important;overflow:hidden!important}
.ow-theme-process-2 .sk-process-2-sec-title{max-width:860px;margin-left:auto;margin-right:auto}
.ow-theme-process-2 .sk-process-2-sec-title>p{max-width:700px;margin:18px auto 0;color:#666477;line-height:1.7}
.ow-theme-process-2 .sk-process-2-card .icon img{width:54px!important;height:54px!important;object-fit:contain}
.ow-theme-process-2 .sk-process-2-tabs-btn-single{font-family:inherit!important}

/* Global header-style buttons inside daily-operations cards */
.ow-strategy-03 .ow-strategy-link{
  min-height:48px!important;
  padding:0 22px!important;
  border-radius:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border:1px solid rgba(125,53,255,.24)!important;
  background:#fff!important;
  color:#17132d!important;
  font-size:15px!important;
  font-weight:700!important;
  box-shadow:0 8px 20px rgba(49,28,94,.06)!important;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease!important;
}
.ow-strategy-03 .ow-strategy-link:hover{transform:translateY(-3px)!important;border-color:#8b3dff!important;box-shadow:0 14px 28px rgba(100,43,190,.13)!important}

@media(max-width:767px){
  .ow-team-card .ow-team-wrap{min-height:250px!important;margin-bottom:24px!important}
  .ow-theme-process-2{padding-top:84px!important;padding-bottom:84px!important}
}


/* 2026-07-24 process-2 brand recolor + tighter scroll canvas */
.ow-theme-process-2{
  --ow-process-purple:#7f35ff;
  --ow-process-pink:#e13fe3;
  --ow-process-orange:#ff8457;
  background:linear-gradient(180deg,#fff 0%,#faf8ff 100%)!important;
  padding-top:100px!important;
  padding-bottom:72px!important;
}
.ow-theme-process-2 .sk-process-2-wrap{border:1px solid rgba(113,65,188,.12)!important;box-shadow:0 22px 60px rgba(48,27,94,.12)!important}
.ow-theme-process-2 .sk-process-2-tabs-btn-single{color:#17132d!important;background:#f7f4fb!important;border-color:#fff!important;box-shadow:0 8px 20px rgba(51,31,95,.08)!important}
.ow-theme-process-2 .sk-process-2-tabs-btn-single:hover,
.ow-theme-process-2 .sk-process-2-tabs-btn-single.active{
  color:#fff!important;
  background:linear-gradient(110deg,var(--ow-process-purple),var(--ow-process-pink) 58%,var(--ow-process-orange))!important;
  border-color:transparent!important;
  box-shadow:0 12px 28px rgba(129,52,255,.26)!important;
}
.ow-theme-process-2 .sk-process-2-tabs-pane-single{background:#f8f6fb!important;border:1px solid rgba(100,75,150,.10)!important;box-shadow:inset 0 1px 0 #fff,0 18px 45px rgba(43,25,82,.08)!important}
.ow-theme-process-2 .sk-process-2-card{background:#fff!important;border-color:#fff!important;box-shadow:0 18px 42px rgba(43,25,82,.14)!important}
.ow-theme-process-2 .sk-process-2-card .icon{background:linear-gradient(145deg,var(--ow-process-purple),var(--ow-process-pink) 62%,var(--ow-process-orange))!important;box-shadow:0 14px 28px rgba(129,52,255,.28)!important}
.ow-theme-process-2 .sk-process-2-card .number{color:rgba(129,52,255,.08)!important}
.ow-theme-process-2 .sk-process-2-tabs-pane-single .single-line{border-color:rgba(125,73,190,.24)!important}
.ow-theme-process-2 .sk-process-2-tabs-pane-single .single-line-arrow{background:linear-gradient(180deg,var(--ow-process-purple),var(--ow-process-pink))!important}
.ow-theme-process-2 .sk-process-2-tabs-pane-single .single-line-arrow::after{background:var(--ow-process-purple)!important}
@media(min-width:1200px){
  .ow-theme-process-2 .sk-process-2-height{height:1180px!important}
  .ow-theme-process-2 .sk-process-2-pin{top:84px!important}
}
@media(max-width:1199px){.ow-theme-process-2{padding-top:88px!important;padding-bottom:64px!important}}
@media(max-width:767px){.ow-theme-process-2{padding-top:72px!important;padding-bottom:52px!important}}


/* 2026-07-24 tighten Process-2 scroll canvas and remove trailing blank space */
.ow-theme-process-2{margin-bottom:0!important;min-height:0!important}
.ow-theme-process-2 .sk-process-2-height{height:auto!important;min-height:0!important}
@media(min-width:1200px){
  .ow-theme-process-2 .sk-process-2-height{height:820px!important}
  .ow-theme-process-2 .sk-process-2-pin{top:72px!important}
}
.ow-theme-process-2 + section{margin-top:0!important}


/* 2026-07-24 tighter process-2 handoff */
@media (min-width:1200px){
  .ow-theme-process-2 .sk-process-2-height{height:690px!important}
  .ow-theme-process-2 .sk-process-2-pin{top:58px!important}
  .ow-theme-process-2{padding-bottom:28px!important}
}
.ow-theme-process-2 .sk-process-2-wrap{margin-bottom:0!important}
.ow-theme-process-2 + section{padding-top:64px!important}

/* Logo-mark consistency in native feature visuals */
.ow-native-features .sk-subtitle-1-text .has-clr{display:inline-flex!important;align-items:center!important;gap:6px!important}
.ow-native-features .sk-subtitle-1-text .has-clr img{width:16px!important;height:16px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important}
.ow-native-features .ow-task-card .favicon-logo img{width:28px!important;height:28px!important;object-fit:contain!important}
