/*
Theme Name: Convotra Theme
Author: Convotra AI
Version: 1.0
*/
body { margin:0; font-family:Arial,sans-serif; color:#111827; }
.hero { min-height:80vh; background:linear-gradient(135deg,#4f46e5,#7c3aed); color:white; display:flex; align-items:center; justify-content:center; text-align:center; padding:40px; }
.hero h1 { font-size:52px; margin-bottom:16px; }
.hero p { font-size:20px; }
.section { padding:60px 40px; max-width:1100px; margin:auto; }
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; }
.card { padding:24px; border-radius:18px; box-shadow:0 10px 25px rgba(0,0,0,.08); background:white; }

.logo-svg {display:flex;justify-content:center;align-items:center;}
.tagline {font-weight:600;color:#06b6d4;}
.hero-title {font-size:2.3rem;}
