/* TailwindCSS Base Styles (Preflight) */
*,::before,::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: 'Roboto', sans-serif; }
body { font-family: 'Montserrat', sans-serif; margin: 0; color: #e0e0e0; background-color: #1a1a1a; }
h1,h2,h3,h4,a { margin: 0; padding: 0; }
p { margin: 0; padding: 0; line-height: 1.7; }
h1,h2,h3,h4 { font-size: inherit; font-weight: inherit }
a { color: inherit; text-decoration: inherit }
button,input { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; appearance: button; background-color: transparent; background-image: none; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; }
img, video { max-width: 100%; height: auto; }

/* Generated Utility Classes */
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }

/* New Grid Column Classes */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 640px) { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) { .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.bg-white { background-color: #fff; }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-gray-dark { background-color: #222222; }
.bg-gray-dark-card { background-color: #333333; }
.bg-accent-purple-2 { background-color: #7743DB; }
.border { border-width: 1px; }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }
.w-full { width: 100%; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.gap-12 { gap: 3rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.p-3 { padding: 0.75rem; }
.p-8 { padding: 2rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-screen-lg { max-width: 1024px; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.leading-tight { line-height: 1.25; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-gray-300 { color: #d1d5db; }
.placeholder-white\/70::placeholder { color: rgba(255, 255, 255, 0.7); }
.hover\:underline:hover { text-decoration-line: underline; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-white:focus { --tw-ring-color: #fff; }

/* Responsive Styles */
@media (max-width: 640px) {
    .md\:text-6xl { font-size: 2.5rem; }
    .md\:text-7xl { font-size: 3rem; }
    .md\:grid-cols-2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .md\:gap-20 { gap: 2rem; }
    .md\:px-12 { padding-left: 1rem; padding-right: 1rem; }
    .md\:py-40 { padding-top: 4rem; padding-bottom: 4rem; }
    .md\:py-48 { padding-top: 6rem; padding-bottom: 6rem; }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:items-center { align-items: center; }
    .md\:gap-20 { gap: 5rem; }
    .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .md\:py-40 { padding-top: 10rem; padding-bottom: 10rem; }
    .md\:py-48 { padding-top: 12rem; padding-bottom: 12rem; }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* Custom Styles & Gradients */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glowing-button {
    box-shadow: 0 0 10px rgba(94, 93, 240, 0.6);
    transition: all 0.3s ease;
}
.glowing-button:hover {
    box-shadow: 0 0 25px rgba(94, 93, 240, 0.9), 0 0 10px rgba(94, 93, 240, 0.7);
    transform: translateY(-3px);
}
.hero-gradient {
    background: #7743DB;
    background: linear-gradient(to bottom, #7743DB, #222222);
}
.footer-gradient {
    background: #7743DB;
    background: linear-gradient(to bottom, #7743DB, #000000 75%);
}
.about-gradient-blue {
    background-color: #333333; /* Grey-ish tone */
}
.services-gradient {
    background: #7743DB;
    background: linear-gradient(to top, #7743DB, #222222);
    position: relative;
    overflow: hidden;
}
.services-gradient::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(119, 67, 219, 0.3) 0%, rgba(34, 34, 34, 0) 70%);
    animation: rotateGradient 15s linear infinite;
    opacity: 0.5;
    z-index: 0;
}
@keyframes rotateGradient {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.service-card {
    background-color: rgba(42, 42, 42, 0.5); /* Transparent background */
    border: 1px solid rgba(255, 255, 255, 0.2); /* More prominent, subtle white border */
    border-radius: 0.5rem; /* rounded-lg */
    padding: 2rem; /* p-8 */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    backdrop-filter: blur(10px); /* Glassmorphism blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative; /* Ensure content is above pseudo-element */
    z-index: 1; /* Ensure content is above pseudo-element */
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.fade-in-element {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
