/*
Theme Name: Royal Elementor Kit
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit/
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Description: Truly all in one Solution For Elementor Lovers. 140+ Elementor Templates KIT, 100+ Professional Elementor Widgets, Elementor theme builder, Elementor Popup Builder, Elementor Premade blocks and many other cool features like Sticky Header, Particle effects, parallax backgrounds and many other elementor addons. Customizado para Smart Trigo.
Version: 1.0.143
Requires at least: 4.7
Requires PHP: 5.2
Tested up to: 6.9.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: royal-elementor-kit
Tags: blog, e-commerce, one-column, custom-background, custom-colors, full-width-template, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ========================================
   ESTILOS BASE DO TEMA (Royal Elementor Kit)
   ======================================== */

/* Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
*,*::before,*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: .9rem;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}
a {
	background-color: transparent;
	color: #FEF0DC;
}
a:hover, a:active {
	color: #ffffff;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}
b,strong {
	font-weight: bolder;
}
code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	height: auto;
	max-width: 100%;
}
details {
	display: block;
}
summary {
	display: list-item;
}
figcaption {
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}
template {
	display: none;
}

[hidden] {
	display: none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media print {
	*,*:before,*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,blockquote {
		page-break-inside: avoid;
		border: 1px solid #cccccc;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
input[type="text"],input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="url"],select,textarea {
	width: 100%;
	border: solid 1px #666666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	transition: all .3s;
}
input[type="text"]:focus,input[type="date"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="url"]:focus,select:focus,textarea:focus {
	border-color: #333333;
	outline: 0 none;
}
button,input {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	width: auto;
	-webkit-appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
button,[type="submit"],[type="button"] {
	display: inline-block;
	font-weight: 400;
	color: #FEF0DC;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	background-color: transparent;
	border: 1px solid #fEf0dc;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
}
button:focus,[type="submit"]:focus,[type="button"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,[type="submit"]:hover,[type="submit"]:focus,[type="button"]:hover,[type="button"]:focus {
	color: #ffffff;
	background-color: #FEF0DC;
	text-decoration: none;
}
button:not(:disabled),[type="submit"]:not(:disabled),[type="button"]:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: vertical;
}
[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
}
table th,table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #cccccc;
}
table th {
	font-weight: bold;
}
table thead th,table tfoot th {
	font-size: 1em;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td {
	border-top: 1px solid #cccccc;
}
table tbody > tr:nth-child(odd) > td,table tbody > tr:nth-child(odd) > th {
	background-color: #f7f7f7;
}
table tbody tr:hover > td,table tbody tr:hover > th {
	background-color: #e9e9e9;
}
table tbody + tbody {
	border-top: 2px solid #cccccc;
}
@media (max-width: 767px) {
	table table {
		font-size: 0.8em;
	}
	table table th,table table td {
		padding: 7px;
		line-height: 1.3;
	}
	table table th {
		font-weight: 400;
	}
}
dl,dt,dd,ol,ul,li {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* WordPress Default Class */
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 1rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignfull img {
    width: 100vw;
}
.wp-caption {
	margin-bottom: 1.25rem;
	max-width: 100%;
}
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
	margin: 0;
}
.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.75rem;
}
.pagination {
	margin: 20px auto;
}
.sticky {
	position: relative;
	display: block;
}
.bypostauthor {
	font-size: inherit;
}
.hide {
	display: none !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0,0 0, 0 0);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Theme Styles */
