/*!
Theme Name: wp-ranta-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-ranta-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wp-ranta-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;  
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #525B60;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
body{
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
} */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* HEADER */

.header {
	transition: transform .35s ease;
}

.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;

	box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.header.hide {
	transform: translateY(-100%);
}
/* ===========================
   Menu (Desktop + Mobile)
=========================== */
.main_nav { width: 100%; }

.menu_desktop {
  position: relative;
  display: flex;
  padding: 6px 0;
  align-items: center;
  justify-content: space-between;
}

.main_menu { list-style: none;  }

.main-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.main-menu li a,
.language_switcher ul li a {
  font-weight: 500; 
  font-size: 16px;

  display: block;
  color: #525B60;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}
  
 
.main-menu li a:hover::before,
.main-menu li a:focus::before,
.main-menu li a:active::before {
  transform: scale(1);
}
 
.ranta_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 64px;
	padding: 0 20px;
	border-radius: 14px;

	color: #525B60;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;

	background: linear-gradient(
		90deg,
		#a6ff4f 0%, 
		#80c6e8 100%
	);
	
	background-size: 200% 200%;
	background-position: left center;

	transition:
		background-position 0.6s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;

	box-shadow: 0 10px 30px rgba(166, 255, 79, 0.18);
}

.ranta_btn:hover {
	background-position: right center; 
	box-shadow: 0 16px 40px rgba(128, 198, 232, 0.25);
}


.demo-request a{
	min-height: auto;
	max-width: auto;
	padding: 10px 20px;
	font-size: 16px;
	color: #525B60;

	border-radius: 14px;

	background: linear-gradient(
		90deg,
		#80c6e8 0%, 
		#a6ff4f 100%
	);

	background-size: 200% 200%;
	background-position: left center;

	transition:
		background-position 0.6s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;

	box-shadow: 0 10px 30px rgba(166, 255, 79, 0.18);
}

.demo-request a:hover {
	background-position: right center; 
}


/* Mobile burger button */
button.header__mobile-menu {
	display: none;

  font-size: 24px;
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.header__mobile-menu span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background-color: #363636;
  transition: all 0.3s ease-in-out;
}
.header__mobile-menu.open span { background-color: #a0e067; }
.header__mobile-menu.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.header__mobile-menu.open span:nth-child(2) { opacity: 0; }
.header__mobile-menu.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.header__menu .main-menu.active { right: 0; }

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

 
  @import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap');

  .ranta-page {
    --dark: #555f64;
    --text: #2e3438;
    --muted: #7f8a90;
    --lime: #a6ff4f;
    --blue: #80c6e8;
    --bg: #ffffff;
    --soft: #eeeeee;
    font-family: 'Urbanist', Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    overflow-x: hidden;
  }

  .ranta-page * { box-sizing: border-box; }

  .ranta-container {
    width: min(1200px, calc(100% - 48px));
	margin: 0 auto; 
	position: relative;
  }
 

  .ranta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 64px;
    border-radius: 14px;
    background: var(--lime);
    color: #173042;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
  }

  .ranta-btn:hover { filter: brightness(.97); }

  /* Header */
  .ranta-header {
    padding: 15px 0;
    background: #fff;
  }


.ranta-header .header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 130px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.header__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__list {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header__link { transition: all 0.3s; }
.header__link:hover { color: var(--blue); }

  .ranta-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .ranta-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 28px;
    color: var(--dark);
    text-decoration: none;
    letter-spacing: .5px;
  }

  .ranta-logo-mark {
    width: 26px;
    height: 34px;
    display: inline-block;
    background: var(--dark);
    clip-path: polygon(0 0, 75% 25%, 75% 38%, 18% 20%, 18% 35%, 88% 58%, 88% 72%, 18% 50%, 18% 65%, 64% 80%, 64% 94%, 0 72%);
  }

  .ranta-menu,
  .ranta-actions {
    display: flex;
    align-items: center;
    gap: 36px;
  }

  .ranta-menu a,
  .ranta-actions a {
    color: var(--dark);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }

  .menu-item {
    position: relative;
	padding: 0 10px;
}

.menu-item.current-menu-item::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 100%;
    height: 2px;

    background: linear-gradient(
        90deg,
        #ADFB5F 0%,
        #7595AC 50%,
        #81C0E5 100%
    );

    border-radius: 999px;
}

.menu-item a {
    position: relative;
    padding-bottom: 20px;
}

.menu-item::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        #ADFB5F,
        #7595AC,
        #81C0E5
    );

    transition: width .35s ease;
}

.menu-item:hover::after,
.menu-item.current-menu-item::after {
    width: 100%;
}

  /* Hero */
  .ranta-hero {
    padding: 72px 0 74px;
    text-align: center;
  }

  .ranta-hero h1 {
    max-width: 820px;
    margin: 0 auto 24px;
    color: var(--dark);
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.2;
    font-weight: 800;
  }

  .ranta-hero p {
    max-width: 1180px;
    margin: 0 auto 34px;
    color: var(--dark);
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.1;
    font-weight: 500;
  }

  .ranta-hero-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 32px;
  }

  .hero-btns {
	display: flex;
	justify-content: center;
	gap: 24px;
  }

  .ranta-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
  }

  .ranta-hero-img-left,
.ranta-hero-img-right {
  position: relative;
  will-change: transform, opacity;
}

.ranta-hero-img-left {
  transform:
    translateX(calc(var(--hero-hide, 0) * -350px))
    translateY(calc(var(--hero-hide, 0) * 40px))
    rotate(calc(var(--hero-hide, 0) * -8deg))
    scale(calc(1 - var(--hero-hide, 0) * .2));

  opacity: calc(1 - var(--hero-hide, 0));
}

.ranta-hero-img-right {
  transform:
    translateX(calc(var(--hero-hide, 0) * 350px))
    translateY(calc(var(--hero-hide, 0) * 40px))
    rotate(calc(var(--hero-hide, 0) * 8deg))
    scale(calc(1 - var(--hero-hide, 0) * .2));

  opacity: calc(1 - var(--hero-hide, 0));
}

.ranta-hero-grid {
  transform:
    scale(calc(1 - var(--hero-hide, 0) * .1));

  opacity: calc(1 - var(--hero-hide, 0) * .2);
}
  .ranta-hero {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

.ranta-hero .ranta-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: calc(1 - var(--hero-hide, 0));
  transform: scale(calc(1 - var(--hero-hide, 0) * .08));
  transition: opacity .08s linear, transform .08s linear;
  will-change: opacity, transform;
}

