/* AI Get Wise Design System */
:root {
    --aigw-bg: #ffffff;
    --aigw-text: #1a1a1a;
    --aigw-accent: #2563b0;
    --aigw-font-heading: 'Playfair Display', serif;
    --aigw-font-body: 'Inter', sans-serif;
}

body {
    background-color: var(--aigw-bg);
    color: var(--aigw-text);
    font-family: var(--aigw-font-body);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--aigw-font-heading);
    color: var(--aigw-text);
    font-weight: 700;
}

h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 24px;
}

/* Vertical padding between sections */
.elementor-section,
.e-con {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Buttons */
.elementor-button,
button,
.btn {
    background-color: var(--aigw-accent) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    font-family: var(--aigw-font-body);
    font-weight: 600;
    border: none;
}

.elementor-button:hover,
button:hover,
.btn:hover {
    background-color: #1d4e8b !important;
}