@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/static/fonts/inter.woff2") format("woff2"); } @font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/static/fonts/space-grotesk.woff2") format("woff2"); } :root { --radius: 0.75rem; --background: oklch(0.14 0.025 260); --foreground: oklch(0.97 0.01 250); --surface: oklch(0.18 0.03 260); --card-fg: oklch(0.97 0.01 250); --primary: oklch(0.72 0.17 220); --primary-fg: oklch(0.14 0.025 260); --muted-fg: oklch(0.70 0.025 255); --destructive: oklch(0.6 0.22 25); --border: oklch(0.30 0.04 262 / 60%); --input: oklch(0.25 0.04 262); --gradient-primary: linear-gradient(135deg, oklch(0.72 0.17 220), oklch(0.65 0.2 200)); --gradient-hero: radial-gradient(ellipse at top, oklch(0.30 0.12 230 / 35%), transparent 60%), radial-gradient(ellipse at bottom right, oklch(0.40 0.18 210 / 25%), transparent 55%); --gradient-card: linear-gradient(145deg, oklch(0.22 0.035 262 / 80%), oklch(0.16 0.03 260 / 80%)); --glow-primary: 0 0 60px oklch(0.72 0.17 220 / 35%); --shadow-elevated: 0 25px 60px -20px oklch(0.05 0.02 260 / 80%); } * { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; scroll-padding-top: 5rem; } body { background-color: var(--background); color: var(--foreground); font-family: "Inter", system-ui, sans-serif; line-height: 1.5; overflow-x: hidden; background-image: radial-gradient(ellipse 80% 50% at 50% -20%, oklch(0.35 0.15 220 / 0.25), transparent), radial-gradient(ellipse 60% 40% at 80% 100%, oklch(0.4 0.18 200 / 0.15), transparent); background-attachment: fixed; } h1, h2, h3, h4 { font-family: "Space Grotesk", system-ui, sans-serif; letter-spacing: -0.02em; line-height: 1.1; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; height: auto; } svg.ico { width: 1.25rem; height: 1.25rem; flex-shrink: 0; } .container { width: 100%; max-width: 80rem; margin-inline: auto; padding-inline: 1.5rem; } @media (min-width: 768px) { .container { padding-inline: 2.5rem; } } .text-gradient { background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; color: transparent; } .accent { color: var(--primary); } .card-glass { background: var(--gradient-card); backdrop-filter: blur(12px); border: 1px solid oklch(0.4 0.05 240 / 0.3); border-radius: var(--radius); } .btn { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; padding: 0.875rem 1.75rem; border-radius: 0.625rem; border: 0; cursor: pointer; font-size: 1rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; } .btn .ico { width: 1rem; height: 1rem; } .btn-sm { padding: 0.55rem 1.1rem; font-size: 0.875rem; } .btn-block { width: 100%; justify-content: center; } .btn-primary { background: var(--gradient-primary); color: var(--primary-fg); box-shadow: var(--glow-primary); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 80px oklch(0.72 0.17 220 / 0.5); } .btn-ghost { background: oklch(0.25 0.04 262 / 0.5); color: var(--foreground); border: 1px solid oklch(0.4 0.05 240 / 0.4); backdrop-filter: blur(8px); } .btn-ghost:hover { transform: translateY(-2px); border-color: var(--primary); } .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; backdrop-filter: blur(16px); background: oklch(0.14 0.025 260 / 0.6); border-bottom: 1px solid var(--border); } .nav-inner { height: 4rem; display: flex; align-items: center; justify-content: space-between; } .brand { display: flex; align-items: center; gap: 0.5rem; } .brand img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; } .brand-name { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.125rem; } .nav-links { display: none; gap: 2rem; font-size: 0.875rem; color: var(--muted-fg); } .nav-links a:hover { color: var(--foreground); } @media (min-width: 768px) { .nav-inner { position: relative; } .nav-links { display: flex; position: absolute; left: 50%; transform: translateX(-50%); } } .hero { position: relative; padding: 8rem 0 6rem; overflow: hidden; } .hero-grid-bg { position: absolute; inset: 0; pointer-events: none; opacity: 0.4; background-image: linear-gradient(oklch(0.4 0.05 240 / 0.08) 1px, transparent 1px), linear-gradient(90deg, oklch(0.4 0.05 240 / 0.08) 1px, transparent 1px); background-size: 48px 48px; } .hero::after { content: ""; position: absolute; inset: 0; background: var(--gradient-hero); pointer-events: none; } .hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; } .hero-copy { text-align: center; max-width: 56rem; width: 100%; } .hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 700; margin-bottom: 1.5rem; } .lead { font-size: 1.125rem; color: var(--muted-fg); margin-bottom: 2rem; max-width: 42rem; margin-left: auto; margin-right: auto; } .badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; border-radius: 999px; font-size: 0.75rem; font-weight: 500; border: 1px solid oklch(0.72 0.17 220 / 0.3); background: oklch(0.72 0.17 220 / 0.1); color: var(--primary); margin-bottom: 1.5rem; } .badge .ico { width: 0.9rem; height: 0.9rem; } .hero-bullets { list-style: none; display: inline-grid; gap: 0.75rem; margin-bottom: 2.5rem; text-align: left; } @media (min-width: 640px) { .hero-bullets { grid-template-columns: 1fr 1fr; } } .hero-bullets li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; } .tick { width: 1.25rem; height: 1.25rem; border-radius: 0.375rem; background: oklch(0.72 0.17 220 / 0.15); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; } .tick .ico { width: 0.75rem; height: 0.75rem; } .hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; } .section { position: relative; padding: 6rem 0; } .section-alt { background: oklch(0.18 0.03 260 / 0.3); } .section-head { max-width: 48rem; margin-bottom: 4rem; } .section-head h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin-bottom: 1.25rem; } .section-head p { font-size: 1.125rem; color: var(--muted-fg); } .eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary); margin-bottom: 1rem; } .eyebrow .ico { width: 0.875rem; height: 0.875rem; } .grid { display: grid; gap: 1.25rem; } .grid-3 { grid-template-columns: 1fr; } .grid-4 { grid-template-columns: 1fr 1fr; } .grid-5 { grid-template-columns: 1fr 1fr; } .grid-6 { grid-template-columns: 1fr 1fr; } @media (min-width: 768px) { .grid-3 { grid-template-columns: 1fr 1fr; } .grid-6 { grid-template-columns: 1fr 1fr 1fr; } } @media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } .grid-5 { grid-template-columns: repeat(5, 1fr); } .grid-6 { grid-template-columns: repeat(6, 1fr); } } .card { padding: 1.75rem; transition: transform .3s ease, border-color .3s ease; } .card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; } .card h3.sm { font-size: 0.875rem; margin-bottom: 0.25rem; } .card p { color: var(--muted-fg); font-size: 0.875rem; } .card p.xs { font-size: 0.75rem; } .card-center { text-align: center; } .card-lift:hover { transform: translateY(-4px); border-color: oklch(0.72 0.17 220 / 0.5); } .card:hover { border-color: oklch(0.72 0.17 220 / 0.4); } .card-row { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1.25rem; } .card-row span:last-child { font-size: 0.875rem; font-weight: 500; padding-top: 0.25rem; } .ico-box { width: 2.75rem; height: 2.75rem; border-radius: 0.5rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; } .ico-danger { background: oklch(0.6 0.22 25 / 0.15); color: var(--destructive); } .ico-grad { width: 3rem; height: 3rem; border-radius: 0.75rem; background: var(--gradient-primary); color: var(--primary-fg); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; box-shadow: var(--glow-primary); } .ico-grad .ico { width: 1.5rem; height: 1.5rem; } .ico-plain { color: var(--primary); margin: 0.5rem auto 0.75rem; display: flex; justify-content: center; } .ico-plain .ico { width: 1.75rem; height: 1.75rem; } .ico-plain.lg { justify-content: flex-start; margin-left: 0; } .ico-plain.lg .ico { width: 2rem; height: 2rem; } .step-badge { position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%); width: 1.75rem; height: 1.75rem; border-radius: 999px; background: var(--gradient-primary); color: var(--primary-fg); font-size: 0.75rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--glow-primary); } .card-center { position: relative; } .check-list { list-style: none; display: grid; gap: 0.5rem; } .check-list li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: var(--muted-fg); } .check-list .ico { width: 1rem; height: 1rem; color: var(--primary); margin-top: 0.15rem; } .check-list.lg li { color: var(--foreground); font-size: 0.95rem; align-items: center; } .stat-card { padding: 2rem; overflow: hidden; } .stat-glow { position: absolute; top: -2.5rem; right: -2.5rem; width: 8rem; height: 8rem; background: oklch(0.72 0.17 220 / 0.2); filter: blur(48px); border-radius: 999px; } .stat-value { position: relative; font-family: "Space Grotesk", sans-serif; font-size: clamp(3rem, 6vw, 3.75rem); font-weight: 700; margin-bottom: 0.75rem; } .stat-label { position: relative; font-size: 0.875rem; color: var(--muted-fg); } .disclaimer { margin-top: 1.5rem; font-size: 0.75rem; color: var(--muted-fg); max-width: 48rem; } .demo-frame { overflow: hidden; } .demo-frame img { width: 100%; opacity: 0.85; } .demo-cta { text-align: center; margin-top: 2rem; } .steps { position: relative; } .steps-line { display: none; position: absolute; top: 2rem; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, oklch(0.72 0.17 220 / 0.4), transparent); } @media (min-width: 768px) { .steps-line { display: block; } } .step { position: relative; text-align: center; } .step-num { width: 4rem; height: 4rem; margin: 0 auto 1rem; border-radius: 1rem; background: var(--gradient-primary); color: var(--primary-fg); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--glow-primary); } .step p { font-size: 0.875rem; font-weight: 500; } .faq { max-width: 48rem; margin: 0 auto; display: grid; gap: 0.75rem; } .faq-item { overflow: hidden; } .faq-q { width: 100%; background: none; border: 0; color: inherit; cursor: pointer; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; font-size: 1rem; font-weight: 500; font-family: inherit; } .faq-chevron { color: var(--primary); transition: transform .3s ease; } .faq-item.open .faq-chevron { transform: rotate(180deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; } .faq-item.open .faq-a { max-height: 20rem; } .faq-a p { padding: 0 1.5rem 1.25rem; font-size: 0.875rem; color: var(--muted-fg); } .section-contato { overflow: hidden; } .section-contato .hero-grid-bg { opacity: 0; } .section-contato::before { content: ""; position: absolute; inset: 0; background: var(--gradient-hero); opacity: 0.6; pointer-events: none; } .contato-grid { position: relative; z-index: 1; display: grid; gap: 3rem; align-items: center; } @media (min-width: 1024px) { .contato-grid { grid-template-columns: 1fr 1fr; } } .contato-grid h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin-bottom: 1.25rem; } .lead-form { padding: 2rem; box-shadow: var(--shadow-elevated); } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .form-grid label { display: block; } .form-grid .col-2 { grid-column: span 2; } .form-grid label span { display: block; font-size: 0.75rem; font-weight: 500; color: var(--muted-fg); margin-bottom: 0.375rem; } .form-grid input { width: 100%; padding: 0.75rem 1rem; border-radius: 0.5rem; background: oklch(0.25 0.04 262 / 0.6); border: 1px solid var(--border); color: var(--foreground); font-size: 0.875rem; font-family: inherit; transition: border-color .2s ease, box-shadow .2s ease; } .form-grid input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px oklch(0.72 0.17 220 / 0.3); } .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; } .form-msg { margin-top: 1rem; font-size: 0.875rem; min-height: 1.25rem; } .form-msg.ok { color: var(--primary); } .form-msg.err { color: var(--destructive); } .lead-form.sent .form-grid { display: none; } .footer { border-top: 1px solid var(--border); background: oklch(0.18 0.03 260 / 0.4); padding: 3.5rem 0; } .footer-grid { display: grid; gap: 2.5rem; } @media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } } .footer-brand p { color: var(--muted-fg); font-size: 0.875rem; max-width: 28rem; margin-top: 1rem; } .footer h4 { font-size: 0.875rem; margin-bottom: 1rem; } .footer-list { list-style: none; display: grid; gap: 0.5rem; font-size: 0.875rem; color: var(--muted-fg); } .footer-list li { display: flex; align-items: center; gap: 0.5rem; } .footer-list .ico { width: 1rem; height: 1rem; } .footer-list a:hover { color: var(--foreground); } .footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem; font-size: 0.75rem; color: var(--muted-fg); } .error-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; } .error-box { max-width: 32rem; } .error-code { font-family: "Space Grotesk", sans-serif; font-size: 6rem; font-weight: 700; line-height: 1; } .error-box h2 { font-size: 1.5rem; margin: 1rem 0 0.5rem; } .error-box p { color: var(--muted-fg); margin-bottom: 1.5rem; } .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; } .reveal.in { opacity: 1; transform: none; } @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }