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

:root {
  --ink: #17211b;
  --muted: #667069;
  --paper: #f3f2ec;
  --card: #fbfaf5;
  --line: rgba(23, 33, 27, .14);
  --lime: #c9ff55;
  --mint: #ccebd7;
  --violet: #d8ccff;
  --peach: #ffd8bc;
  --blue: #cce3ff;
  --radius: 28px;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.9), transparent 22%),
    var(--paper);
  overflow-x: hidden;
}

button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand-mark { position: relative; width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 9px; background: var(--ink); overflow: hidden; }
.brand-mark i { position: absolute; display: block; width: 11px; height: 11px; border: 3px solid var(--lime); border-radius: 50%; }
.brand-mark i:first-child { transform: translate(-4px, -3px); }
.brand-mark i:last-child { transform: translate(4px, 3px); }

nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s ease; }
nav a:hover::after { right: 0; }

.header-cta { justify-self: end; display: flex; align-items: center; gap: 22px; padding: 11px 12px 11px 18px; border: 1px solid var(--ink); border-radius: 100px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.header-cta:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; padding: 70px 0 80px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(23,33,27,.09); }
.hero h1 { max-width: 700px; margin: 0; font: 500 clamp(48px, 6.2vw, 84px)/.98 "Manrope", sans-serif; letter-spacing: -5px; }
.hero h1 em { position: relative; font-style: normal; color: #6d5aa3; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 9px; background: var(--lime); border-radius: 50%; z-index: -1; transform: rotate(-1deg); }
.hero-text { max-width: 530px; margin: 34px 0 36px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; gap: 34px; padding: 16px 18px 16px 22px; border-radius: 100px; font-size: 14px; font-weight: 700; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 30px rgba(23,33,27,.17); transition: .25s ease; }
.button-dark span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.button-dark:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(23,33,27,.24); }
.trust-note { color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-note b { color: var(--ink); font-size: 13px; }

.hero-visual { position: relative; min-height: 505px; border-radius: 48% 52% 43% 57% / 52% 42% 58% 48%; background: var(--violet); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; width: 280px; height: 280px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 42px rgba(255,255,255,.2); }
.orbit { position: absolute; border: 1px solid rgba(23,33,27,.28); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 560px; height: 230px; left: -10px; top: 120px; }
.orbit-two { width: 560px; height: 340px; left: -50px; top: 70px; transform: rotate(28deg); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 250px; padding: 14px 16px; border: 1px solid rgba(23,33,27,.12); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(61,49,95,.16); backdrop-filter: blur(8px); animation: float 5s ease-in-out infinite; }
.floating-card div { display: grid; gap: 3px; }
.floating-card small { font-size: 8px; letter-spacing: 1px; color: var(--muted); }
.floating-card strong { font-size: 13px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--peach); font: 800 15px "Manrope"; }
.mini-icon.dark { color: var(--lime); background: var(--ink); }
.status-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #6fbd69; }
.check { margin-left: auto; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--mint); font-weight: 800; }
.fc-signature { top: 85px; left: 48px; transform: rotate(-5deg); }
.fc-whatsapp { right: 23px; bottom: 76px; transform: rotate(4deg); animation-delay: -2.5s; }
.qr-card { position: absolute; z-index: 3; left: 52%; top: 51%; transform: translate(-50%, -50%) rotate(2deg); width: 178px; padding: 18px; border-radius: 25px; background: var(--ink); box-shadow: 0 22px 50px rgba(23,33,27,.28); }
.fake-qr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; aspect-ratio: 1; padding: 13px; border-radius: 14px; background: #fff; }
.fake-qr i { border-radius: 2px; background: var(--ink); }
.fake-qr i:nth-child(2), .fake-qr i:nth-child(4), .fake-qr i:nth-child(8) { transform: scale(.52); }
.fake-qr i:nth-child(5) { background: var(--lime); }
.qr-card > span { display: block; margin-top: 10px; color: #fff; text-align: center; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.spark { position: absolute; font-size: 28px; }
.spark-a { right: 70px; top: 58px; color: #fff; }
.spark-b { left: 58px; bottom: 66px; font-size: 18px; color: #6d5aa3; }

.tools-section { padding: 95px 0 110px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font: 600 clamp(36px, 4.3vw, 58px)/1.05 "Manrope"; letter-spacing: -3px; }
.section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); line-height: 1.6; }
.tools-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tool-card { position: relative; min-height: 410px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(23,33,27,.1); border-radius: var(--radius); transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-radius .32s ease; overflow: hidden; cursor: pointer; transform-origin: center; will-change: transform; }
.tool-card:hover { box-shadow: 0 22px 48px rgba(23,33,27,.14); }
.signature-card, .qr-tool-card, .whatsapp-card { grid-column: span 2; }
.password-card, .text-card, .ip-card { grid-column: span 2; min-height: 365px; }
.signature-card { background: var(--lime); }
.qr-tool-card { background: var(--violet); }
.whatsapp-card { background: var(--mint); }
.password-card { background: var(--peach); }
.text-card { background: var(--blue); }
.ip-card { background: #ffe798; }
.tool-top { display: flex; align-items: start; justify-content: space-between; }
.tool-number { font: 700 12px "Manrope"; letter-spacing: 1px; opacity: .55; }
.tool-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(23,33,27,.18); border-radius: 50%; background: rgba(255,255,255,.35); font: 700 19px "Manrope"; }
.tag { display: inline-block; margin-bottom: 15px; padding: 7px 11px; border: 1px solid rgba(23,33,27,.2); border-radius: 100px; text-transform: uppercase; letter-spacing: 1.1px; font-size: 9px; font-weight: 800; }
.tool-card h3 { margin: 0 0 16px; font: 650 37px/1.03 "Manrope"; letter-spacing: -2px; }
.tool-card p { max-width: 350px; margin: 0; color: rgba(23,33,27,.72); font-size: 16px; line-height: 1.5; }
.tool-link { width: 100%; padding: 17px 0 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid rgba(23,33,27,.2); background: transparent; font-size: 15px; font-weight: 800; text-align: left; }
.tool-link span { transition: transform .2s ease; }
.tool-link:hover span { transform: translate(3px, -3px); }

.manifesto { margin: 0 calc(50% - 50vw); padding: 110px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ink); }
.eyebrow.light span { background: var(--lime); box-shadow: 0 0 0 4px rgba(201,255,85,.12); }
.manifesto-text { max-width: 1000px; margin: 35px 0 65px; font: 500 clamp(39px, 5.3vw, 72px)/1.1 "Manrope"; letter-spacing: -3.5px; }
.manifesto-text em { color: var(--lime); font-style: normal; }
.manifesto-notes { display: flex; gap: 12px; flex-wrap: wrap; }
.manifesto-notes span { padding: 11px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; color: rgba(255,255,255,.72); font-size: 12px; }

