:root {
	--dd-navy: #141127;
	--dd-purple: #633991;
	--dd-purple-dark: #48206f;
	--dd-pink: #ed3f8f;
	--dd-pink-soft: #fff0f7;
	--dd-lilac: #f6f2fb;
	--dd-text: #242033;
	--dd-muted: #716b7d;
	--dd-border: #e9e2ef;
	--dd-white: #fff;
	--dd-shadow: 0 24px 70px rgba(50, 24, 78, .12);
}

html { scroll-behavior: smooth; }
body.landing-renewal { background: #fff; color: var(--dd-text); overflow-x: hidden; }
.landing-renewal h1, .landing-renewal h2, .landing-renewal h3, .landing-renewal h4 { color: var(--dd-text); letter-spacing: -.03em; }
.landing-renewal p { color: var(--dd-muted); line-height: 1.75; }
.landing-renewal .container { max-width: 1180px; }
.landing-renewal .btn { border-radius: 12px; font-size: 13px; font-weight: 600; letter-spacing: .03em; padding: .9rem 1.6rem; }
.landing-renewal .btn-primary { background: linear-gradient(135deg, var(--dd-purple), var(--dd-pink)); box-shadow: 0 12px 30px rgba(193, 48, 132, .25); }
.landing-renewal .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(193, 48, 132, .32); }
.landing-renewal .btn-outline-primary { color: var(--dd-purple); border: 1px solid #d8cae5; background: #fff; }
.landing-renewal .btn-outline-primary:hover { color: #fff; border-color: var(--dd-purple); background: var(--dd-purple); }

.landing-renewal .nav-menu { padding: 1.1rem 0; }
.landing-renewal .nav-menu.is-scrolling, .landing-renewal .nav-menu.menu-is-open { background: rgba(29, 16, 52, .96); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(18, 7, 38, .16); }
.landing-renewal .nav-menu.is-scrolling { padding: .45rem 0; }
.landing-renewal .navbar-brand { color: #fff; font-size: 21px; }
.landing-renewal .navbar-brand figure { gap: 8px; }
.landing-renewal .navbar-nav .nav-link { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.landing-renewal .navbar-nav .nav-link:hover { color: #fff; }

.hero-renewal { min-height: 780px; padding: 140px 0 0; position: relative; overflow: hidden; text-align: left; background: radial-gradient(circle at 80% 10%, rgba(237,63,143,.4), transparent 30%), linear-gradient(135deg, #24103e 0%, #522380 54%, #a92c80 100%); }
.hero-renewal:after { content: ''; position: absolute; left: -5%; right: -5%; bottom: -110px; height: 180px; background: #fff; border-radius: 50% 50% 0 0 / 70% 70% 0 0; }
.hero-container { position: relative; z-index: 2; }
.hero-copy { padding-bottom: 160px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff77b7; box-shadow: 0 0 0 5px rgba(255,119,183,.15); }
.hero-renewal h1 { max-width: 760px; margin: 0 0 25px; color: #fff; font-size: clamp(46px, 6vw, 76px); font-weight: 300; line-height: 1.06; letter-spacing: -.055em; }
.hero-renewal h1 strong { color: #ffb1d5; font-weight: 600; }
.hero-lead { max-width: 690px; margin-bottom: 30px; color: rgba(255,255,255,.72) !important; font-size: 18px; line-height: 1.7 !important; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-actions .btn-outline-light { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.hero-actions .btn-outline-light:hover { background: #fff; color: var(--dd-purple); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.75); font-size: 12px; }
.hero-trust i { color: #ff91c4; margin-right: 5px; }
.hero-visual { min-height: 600px; display: flex; justify-content: center; align-items: flex-end; position: relative; }
.hero-phone { position: relative; z-index: 2; width: 360px; max-width: 85%; filter: drop-shadow(0 35px 45px rgba(9, 2, 20, .4)); }
.device-glow { position: absolute; width: 420px; height: 420px; top: 80px; border-radius: 50%; background: rgba(255,255,255,.12); filter: blur(3px); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 225px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.23); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(23, 4, 42, .25); color: var(--dd-text); }
.floating-card-top { right: -20px; top: 145px; }
.floating-card-bottom { left: -25px; bottom: 150px; }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 11px; background: var(--dd-pink-soft); color: var(--dd-pink); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--dd-muted); font-size: 10px; text-transform: uppercase; }
.floating-card strong { margin-top: 2px; font-size: 13px; }

.benefit-strip { position: relative; z-index: 4; margin-top: -45px; }
.benefit-strip .container { padding: 22px 32px; border: 1px solid var(--dd-border); border-radius: 20px; background: #fff; box-shadow: var(--dd-shadow); }
.benefit-item { display: flex; align-items: center; gap: 14px; padding: 8px 24px; }
.benefit-item + .benefit-item { border-left: 1px solid var(--dd-border); }
.benefit-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 45px; border-radius: 13px; background: var(--dd-lilac); color: var(--dd-purple); }
.benefit-item strong { display: block; font-size: 14px; }
.benefit-item p { margin: 2px 0 0; font-size: 12px; line-height: 1.4; }

.section-renewal { padding: 110px 0; }
.section-kicker { margin-bottom: 13px; color: var(--dd-pink); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker.light { color: #ffacd2; }
.section-renewal h2, .platform-card h2 { font-size: clamp(35px, 4vw, 51px); font-weight: 500; line-height: 1.12; }
.section-lead { max-width: 650px; margin: 24px 0 28px; font-size: 16px; }
.section-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading p { max-width: 650px; margin: 20px auto 0; font-size: 16px; }
.section-heading.compact { margin-bottom: 40px; }

.base-section { padding-top: 135px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; margin: 18px 0; }
.check-list li > i { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 27px; border-radius: 50%; background: #ecf8f1; color: #27955b; font-size: 11px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { margin-bottom: 4px; font-size: 14px; }
.check-list small { color: var(--dd-muted); font-size: 12px; line-height: 1.5; }
.base-card { margin-left: 50px; overflow: hidden; border: 1px solid var(--dd-border); border-radius: 25px; background: #fff; box-shadow: var(--dd-shadow); }
.base-card-top { display: flex; align-items: center; gap: 18px; padding: 32px; background: linear-gradient(135deg, #2c1746, #6b338e); }
.base-card-icon { width: 60px; height: 60px; display: grid; place-items: center; flex: 0 0 60px; border-radius: 18px; background: rgba(255,255,255,.12); color: #ffaad1; font-size: 24px; }
.base-card-top small { color: #ffaad1; font-size: 10px; letter-spacing: .12em; }
.base-card-top h3 { margin: 5px 0 0; color: #fff; font-size: 23px; }
.base-card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 28px 32px; }
.base-card-body div { display: flex; align-items: center; gap: 9px; padding: 14px; border-radius: 12px; background: var(--dd-lilac); color: #50485d; font-size: 12px; }
.base-card-body i { color: var(--dd-pink); }
.base-card-footer { padding: 17px 32px; border-top: 1px solid var(--dd-border); color: var(--dd-muted); font-size: 11px; }
.base-card-footer span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #2bb26b; }

.modules-section { background: #f8f5fb; }
.module-grid > div { margin-bottom: 25px; }
.module-card { height: 100%; padding: 27px; border: 1px solid transparent; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(40, 22, 61, .055); transition: .25s ease; }
.module-card:hover { transform: translateY(-6px); border-color: #e2d3eb; box-shadow: 0 20px 45px rgba(62, 30, 90, .11); }
.module-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; background: linear-gradient(135deg, var(--dd-lilac), var(--dd-pink-soft)); color: var(--dd-purple); font-size: 19px; }
.module-label { color: #ad9bb8; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.module-card h3 { margin: 7px 0 9px; font-size: 19px; }
.module-card p { min-height: 64px; margin-bottom: 18px; font-size: 12px; line-height: 1.55; }
.module-card a { color: var(--dd-purple); font-size: 11px; font-weight: 600; }
.module-card a i { margin-left: 5px; font-size: 9px; }
.module-note { display: flex; align-items: center; gap: 16px; max-width: 760px; margin: 20px auto 0; padding: 20px 24px; border: 1px solid #e2d6ea; border-radius: 15px; background: #fff; }
.module-note-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 12px; background: var(--dd-pink-soft); color: var(--dd-pink); }
.module-note strong { display: block; font-size: 13px; }
.module-note p { margin: 2px 0 0; font-size: 11px; line-height: 1.5; }

.steps-section { padding-bottom: 90px; }
.step-card { position: relative; height: 100%; padding: 30px; border: 1px solid var(--dd-border); border-radius: 18px; background: #fff; }
.step-card > span { position: absolute; right: 22px; top: 18px; color: #eee8f2; font-size: 35px; font-weight: 700; }
.step-card > i { display: block; margin-bottom: 28px; color: var(--dd-pink); font-size: 25px; }
.step-card h3 { font-size: 18px; }
.step-card p { margin: 8px 0 0; font-size: 12px; }

.pricing-section { background: #171226; }
.pricing-section h2 { color: #fff; }
.pricing-section .section-heading p { color: rgba(255,255,255,.55); }
.pricing-row > div { margin-bottom: 20px; }
.price-card { position: relative; height: 100%; padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #211a32; color: #fff; }
.price-card-featured { transform: translateY(-12px); border-color: rgba(242,84,160,.55); background: linear-gradient(160deg, #302044, #281830); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.popular-badge { position: absolute; right: 24px; top: 24px; padding: 6px 10px; border-radius: 99px; background: rgba(237,63,143,.16); color: #ff8fc3; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.price-name { color: #ff9dcc; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-description { min-height: 48px; margin: 13px 0 20px; color: rgba(255,255,255,.55) !important; font-size: 12px; line-height: 1.5 !important; }
.price-amount { display: flex; align-items: flex-start; color: #fff; font-size: 52px; font-weight: 500; letter-spacing: -.05em; }
.price-amount sup { top: .7em; margin-right: 4px; font-size: 18px; }
.price-amount small { align-self: center; margin: 8px 0 0 12px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
.included-pill { display: inline-flex; align-items: center; gap: 7px; margin: 21px 0; padding: 8px 11px; border-radius: 9px; background: rgba(54,190,112,.12); color: #77dfa3; font-size: 11px; }
.price-card ul { min-height: 165px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 9px; margin: 13px 0; color: rgba(255,255,255,.69); font-size: 12px; }
.price-card li i { margin-top: 3px; color: #ff85bd; font-size: 9px; }
.price-card .addon-item { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.08); color: #c9b6d4; }
.price-card .btn-outline-primary { border-color: rgba(255,255,255,.22); background: transparent; color: #fff; }
.price-card .btn-outline-primary:hover { border-color: #fff; background: #fff; color: var(--dd-purple); }
.pricing-disclaimer { margin-top: 25px; color: rgba(255,255,255,.46); text-align: center; font-size: 11px; }
.pricing-disclaimer i { margin-right: 6px; color: #ff8fc3; }

.platform-cta { margin-top: -1px; padding: 0 0 100px; background: #171226; }
.platform-card { padding: 45px 55px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: linear-gradient(125deg, #593183, #b83384); box-shadow: 0 25px 60px rgba(12,5,22,.28); }
.platform-card h2 { margin: 0 0 12px; color: #fff; font-size: 35px; }
.platform-card p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.platform-card .btn-light { color: var(--dd-purple); box-shadow: none; }

.contact-section { background: #f8f5fb; }
.contact-card { padding: 52px; border: 1px solid var(--dd-border); border-radius: 25px; background: #fff; box-shadow: var(--dd-shadow); }
.contact-copy { padding-right: 55px; }
.contact-copy h2 { font-size: 39px; }
.contact-copy > p { font-size: 14px; }
.contact-promise { display: flex; gap: 14px; margin-top: 30px; padding: 18px; border-radius: 14px; background: var(--dd-lilac); }
.contact-promise > i { color: var(--dd-pink); font-size: 23px; }
.contact-promise strong, .contact-promise span { display: block; }
.contact-promise strong { font-size: 12px; }
.contact-promise span { margin-top: 4px; color: var(--dd-muted); font-size: 10px; }
.contact-card label { color: #4f4859; font-size: 11px; font-weight: 500; }
.contact-card .form-control { height: 48px; border: 1px solid #e2dce7; border-radius: 10px; background: #fbfafc; color: var(--dd-text); font-size: 13px; }
.contact-card textarea.form-control { height: auto; resize: vertical; }
.contact-card .form-control:focus { border-color: #bd91d2; background: #fff; box-shadow: 0 0 0 3px rgba(99,57,145,.08); }
.alert-container > .alert { width: 100%; border-radius: 13px; }

.contact-bar { padding: 32px 0; border-top: 1px solid var(--dd-border); background: #fff; }
.contact-details { display: flex; flex-wrap: wrap; gap: 18px; color: var(--dd-muted); font-size: 11px; }
.contact-details a { color: var(--dd-muted); }
.contact-details i { margin-right: 6px; color: var(--dd-pink); }
.landing-renewal .social-icons a { width: 38px; height: 38px; line-height: 38px; border: 1px solid var(--dd-border); border-radius: 11px; color: var(--dd-purple); box-shadow: none; }
.landing-renewal footer { color: var(--dd-muted); font-size: 11px; }
.landing-renewal .whatsapp-float figcaption { border-radius: 10px; }

@media (max-width: 1199px) {
	.floating-card-top { right: 0; }
	.floating-card-bottom { left: 0; }
	.hero-renewal h1 { font-size: 58px; }
}

@media (max-width: 991px) {
	.landing-renewal .nav-menu { background: rgba(29,16,52,.94); padding: .45rem 0; }
	.hero-renewal { min-height: auto; padding-top: 135px; }
	.hero-copy { padding-bottom: 45px; text-align: center; }
	.hero-lead { margin-left: auto; margin-right: auto; }
	.hero-actions, .hero-trust { justify-content: center; }
	.hero-visual { min-height: 520px; }
	.hero-phone { width: 310px; }
	.floating-card-top { right: 8%; }
	.floating-card-bottom { left: 8%; bottom: 120px; }
	.benefit-strip { margin-top: -25px; }
	.benefit-strip .container { max-width: 90%; }
	.benefit-item { padding: 10px; }
	.base-card { margin: 45px 0 0; }
	.price-card-featured { transform: none; }
	.platform-card { text-align: center; }
	.platform-card .text-lg-right { margin-top: 25px; }
	.contact-copy { padding-right: 15px; margin-bottom: 38px; }
	.contact-details { justify-content: center; margin-bottom: 20px; }
}

@media (max-width: 767px) {
	.hero-renewal { padding-top: 120px; }
	.hero-renewal h1 { font-size: 42px; }
	.hero-lead { font-size: 15px; }
	.hero-trust { flex-direction: column; gap: 8px; }
	.hero-visual { min-height: 440px; }
	.hero-phone { width: 260px; }
	.floating-card { min-width: 190px; padding: 11px 12px; }
	.floating-card-top { right: 0; top: 100px; }
	.floating-card-bottom { left: 0; bottom: 105px; }
	.floating-card strong { font-size: 11px; }
	.benefit-strip .container { padding: 16px 22px; }
	.benefit-item + .benefit-item { border-left: 0; border-top: 1px solid var(--dd-border); }
	.section-renewal { padding: 75px 0; }
	.base-section { padding-top: 105px; }
	.section-renewal h2 { font-size: 34px; }
	.base-card-body { grid-template-columns: 1fr; }
	.steps-row > div { margin-bottom: 15px; }
	.platform-card { padding: 35px 25px; }
	.platform-card h2 { font-size: 29px; }
	.contact-card { padding: 32px 24px; }
	.contact-copy h2 { font-size: 33px; }
	.contact-details { flex-direction: column; align-items: center; }
}

@media (max-width: 420px) {
	.hero-renewal h1 { font-size: 36px; }
	.hero-actions { flex-direction: column; }
	.hero-actions .btn { width: 100%; }
	.hero-visual { min-height: 400px; }
	.hero-phone { width: 235px; }
	.floating-card { min-width: auto; max-width: 175px; }
	.floating-card-top { top: 75px; }
	.floating-card-bottom { bottom: 95px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}