.ranta-advantages {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 48px 48px 0 0;
  box-shadow: 0 -20px 80px rgba(0,0,0,.08);
}
.ranta-advantages {
  scroll-margin-top: 80px;
}
  /* Advantages */
  .ranta-advantages {
    padding: 72px 0 58px;
  }

  .ranta-section-title {
    margin: 0 0 34px;
    color: var(--dark);
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
  }

  .ranta-adv-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 44px;
    align-items: center;
  }

  .ranta-adv-intro {
    max-width: 560px;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 38px;
  }

  .ranta-card-list {
    display: grid;
    gap: 24px;
  }

  .ranta-small-card {
    max-width: 560px;
    padding: 18px 40px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0,0,0,.12);
  }

  .ranta-small-card h3 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.1;
  }

  .ranta-small-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
  }

  .ranta-map {
    width: 100%;
    min-height: 520px;
    filter: drop-shadow(-34px 0 36px rgba(166,255,79,.85)) drop-shadow(35px 0 34px rgba(128,198,232,.65));
  }


.blur-title,
.ranta-section-title {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20%);

    transition:
        opacity 1s ease,
        filter 1s ease,
        transform 1s ease;
}

.blur-title.in-view,
.blur-title.visible,
.ranta-section-title.in-view {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

  /* Problem */
  .ranta-problem,
  .ranta-features,
  .ranta-final,
  .ranta-form-section {
    background: var(--soft);
  }

  .ranta-problem {
    padding: 130px 0 110px;
  }

  .ranta-problem h2 {
    max-width: 930px;
    margin: 0 0 66px;
    color: var(--dark);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.08;
    font-weight: 400;
  }

  .ranta-blue { color: var(--blue); }

  .ranta-quote {
    max-width: 900px;
    padding-left: 28px;
    border-left: 4px solid;
    border-image: linear-gradient(var(--lime), var(--blue)) 1;
    font-size: 29px;
    line-height: 1.25;
    color: var(--dark);
    margin-bottom: 70px;
  }

  .ranta-subtitle {
    margin: 0 0 34px;
    color: var(--dark);
    font-size: 40px;
    font-weight: 300;
  }

  .ranta-subtitle strong { font-weight: 700; }

  .ranta-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }

  .ranta-problem-card {
    min-height: 124px;
    padding: 28px 40px;
    border-radius: 18px;
    background: #707579;
    color: #fff;
  }

  .ranta-problem-card h3 {
    margin: 0 0 16px;
    font-size: 27px;
    line-height: 1.1;
  }

  .ranta-problem-card p {
    margin: 0;
    font-size: 18px;
  }

  .ranta-problem-card.is-image {
    background: url('images/nochallenge.png') center/cover;
  }

  /* Solution */
  .ranta-solution {
    padding: 78px 0 62px;
  }

  .ranta-solution h2 {
    text-align: center;
    margin-bottom: 92px;
  }

  .ranta-solution-grid {
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 92px;
    align-items: start;
  }
.ranta-accordion {
  width: 100%;
}

.ranta-accordion-item {
  border-top: 1px solid #d8d8d8;
}

.ranta-accordion-item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.ranta-accordion-head {
  width: 100%;
  padding: 26px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.ranta-accordion-head span {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
}

.ranta-accordion-head i {

    width: 32px;
    height: 32px;
  border-radius: 50%;
  border: 1.5px solid #000;
  position: relative;
  flex: 0 0 32px;
}

.ranta-accordion-head i::before,
.ranta-accordion-head i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1.5px;
  background: #000;
  transform: translate(-50%, -50%);
  
}

.ranta-accordion-head i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ranta-accordion-item.active .ranta-accordion-head i {
  background: #fff;
}

.ranta-accordion-item:not(.active) .ranta-accordion-head i {
  background: #000;
	transition:
		background-position 0.6s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
	background-size: 200% 200%;
	background-position: right center; 
}


.ranta-accordion-item:not(.active) .ranta-accordion-head i:hover {
	background: linear-gradient(
		90deg,
		#a6ff4f 0%, 
		#80c6e8 100%
	);
	border: 1px solid #a6ff4f;
}

.ranta-accordion-item:not(.active) .ranta-accordion-head i::before,
.ranta-accordion-item:not(.active) .ranta-accordion-head i::after {
  background: #fff;
}

.ranta-accordion-item.active .ranta-accordion-head i::after {
  opacity: 0;
}

.ranta-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.ranta-accordion-body p {
  margin: 0 0 28px;
  max-width: 620px;
  color: #555f64;
  font-size: 27px;
  line-height: 1.25;
}

