:root { --navy-950: #041622; --navy-900: #071e2d; --navy-820: #0b2b3d; --cyan: #16c7df; --cyan-2: #0587c5; --cyan-soft: #dffaff; --paper: #f4f9fa; --white: #fff; --ink: #102331; --muted: #5b6f78; --line: #d7e7ec; --radius: 10px; --max: 1180px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.5; } a { color: inherit; text-decoration: none; } h1, h2, h3, p { margin-top: 0; } .topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(4,22,34,.94); backdrop-filter: blur(18px); } .nav { width: min(var(--max), calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; } .brand img { width: min(245px, 52vw); height: auto; display: block; } .navlinks { display: flex; align-items: center; gap: clamp(12px, 1.3vw, 22px); color: #d8f7ff; font-size: 14px; font-weight: 750; } .navlinks a:hover, .navlinks [aria-current="page"] { color: var(--cyan); } .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--cyan); border-radius: 8px; background: linear-gradient(135deg, var(--cyan), var(--cyan-2)); color: var(--navy-950); font-weight: 850; } .button.secondary { background: transparent; color: var(--cyan-soft); } .button.admin-button { min-height: 36px; padding: 0 10px; border-color: transparent; background: transparent; color: #9cb8c2; font-size: 12px; } .hero { color: #fff; background: radial-gradient(circle at 82% 12%, rgba(22,199,223,.35), transparent 29%), var(--navy-950); } .hero-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 78px 0 64px; } .eyebrow { margin-bottom: 15px; color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; } h1 { max-width: 880px; margin-bottom: 22px; font-size: clamp(44px, 7vw, 84px); line-height: .98; } .lead { max-width: 780px; margin-bottom: 28px; color: #c7dfe7; font-size: clamp(18px, 2vw, 22px); } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; } .content { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 68px 0 88px; } .section-head { display: grid; grid-template-columns: minmax(0,.9fr) minmax(280px,.7fr); align-items: end; gap: 38px; margin-bottom: 30px; } h2 { font-size: clamp(32px, 4vw, 54px); } .section-head p { color: var(--muted); font-size: 18px; } .tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; } .tool-card { min-height: 280px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 28px; } .tool-card.active { border: 2px solid var(--cyan-2); } .tool-card.primary { color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-820)); } .status { align-self: flex-start; margin-bottom: 20px; border-radius: 999px; background: #e4f9fc; color: #056887; padding: 6px 10px; font-size: 12px; font-weight: 850; text-transform: uppercase; } .primary .status { background: rgba(22,199,223,.15); color: var(--cyan-soft); } .tool-card h3 { margin-bottom: 12px; font-size: clamp(28px, 3vw, 40px); } .tool-card p { margin-bottom: 18px; color: var(--muted); } .primary p { color: #c7dfe7; } .card-action { margin-top: auto; align-self: flex-start; } .social-nav { display: inline-flex; gap: 8px; } .social-link { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #dffaff; } .social-link svg { width: 15px; height: 15px; fill: currentColor; } .whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #25d366; color: #fff; } footer { background: var(--navy-950); color: #c7dfe7; padding: 48px 0 22px; } .footer-grid { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 36px; } .footer-brand img { width: min(220px, 70vw); display: block; margin-bottom: 14px; } .footer-col h3 { color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; } .footer-col a { display: block; margin: 0 0 9px; color: #c7dfe7; } @media (max-width: 900px) { .nav { flex-direction: column; align-items: flex-start; padding: 18px 0; } .navlinks, .tool-grid, .footer-grid, .section-head { grid-template-columns: 1fr; flex-wrap: wrap; } }
