/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700);

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 43px;
	color: #2d3033;
}
h2 {
	font-size: 30px;
	color: #000;
	font-weight:100;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
	letter-spacing:1px;
}
h4 {
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #e84545;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #e52e2e;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
.section-title {
	margin-top: 0;
	letter-spacing:2px;
}
.section-title span {
	font-weight: 400;
}
.section-intro {
	margin:5% 10% 12% 10%;
	color: #636363;
	font-size:14px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
}
.icon {
	font-size:33px;
	color:#000;
}
.img-responsive {
	margin:auto;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color:#f0f0f0;
	border-bottom: 1px #ddd solid;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: #201f22;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding: 20px 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: red;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
    background: 
        url('../images/darkbg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 750px;
}
.banner-text {
	/* padding-top: 35%; */
}
.banner-text h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	line-height: 48px;
	margin-bottom: 5%;
}
.banner-text span {
	font-weight: 300;
}
.banner-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 7%;
}
.banner-img {
	bottom: -186px;
	position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display:inline-block
}
/* ------------------------------------------------------------------------------
	Overview
-------------------------------------------------------------------------------*/
  .overview-content h4 {
	text-transform:uppercase;
	letter-spacing:1px;
}
.overview-content p {
	font-family: "Roboto", sans-serif;
	font-size:13px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	padding-right:12%;
}
.overview-video {
	margin:auto;
	margin-bottom:7%;
}
.overview-video iframe {
	width:800px;
	height:450px;
}
/* ------------------------------------------------------------------------------
	Feature 1
-------------------------------------------------------------------------------*/
.features1 {
	background-color:#f2f2f2;
}
.left {
	text-align:right;
	padding-right:5%;
}
.middle {
	padding-left:3.5%;
}
.right {
	padding-left:5%;
}
.features1-content {
	margin-top:20%;
}
.features1-content h4 {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
}
.features1-content p {
	font-family: "Roboto", sans-serif;
	font-size:13px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	margin-top:24px;
}
/* ------------------------------------------------------------------------------
	Blogs
-------------------------------------------------------------------------------*/

.blogs {
	padding-bottom:0;
}
.blogs-content {
	margin-top:5%;
}
.blogs-content img {
	bottom: -100px;
}
.blogs-content p {
	font-family: "Roboto", sans-serif;
	font-size:14px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
}
.blogs-content ul a {
	font-size:16px;
	margin-top:7%;
	line-height:36px;
	font-weight: 300;
}
.blogs {
	padding-bottom:0;
}
.blogs img {
	bottom: -100px;
	padding-left:15%;
}

/* ------------------------------------------------------------------------------
	works
-------------------------------------------------------------------------------*/

.works {
	padding-bottom:0;
}
.works-content {
	margin-top:15%;
}
.works-content img {
	bottom: -100px;
}
.works-content p {
	font-family: "Roboto", sans-serif;
	font-size:14px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	margin-top:5%;
}
.works-content ul {
	margin-top:7%;
	line-height:36px;
	font-weight: 300;
}
.works {
	background-color:#f2f2f2;
	padding-bottom:0;
}
.works img {
	bottom: -100px;
	padding-left:15%;
}