.ranta-accordion-item.active .ranta-accordion-body {
  max-height: 200px;
}

  .ranta-plus,
  .ranta-minus {
    position: absolute;
    right: 0;
    top: 26px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #000;
    font-size: 26px;
    line-height: 1;
  }

  .ranta-plus { background: #000; color: #fff; }
  .ranta-minus { background: #fff; color: #000; }

  .ranta-ai {
    margin-top: 66px;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .ranta-ai-icon {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 38px;
    font-weight: 800;
  }

  .ranta-ai strong {
    display: block;
    font-size: 24px;
    color: #000;
  }

  .ranta-ai span {
    display: block;
    margin-top: 8px;
    color: #8a9094;
    font-size: 19px;
    font-weight: 700;
  }

  .ranta-solution-copy h3 {
    margin: 20px 0 28px;
    color: var(--dark);
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.15;
    font-weight: 400;
  }

  .ranta-solution-copy h3 span { color: var(--blue); }

  .ranta-solution-copy p {
    font-size: 29px;
    line-height: 1.45;
  }

  .ranta-focus {
    margin-top: 78px;
    padding-left: 28px;
    border-left: 4px solid;
    border-image: linear-gradient(var(--lime), var(--blue)) 1;
    color: var(--dark);
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.15;
  }

  /* Features */
  .ranta-features {
    padding: 92px 0;
  }

 


.features {
  padding: 90px 0;
  background: #f7f7f7;
}

.features .ranta-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.feature-card {
  position: relative;
  min-height: 430px;
  padding: 26px 26px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e4e7ea;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  box-shadow: 0 8px 22px rgba(15, 35, 55, 0.04);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 285deg,
    #a6ff4f 330deg,
    #a6ff4f 360deg
  );
  opacity: 0;
  animation: featureBorderRun 2.2s linear infinite;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 20px;
  background: #fff;
}

.feature-card > * {
  position: relative;
  z-index: 2;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(15, 35, 55, 0.1);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, rgba(128, 198, 232, .14), rgba(166, 255, 79, .16)); */

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

.feature-icon img {
  object-fit: contain;
}

.feature-card h3 {
  margin: 0 0 18px;
  color: #102044;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 700;
  min-height: 60px;
}

.feature-desc {
  margin: 0;
  color: #14264a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.ranta-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ranta-tags span {
  display: inline-flex;
  align-items: center; 
  padding: 6px 12px;
  border-radius: 8px;
  background: #e8f4ff;
  color: #074c91;
  font-size: 14px;
  font-weight: 700;
}


/*Video section*/
.video-section {
    position: relative;
    min-height: 900px;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.video-section video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(8, 22, 38, 0.65) 0%,
            rgba(8, 22, 38, 0.45) 100%
        );
}

.video-content {
    position: relative;
    z-index: 2;

    max-width: 700px;

    color: white;
}

.video-label {
    display: inline-block;

    margin-bottom: 20px;
    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(255,255,255,.12);

    backdrop-filter: blur(12px);

    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.video-content h2 {
    margin: 0 0 24px;

    font-size: 72px;
    line-height: 1.05;
    font-weight: 700;
}

.video-content p {
    max-width: 600px;

    margin-bottom: 40px;

    font-size: 24px;
    line-height: 1.5;

    color: rgba(255,255,255,.9);
}


/* Featured card */
.feature-card--featured {
  border-color: #a6ff4f;
}

.feature-card--featured h3 {
  font-size: 52px;
  line-height: .95;
  color: #102044;
}

.feature-card--featured h3::first-line {
  color: #6cc346;
}

.feature-card--featured .feature-desc {
  font-size: 26px;
  line-height: 1.35;
}

/* Animation */
@keyframes featureBorderRun {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .features .ranta-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .features {
    padding: 70px 0;
  }

  .features .ranta-container {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card h3 {
    font-size: 28px;
  }

  .feature-card--featured h3 {
    font-size: 44px;
  }
}


  /* Final CTA */
  .ranta-final {
    padding: 92px 0 0;
    text-align: center;
    overflow: hidden;
  }

  .ranta-final h2 {
    margin: 0 0 32px;
    color: var(--dark);
    font-size: clamp(38px, 4vw, 48px);
  }

  .ranta-final p {
    margin: 0 0 92px;
    color: var(--dark);
    font-size: 30px;
  }

  .ranta-phone { 
    width: 100%;
    display: block;
	border-bottom: 2px solid #d8d8d8;
  }
  .ranta-phone-img {
    margin: 82px auto 0;
    max-width: 540px;
    width: 50%;
    display: block; 
  }

  /* Form */
  .ranta-form-section {
    padding: 110px 0 120px;
  }

  .ranta-form-section h2 {
    margin: 0 0 50px;
    text-align: center;
    color: var(--dark);
    font-size: clamp(38px, 4vw, 45px); 
  }

  .ranta-form-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 126px;
    align-items: center;
  }

  .ranta-form-img {
    width: 100%;
    border-radius: 14px;
    display: block;
  }

  .ranta-form-copy {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 22px;
  }

  .ranta-form form{
    display: grid;
    gap: 18px;
  }

  .ranta-form input,
  .ranta-form textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #a9b3ba;
    border-radius: 14px;
    background: #e7e7e7;
    padding: 0 22px;
    font: 700 20px 'Urbanist', Arial, sans-serif;
    color: #000;
    outline: none;
  }

  .ranta-form textarea {
    padding-top: 15px;
    resize: vertical;
  }

  .ranta-form input[type="submit"] {
    height: 58px;
    border-radius: 14px;
    border: 0;
    background: var(--lime);
    color: #000;
    font: 700 20px 'Urbanist', Arial, sans-serif;
    cursor: pointer;


	background: linear-gradient(
		90deg,
		#a6ff4f 0%, 
		#80c6e8 100%
	);
	
	background-size: 200% 200%;
	background-position: left center;

	transition:
		background-position 0.6s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;

	box-shadow: 0 10px 30px rgba(166, 255, 79, 0.18);
  }
.ranta-form input[type="submit"]:hover {
	background-position: right center; 
	box-shadow: 0 16px 40px rgba(128, 198, 232, 0.25);
}

  /* Footer */
  .ranta-footer {
    background: #f7f7f7;
    padding: 52px 0 34px;
  }

  .ranta-footer-top {
    display: grid; 
    gap: 20px;
    align-items: start;
  }

.ranta-footer-content {
    display: flex; 
    gap: 30px;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 80px;
    align-items: start;
}    

  .ranta-footer-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--dark);
    font-weight: 800;
  }

  .ranta-footer-logo .ranta-logo-mark { width: 34px; height: 44px; }

  .ranta-footer-text {
    max-width: 820px;
    margin-left: 100px;
    color: var(--dark);
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
  }

  .ranta-footer-text p{
	margin: 0 0 16px;
  }

  .ranta-footer-links {
    text-align: right;
  }

  .ranta-footer-links h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
  }

  .ranta-footer-links a {
    display: block;
    margin: 0;
    color: var(--dark);
    text-decoration: none;
    font-size: 20px;
  }

  .ranta-footer-bottom {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--dark);
    font-size: 20px;
  }

  .ranta-footer-legal {
    display: flex;
    gap: 46px;
    flex-wrap: wrap;
  }

  .ranta-footer-legal a,
  .ranta-linkedin {
    color: var(--dark);
    text-decoration: none;
  }

  .ranta-linkedin {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
  }

  @media (max-width: 1024px) {
    .ranta-menu, .ranta-actions { gap: 18px; }
    .ranta-hero-grid,
    .ranta-adv-grid,
    .ranta-solution-grid,
    .ranta-form-grid,
    .ranta-footer-top { grid-template-columns: 1fr; }
    .ranta-problem-grid { grid-template-columns: repeat(2, 1fr); }
    .ranta-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .ranta-map { min-height: auto; }
    .ranta-footer-text { margin-left: 0; }
    .ranta-footer-links { text-align: left; }
  }

  @media (max-width: 760px) {
    .ranta-container { width: min(100% - 28px, 1200px); }
    .ranta-nav { align-items: flex-start; }
    .ranta-menu, .ranta-actions { display: none; }
    .ranta-hero { padding-top: 46px; }
    .ranta-hero-grid { grid-template-columns: 1fr; }
    .ranta-img { height: 260px; }
    .ranta-problem-grid, .ranta-feature-grid { grid-template-columns: 1fr; }
    .ranta-problem { padding: 80px 0; }
    .ranta-problem-card { padding: 24px; }
    .ranta-solution h2 { margin-bottom: 44px; }
    .ranta-final p { margin-bottom: 42px; }
    .ranta-phone { width: 85%; }
    .ranta-footer-bottom { align-items: flex-start; flex-direction: column; }
    .ranta-footer-text, .ranta-footer-links a { font-size: 21px; }
  }


/*--------------------------------------------------------------*/
.ranta-hero-slider {
    min-height: calc(100vh - 74px);
    padding: 60px 0 60px;
    background: #fff;
    overflow: hidden;
}

.hero-slider-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.hero-slider-head h1 {
    margin: 0 0 20px;
    color: #525b60;
    font-size: clamp(42px, 5vw, 40px);
    line-height: 1.08;
    font-weight: 700;
}

.hero-slider-head h1 span {
    background: linear-gradient(90deg, #7faecc, #8edc9a, #a6ff4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider-head p {
    margin: 0 auto;
    max-width: 850px;
    color: #525b60;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

.rantaHeroSwiper {
    overflow: visible;
    background: #fff;
}

.hero-slide {
    min-height: 520px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 60px;
}

.hero-slide-text {
    max-width: 520px;
    text-align: center;
    justify-self: center;
}

.hero-slide-text h2 {
    margin: 0 0 34px;
    color: #525b60;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slide-text p {
    margin: 0;
    color: #050505;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
}

.hero-step {
    width: 42px;
    height: 42px; 
    margin-right: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #81C0E5, #5C89A3);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(129,192,229,.45);
}

.hero-slide-visual {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide-visual::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    border-radius: 50%; 
    z-index: 0;
}

.hero-slide-visual img {
    position: relative;
    z-index: 2;
    max-height: 430px;
    object-fit: contain;
}

.hero-pill {
    position: absolute;
    z-index: 4;
    padding: 12px 22px;
    border-radius: 16px;
    background: rgba(255,255,255,.9);
    color: #2f3740;
    font-size: 22px;
    font-weight: 500;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    backdrop-filter: blur(10px);
}

.pill-top {
    top: 35px;
    right: 65px;
}

.pill-left {
    top: 205px;
    left: 20px;
}

.pill-bottom-left {
    bottom: 82px;
    left: 0;
}

.pill-bottom-right {
    bottom: 45px;
    right: 60px;
}

.hero-whatsapp {
    position: absolute;
    right: 100px;
    bottom: 100px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #34c759;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.pill-right {
    right: 20px;
    top: 180px;
}

.pill-bottom {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider-nav {
    display: flex;
    justify-content: center;
    gap: 22px; 
}

.hero-prev,
.hero-next {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    cursor: pointer;
    position: relative;
    margin: 20px 0;
}

.hero-prev::before,
.hero-next::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    border-top: 4px solid #525b60;
    border-right: 4px solid #525b60;
}

.hero-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.hero-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.hero-slide-text,
.hero-slide-visual img,
.hero-pill {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(24px);
}

.swiper-slide-active .hero-slide-text {
  animation: fadeBlurUp .8s ease forwards;
}

.swiper-slide-active .hero-slide-visual img {
  animation: imageReveal .9s ease .15s forwards, floatImage 5s ease-in-out 1.1s infinite;
}

.swiper-slide-active .hero-pill {
  animation: fadeBlurUp .65s ease forwards;
}

.swiper-slide-active .hero-pill:nth-of-type(1) { animation-delay: .35s; }
.swiper-slide-active .hero-pill:nth-of-type(2) { animation-delay: .5s; }
.swiper-slide-active .hero-pill:nth-of-type(3) { animation-delay: .65s; }
.swiper-slide-active .hero-pill:nth-of-type(4) { animation-delay: .8s; }

@keyframes fadeBlurUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes imageReveal {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: scale(.92) translateY(30px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}
.hero-pill {
  transition: transform .3s ease, box-shadow .3s ease;
}

.hero-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

@media (max-width: 900px) {
    .hero-slide {
        grid-template-columns: 1fr;
    }

    .hero-slide-text p {
        font-size: 24px;
    }

    .hero-slide-visual {
        min-height: 420px;
    }
}

/*///******************/

.ranta-benefits {
    padding: 110px 0 120px;
    background: #fff;
    overflow: hidden;
}

.benefits-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: start;
}
.benefits-row-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

.benefit-item {
    text-align: center;

    opacity: 0;
    filter: blur(10px);
    transform: translateY(40px);
}

.benefit-icon {
    height: 120px;

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

.benefit-icon img {
    max-width: 110px;
    max-height: 110px;
    object-fit: contain;
}

.benefit-item h3 {
    margin: 0;

    color: #2f3740;

    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
} 
.benefits-line {
    position: relative;

    margin: 15px 0;
    width: 100%;
    height: 5px;


    border-radius: 999px;
    background: #edf1f4;
    overflow: hidden;
}

.benefits-line::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        #7595AC 0%,
        #81C0E5 45%,
        #ADFB5F 100%
    );

    transform-origin: left center;
    transform: scaleX(0);
}

.benefits-quote {
    position: relative;

    max-width: 1220px;
    margin: 0 auto;
    margin-top: 140px;
    padding-left: 56px;

    opacity: 0;
    filter: blur(12px);
    transform: translateY(40px);
}

.benefits-quote::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: linear-gradient(
        180deg,
        #ADFB5F,
        #81C0E5
    );

    transform-origin: top;
    transform: scaleY(0);
}

.benefits-quote p {
    margin: 0;

    color: #050505;

    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
}

/* in-view animations */

.ranta-benefits.in-view .benefits-line::after {
    animation: benefitsLine 1.4s ease forwards;
}

.ranta-benefits.in-view .benefit-item {
    animation: benefitReveal .8s ease forwards;
}

.ranta-benefits.in-view .benefit-item:nth-child(1) {
    animation-delay: .15s;
}

.ranta-benefits.in-view .benefit-item:nth-child(2) {
    animation-delay: .3s;
}

.ranta-benefits.in-view .benefit-item:nth-child(3) {
    animation-delay: .45s;
}

.ranta-benefits.in-view .benefit-item:nth-child(4) {
    animation-delay: .6s;
}

.ranta-benefits.in-view .benefit-item:nth-child(5) {
    animation-delay: .75s;
}

.anim_block.in-view .benefits-quote,
.ranta-benefits.in-view .benefits-quote {
    animation: quoteReveal 1s ease .7s forwards;
}

.anim_block.in-view .benefits-quote::before,
.ranta-benefits.in-view .benefits-quote::before {
    animation: quoteBorder 1.1s ease .75s forwards;
}

.line-benefits.in-view .benefits-line::after {
    animation: benefitsLine 1.4s ease forwards;
}

.line-benefits.in-view .benefit-item {
    animation: benefitReveal .8s ease forwards;
}

.line-benefits.in-view .benefit-item:nth-child(1) {
    animation-delay: .15s;
}

.line-benefits.in-view .benefit-item:nth-child(2) {
    animation-delay: .3s;
}

.line-benefits.in-view .benefit-item:nth-child(3) {
    animation-delay: .45s;
}

.line-benefits.in-view .benefit-item:nth-child(4) {
    animation-delay: .6s;
}

@keyframes benefitsLine {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes benefitReveal {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes quoteReveal {
    from {
        opacity: 0;
        filter: blur(12px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes quoteBorder {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

/* responsive */

@media (max-width: 1024px) {
    .benefits-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefits-line {
        margin-bottom: 90px;
    }
}

@media (max-width: 640px) {
    .ranta-benefits {
        padding: 80px 0;
    }

    .benefits-row {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .benefits-line {
        margin: 40px 0 70px;
    }

    .benefits-quote {
        padding-left: 28px;
    }

    .benefits-quote p {
        font-size: 32px;
    }
}

/*********************/

.ranta-modular {
  padding: 110px 0 130px;
  background: #f3f3f3;
  overflow: hidden;
}

.ranta-section-heading {
  max-width: 980px;
  margin: 0 auto 70px;
  text-align: center;
}

.ranta-section-heading h2 {
  margin: 0 0 32px;
  color: #555f64;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
}

.ranta-section-heading h2 span {
  background: linear-gradient(
    90deg,
    #81c0e5,
    #8edc9a,
    #adfb5f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ranta-section-heading p {
  max-width: 900px;
  margin: 0 auto;
  color: #111;
  font-size: 24px;
  line-height: 1.35;
}

.modular-diagram {
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  gap: 28px;
  align-items: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

/* SIDE BLOCKS */

.modular-side {
  position: relative;
  z-index: 3;
  padding: 18px 12px;
  border: 1.5px solid #9ce96d;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 14px 40px rgba(0,0,0,.04);
}

.modular-side h3 {
  margin: 0 0 14px;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}

.modular-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.modular-side li {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0,0,0,.03);
}

/* CENTER */

.modular-center {
  position: relative;
  z-index: 2;
  padding: 68px 22px 68px;
  border: 1.5px solid #1f1f1f;
  border-radius: 18px;
  background: rgba(255,255,255,.35);
  margin-bottom: 100px;
}

/* arrows from side blocks */

.modular-center::before,
.modular-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px; 
  opacity: .8;
  background: url(images/arrow.svg);
  background-repeat: no-repeat;
}

.modular-center::before {
  left: -25px; 
}

.modular-center::after {
  right: -35px; 
}

/* LAYERS */

.modular-layer {
  position: absolute;
  left: 44px;
  right: 44px;
  min-height: 74px;
  padding: 14px 34px;
  border: 1px solid #d5d5d5;
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 20px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
  backdrop-filter: blur(10px);
}

.modular-layer-top {
  top: -38px;
}

.modular-layer-middle {
  bottom: -25px;
  background: #f1f1f1;
}

.modular-layer-bottom {
  bottom: -115px;
  background: #f1f1f1;
}

.layer-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #7d888d;
}

.layer-icon img,
.layer-icon svg {
  width: 36px;
  height: 36px;
}

.modular-layer strong {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.modular-layer span {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}

/* MODULES AREA */

.modular-modules {
  position: relative;
  padding: 16px;
  border: 1.5px dashed #bfd0d9;
  border-radius: 12px;
  background: rgba(255,255,255,.28);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* small vertical connector dots */

.modular-modules::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #b7c6cd 0 6px,
    transparent 6px 12px
  );
}

.module-card {
  position: relative;
  min-height: 190px;
  padding: 20px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 4px solid #d9e1e5;
  box-shadow: 0 12px 34px rgba(0,0,0,.05);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.module-card::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 28px;
  background: #c6d0d5;
}

.module-card::after {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #9aa5aa;
  transform: translateX(-50%);
}

.module-card:nth-child(1)::after {
  background: #a6ff4f;
}

.module-card:nth-child(2)::after {
  background: #81c0e5;
}

.module-card:nth-child(3)::after {
  background: #7595ac;
}

.module-card:hover,
.module-card.active {
  transform: translateY(-8px);
  border-color: #a6ff4f;
  box-shadow: 0 20px 50px rgba(166,255,79,.16);
}

.module-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 18px;
  color: #7d888d;
}

.module-icon img,
.module-icon svg {
  width: 100%;
  height: 100%;
}

.module-card h4 {
  margin: 0 0 18px;
  color: #000;
  font-size: 15px;
  line-height: 1.12;
  font-weight: 500;
  text-transform: uppercase;
}

.module-card p {
  margin: 0;
  color: #000;
  font-size: 13px;
  line-height: 1.25;
}

/* ANIMATIONS */

.ranta-modular .ranta-section-heading,
.modular-side,
.modular-center,
.modular-layer,
.module-card {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(34px);
}

.ranta-modular.in-view .ranta-section-heading {
  animation: modularFadeUp .8s ease forwards;
}

.ranta-modular.in-view .modular-side-left {
  animation: modularFadeLeft .8s ease .2s forwards;
}

.ranta-modular.in-view .modular-side-right {
  animation: modularFadeRight .8s ease .2s forwards;
}

.ranta-modular.in-view .modular-center {
  animation: modularFadeUp .8s ease .3s forwards;
}

.ranta-modular.in-view .modular-layer-top {
  animation: modularFadeUp .7s ease .45s forwards;
  background: #f1f1f1;
}

.ranta-modular.in-view .modular-layer-middle {
  animation: modularFadeUp .7s ease .55s forwards;
}

.ranta-modular.in-view .modular-layer-bottom {
  animation: modularFadeUp .7s ease .65s forwards;
}

.ranta-modular.in-view .module-card {
  animation: modularFadeUp .65s ease forwards;
}

.ranta-modular.in-view .module-card:nth-child(1) { animation-delay: .55s; }
.ranta-modular.in-view .module-card:nth-child(2) { animation-delay: .65s; }
.ranta-modular.in-view .module-card:nth-child(3) { animation-delay: .75s; }
.ranta-modular.in-view .module-card:nth-child(4) { animation-delay: .85s; }
.ranta-modular.in-view .module-card:nth-child(5) { animation-delay: .95s; }
.ranta-modular.in-view .module-card:nth-child(6) { animation-delay: 1.05s; }

@keyframes modularFadeUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(34px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes modularFadeLeft {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes modularFadeRight {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .modular-diagram {
    grid-template-columns: 160px 1fr 160px;
    gap: 20px;
  }

  .modular-modules {
    grid-template-columns: repeat(3, 1fr);
  }

  .modular-center {
    padding-bottom: 150px;
  }
}

@media (max-width: 900px) {
  .modular-diagram {
    grid-template-columns: 1fr;
  }

  .modular-side {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  .modular-center::before,
  .modular-center::after {
    display: none;
  }

  .modular-center {
    padding: 120px 18px 170px;
  }

  .modular-layer {
    left: 18px;
    right: 18px;
  }

  .modular-modules {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ranta-modular {
    padding: 80px 0 110px;
  }

  .ranta-section-heading h2 {
    font-size: 38px;
  }

  .ranta-section-heading p {
    font-size: 18px;
  }

  .modular-modules {
    grid-template-columns: 1fr;
  }

  .modular-layer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .layer-icon {
    margin: 0 auto;
  }

  .modular-center {
    padding-top: 140px;
  }

  .module-card {
    min-height: auto;
  }
}

/*********************/
.platform-benefits {
  padding: 90px 0 90px;
  background: #fff;
}

.platform-benefits-head {
  max-width: 900px;
  margin: 0 auto 110px;
  text-align: center;
}

.platform-benefits-head h2 {
  margin: 0 0 36px;
  color: #555f64;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 800;
}

.platform-benefits-head h2 span {
  background: linear-gradient(90deg, #adfb5f, #81c0e5, #7595ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platform-benefits-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
}

.benefits-accordion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-bottom: 130px;
}

.benefits-group .ranta-accordion-item, .benefits-group .ranta-accordion-item:last-child{
  border: none;
}

.benefits-group h3 {
  margin: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
  color: #555f64;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.benefits-group .ranta-accordion-head span{
  font-size: 25px;
}
.benefits-group .ranta-accordion-body p{
  font-size: 20px;
  padding-top: 15px;
  margin: 0;
}
.benefits-group .ranta-accordion-head{
  padding: 20px 0 0 0;
}

.benefits-items--timeline .benefit-item:nth-child(1) {
    transition-delay: .1s;
}
.benefits-items--timeline .benefit-item:nth-child(2) {
    transition-delay: .2s;
}
.benefits-items--timeline .benefit-item:nth-child(3) {
    transition-delay: .3s;
}
.benefits-items--timeline .benefit-item:nth-child(4) {
    transition-delay: .4s;
}
 


.benefits-timeline {
  max-width: 1060px;
  margin: 0 auto;
}

.benefits-timeline-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: end;
}

.timeline-item {
  text-align: center;
}

.timeline-item img {
  height: 86px;
  margin-bottom: 26px;
  object-fit: contain;
}

.timeline-item h4 {
  margin: 0 0 24px;
  color: #000;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}

.timeline-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

.timeline-line {
  height: 4px;
  margin: -46px 0 18px;
  background: linear-gradient(90deg, #7595ac, #81c0e5, #adfb5f);
  border-radius: 999px;
}

.benefit_pretitle{
  margin: 0 0 8px; 
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .benefits-accordion-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .benefits-timeline-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-line {
    display: none;
  }
}

@media (max-width: 640px) {
  .platform-benefits {
    padding: 80px 0;
  }

  .platform-benefits-head {
    margin-bottom: 70px;
  }

  .benefit-acc-item button span {
    font-size: 22px;
  }

  .benefits-timeline-row {
    grid-template-columns: 1fr;
  }
}

/*
**** Who We Serve***********
*/

.ranta-access-section {
    padding: 80px 0 110px;
    background: #fff;
}

.ranta-access-head {
    max-width: 920px;
    margin: 0 auto 58px;
    text-align: center;
}

.ranta-access-head h2 {
    margin: 0 0 30px;
    color: #1f2b3a;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.08;
    font-weight: 700;
}

.ranta-access-head h2 span {
    background: linear-gradient(90deg, #6cc346, #56b8b8, #5596d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ranta-access-head p {
    margin: 0 auto;
    max-width: 820px;
    color: #1f2b3a;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
}

.ranta-access-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.access-card {
    min-height: 670px;
    padding: 26px 15px;
    border: 2px solid #e1e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(15, 35, 55, .04);
    display: flex;
    flex-direction: column; 
    transition: all 0.35s ease;
}

.access-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(15, 35, 55, .1); 
    border: 2px solid transparent; 
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            180deg,
            #8CE85F 0%,
            #B6E4B4 50%,
            #9FD8F5 100%
        ) border-box;
}

.access-card-top {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 24px;
}

.access-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(166, 255, 79, .14);
    display: grid;
    place-items: center;
    flex: 0 0 50px;
}

.access-icon.blue {
    background: rgba(128, 198, 232, .14);
}

.access-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.access-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.access-badge.green {
    color: #2f855a;
    background: rgba(166, 255, 79, .13);
}

.access-badge.blue {
    color: #1d6ca5;
    background: rgba(128, 198, 232, .16);
}

.access-card h3 {
    margin: 0 0 20px;
    color: #101827;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 800;
}

.access-desc {
    margin: 0 0 20px;
    color: #1f2b3a;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 500;
}

.access-card ul {
    margin: 0;
    padding: 26px 0 0;
    border-top: 1px solid #d7e1e5;
    list-style: none;
    display: grid;
    gap: 22px;
}

.access-card li {
    position: relative;
    padding-left: 20px;
    color: #1f2b3a;
    font-size: 16px;
    line-height: 1.25;
}

.access-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6cc346;
}

.access-card .blue-list li::before {
    background: #259be8;
}

.access-card li strong {
    display: block;
    color: #101827;
    font-weight: 800;
}

.access-card-btn {
  margin-top: 15px; 
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #a6ff4f, #80c6e8);
    color: #102044;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; 
    transition:
        background-position .45s ease,
        transform .25s ease,
        box-shadow .25s ease;
    background-size: 200% 200%;
    background-position: left center;
}
 

.access-card-btn:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(128, 198, 232, .25);
}

.access-card-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.access-card:hover .access-card-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .ranta-access-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .access-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .ranta-access-section {
        padding: 80px 0;
    }

    .ranta-access-grid {
        grid-template-columns: 1fr;
    }

    .ranta-access-head p {
        font-size: 18px;
    }

    .access-card {
        padding: 24px;
    }
}

/*
Pricing Section
*/

.ranta-pricing-section {
    padding: 80px 0;
    background: #f7f7f7;
    font-family: inherit;
}
 
.pricing-head {
    text-align: center;
    margin-bottom: 90px;
}

.pricing-head h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #050505;
    margin: 0 0 24px;
}

.pricing-head h2 span {
    background: linear-gradient(90deg, #73b7de, #91ef5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-head p {
    font-size: 22px;
    line-height: 1.4;
    color: #50565c;
    margin: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    align-items: stretch;
}

.pricing-card {
    position: relative; 
    border-radius: 14px; 
    min-height: 510px; 
 
    padding: 26px 15px;
    border: 2px solid #e1e7eb; 
    background: #fff;
    box-shadow: 0 10px 34px rgba(15, 35, 55, .04);
    display: flex;
    flex-direction: column; 
    transition: all 0.35s ease;
}

.pricing-popular  { 
    box-shadow: 0 22px 55px rgba(15, 35, 55, .1); 
    border: 2px solid transparent; 
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            180deg,
            #8CE85F 0%,
            #B6E4B4 50%,
            #9FD8F5 100%
        ) border-box;
} 
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(15, 35, 55, .1); 
    border: 2px solid transparent; 
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            180deg,
            #8CE85F 0%,
            #B6E4B4 50%,
            #9FD8F5 100%
        ) border-box;
}


.pricing-card h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #050505;
    margin: 0 0 24px;
}

.pricing-limit,
.pricing-label {
    font-size: 19px;
    line-height: 1.35;
    color: #172126;
    margin: 0 0 18px;
}

.pricing-price,
.pricing-repeat,
.pricing-free {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #172126;
    margin-bottom: 28px;
}

.pricing-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 0 -24px 28px;
}

