/*
Theme Name: Snellservice Starter
Theme URI: https://snellservice.nl
Author: Snell IT
Author URI: https://snellit.nl
Description: Custom Tailwind CSS theme voor spoedslotenmakers.nl - Lead generatie platform voor slotenmaker diensten met doorverwijzingen naar snellservice.nl
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snellservice-starter
Tags: tailwind, custom, lead-generation, performance

Snellservice Starter is een modern WordPress theme gebaseerd op Tailwind CSS voor optimal performance en lead generatie.
*/

/* Base Tailwind CSS - Snellservice Starter Theme */

/* Tailwind Base Styles */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
dialog{padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* Snellservice Brand Colors */
:root {
  --color-primary: #e41622;
  --color-primary-dark: #b7121b;
  --color-primary-light: #ff1a2a;
  --color-secondary: #1D1D1B;
  --color-secondary-light: #3a3a37;
  --color-accent: #F8F8F9;
  --max-content-width: 1140px;
}

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

.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}

.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-900{background-color:#111827}
.bg-primary{background-color:var(--color-primary)}
.bg-primary-dark{background-color:var(--color-primary-dark)}
.text-white{color:#fff}
.text-primary{color:var(--color-primary)}
.text-primary-dark{color:var(--color-primary-dark)}
.text-gray-600{color:#4b5563}
.text-gray-400{color:#9ca3af}
.text-gray-900{color:#111827}

.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}

.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}

.rounded-lg{border-radius:.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}

.hover\:bg-primary-dark:hover{background-color:var(--color-primary-dark)}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.hover\:text-white:hover{color:#fff}

.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}

.grid{display:grid}
.gap-8{gap:2rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}

@media (min-width:768px){.md\:flex{display:flex}}
.hidden{display:none}

.border-t{border-top-width:1px}
.border-gray-800{border-color:#1f2937}
.mt-8{margin-top:2rem}
.pt-8{padding-top:2rem}
.text-center{text-align:center}

.max-w-content{max-width:var(--max-content-width)}
.prose{color:#374151;max-width:65ch}
.prose-lg{font-size:1.125rem;line-height:1.7777778}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--color-primary);text-decoration:underline;font-weight:500}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:var(--color-primary-dark)}

/* Custom Snellservice Styles */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #111827;
  background-color: #f9fafb;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #111827;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--color-primary-dark);
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.2s;
}

.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--color-primary-dark);
}