/* ------------------------------------------------------------------------------
	Owl Coursol
-------------------------------------------------------------------------------*/

    #owl-demo .item {
	text-align:center;
}
/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/

	.overlay {
	background-color: rgba(60, 57, 162, 0.9);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.subscribe {
	width:100%;
	background-image:url('../images/parallax-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe h2 {
	margin-top: 0;
	color: #fff;
	letter-spacing:2px;
}
.subscribe span {
	font-weight:300;
}
.subscribe h3 {
	margin-bottom: 30px;
	font-size:24px;
	font-weight:100;
	color: #fff;
	letter-spacing:1px;
}
.subscribe p {
	margin:5% 10% 7% 10%;
	color: #fff;
	font-size:14px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
}
.subscribe-form {
	margin-top: 45px;
}
.subscribe-form input[type=text] {
	width: 75%;
	height: 60px;
	display: block;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 60px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:300;
	float: left;
}
.subscribe-form input:focus {
	outline: 0;
}
.subscribe-form input[type=submit] {
	width: 25%;
	height: 60px;
	display: block;
	padding: 0 10px;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
	color: #fff;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	float: right;
}
.subscribe-form input[type=submit]:hover {
	background-color: #7ebb12;
	border: 1px solid #7ebb12;
	color: #fff;
}
.error_message {
	color:#fc6e51;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}
#success_page {
	color:#9ce726;
	padding-bottom:10px;
	font-size:12px;
}
#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#4ab217;
}
#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	padding-left:50px;
	padding-right:50px;
}
.conForm input {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:20px;
	outline:none;
	font-style:normal;
	border:#dedede 1px solid;
	font-size:15px;
}
.conForm input.noMarr {
	margin-right:0px;
}
.conForm textarea {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	margin-bottom:18px;
	outline:none;
	height:140px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#dedede 1px solid;
}
.conForm .submitBnt {
	background:#a0ce4e;
	color: #fff;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background:#3d3d3d;
	color:#fff;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
	background-color:#201f22;
}
.footer p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #636363;
}
.footer p > a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #636363;
}
.footer a {
	font-size:18px;
	color: #7f7f7f;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 22px 0;
	margin: 0 10px;
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

.banner-text h3, .banner-text h2, .banner-text h4{
    color: white;
}

/* ------------------------------------------------------------------------------
	SEO homepage
-------------------------------------------------------------------------------*/
.seo-home {
	background: #f7f2e8;
	color: #1f1a14;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.seo-home a {
	color: inherit;
}
.seo-home p {
	color: #4f473d;
	font-size: 18px;
	line-height: 1.7;
}
.site-header {
	align-items: center;
	background: rgba(247, 242, 232, 0.92);
	border-bottom: 1px solid rgba(31, 26, 20, 0.12);
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 16px clamp(20px, 5vw, 72px);
	position: sticky;
	right: 0;
	top: 0;
	z-index: 50;
}
.brand {
	align-items: center;
	display: inline-flex;
	font-size: 22px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0;
}
.brand img {
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(31, 26, 20, 0.18);
}
.site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	justify-content: flex-end;
}
.site-nav a,
.site-footer a,
.text-link {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
}
.site-nav a:hover,
.site-footer a:hover,
.text-link:hover {
	color: #9e3427;
}
.seo-hero {
	align-items: center;
	background:
		linear-gradient(110deg, rgba(247, 242, 232, 0.96) 0%, rgba(247, 242, 232, 0.78) 48%, rgba(23, 18, 13, 0.12) 100%),
		url("../images/banner.jpg") center/cover no-repeat;
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
	min-height: min(780px, calc(86vh - 56px));
	overflow: hidden;
	padding: clamp(38px, 5vw, 72px) clamp(20px, 7vw, 96px) clamp(18px, 3vw, 42px);
}
.seo-hero__copy {
	max-width: 760px;
}
.eyebrow {
	color: #9e3427 !important;
	font-size: 13px !important;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2 !important;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.seo-hero h1 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 8vw, 112px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0 0 28px;
	max-width: 880px;
}
.hero-lede {
	font-size: clamp(19px, 2.2vw, 26px) !important;
	line-height: 1.45 !important;
	margin-bottom: 32px;
	max-width: 690px;
}
.hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	margin-bottom: 28px;
}
.app-store-link {
	display: inline-flex;
	line-height: 0;
	transition: transform 0.18s ease, filter 0.18s ease;
}
.app-store-link:hover {
	filter: brightness(1.05);
	transform: translateY(-2px);
}
.app-store-link img {
	height: auto;
	max-width: 180px;
}
.seo-hero__media {
	align-self: end;
	justify-self: center;
	max-height: 68vh;
	position: relative;
}
.seo-hero__media:before {
	background: #15130f;
	border-radius: 34px;
	bottom: 7%;
	content: "";
	filter: blur(34px);
	left: 8%;
	opacity: 0.28;
	position: absolute;
	right: 8%;
	top: 7%;
	transform: rotate(-4deg);
}
.seo-hero__media img {
	display: block;
	height: min(66vh, 650px);
	position: relative;
	transform: translateY(clamp(28px, 4vw, 52px));
	width: auto;
}
.section-shell {
	margin: 0 auto;
	max-width: 1120px;
	padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 48px);
}
.search-intent {
	background: #fffaf0;
}
.search-intent h2,
.feature-band h2,
.use-cases h2,
.workflow h2,
.faq-section h2,
.final-cta h2 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
	max-width: 900px;
}
.search-intent p {
	max-width: 820px;
}
.feature-band {
	background: #15130f;
}
.feature-band .eyebrow,
.final-cta .eyebrow {
	color: #f2b36d !important;
}
.feature-band h2,
.feature-band p,
.feature-band h3,
.final-cta h2,
.final-cta p {
	color: #fff7ea;
}
.feature-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 38px;
}
.feature-grid article {
	background: rgba(255, 247, 234, 0.07);
	border: 1px solid rgba(255, 247, 234, 0.16);
	border-radius: 8px;
	min-height: 250px;
	padding: 24px;
}
.feature-grid h3 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 18px;
	text-transform: none;
}
.feature-grid p {
	color: rgba(255, 247, 234, 0.78);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
.use-cases {
	background: #f7f2e8;
}
.screenshot-section {
	background: #fffaf0;
	overflow: hidden;
}
.screenshot-section h2 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 34px;
	max-width: 900px;
}
.screenshot-strip {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.screenshot-strip figure {
	margin: 0;
	min-width: 0;
}
.screenshot-strip img {
	background: #eee8de;
	border: 1px solid rgba(31, 26, 20, 0.12);
	border-radius: 8px;
	box-shadow: 0 22px 50px rgba(31, 26, 20, 0.14);
	display: block;
	height: auto;
	width: 100%;
}
.screenshot-strip figcaption {
	color: #4f473d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 12px;
}
.split-section {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}
.keyword-panel {
	display: grid;
	gap: 12px;
}
.keyword-panel a {
	background: #fffaf0;
	border: 1px solid rgba(31, 26, 20, 0.13);
	border-radius: 8px;
	color: #312820;
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 18px 20px;
	text-decoration: none;
}
.keyword-panel a:hover {
	border-color: rgba(158, 52, 39, 0.7);
	color: #9e3427;
	transform: translateX(4px);
	transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.workflow {
	background: #fffaf0;
}
.step-list {
	counter-reset: steps;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}
.step-list li {
	background: #f7f2e8;
	border: 1px solid rgba(31, 26, 20, 0.13);
	border-radius: 8px;
	counter-increment: steps;
	min-height: 210px;
	padding: 24px;
	position: relative;
}
.step-list li:before {
	color: #9e3427;
	content: "0" counter(steps);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
}
.step-list strong,
.step-list span {
	display: block;
}
.step-list strong {
	color: #18130f;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.step-list span {
	color: #5f554b;
	font-size: 16px;
	line-height: 1.6;
}
.faq-section {
	background: #f7f2e8;
}
.articles-section {
	background: #f7f2e8;
}
.articles-section h2 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 720px;
}
.article-list {
	display: grid;
	gap: 16px;
}
.article-card a {
	background: #fffaf0;
	border: 1px solid rgba(31, 26, 20, 0.13);
	border-radius: 8px;
	display: block;
	padding: clamp(24px, 4vw, 42px);
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease;
}
.article-card a:hover {
	border-color: rgba(158, 52, 39, 0.72);
	transform: translateY(-3px);
}
.article-card span,
.article-card strong,
.article-card em {
	display: block;
}
.article-card span {
	color: #9e3427;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.article-card strong {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: 26px;
}
.article-card em {
	color: #4f473d;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
}
.article-shell {
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 48px);
}
.article-shell h1 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 7vw, 82px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 28px;
}
.article-lede {
	color: #4f473d;
	font-size: clamp(20px, 2.3vw, 26px) !important;
	line-height: 1.45 !important;
	margin-bottom: 40px;
}
.article-shell section {
	border-top: 1px solid rgba(31, 26, 20, 0.12);
	padding: 38px 0 0;
	margin-top: 38px;
}
.article-shell h2 {
	color: #18130f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 18px;
}
.article-shell p {
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 18px;
}
.article-hero-image {
	margin: 44px 0;
}
.article-hero-image img {
	border: 1px solid rgba(31, 26, 20, 0.12);
	border-radius: 8px;
	box-shadow: 0 22px 50px rgba(31, 26, 20, 0.12);
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: min(100%, 420px);
}
.article-hero-image figcaption {
	color: #6f655b;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
	text-align: center;
}
.article-cta {
	background: #15130f;
	border-radius: 8px;
	margin-top: 48px;
	padding: clamp(28px, 5vw, 48px);
}
.article-cta h2,
.article-cta p {
	color: #fff7ea;
}
.article-cta h2 {
	margin-bottom: 14px;
}
.article-cta p {
	color: rgba(255, 247, 234, 0.78);
	margin-bottom: 24px;
}
.faq-list {
	display: grid;
	gap: 12px;
	margin-top: 34px;
	max-width: 900px;
}
.faq-list details {
	background: #fffaf0;
	border: 1px solid rgba(31, 26, 20, 0.13);
	border-radius: 8px;
	padding: 20px 22px;
}
.faq-list summary {
	color: #18130f;
	cursor: pointer;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}