.pricing-desc {
    font-size: 20px;
    line-height: 1.25;
    color: #687276;
    margin: 0 0 26px;
}

.pricing-min {
    font-size: 18px;
    line-height: 1.25;
    color: #172126;
    margin: 0 0 26px;
}

.pricing-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 5px;
    background: #d6d6d6;
    color: #172126;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
}

.pricing-btn:hover {
    background: #9cf84e;
}

.popular-badge {
    position: absolute;
    left: 20px;
    top: -34px;
    background: #9cf84e;
    color: #050505;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 10px 10px 0 0;
} 

.pricing-employers .pricing-free {
    margin-top: 42px;
    margin-bottom: 28px;
}

.pricing-includes {
    margin-top: 20px;
    border: 1px solid #d9dddd;
    border-radius: 10px;
    background: #fff;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 18px;
    color: #050505;
}

.pricing-includes span:first-child {
    font-weight: 500;
}

@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pricing-head {
        margin-bottom: 70px;
    }
}

@media (max-width: 640px) {
    .ranta-pricing-section {
        padding: 60px 0;
    }

    .pricing-head h2 {
        font-size: 30px;
    }

    .pricing-head p {
        font-size: 18px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        min-height: auto;
    }

    .pricing-includes {
        flex-wrap: wrap;
        gap: 10px 16px;
        justify-content: flex-start;
    }
}

