/*
========================================
HEADER
========================================
*/

.rk-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid #e7eee8;
}

.rk-container{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}

.rk-nav{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.rk-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#07110b;
  text-decoration:none;
  font-size:18px;
  font-weight:800;
}

.rk-mark{
  width:38px;
  height:38px;
  border-radius:999px;
  background:#08a12f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

/*
========================================
MAIN MENU
========================================
*/

.rk-menu{
  flex:1;
  display:flex;
  justify-content:center;
}

.rk-wp-menu{
  display:flex;
  align-items:center;
  gap:34px;
  list-style:none;
  margin:0;
  padding:0;
}

.rk-wp-menu li{
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}

.rk-wp-menu > li > a{
  height:72px;
  display:flex;
  align-items:center;
  color:#15231b;
  font-size:15px;
  font-weight:500;
  text-decoration:none;
}

.rk-wp-menu > li:hover > a{
  color:#08a12f;
}

/*
========================================
SUB MENU
========================================
*/

.rk-wp-menu .sub-menu{
  position:absolute;
  top:72px;
  left:0;
  min-width:220px;

  background:#fff;
  border:1px solid #e7eee8;
  box-shadow:0 22px 50px rgba(12,28,18,.14);

  padding:12px;
  margin:0;

  display:none;
  list-style:none;

  z-index:99999;
}

.rk-wp-menu li:hover > .sub-menu{
  display:block;
}

.rk-wp-menu .sub-menu li{
  margin:0;
  padding:0;
}

.rk-wp-menu .sub-menu a{
  display:block;
  padding:10px 12px;

  color:#647083;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;

  border-radius:8px;
}

.rk-wp-menu .sub-menu a:hover{
  background:#f4f8f2;
  color:#08a12f;
}

/*
========================================
HEADER ACTIONS
========================================
*/

.rk-actions{
  display:flex;
  align-items:center;
  gap:20px;
}

.rk-login{
  color:#15231b;
  text-decoration:none;
  font-size:15px;
  font-weight:500;
}

.rk-btn{
  height:48px;
  padding:0 28px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  border:1px solid #15231b;

  color:#15231b;
  text-decoration:none;

  font-size:15px;
  font-weight:700;
}

/*
========================================
LANGUAGE SWITCH
========================================
*/

.rk-language-switch{
  position:relative;
  padding-bottom:24px;
  margin-bottom:-24px;
}

.rk-language-current{
  height:72px;

  display:flex;
  align-items:center;
  gap:6px;

  cursor:pointer;

  color:#0b4fa8;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.rk-language-current::after{
  content:'⌃';
  font-size:11px;
  color:#0b6adf;
}

/*
========================================
LANGUAGE DROPDOWN
========================================
*/

.rk-language-dropdown{
  position:absolute;
  top:72px;
  right:0;

  width:640px;

  background:#fff;
  border:1px solid #e7eee8;
  box-shadow:0 22px 50px rgba(12,28,18,.14);

  padding:30px;

  display:none;

  z-index:999999;
}

.rk-language-switch:hover .rk-language-dropdown{
  display:block;
}

/*
========================================
TRANSPOSH FIX
========================================
*/

.rk-language-dropdown table,
.rk-language-dropdown tbody,
.rk-language-dropdown tr,
.rk-language-dropdown td{
  display:contents !important;
}

.rk-language-dropdown ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;

  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;

  gap:20px 34px !important;
}

.rk-language-dropdown li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.rk-language-dropdown a{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;

  color:#647083 !important;
  text-decoration:none !important;

  font-size:14px !important;
  font-weight:600 !important;

  white-space:nowrap !important;
}

.rk-language-dropdown a:hover{
  color:#0867df !important;
}

.rk-language-dropdown img{
  width:16px !important;
  height:auto !important;
  border-radius:2px;
  flex:none;
}


.rk-language-dropdown{
  position:absolute;
  right:0;
  top:72px;

  width:220px !important;

  background:#fff;
  border:1px solid #e7eee8;
  box-shadow:0 22px 50px rgba(12,28,18,.14);

  padding:14px !important;

  display:none;
  z-index:999999;
}

.rk-language-switch:hover .rk-language-dropdown{
  display:block;
}