.faq-list p {
	font-size: 16px;
	margin: 14px 0 0;
}
.final-cta {
	background: #15130f;
	text-align: center;
}
.final-cta .section-shell {
	max-width: 820px;
}
.final-cta h2 {
	margin-left: auto;
	margin-right: auto;
}
.final-cta p {
	color: rgba(255, 247, 234, 0.8);
	margin: 0 auto 28px;
	max-width: 640px;
}
.site-footer {
	align-items: center;
	background: #fffaf0;
	border-top: 1px solid rgba(31, 26, 20, 0.12);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 28px clamp(20px, 5vw, 72px);
}
.site-footer div,
.site-footer nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.site-footer span {
	color: #5f554b;
	font-size: 14px;
}
@media screen and (max-width: 920px) {
	.site-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		position: relative;
	}
	.site-nav {
		justify-content: flex-start;
	}
	.seo-hero,
	.split-section {
		grid-template-columns: 1fr;
	}
	.seo-hero {
		min-height: 0;
	}
	.seo-hero__media {
		max-height: none;
	}
	.seo-hero__media img {
		height: auto;
		max-height: 620px;
		max-width: min(82vw, 360px);
		transform: none;
		width: auto;
	}
	.feature-grid,
	.step-list,
	.screenshot-strip {
		grid-template-columns: 1fr;
	}
	.feature-grid article,
	.step-list li {
		min-height: 0;
	}
	.step-list li:before {
		margin-bottom: 22px;
	}
	.site-footer {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media screen and (max-width: 540px) {
	.seo-hero {
		padding-top: 42px;
	}
	.seo-hero h1 {
		font-size: clamp(40px, 12vw, 48px);
		line-height: 0.98;
	}
	.hero-lede {
		font-size: 18px !important;
	}
	.site-nav {
		gap: 10px 16px;
	}
	.section-shell {
		padding-bottom: 72px;
		padding-top: 72px;
	}
	.keyword-panel a,
	.faq-list summary {
		font-size: 18px;
	}
}