/*
Page  /employer-loans
*/

.ranta-partner-section {
    padding: 95px 0 115px;
    background: #fff;
}
 
.partner-head {
    text-align: center;
    margin-bottom: 115px;
}

.partner-head h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #555d62;
    margin: 0 0 54px;
}

.partner-head h2 span {
    background: linear-gradient(90deg, #7fbde2, #96ef5c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-head p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.25;
    color: #050505;
}

.partner-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    max-width: 1060px;
    margin: 0 auto;
}

.partner-line {
    position: absolute;
    top: 91px;
    left: 15%;
    right: 15%;
    height: 4px;
    background: linear-gradient(90deg, #7fbde2 0%, #95ee57 100%);
    z-index: 0;
}

.partner-step {
    position: relative;
    z-index: 1;
    width: 290px;
    text-align: center;
}

.step-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    height: 32px;
    padding: 0 16px;
    margin-bottom: 18px;
    border: 1px solid #dfe3e4;
    border-radius: 7px;
    background: #fff;
    font-size: 15px;
    color: #050505;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.step-card {
    min-height: 96px;
    padding: 26px 22px;
    border: 1px solid #dfe3e4;
    border-radius: 18px;
    background: #fff;
    font-size: 19px;
    line-height: 1.15;
    color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.03);
}

.partner-action {
    text-align: center;
    margin-top: 135px;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 310px;
    height: 58px;
    padding: 0 34px;
    border-radius: 14px;
    background: #9cf84e;
    color: #4d61b8;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
}

.partner-btn:hover {
    background: #89e943;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .partner-head {
        margin-bottom: 70px;
    }

    .partner-head h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .partner-steps {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .partner-line {
        display: none;
    }

    .partner-step {
        width: 100%;
        max-width: 360px;
    }

    .partner-action {
        margin-top: 60px;
    }
}


.ranta-industries-section {
    padding: 58px 0 42px;
    background: #fff;
}
 
.ranta-industries-section h2 {
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
    color: #151515;
    margin: 0 0 32px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: start;
}

.industry-card h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #050505;
    margin: 0 0 18px 20px;
}