.follow-card { margin: 90px 0; padding: 55px 58px; display: flex; align-items: end; justify-content: space-between; gap: 40px; border-radius: 32px; background: var(--violet); }
.follow-kicker { font-size: 9px; font-weight: 800; letter-spacing: 1.7px; }
.follow-card h2 { margin: 17px 0 12px; font: 650 43px "Manrope"; letter-spacing: -2px; }
.follow-card p { margin: 0; color: rgba(23,33,27,.66); }
.follow-card a { display: flex; align-items: center; gap: 28px; padding: 15px 18px 15px 21px; border-radius: 100px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.follow-card a span { color: var(--lime); }

footer { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 30px 0 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); }
.powered { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px 9px 14px; border-radius: 100px; color: rgba(255,255,255,.66); background: var(--ink); box-shadow: 0 8px 24px rgba(23,33,27,.14); transition: transform .2s ease, box-shadow .2s ease; }
.powered span { font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.powered strong { color: #fff; font: 800 15px "Manrope"; letter-spacing: -.4px; }
.powered i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--ink); background: var(--lime); font-style: normal; font-size: 12px; }
.powered:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,33,27,.2); }

.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .25s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,20,16,.68); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 38px; border-radius: 28px; background: var(--card); box-shadow: 0 30px 100px rgba(0,0,0,.28); transform: translateY(18px) scale(.98); transition: .25s ease; }
.modal.is-open .modal-panel { transform: none; }
.modal-close { position: absolute; right: 20px; top: 17px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 22px; cursor: pointer; }
.modal-kicker { margin: 0 0 12px; color: #6d5aa3; text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 800; }
.modal h2 { margin: 0 35px 8px 0; font: 650 34px/1.1 "Manrope"; letter-spacing: -1.5px; }
.modal-intro { margin: 0 0 26px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.field { display: grid; gap: 7px; margin-top: 15px; }
.field label, .field-label { font-size: 11px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fff; color: var(--ink); resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #6d5aa3; box-shadow: 0 0 0 3px rgba(109,90,163,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.action-button { width: 100%; margin-top: 18px; padding: 14px 18px; border: 0; border-radius: 100px; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }
.action-button:hover { background: #2b392f; }
.result-box { margin-top: 18px; padding: 15px; display: flex; align-items: center; gap: 12px; border-radius: 14px; background: #ebe9e0; word-break: break-all; }
.result-box code { flex: 1; font-size: 12px; }
.copy-button, .mini-button { flex: none; padding: 9px 12px; border: 0; border-radius: 9px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.qr-result { display: grid; justify-items: center; gap: 12px; margin-top: 20px; }
.qr-result img { width: 210px; max-width: 100%; padding: 12px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.qr-result a { font-size: 12px; font-weight: 800; text-decoration: underline; }
.password-output { font: 700 16px "Manrope" !important; }
.ip-display { margin: 24px 0 14px; padding: 25px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: center; }
.ip-display small { display: block; margin-bottom: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.4px; font-size: 9px; font-weight: 800; }
.ip-display strong { display: block; overflow-wrap: anywhere; font: 700 clamp(23px, 6vw, 34px)/1.15 "Manrope"; letter-spacing: -1px; }
.ip-display.loading strong { color: var(--muted); font-size: 18px; letter-spacing: 0; }
.isp-display { margin-top: 19px; padding-top: 15px; border-top: 1px solid var(--line); }
.ip-display .isp-display small { margin-bottom: 5px; }
.isp-display span { display: block; overflow-wrap: anywhere; color: var(--ink); font: 700 15px/1.35 "Manrope"; }
.ip-display.loading .isp-display span { color: var(--muted); font-weight: 600; }
.ip-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ip-actions .action-button { margin-top: 0; }
.action-button.secondary { border: 1px solid var(--line); color: var(--ink); background: #ebe9e0; }
.action-button.secondary:hover { background: #dfddd4; }
.ip-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.password-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 15px 0 0; }
.password-stats span { padding: 12px 14px; border-radius: 14px; background: #ebe9e0; color: var(--muted); font-size: 10px; line-height: 1.35; }
.password-stats strong { display: block; margin-bottom: 2px; color: var(--ink); font: 700 17px "Manrope", sans-serif; word-break: break-word; }
.password-stats sup { font-size: .65em; }
.options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.options label { display: flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 100px; font-size: 11px; font-weight: 700; cursor: pointer; }
.text-stats { display: flex; gap: 10px; margin: 12px 0; }
.text-stats span { flex: 1; padding: 11px; border-radius: 12px; background: #ebe9e0; font-size: 11px; text-align: center; }
.text-stats strong { display: block; font: 700 20px "Manrope"; color: var(--ink); }
.format-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.mini-button { background: #ebe9e0; color: var(--ink); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 11px 18px; border-radius: 100px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.tool-card:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.tool-card .tool-icon, .tool-card .tool-link span { transition: transform .32s cubic-bezier(.2,.8,.2,1), background .25s ease; }
.tool-card.is-clicked { animation: card-click .24s ease; }

@media (hover: hover) and (pointer: fine) {
  .tool-card.reveal.visible:hover { z-index: 3; transform: translateY(-9px) scale(1.035); border-radius: 32px; }
  .tool-card:hover .tool-icon { transform: rotate(7deg) scale(1.12); background: rgba(255,255,255,.62); }
  .tool-card:hover .tool-link span { transform: translate(4px, -4px) scale(1.12); }
}

@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes card-click { 0% { transform: scale(1); } 45% { transform: scale(.975); } 100% { transform: scale(1.015); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { min-height: 460px; }
  .hero-copy { max-width: 680px; }
  .signature-card, .qr-tool-card, .whatsapp-card, .password-card, .text-card, .ip-card { grid-column: span 3; }
  .tool-card { min-height: 380px; }
  footer { grid-template-columns: 1fr 1fr; gap: 20px; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 32px, 1240px); }
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .header-cta { padding-left: 14px; gap: 8px; }
  .hero { min-height: auto; padding: 52px 0 65px; gap: 50px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); letter-spacing: -3.5px; }
  .hero-text { margin: 27px 0; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 390px; border-radius: 35px; }
  .hero-visual::before { width: 220px; height: 220px; }
  .floating-card { min-width: 210px; padding: 11px; }
  .fc-signature { left: 16px; top: 53px; }
  .fc-whatsapp { right: 10px; bottom: 46px; }
  .qr-card { width: 145px; }
  .tools-section { padding: 75px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 35px; }
  .section-heading h2 { letter-spacing: -2px; }
  .tools-grid { display: flex; overflow-x: auto; margin-right: -16px; padding: 0 16px 18px 0; scroll-snap-type: x mandatory; }
  .tool-card { flex: 0 0 84vw; min-height: 390px; scroll-snap-align: start; }
  .manifesto { padding-top: 80px; padding-bottom: 80px; }
  .manifesto-text { letter-spacing: -2.2px; }
  .follow-card { margin: 65px 0; padding: 38px 28px; align-items: start; flex-direction: column; }
  .follow-card h2 { font-size: 36px; }
  footer { padding-bottom: 30px; }
  .modal-panel { padding: 34px 22px 26px; border-radius: 23px; }
  .field-row { grid-template-columns: 1fr; }
  .password-stats { grid-template-columns: 1fr; }
  .ip-actions { grid-template-columns: 1fr; }
}

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