.rk-language-dropdown ul{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;

  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.rk-language-dropdown li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.rk-language-dropdown a{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;

  color:#647083 !important;
  text-decoration:none !important;

  font-size:14px !important;
  font-weight:600 !important;
}

.rk-language-dropdown a:hover{
  color:#0867df !important;
}

.rk-language-dropdown img{
  width:16px !important;
  height:auto !important;
}

.rk-language-dropdown {
  width: 220px !important;
  padding: 14px !important;
}

.rk-lang-clean-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.rk-lang-clean-item,
.rk-lang-clean-item a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #647083 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.rk-lang-clean-item img {
  width: 16px !important;
  height: 16px !important;
  object-fit: cover;
  flex: none;
  margin: 0 !important;
}

.rk-lang-clean-item br {
  display: none !important;
}

.rk-lang-clean-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
}

.rk-lang-clean-item {
  display: block !important;
  width: 100% !important;
}

.rk-lang-clean-item a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  white-space: nowrap !important;
}

.rk-language-dropdown {
  width: 230px !important;
  overflow: hidden !important;
}


/*
========================================
FOOTER
========================================
*/
.rk-footer {
  background: #f1f6ef;
  padding: 82px 0 0;
}

.rk-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 64px;
}

.rk-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rk-footer-menu li {
  margin: 0 0 13px;
  padding: 0;
}

.rk-footer-menu a {
  color: #08752a;
  font-size: 14px;
  text-decoration: none;
}

.rk-social {
  display: flex;
  gap: 10px;
}

.rk-social a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08752a;
  text-decoration: none;
}

.rk-footer-bottom {
  width: 100%;
  margin-top: 84px;
  background: #07110b;
  color: #fff;
}

.rk-footer-bottom-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}



/*
========================================
Mainpage
========================================
*/