.industry-card img {
    width: 100%;
    height: 212px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.industry-card.active img {
    border: 4px solid #1595f2;
}

.industries-copy {
    max-width: 620px;
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 1.15;
    color: #343434;
}

@media (max-width: 900px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media (max-width: 560px) {
    .ranta-industries-section h2 {
        font-size: 24px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industry-card img {
        height: 230px;
    }

    .industries-copy {
        font-size: 18px;
    }
}

.ranta-profit-section {
    padding: 48px 0 82px;
    background: #fff;
} 

.ranta-profit-section h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #535d63;
    margin: 0 0 82px;
}

.ranta-profit-section h2 span {
    background: linear-gradient(90deg, #87c8de, #8ff04f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profit-grid {
    display: grid;
    grid-template-columns: 335px 1fr;
    gap: 70px;
    align-items: start;
}

.profit-role-card {
    position: relative;
    border: 1px solid #dfe2e3;
    border-radius: 16px;
    padding: 36px 38px;
    min-height: 250px;
    background: #fff;
}

.profit-badge {
    position: absolute;
    left: 14px;
    top: -36px;
    background: #9cf84e;
    border-radius: 12px 12px 0 0;
    padding: 10px 25px;
    font-size: 18px;
    color: #050505;
}

.profit-role-card p {
    font-size: 18px;
    line-height: 1.18;
    color: #050505;
    margin: 0;
}

.profit-role-card p + p {
    margin-top: 80px;
}

.profit-line {
    height: 3px;
    width: 100%;
    margin-bottom: 22px;
    background: linear-gradient(90deg, #7bb9e5 0%, #94f04e 100%);
}

.profit-content h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 36px;
    color: #050505;
}

.profit-content p {
    font-size: 18px;
    line-height: 1.55;
    color: #050505;
    margin: 0 0 28px;
    text-align: justify;
}

/* Program section */

.ranta-program-section {
    padding: 64px 0 74px;
    background: #eeeeee;
}

.program-title-wrap {
    max-width: 620px;
    margin: 0 auto 38px;
    position: relative;
    z-index: 9;
}

.program-title-wrap h2 {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdfe1;
    border-radius: 10px;
    padding: 16px 28px;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #535d63;
    margin: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}

.program-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
}

.program-step {
    position: relative;
    padding-top: 28px;
}

.program-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 21px;
    border: 1px solid #d9dddd;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.program-number span {
  padding: 1px;
    background: #fff;
    font-size: 12px;
    color: #050505;  
}

.program-number.nleft::before{
    content: "";
    position: absolute; 
    border-radius: 14px 0 0 0;
    background: transparent;
    border: 1px dashed #b7d3e5;
    border-right: 0;
    border-bottom: 0;
    z-index: -1;
    width: 110px;
    height: 105px;
    left: 9px;
    bottom: -30px;
}
.program-number.nright::before{
    content: "";
    position: absolute; 
    border-radius: 0 14px 0 0;
    background: transparent;
    border: 1px dashed #b7d3e5;
    border-left: 0;
    border-bottom: 0;
    z-index: -1;
    width: 110px;
    height: 105px;
    right: 9px;
    bottom: -30px;
}
.program-number.ncenter::before{
    content: "";
    position: absolute; 
    border-radius: 0 14px 0 0;
    background: #d9dddd;
    border: 1px dashed #b7d3e5;
    border-left: 0;
    border-bottom: 0;
    z-index: -1;
    width: 1px;
    height: 105px;
    right: 8px;
    bottom: -30px;
}

.program-dot {
    position: absolute;
    top: 23px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.program-dot.green {
    background: #9cf84e;
}

.program-dot.blue {
    background: #80c6e9;
}

.program-dot.dark {
    background: #6b7475;
}

.program-card {
    min-height: 285px;
    background: #fff;
    border: 1px solid #dfe2e3;
    border-radius: 10px;
    padding: 30px 26px;
    text-align: center;
}

.program-card h3 {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 500;
    color: #050505;
    margin: 0 0 28px;
}

.program-card p {
    font-size: 17px;
    line-height: 1.3;
    color: #050505;
    margin: 0;
}

@media (max-width: 900px) {
    .profit-grid,
    .program-steps {
        grid-template-columns: 1fr;
    }

    .profit-grid {
        gap: 46px;
    }

    .profit-role-card {
        max-width: 420px;
        margin: 0 auto;
    }

    .program-title-wrap::before {
        display: none;
    }
}

/******/
.ranta-trust-section {
    padding: 66px 0 92px;
    background: #fff;
}

.ranta-trust-section h2 { 
    margin: 0 0 30px;
    color: #1f2b3a;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.08;
    font-weight: 700;
}

.ranta-trust-section h2 span {
    background: linear-gradient(90deg, #6cc346, #56b8b8, #5596d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trust-hero {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
    gap: 0;
    margin-bottom: 60px;
}

.trust-text-shape {
    position: relative;
    z-index: 2;
    min-height: 330px;
}

.trust-text-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.trust-text-svg path {
    fill: #fff;
    stroke: #b7d1e2;
    stroke-width: 2;
}

.trust-text-card {
    position: relative;
    z-index: 2;
    padding: 50px 80px 30px 20px;
    background: transparent;
    border: 0;
    clip-path: none;
}

.trust-text-card p {
    font-size: 20px;
    line-height: 1.45;
    color: #3f4447;
    margin: 0;
}

.trust-text-card p + p {
    margin-top: 4px;
}

.trust-image {
    margin-left: -34px;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}

.trust-image img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    display: block;
    object-fit: cover;
}

@media (max-width: 900px) {
    .trust-hero {
        grid-template-columns: 1fr;
    }

    .trust-text-shape {
        min-height: auto;
        border: 1px solid #b7d1e2;
        border-radius: 16px;
    }

    .trust-text-svg {
        display: none;
    }

    .trust-text-card {
        padding: 32px 24px;
    }

    .trust-text-card p {
        font-size: 17px;
    }

    .trust-image {
        margin-left: 0;
        margin-top: 18px;
        border-radius: 16px;
    }
}

.trust-action {
    text-align: center;
    margin-bottom: 54px;
}

.trust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 255px;
    height: 45px;
    border-radius: 10px;
    background: #9cf84e;
    color: #4d61b8;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
}

.trust-btn:hover {
    background: #89e943;
    transform: translateY(-2px);
}

.trust-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 170px;
    row-gap: 70px;
}

.trust-benefit img {
    width: auto;
    height: 70px;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
}

.trust-benefit h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #050505;
    margin: 0 0 15px;
}

.trust-benefit p {
    font-size: 18px;
    line-height: 1.18;
    color: #050505;
    margin: 0;
}

@media (max-width: 900px) {
    .trust-hero {
        grid-template-columns: 1fr;
    }

    .trust-text-card {
        clip-path: none;
        border-right: 1px solid #b7d1e2;
        border-radius: 12px 12px 0 0;
        padding: 32px 24px;
    }
    

    .trust-image {
        margin-left: 0;
        border-radius: 0 0 12px 12px;
    }

    .trust-benefits {
        column-gap: 40px;
    }
}

@media (max-width: 600px) {
    .trust-benefits {
        grid-template-columns: 1fr;
        row-gap: 44px;
    }
}