#page-wrap {
     max-width: 960px;
     margin: 0 auto;
}
 #site-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 0;
     margin-bottom: 30px;
}
.site-logo h1, .site-description {
     margin: 0;
}
.main-navigation ul {
     display: flex;
     padding: 0;
     list-style-type: none;
}
.main-navigation ul li {
     margin-left: 20px;
}
.re-theme-post {
     margin-bottom: 50px;
}
.re-theme-post img {
     max-width: 100%;
}
.re-theme-post .post-title {
     margin: 0;
}
.re-theme-post .post-categories {
     margin-bottom: 20px;
}
.re-theme-post .post-footer {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 20px 0;
     border-bottom: 1px solid #e8e8e8;
}
.re-theme-post .read-more {
     display: inline-block;
     padding: 5px 15px;
     border: 1px solid #fEf0dc;
     text-transform: capitalize;
}
.re-theme-post .post-tags a {
     display: inline-block;
     margin-right: 10px;
}
.commentslist {
     list-style-type: none;
     padding: 0;
}
.commentslist .children {
     list-style-type: none;
}
.commentslist li {
     padding: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
     border: 1px solid #e8e8e8;
}
.comment-author img {
     margin-right: 10px;
}
.commentslist .reply {
     display: inline-block;
     padding: 5px 15px;
     border: 1px solid #FEF0DC;
}
.comment-form-comment input, .comment-form-comment textarea {
     border-color: #e8e8e8;
}
 nav.navigation {
     text-align: center;
}
 nav.navigation a, nav.navigation span {
     padding: 5px 10px;
     border: 1px solid #e8e8e8;
}
.footer-copyright {
     text-align: center;
     padding: 30px 0;
}
.site-logo a,
.main-navigation a,
.re-theme-post .read-more a,
.re-theme-post .post-title a {
	text-decoration: none;
}

/* Header Menu */
.rek-menu .menu-item {
	position: relative;
}

.rek-menu .menu-item-has-children > a:after {
	content: "\25BC";
	font-size: 8px;
	margin-left: 5px;
}

.rek-menu .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.rek-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9999;
	min-width: 200px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rek-menu .sub-menu li {
	margin-left: 0;
}

.rek-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 1px;
}


/* ============================================================
   ESTILOS DA LANDING SMART TRIGO
   (sobrescreve estilos do tema apenas dentro da landing)
   ============================================================ */

/* Importa as fontes Google */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


/* ============================================================
   RESET ESPECÍFICO PRA LANDING - sobrescreve conflitos do tema
   ============================================================ */
.nav button,
.hero button,
section button,
footer button,
.btn,
.plan-cta,
.nav-cta,
.faq-q {
  border: none;
  background-color: transparent;
}
.nav a,
.hero a,
section a,
footer a {
  color: inherit;
  text-decoration: none;
}
.nav a:hover,
.hero a:hover,
section a:hover,
footer a:hover {
  color: inherit;
}



:root{
  --bg:#FFFFFF;
  --bg-soft:#F6F4FB;
  --bg-cream:#FFF7EE;
  --bg-mint:#E8F7F0;
  --ink:#1A1140;
  --ink-soft:#5A4F7A;
  --ink-mute:#8A82A6;
  --line:#EAE5F4;
  --purple:#F27C0C;
  --purple-deep:#D4690A;
  --purple-soft:#FEF0DC;
  --pink:#FF4FA3;
  --pink-soft:#FFE4F0;
  --green:#19D27D;
  --green-soft:#D9F7E8;
  --yellow:#FFC93C;
  --yellow-soft:#FFF1C9;
  --orange:#FF8A3C;
  --shadow-sm: 0 4px 12px -4px rgba(242,124,12,.08);
  --shadow-md: 0 12px 30px -10px rgba(242,124,12,.18);
  --shadow-lg: 0 30px 60px -20px rgba(242,124,12,.22);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:'Plus Jakarta Sans','Manrope',sans-serif;
  font-weight:400;
  line-height:1.55;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}

/* ===== Layout ===== */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
section{position:relative;padding:110px 0}
@media(max-width:768px){
  section{padding:70px 0}
  .container{padding:0 20px}
}

.eyebrow{
  display:inline-block;
  font-size:13px;font-weight:700;letter-spacing:.04em;
  color:var(--purple);
  background:var(--purple-soft);
  padding:7px 14px;
  border-radius:999px;
  margin-bottom:18px;
  text-transform:uppercase;
}