:root{
      --rk-green:#08a12f;
      --rk-green-dark:#057a25;
      --rk-black:#07110b;
      --rk-text:#1f2b24;
      --rk-muted:#59665f;
      --rk-line:#e7eee8;
      --rk-soft:#f4f8f2;
      --rk-cream:#fbf7e8;
      --rk-white:#ffffff;
      --rk-blue:#08a12f;
      --rk-shadow:0 18px 42px rgba(18,36,24,.10);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--rk-black);background:#fff;line-height:1.5}
    a{color:inherit;text-decoration:none}
    .rk-container{width:min(1180px,calc(100% - 96px));margin:0 auto}
    .rk-wide-container{width:min(1240px,calc(100% - 96px));margin:0 auto}
    .rk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid var(--rk-black);background:#fff;color:var(--rk-black);font-weight:700;font-size:14px;transition:.18s ease;cursor:pointer}
    .rk-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
    .rk-btn-green{background:var(--rk-green);border-color:var(--rk-green);color:#fff}
    .rk-btn-green:hover{background:var(--rk-green-dark);border-color:var(--rk-green-dark)}

    .rk-hero{position:relative;overflow:hidden;padding:82px 0 80px;background:linear-gradient(115deg,#ffffff 0%,#ffffff 48%,#fff7d8 100%)}
    .rk-hero:before{content:"";position:absolute;right:-120px;top:-160px;width:760px;height:760px;background:radial-gradient(circle at 35% 35%,rgba(36,213,109,.34),transparent 28%),radial-gradient(circle at 68% 42%,rgba(255,188,55,.32),transparent 30%),radial-gradient(circle at 50% 72%,rgba(100,160,255,.18),transparent 34%);filter:blur(22px);opacity:.95}
    .rk-hero:after{content:"";position:absolute;right:0;top:0;width:38%;height:100%;background:linear-gradient(135deg,rgba(8,161,47,.08),rgba(255,255,255,0));clip-path:polygon(32% 0,100% 0,100% 100%,0 100%)}
    .rk-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.96fr 1.04fr;gap:72px;align-items:center}
    .rk-eyebrow{color:var(--rk-green);font-weight:700;font-size:13px;margin-bottom:14px}
    .rk-hero h1{font-size:64px;line-height:1;letter-spacing:-.065em;margin:0 0 22px;max-width:650px}
    .rk-hero p{font-size:18px;color:var(--rk-muted);margin:0 0 26px;max-width:525px}
    .rk-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:24px}
    .rk-happy{display:flex;align-items:center;gap:14px;margin-top:4px;color:#1b261f;font-size:15px;font-weight:500}
    .rk-avatars{display:flex;align-items:center}
    .rk-avatar{width:34px;height:34px;border-radius:50%;border:2px solid #fff;margin-left:-8px;background:linear-gradient(135deg,#d8ead5,#f8d99d);box-shadow:0 4px 10px rgba(0,0,0,.08)}
    .rk-avatar:first-child{margin-left:0;background:linear-gradient(135deg,#2f7344,#f7c66a)}
    .rk-avatar:nth-child(2){background:linear-gradient(135deg,#a9c8ff,#f2f6ff)}
    .rk-avatar:nth-child(3){background:linear-gradient(135deg,#f0dfca,#86543c)}
    .rk-avatar:nth-child(4){background:linear-gradient(135deg,#dedede,#b97e51)}
    .rk-avatar:nth-child(5){background:linear-gradient(135deg,#edc0a2,#293b2f)}
    .rk-stars{color:#f5b400;letter-spacing:1px;font-size:17px;white-space:nowrap}
    .rk-happy strong{font-weight:800;color:#07110b}

    .rk-visual{position:relative;min-height:430px}
    .rk-panel{width:340px;margin:0 auto;background:#0a0d0b;border-radius:28px;padding:12px;box-shadow:var(--rk-shadow);position:relative;z-index:2}
    .rk-panel-inner{background:#fff;border-radius:20px;padding:24px;min-height:360px;overflow:hidden}
    .rk-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:13px;color:#66736b}
    .rk-content-card{border:1px solid var(--rk-line);padding:16px;border-radius:14px;margin-bottom:12px;background:#fff}
    .rk-content-card strong{display:block;font-size:17px;letter-spacing:-.03em;margin-bottom:9px}
    .rk-line{display:block;height:8px;border-radius:99px;background:#eef3ef;margin:8px 0}
    .rk-line.w1{width:92%}.rk-line.w2{width:68%}.rk-line.w3{width:52%}
    .rk-score-row-main{display:flex;align-items:center;justify-content:space-between;margin-top:22px;border-top:1px solid var(--rk-line);padding-top:20px}
    .rk-circle{width:72px;height:72px;border:5px solid #80d567;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:22px;color:var(--rk-green)}
    .rk-float{position:absolute;background:#fff;border:1px solid var(--rk-line);border-radius:8px;box-shadow:var(--rk-shadow);padding:20px;z-index:3}
    .rk-float small{display:block;color:var(--rk-muted);font-size:12px;margin-bottom:7px}
    .rk-float strong{font-size:28px;color:var(--rk-green);letter-spacing:-.05em}
    .rk-float-one{left:4px;top:50px;width:184px}.rk-float-two{right:0;top:132px;width:142px;text-align:center}.rk-float-three{left:54px;bottom:22px;width:214px}
    .rk-bars-mini{height:46px;display:flex;align-items:end;gap:7px;margin-top:10px}.rk-bars-mini i{width:12px;border-radius:10px;background:#dcebe0;display:block}.rk-bars-mini i:nth-child(1){height:18px}.rk-bars-mini i:nth-child(2){height:25px}.rk-bars-mini i:nth-child(3){height:32px}.rk-bars-mini i:nth-child(4){height:42px;background:#87d36f}.rk-bars-mini i:nth-child(5){height:50px;background:#57ba55}

    .rk-section{padding:104px 0}
    .rk-center{text-align:center}.rk-center h2{font-size:44px;line-height:1.06;letter-spacing:-.055em;margin:0 auto 14px;max-width:760px}.rk-center p{color:var(--rk-muted);margin:0 auto 34px;max-width:680px;font-size:17px}
    .rk-feature{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}.rk-feature.reverse .rk-copy{order:1}.rk-feature.reverse .rk-media{order:2}
    .rk-copy h2{font-size:40px;line-height:1.06;letter-spacing:-.055em;margin:0 0 16px;max-width:520px}.rk-copy p{color:var(--rk-muted);font-size:16px;margin:0 0 18px;max-width:520px}
    .rk-checks{list-style:none;padding:0;margin:20px 0 26px;display:grid;gap:9px;color:#26352d;font-size:15px}.rk-checks li{position:relative;padding-left:27px}.rk-checks li:before{content:'✓';position:absolute;left:0;top:0;color:var(--rk-green);font-weight:800}
    .rk-media{position:relative;min-height:315px}.rk-image-box{height:285px;background:linear-gradient(135deg,#f2f7f1,#dceadf);overflow:hidden;border:1px solid var(--rk-line)}.rk-image-box:before{content:'';display:block;width:100%;height:100%;background:radial-gradient(circle at 35% 30%,rgba(10,143,47,.22),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.8),rgba(255,255,255,.15))}
    .rk-stat-card,.rk-score-card{position:absolute;background:#fff;border:1px solid var(--rk-line);box-shadow:var(--rk-shadow);border-radius:8px;padding:22px}.rk-stat-card{right:0;top:52px;width:292px}.rk-stat-card strong{display:block;font-size:34px;line-height:1;letter-spacing:-.05em;margin-bottom:4px}.rk-stat-card span{color:var(--rk-muted);font-size:13px}.rk-bars{display:flex;align-items:end;gap:9px;height:78px;margin-top:16px}.rk-bars i{display:block;width:24px;background:#e7efe8;border-radius:4px 4px 0 0}.rk-bars i:nth-child(1){height:22px}.rk-bars i:nth-child(2){height:31px}.rk-bars i:nth-child(3){height:45px}.rk-bars i:nth-child(4){height:63px;background:#9cdc87}.rk-bars i:nth-child(5){height:76px;background:#55b94e}
    .rk-score-card{left:48px;top:62px;width:320px}.rk-score-row{margin-top:16px}.rk-score-row span{display:flex;justify-content:space-between;color:#526059;font-size:12px;margin-bottom:7px}.rk-progress{height:12px;border-radius:30px;background:#eef3ef;overflow:hidden}.rk-progress i{display:block;height:100%;background:#7ccf63;border-radius:30px}.rk-progress.orange i{background:#f6a948}

    .rk-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;text-align:left}.rk-auto-card{background:#fff;border:1px solid var(--rk-line);padding:34px;box-shadow:0 12px 30px rgba(18,36,24,.06);min-height:285px}.rk-auto-icon{width:42px;height:42px;border-radius:50%;background:#e7f7e9;color:var(--rk-green);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.rk-auto-card h3{font-size:22px;line-height:1.12;letter-spacing:-.045em;margin:0 0 12px}.rk-auto-card p{font-size:15px;color:var(--rk-muted);margin:0}

    .rk-night{background:linear-gradient(115deg,#07110b 0%,#0d2415 52%,#152f20 100%);color:#fff;overflow:hidden}.rk-night .rk-eyebrow{color:#7be479}.rk-night .rk-copy p,.rk-night .rk-checks{color:rgba(255,255,255,.74)}.rk-night .rk-checks li:before{color:#7be479}.rk-timeline{background:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 50px rgba(0,0,0,.28);padding:28px;color:#07110b}.rk-time-row{display:flex;gap:16px;border-bottom:1px solid var(--rk-line);padding:14px 0}.rk-time-row:last-child{border-bottom:0}.rk-time{font-weight:800;color:var(--rk-green);min-width:72px}.rk-time-row strong{display:block;font-size:15px}.rk-time-row span{display:block;color:var(--rk-muted);font-size:13px;margin-top:2px}.rk-impact{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.rk-impact div{border:1px solid rgba(255,255,255,.16);padding:18px;background:rgba(255,255,255,.06);font-weight:700}
    .rk-automation-panel{background:#f4f8f2;border:1px solid var(--rk-line);padding:28px}.rk-flow{display:grid;gap:12px}.rk-flow div{background:#fff;border:1px solid var(--rk-line);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;font-weight:700}.rk-flow span{color:var(--rk-green)}
    .rk-integrations{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:42px;margin-bottom:72px}.rk-integration{border:1px solid var(--rk-line);background:#fff;padding:22px 16px;text-align:center;font-weight:800;box-shadow:0 10px 24px rgba(18,36,24,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;min-height:118px;transition:.18s ease}.rk-integration:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(18,36,24,.10)}.rk-integration-icon{width:42px;height:42px;border-radius:12px;background:#f3f7f4;border:1px solid #e3ece5;display:grid;place-items:center}.rk-integration-icon svg{width:25px;height:25px;display:block}.rk-integration-name{font-size:14px;color:#07110b}.rk-integration.wp .rk-integration-icon{color:#21759b}.rk-integration.joomla .rk-integration-icon{color:#5091cd}.rk-integration.shopify .rk-integration-icon{color:#7ab55c}.rk-integration.wix .rk-integration-icon{color:#111}.rk-integration.framer .rk-integration-icon{color:#111}.rk-integration.drupal .rk-integration-icon{color:#0678be}.rk-integration.api .rk-integration-icon{color:#08a12f}.rk-integration.webflow .rk-integration-icon{color:#146ef5}.rk-integration.ghost .rk-integration-icon{color:#111}.rk-integration.woo .rk-integration-icon{color:#96588a}
    .rk-language-card{margin:0 auto 0;max-width:980px;background:#f4f4f4;border:1px solid #ececec;border-radius:22px;padding:44px 48px;text-align:left}.rk-language-card h3{font-size:24px;line-height:1.2;letter-spacing:-.04em;margin:0 0 10px}.rk-language-card p{font-size:17px;line-height:1.55;color:#19231d;margin:0 0 26px;max-width:760px}.rk-language-pills{display:flex;flex-wrap:wrap;gap:10px}.rk-language-pill{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e4e4e4;border-radius:12px;padding:7px 13px;font-size:14px;color:#1b241f;box-shadow:0 2px 6px rgba(0,0,0,.08);white-space:nowrap}.rk-language-pill.more{background:#ededed;color:#59625d;box-shadow:none}

    .rk-pricing-blue{background:linear-gradient(180deg,#08a12f 0%,#08a12f 330px,#fff 330px,#fff 100%);padding-top:110px}
    .rk-price-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:18px;margin-top:54px;text-align:left}
    .rk-price-card{position:relative;padding:34px 24px 30px;border:1px solid #dfe9e2;background:#fff;min-height:820px;display:flex;flex-direction:column;border-radius:14px;box-shadow:0 10px 26px rgba(18,36,24,.07)}.rk-price-card.featured{border:2px solid var(--rk-green);box-shadow:0 16px 34px rgba(8,161,47,.14)}.rk-price-card.featured:before{content:'Best Deal';position:absolute;left:24px;right:24px;top:-18px;height:34px;background:#e7f7e9;border:1px solid #bfe8c8;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#047425}.rk-price-card h3{text-align:center;margin:0 0 18px;font-size:18px;letter-spacing:-.02em}.rk-was{text-align:center;color:#7d8290;text-decoration:line-through;font-size:13px;margin-bottom:6px}.rk-big-price{text-align:center;color:#06143a;letter-spacing:-.055em;margin-bottom:6px;min-height:56px;display:flex;align-items:center;justify-content:center}.rk-big-price .currency{font-size:18px;font-weight:700;align-self:flex-start;margin-top:8px;margin-right:4px}.rk-big-price .amount{font-size:44px;font-weight:600;line-height:1}.rk-big-price .yearly{font-size:13px;color:#7d8290;margin-left:6px;letter-spacing:0;align-self:flex-end;margin-bottom:8px}.rk-saving{display:table;margin:0 auto 18px;background:#ecf8ee;color:#047425;border:1px solid #caebd0;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.rk-plan-desc{text-align:center;font-size:13px;color:#394465;min-height:45px;margin:0 0 20px}.rk-price-card .rk-btn{width:100%;background:#08a969;border-color:#08a969;color:#fff;margin-bottom:24px;border-radius:8px}.rk-price-card hr{border:0;border-top:1px solid #e4ebf3;width:100%;margin:0 0 22px}.rk-includes{font-size:13px;font-weight:800;color:#07133c;margin:0 0 16px}.rk-feature-group{margin:0 0 22px}.rk-feature-group h4{font-size:13px;color:#07133c;margin:0 0 12px}.rk-feature-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.rk-feature-list li{font-size:13px;line-height:1.35;color:#26324f;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.rk-feature-list .tag{font-size:9px;color:#f02d58;text-decoration:none;margin-left:3px;vertical-align:super}.rk-see-all{margin-top:auto;color:#047425;font-size:13px;text-decoration:underline}.rk-table-note{font-size:13px;color:#fff;margin-top:18px;text-align:center;opacity:.92}

    .rk-testimonials{background:#f7faf7}.rk-testimonial-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:46px;text-align:left}.rk-testimonial-card{background:#fff;border:1px solid var(--rk-line);border-radius:14px;padding:24px;box-shadow:0 10px 26px rgba(18,36,24,.06);min-height:230px;display:flex;flex-direction:column}.rk-testimonial-stars{color:#f5b400;letter-spacing:1px;font-size:14px;margin-bottom:14px}.rk-testimonial-card p{font-size:14px;line-height:1.55;color:#26352d;margin:0 0 22px}.rk-testimonial-person{margin-top:auto;display:flex;align-items:center;gap:12px}.rk-testimonial-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#dcefe0,#f8d99d);border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.08)}.rk-testimonial-person strong{display:block;font-size:13px}.rk-testimonial-person span{display:block;color:var(--rk-muted);font-size:12px;margin-top:2px}

    .rk-faq-list{max-width:850px;margin:34px auto 0;text-align:left;display:grid;gap:14px}.rk-faq-list details{border:1px solid var(--rk-line);padding:20px;background:#fff}.rk-faq-list summary{font-weight:800;cursor:pointer}.rk-faq-list p{color:var(--rk-muted);margin:14px 0 0}
    .rk-blog-cta{padding:92px 0;background:linear-gradient(90deg,#fff 0%,#fff 58%,#fff9dc 100%);text-align:center}.rk-blog-cta h2{font-size:46px;line-height:1.05;letter-spacing:-.055em;margin:0 0 20px}.rk-blog-cta p{color:var(--rk-muted);font-size:17px;margin:0 auto 28px;max-width:560px}.rk-store-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.rk-store{background:#0a0d0b;color:#fff;border-radius:7px;padding:10px 16px;min-width:148px;font-weight:700;font-size:14px}

    @media (max-width:980px){
      .rk-container,.rk-wide-container{width:min(100% - 56px,1180px)}
      .rk-hero-grid,.rk-feature,.rk-feature.reverse{grid-template-columns:1fr;gap:42px}
      .rk-feature.reverse .rk-copy,.rk-feature.reverse .rk-media{order:initial}
      .rk-hero h1{font-size:50px}
      .rk-hero{padding:58px 0}
      .rk-visual{min-height:400px}
      .rk-four-grid,.rk-impact,.rk-price-grid{grid-template-columns:1fr 1fr}
      .rk-testimonial-grid{grid-template-columns:1fr 1fr}
      .rk-integrations{grid-template-columns:repeat(2,1fr)}
    }

    @media (max-width:760px){
      .rk-container,.rk-wide-container{width:min(100% - 34px,1180px)}
      .rk-section{padding:76px 0}
      .rk-hero h1{font-size:42px}
      .rk-copy h2,.rk-center h2,.rk-blog-cta h2{font-size:34px}
      .rk-panel{width:285px}
      .rk-float{padding:15px}
      .rk-float-one,.rk-float-three{left:0;width:170px}
      .rk-float-two{right:0;width:128px}
      .rk-happy{align-items:flex-start;flex-direction:column;gap:10px}
      .rk-four-grid,.rk-impact,.rk-integrations,.rk-price-grid,.rk-testimonial-grid{grid-template-columns:1fr}
      .rk-price-card{border-right:0;border-bottom:1px solid #dbe4ee;min-height:auto}
      .rk-price-card:last-child{border-bottom:0}
      .rk-price-card.featured:before{position:static;margin:-34px -22px 24px}
      .rk-language-card{padding:26px 20px;border-radius:18px}
      .rk-language-card h3{font-size:22px}
      .rk-language-card p{font-size:15px}
      .rk-language-pill{font-size:13px;padding:7px 10px}
    }