/* ===== NAV ===== */
.nav{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 24px;max-width:1200px;margin:0 auto;
}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;letter-spacing:-.02em;color:var(--ink)}
.logo-mark{
  width:34px;height:34px;
  background:linear-gradient(135deg,var(--purple) 0%,var(--pink) 100%);
  border-radius:10px;
  position:relative;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 14px -4px rgba(242,124,12,.5);
}
.logo-mark::before{
  content:"";
  width:14px;height:14px;
  border:2.5px solid #fff;
  border-radius:50%;
  border-right-color:transparent;
  border-bottom-color:transparent;
  transform:rotate(-45deg);
}
.logo span:last-child em{color:var(--purple);font-style:normal}
.nav-links{display:flex;gap:32px;align-items:center}
.nav-links a{font-size:15px;font-weight:500;color:var(--ink-soft);transition:color .2s}
.nav-links a:hover{color:var(--purple)}
.nav-actions{display:flex;align-items:center;gap:10px}
.nav-login{
  font-size:15px;font-weight:600;color:var(--ink);padding:10px 16px;
}
.nav-cta{
  padding:11px 22px;
  background:var(--purple);
  color:#fff;
  font-weight:700;font-size:14px;
  border-radius:999px;
  transition:all .25s ease;
}
.nav-cta:hover{background:var(--purple-deep);transform:translateY(-1px);box-shadow:0 10px 22px -8px rgba(242,124,12,.5)}
.nav-mobile{display:none;color:var(--ink)}
@media(max-width:900px){
  .nav-links,.nav-login{display:none}
  .nav-mobile{display:block}
}

/* ===== HERO ===== */
.hero{
  padding:80px 0 60px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(900px 500px at 90% -10%,rgba(255,79,163,.10),transparent 60%),
    radial-gradient(800px 600px at -10% 20%,rgba(242,124,12,.10),transparent 60%),
    var(--bg);
}
.hero::before{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--line),transparent);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:70px;
  align-items:center;
}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:60px}}

.hero h1{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800;
  font-size:clamp(38px, 5.5vw, 64px);
  line-height:1.05;
  letter-spacing:-.025em;
  margin-bottom:22px;
  color:var(--ink);
}
.hero h1 .accent-pink{color:var(--pink)}
.hero h1 .accent-purple{color:var(--purple)}
.hero h1 .marker{
  position:relative;display:inline-block;
  background:none;
  padding:0;
  text-decoration:underline;
  text-decoration-color:#FFE773;
  text-decoration-thickness:4px;
  text-underline-offset:5px;
}
.hero-sub{
  font-size:19px;
  color:var(--ink-soft);
  max-width:560px;
  margin-bottom:36px;
  line-height:1.55;
}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px;align-items:center}
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 28px;
  border-radius:999px;
  font-weight:700;font-size:15px;
  transition:all .25s ease;
  white-space:nowrap;
}
.btn-primary{
  background:var(--purple);
  color:#fff;
  box-shadow:0 14px 28px -10px rgba(242,124,12,.5);
}
.btn-primary:hover{background:var(--purple-deep);color:#000;transform:translateY(-2px);box-shadow:0 18px 36px -10px rgba(242,124,12,.6)}
.btn-secondary{
  background:#fff;
  color:var(--ink);
  border:1.5px solid var(--line);
}
.btn-secondary:hover{border-color:var(--purple);color:var(--purple)}
.btn-ghost{
  color:var(--ink);
  font-weight:600;
  padding:14px 6px;
  font-size:15px;
  display:inline-flex;align-items:center;gap:8px;
  transition:color .2s;
}
.btn-ghost:hover{color:var(--purple)}
.btn-ghost svg{width:36px;height:36px;background:var(--purple-soft);border-radius:50%;padding:10px;color:var(--purple);transition:all .25s}
.btn-ghost:hover svg{background:var(--purple);color:#fff}
.btn svg{width:16px;height:16px}

.hero-trust{
  display:flex;gap:24px;flex-wrap:wrap;
  align-items:center;
  font-size:14px;color:var(--ink-mute);
}
.hero-trust span{display:flex;align-items:center;gap:8px}
.hero-trust svg{width:18px;height:18px;color:var(--green)}

/* ===== HERO Visual: chat + crm cards ===== */
.hero-visual{position:relative;min-height:500px}
.hv-blob{
  position:absolute;
  width:540px;height:540px;
  border-radius:50%;
  background:linear-gradient(135deg,#FFF3E0 0%,#FFE8C8 100%);
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  filter:blur(2px);
  z-index:0;
}
@media(max-width:980px){.hv-blob{width:420px;height:420px}}

.hv-chat{
  position:relative;z-index:2;
  background:#fff;
  border-radius:22px;
  padding:24px;
  width:88%;
  max-width:380px;
  box-shadow:var(--shadow-lg);
  margin-left:auto;
}
.hv-chat-head{
  display:flex;align-items:center;gap:12px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
  margin-bottom:18px;
}
.hv-avatar{
  width:42px;height:42px;border-radius:50%;
  background:linear-gradient(135deg,var(--purple),var(--pink));
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;
  flex-shrink:0;
}
.hv-chat-head-info{flex-grow:1}
.hv-chat-head-name{font-weight:700;font-size:15px}
.hv-chat-head-status{font-size:12px;color:var(--green);display:flex;align-items:center;gap:5px}
.hv-chat-head-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}
.hv-wp{width:24px;height:24px;color:#25D366}
.hv-msgs{display:flex;flex-direction:column;gap:10px}
.hv-msg{
  max-width:78%;
  padding:11px 15px;
  border-radius:16px;
  font-size:14px;
  line-height:1.45;
}
.hv-msg.client{
  background:var(--bg-soft);
  color:var(--ink);
  border-bottom-left-radius:4px;
  align-self:flex-start;
}
.hv-msg.ai{
  background:linear-gradient(135deg,var(--purple),var(--purple-deep));
  color:#fff;
  border-bottom-right-radius:4px;
  align-self:flex-end;
}
.hv-msg .ai-tag{
  font-size:10px;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;opacity:.7;margin-bottom:3px;
  display:block;
}
.hv-typing{
  align-self:flex-start;
  background:var(--bg-soft);
  padding:14px 18px;
  border-radius:16px;
  border-bottom-left-radius:4px;
  display:flex;gap:4px;
}
.hv-typing span{
  width:7px;height:7px;border-radius:50%;
  background:var(--ink-mute);
  animation:typing 1.4s infinite;
}
.hv-typing span:nth-child(2){animation-delay:.2s}
.hv-typing span:nth-child(3){animation-delay:.4s}
@keyframes typing{
  0%,60%,100%{transform:translateY(0);opacity:.4}
  30%{transform:translateY(-5px);opacity:1}
}

/* Floating cards */
.float-card{
  position:absolute;z-index:3;
  background:#fff;
  border-radius:14px;
  padding:14px 16px;
  box-shadow:var(--shadow-md);
  display:flex;align-items:center;gap:12px;
  font-size:13px;
  animation:float 4s ease-in-out infinite;
}
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
.float-1{
  top:8%;left:-2%;
  animation-delay:0s;
}
.float-2{
  bottom:10%;left:-5%;
  animation-delay:1.5s;
}
.float-icon{
  width:36px;height:36px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.float-1 .float-icon{background:var(--green-soft);color:var(--green)}
.float-2 .float-icon{background:var(--yellow-soft);color:var(--orange)}
.float-card strong{display:block;font-weight:700;font-size:13px;color:var(--ink)}
.float-card small{font-size:12px;color:var(--ink-mute)}

@media(max-width:520px){
  .float-1,.float-2{display:none}
}

/* ===== Section Headers ===== */
.section-head{max-width:720px;margin:0 auto 70px;text-align:center}
.section-head.left{text-align:left;margin-left:0}
.section-head h2{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800;
  font-size:clamp(32px, 4.4vw, 50px);
  line-height:1.1;
  letter-spacing:-.025em;
  color:var(--ink);
}
.section-head h2 .accent-purple{color:var(--purple)}
.section-head h2 .accent-pink{color:var(--pink)}
.section-head h2 .marker{
  position:relative;display:inline-block;
  background:linear-gradient(120deg, transparent 0%, transparent 5%, #FFE773 5%, #FFE773 95%, transparent 95%);
  padding:0 .15em;
}
.section-head p{
  margin-top:18px;
  font-size:18px;
  color:var(--ink-soft);
}

/* ===== Pain section ===== */
.pain{background:var(--bg-soft)}
.pain-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
@media(max-width:768px){.pain-grid{grid-template-columns:1fr}}
.pain-card{
  background:#fff;
  border-radius:20px;
  padding:32px 30px;
  position:relative;
  border:1px solid var(--line);
  transition:transform .3s ease, box-shadow .3s ease;
}
.pain-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.pain-num{
  font-weight:800;
  font-size:14px;
  color:var(--purple);
  background:var(--purple-soft);
  padding:5px 11px;
  border-radius:999px;
  display:inline-block;
  margin-bottom:18px;
  letter-spacing:.04em;
}
.pain-card h3{
  font-weight:700;
  font-size:21px;
  margin-bottom:10px;
  letter-spacing:-.01em;
  color:var(--ink);
}
.pain-card p{color:var(--ink-soft);font-size:15.5px;line-height:1.6}

/* ===== Solution Pillars ===== */
.pillar-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
@media(max-width:768px){.pillar-grid{grid-template-columns:1fr}}
.pillar{
  border-radius:24px;
  padding:36px 32px;
  border:1px solid var(--line);
  position:relative;
  overflow:hidden;
  transition:transform .3s ease;
}
.pillar:hover{transform:translateY(-4px)}
.pillar-1{background:linear-gradient(135deg, #FEF0DC 0%, #FFE9F4 100%)}
.pillar-2{background:linear-gradient(135deg, #E5F4FE 0%, #ECF7E5 100%)}
.pillar-3{background:linear-gradient(135deg, #FFF1DD 0%, #FFE5E0 100%)}
.pillar-4{background:linear-gradient(135deg, #E8F2FF 0%, #FFF3E0 100%)}
.pillar-icon{
  width:56px;height:56px;border-radius:16px;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
  box-shadow:0 6px 14px -6px rgba(242,124,12,.18);
}
.pillar-icon svg{width:28px;height:28px}
.pillar-1 .pillar-icon svg{color:#25D366}
.pillar-2 .pillar-icon svg{color:var(--purple)}
.pillar-3 .pillar-icon svg{color:var(--orange)}
.pillar-4 .pillar-icon svg{color:#3a86ff}
.pillar h3{
  font-weight:700;
  font-size:22px;
  margin-bottom:12px;
  letter-spacing:-.01em;
  color:var(--ink);
}
.pillar p{color:var(--ink-soft);font-size:15.5px;line-height:1.6}

/* ===== HOW IT WORKS ===== */
.how{background:#1A0E00;color:#fff;border-radius:0;position:relative;overflow:hidden}
.how::before{
  content:"";position:absolute;
  width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(242,124,12,.3),transparent 60%);
  top:-200px;right:-200px;
}
.how::after{
  content:"";position:absolute;
  width:500px;height:500px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,163,.18),transparent 60%);
  bottom:-200px;left:-150px;
}
.how .section-head h2{color:#fff}
.how .section-head p{color:rgba(255,255,255,.7)}
.how .eyebrow{background:rgba(255,255,255,.1);color:#fff}
.steps{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  position:relative;z-index:1;
}
@media(max-width:880px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
.step{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:30px 26px;
  backdrop-filter:blur(10px);
  transition:transform .3s, background .3s;
}
.step:hover{transform:translateY(-6px);background:rgba(255,255,255,.07)}
.step-num{
  width:42px;height:42px;border-radius:12px;
  background:linear-gradient(135deg,var(--purple),var(--pink));
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:16px;color:#fff;
  margin-bottom:22px;
}
.step h3{
  font-weight:700;
  font-size:20px;
  margin-bottom:10px;
  letter-spacing:-.01em;
  color:#fff;
}
.step p{color:rgba(255,255,255,.7);font-size:15px;line-height:1.55}

/* ===== PLANS ===== */
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  align-items:stretch;
}
@media(max-width:980px){.plans-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}}
.plan{
  background:#fff;
  border:1.5px solid var(--line);
  border-radius:24px;
  padding:36px 30px;
  display:flex;flex-direction:column;
  position:relative;
  transition:all .3s ease;
}
.plan:hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:var(--shadow-md)}
.plan.featured{
  background:linear-gradient(160deg,#1A0C00 0%,#7A3900 100%);
  border-color:transparent;
  color:#fff;
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
}
.plan.featured:hover{transform:translateY(-12px)}
.plan-tag{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--purple);color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:7px 14px;border-radius:999px;
}
.plan-icon{
  width:54px;height:54px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;
  margin-bottom:18px;
}
.plan:nth-child(1) .plan-icon{background:var(--purple-soft);color:var(--purple)}
.plan:nth-child(2) .plan-icon{background:rgba(255,255,255,.1);color:var(--pink)}
.plan:nth-child(3) .plan-icon{background:var(--yellow-soft);color:var(--orange)}
.plan h3{
  font-weight:800;
  font-size:28px;
  letter-spacing:-.02em;
  margin-bottom:6px;
}
.plan-desc{
  font-size:14.5px;
  margin-bottom:22px;
  min-height:42px;
  color:var(--ink-soft);
}
.plan.featured .plan-desc{color:rgba(255,255,255,.65)}
.plan-price-wrap{
  padding:20px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:22px;
}
.plan.featured .plan-price-wrap{border-color:rgba(255,255,255,.12)}
.plan-price{font-size:13.5px;color:var(--ink-mute)}
.plan.featured .plan-price{color:rgba(255,255,255,.6)}
.plan-price strong{
  display:block;font-weight:800;font-size:32px;letter-spacing:-.02em;color:var(--ink);
  margin-bottom:4px;
}
.plan.featured .plan-price strong{color:#fff}
.plan-features{
  list-style:none;
  display:flex;flex-direction:column;gap:11px;
  margin-bottom:28px;
  flex-grow:1;
}
.plan-features li{
  display:flex;gap:10px;
  font-size:14.5px;
  line-height:1.5;
  color:var(--ink-soft);
}
.plan.featured .plan-features li{color:rgba(255,255,255,.85)}
.plan-features li::before{
  content:"";flex-shrink:0;
  width:20px;height:20px;border-radius:50%;
  background:var(--green-soft);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319D27D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size:12px;background-position:center;background-repeat:no-repeat;
  margin-top:1px;
}
.plan.featured .plan-features li::before{
  background-color:rgba(25,210,125,.2);
}
.plan-cta{
  width:100%;
  padding:15px;
  border-radius:999px;
  font-weight:700;font-size:14.5px;
  transition:all .25s;
}
.plan-cta-outline{
  background:transparent;
  color:var(--ink);
  border:1.5px solid var(--line);
}
.plan-cta-outline:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-soft)}
.plan-cta-fill{
  background:var(--purple);
  color:#fff;
  box-shadow:0 12px 24px -10px rgba(242,124,12,.5);
}
.plan-cta-fill:hover{background:var(--purple-deep);transform:translateY(-1px)}

/* ===== FOR WHOM ===== */
.forwhom{background:var(--bg-soft)}
.forwhom-card{
  background:#fff;
  border-radius:32px;
  padding:64px 60px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  border:1px solid var(--line);
}
@media(max-width:880px){.forwhom-card{grid-template-columns:1fr;padding:40px 28px;gap:36px}}
.forwhom-card .section-head{margin:0;text-align:left;max-width:none}
.forwhom-card .section-head h2{font-size:clamp(28px,3.8vw,40px)}
.forwhom-list{list-style:none;display:flex;flex-direction:column;gap:14px}
.forwhom-list li{
  font-size:16px;color:var(--ink);font-weight:500;
  display:flex;gap:13px;align-items:flex-start;
  padding:14px 18px;
  background:var(--bg-soft);
  border-radius:14px;
  transition:background .25s;
}
.forwhom-list li:hover{background:var(--purple-soft)}
.forwhom-list li::before{
  content:"";flex-shrink:0;
  width:24px;height:24px;border-radius:50%;
  background:var(--purple);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size:14px;background-position:center;background-repeat:no-repeat;
  margin-top:1px;
}

/* ===== STATS ===== */
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
@media(max-width:880px){.stats-grid{grid-template-columns:repeat(2,1fr)}}
.stat{
  border-radius:22px;
  padding:36px 28px;
  border:1px solid var(--line);
}
.stat:nth-child(1){background:linear-gradient(160deg,#FEF0DC,#FFE9F4)}
.stat:nth-child(2){background:linear-gradient(160deg,#E8F7F0,#E5F4FE)}
.stat:nth-child(3){background:linear-gradient(160deg,#FFF1C9,#FFE5E0)}
.stat:nth-child(4){background:linear-gradient(160deg,#E8F2FF,#FFF3E0)}
.stat-num{
  font-weight:800;
  font-size:clamp(40px,5vw,58px);
  line-height:1;
  letter-spacing:-.04em;
  color:var(--ink);
  margin-bottom:10px;
}
.stat-num em{font-style:normal;color:var(--purple)}
.stat:nth-child(2) .stat-num em{color:var(--green)}
.stat:nth-child(3) .stat-num em{color:var(--orange)}
.stat:nth-child(4) .stat-num em{color:var(--pink)}
.stat-label{font-size:14.5px;color:var(--ink-soft);line-height:1.5}

/* ===== TESTIMONIALS ===== */
.testimonials-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
@media(max-width:880px){.testimonials-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}}
.testimonial{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px 28px;
  display:flex;flex-direction:column;
  transition:all .3s ease;
}
.testimonial:hover{border-color:var(--purple);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.testimonial-stars{color:var(--yellow);font-size:16px;letter-spacing:1px;margin-bottom:14px}
.testimonial-text{
  font-size:16px;
  line-height:1.55;
  color:var(--ink);
  margin-bottom:24px;
  flex-grow:1;
  font-weight:500;
}
.testimonial-author{display:flex;align-items:center;gap:13px;padding-top:18px;border-top:1px solid var(--line)}
.testimonial-avatar{
  width:46px;height:46px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;color:#fff;
  flex-shrink:0;
}
.testimonial-avatar.v1{background:linear-gradient(135deg,var(--purple),var(--pink))}
.testimonial-avatar.v2{background:linear-gradient(135deg,var(--green),#3a86ff)}
.testimonial-avatar.v3{background:linear-gradient(135deg,var(--orange),var(--pink))}
.testimonial-meta{display:flex;flex-direction:column;gap:1px}
.testimonial-name{font-weight:700;font-size:15px}
.testimonial-loc{font-size:13px;color:var(--ink-mute)}

/* ===== FAQ ===== */
.faq{background:var(--bg-soft)}
.faq-list{
  display:flex;flex-direction:column;gap:14px;
  max-width:840px;margin:0 auto;
}
.faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  transition:border-color .3s;
}
.faq-item.open{border-color:#FFB366;background:#FFB366}
.faq-item.open .faq-q{color:#fff}
.faq-q{
  width:100%;text-align:left;
  padding:24px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  font-size:18px;font-weight:700;
  color:var(--ink);
  letter-spacing:-.005em;
  transition:color .2s, background .3s;
}
.faq-q:hover{color:var(--purple)}
.faq-toggle{
  flex-shrink:0;width:32px;height:32px;border-radius:50%;
  background:var(--purple-soft);
  display:flex;align-items:center;justify-content:center;
  color:var(--purple);
  transition:transform .3s, background .3s;
}
.faq-item.open .faq-toggle{transform:rotate(45deg);background:#fff;color:#FFB366}
.faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .4s ease;
}
.faq-a-inner{
  padding:0 28px 26px;
  color:var(--ink-soft);font-size:16px;line-height:1.65;
}
.faq-item.open .faq-a-inner{color:#fff}
.faq-item.open .faq-a{max-height:300px}

/* ===== FINAL CTA ===== */
.cta-final{padding:80px 0}
.cta-final-card{
  background:linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 50%, #5C2A00 100%);
  border-radius:32px;
  padding:80px 50px;
  text-align:center;
  position:relative;
  overflow:hidden;
  color:#fff;
}
.cta-final-card::before{
  content:"";position:absolute;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,163,.4),transparent 60%);
  top:-150px;right:-100px;
}
.cta-final-card::after{
  content:"";position:absolute;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,201,60,.3),transparent 60%);
  bottom:-100px;left:-50px;
}
.cta-final-card .eyebrow{background:rgba(255,255,255,.15);color:#fff;position:relative;z-index:1}
.cta-final-card h2{
  position:relative;z-index:1;
  font-weight:800;
  font-size:clamp(32px,4.4vw,52px);
  line-height:1.35;
  letter-spacing:-.02em;
  margin-bottom:20px;
  color:#fff;
}
.cta-final-card h2 em{font-style:normal;color:#FFE773}
.cta-final-card p{
  position:relative;z-index:1;
  font-size:18px;color:rgba(255,255,255,.85);
  max-width:580px;margin:0 auto 36px;
}
.cta-final-card .btn-pink{
  background:#fff;
  color:var(--purple);
  position:relative;z-index:1;
  font-size:16px;padding:18px 34px;
  box-shadow:0 14px 30px -10px rgba(0,0,0,.2);
  border:2px solid #fff;
}
.cta-final-card .btn-pink:hover{background:transparent;color:#000;transform:translateY(-2px)}
.cta-final-foot{
  position:relative;z-index:1;
  margin-top:24px;font-size:13px;color:rgba(255,255,255,.6);
}

/* ===== FOOTER ===== */
footer{
  background:var(--bg);
  border-top:1px solid var(--line);
  padding:60px 0 36px;
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:50px;
  margin-bottom:44px;
}
@media(max-width:780px){.footer-grid{grid-template-columns:1fr 1fr;gap:36px}}
.footer-brand p{
  margin-top:16px;
  color:var(--ink-soft);font-size:14.5px;line-height:1.6;max-width:300px;
}
.footer-col h4{
  font-size:14px;font-weight:700;
  color:var(--ink);
  margin-bottom:18px;
}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.footer-col a{
  font-size:14px;color:var(--ink-soft);
  transition:color .2s;
}
.footer-col a:hover{color:var(--purple)}
.footer-bottom{
  padding-top:28px;
  border-top:1px solid var(--line);
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:14px;
}
.footer-bottom p{font-size:13px;color:var(--ink-mute)}

/* ===== Reveal animation ===== */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease, transform .8s ease}
.reveal.in{opacity:1;transform:translateY(0)}
.reveal-stagger > *{opacity:0;transform:translateY(16px);transition:opacity .7s ease, transform .7s ease}
.reveal-stagger.in > *{opacity:1;transform:translateY(0)}
.reveal-stagger.in > *:nth-child(1){transition-delay:0s}
.reveal-stagger.in > *:nth-child(2){transition-delay:.08s}
.reveal-stagger.in > *:nth-child(3){transition-delay:.16s}
.reveal-stagger.in > *:nth-child(4){transition-delay:.24s}

::selection{background:var(--purple);color:#fff}


/* ===== Logos carrossel ===== */

.logos-track-wrap{
  overflow:hidden;
  position:relative;
  padding:10px 0;
}
.logos-track-wrap::before,.logos-track-wrap::after{
  content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none;
}
.logos-track-wrap::before{left:0;background:linear-gradient(to right,var(--bg-soft),transparent)}
.logos-track-wrap::after{right:0;background:linear-gradient(to left,var(--bg-soft),transparent)}
.logos-track{
  display:flex;gap:18px;
  width:max-content;
  animation:scroll-logos 28s linear infinite;
}
.logos-track:hover{animation-play-state:paused}
.logo-slide{
  display:flex;align-items:center;gap:10px;
  background:#fff;
  border:1.5px solid var(--line);
  border-radius:999px;
  padding:14px 24px;
  font-weight:700;font-size:15px;color:var(--ink);
  white-space:nowrap;
  box-shadow:var(--shadow-sm);
  transition:border-color .2s,box-shadow .2s;
}
.logo-slide:hover{border-color:var(--purple);box-shadow:var(--shadow-md)}
.ls-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
@keyframes scroll-logos{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}