* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #1a1a1a;
background-color: #ffffff;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.site-header {
background-color: #000000;
padding: 20px 0;
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 3px solid #DC143C;
}

.header-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo-section a {
display: flex;
align-items: center;
text-decoration: none;
gap: 12px;
}

.logo-text {
font-size: 28px;
font-weight: 700;
color: #DC143C;
letter-spacing: 1px;
}

.main-nav ul {
list-style: none;
display: flex;
gap: 35px;
}

.main-nav a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
font-weight: 500;
transition: color 0.3s;
padding: 8px 0;
}

.main-nav a:hover,
.main-nav a.active {
color: #DC143C;
}

.hero-3smsrn {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
padding: 100px 0;
min-height: 600px;
display: flex;
align-items: center;
}

.hero-gradient {
width: 100%;
}

.hero-content-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.hero-text-block {
color: #ffffff;
}

.hero-main-title {
font-size: 52px;
font-weight: 800;
color: #DC143C;
margin-bottom: 24px;
line-height: 1.2;
}

.hero-subtitle {
font-size: 20px;
color: #cccccc;
margin-bottom: 32px;
line-height: 1.6;
}

.hero-cta-group {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.btn-primary-hero {
background-color: #DC143C;
color: #ffffff;
padding: 16px 36px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: all 0.3s;
border: 2px solid #DC143C;
}

.btn-primary-hero:hover {
background-color: #a00f2e;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(220,20,60,0.3);
}

.btn-secondary-hero {
background-color: transparent;
color: #ffffff;
padding: 16px 36px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: all 0.3s;
border: 2px solid #ffffff;
}

.btn-secondary-hero:hover {
background-color: #ffffff;
color: #000000;
}

.hero-image-block img {
width: 100%;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.features-recslj {
padding: 80px 0;
background-color: #f5f5f5;
}

.section-header-center {
text-align: center;
margin-bottom: 60px;
}

.section-title-main {
font-size: 42px;
font-weight: 700;
color: #000000;
margin-bottom: 16px;
}

.section-lead-text {
font-size: 18px;
color: #666666;
}

.features-grid-layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
margin-bottom: 60px;
}

.feature-block-item {
background: #ffffff;
padding: 35px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: transform 0.3s, box-shadow 0.3s;
}

.feature-block-item:hover {
transform: translateY(-8px);
box-shadow: 0 8px 24px rgba(220,20,60,0.15);
}

.feature-icon-wrapper {
margin-bottom: 20px;
}

.feature-block-item h3 {
font-size: 24px;
color: #DC143C;
margin-bottom: 16px;
font-weight: 600;
}

.feature-desc {
color: #555555;
margin-bottom: 20px;
line-height: 1.7;
}

.feature-list-items {
list-style: none;
padding: 0;
}

.feature-list-items li {
padding: 8px 0;
color: #666666;
padding-left: 24px;
position: relative;
}

.feature-list-items li:before {
content: '';
position: absolute;
left: 0;
top: 14px;
width: 8px;
height: 8px;
background-color: #DC143C;
border-radius: 50%;
}

.features-image-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}

.features-img-left img {
width: 100%;
border-radius: 6px;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.features-text-right h3 {
font-size: 32px;
color: #000000;
margin-bottom: 20px;
}

.lead-paragraph {
font-size: 17px;
color: #555555;
margin-bottom: 24px;
line-height: 1.7;
}

.benefits-list-styled {
list-style: none;
padding: 0;
}

.benefits-list-styled li {
padding: 12px 0;
display: flex;
align-items: center;
gap: 12px;
color: #333333;
font-size: 16px;
}

.pricing-la685q {
padding: 80px 0;
background-color: #ffffff;
}

.pricing-header-row {
text-align: center;
margin-bottom: 50px;
}

.pricing-section-heading {
font-size: 42px;
font-weight: 700;
color: #000000;
margin-bottom: 12px;
}

.section-subtitle {
font-size: 18px;
color: #666666;
}

.table-container-responsive {
overflow-x: auto;
}

.pricing-table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
border-radius: 8px;
overflow: hidden;
}

.pricing-table thead {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.pricing-table th {
padding: 30px 20px;
color: #ffffff;
font-weight: 600;
text-align: center;
border-right: 1px solid #444444;
}

.pricing-table th:first-child {
text-align: left;
background-color: #000000;
}

.plan-header h5 {
font-size: 22px;
margin-bottom: 12px;
color: #ffffff;
}

.price {
font-size: 36px;
font-weight: 700;
color: #DC143C;
}

.price small {
font-size: 16px;
color: #cccccc;
}

.popular-badge {
display: inline-block;
background-color: #DC143C;
color: #ffffff;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
margin-top: 8px;
}

.pricing-table tbody tr {
border-bottom: 1px solid #eeeeee;
}

.pricing-table tbody tr:hover {
background-color: #f9f9f9;
}

.pricing-table td {
padding: 20px;
text-align: center;
border-right: 1px solid #eeeeee;
}

.pricing-table td:first-child {
text-align: left;
font-weight: 500;
color: #333333;
}

.btn {
display: inline-block;
padding: 12px 28px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
cursor: pointer;
border: none;
}

.btn-outline-primary {
background-color: transparent;
color: #000000;
border: 2px solid #000000;
}

.btn-outline-primary:hover {
background-color: #000000;
color: #ffffff;
}

.btn-danger {
background-color: #DC143C;
color: #ffffff;
border: 2px solid #DC143C;
}

.btn-danger:hover {
background-color: #a00f2e;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(220,20,60,0.3);
}

.about-h41fdt {
padding: 80px 0;
background-color: #f5f5f5;
}

.about-stats-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.about-main-heading {
font-size: 42px;
font-weight: 700;
color: #000000;
margin-bottom: 20px;
}

.about-lead-text {
font-size: 17px;
color: #555555;
margin-bottom: 40px;
line-height: 1.7;
}

.stats-grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}

.about-stat {
background: #ffffff;
padding: 30px;
border-radius: 6px;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
border-top: 4px solid #DC143C;
}

.stat-number-large {
font-size: 48px;
font-weight: 800;
color: #DC143C;
margin-bottom: 8px;
}

.stat-label {
color: #666666;
font-size: 15px;
margin: 0;
}

.achievements-heading {
font-size: 28px;
color: #000000;
margin-bottom: 30px;
}

.achievement-item {
display: flex;
gap: 20px;
margin-bottom: 28px;
padding: 20px;
background: #ffffff;
border-radius: 6px;
box-shadow: 0 3px 10px rgba(0,0,0,0.06);
transition: transform 0.3s;
}

.achievement-item:hover {
transform: translateX(8px);
}

.achievement-text-content h6 {
font-size: 16px;
color: #000000;
margin-bottom: 4px;
}

.achievement-subtitle {
color: #666666;
font-size: 13px;
}

.testimonials-3soa96 {
padding: 80px 0;
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.testimonials-header-center {
text-align: center;
margin-bottom: 60px;
}

.testimonials-section-title {
font-size: 42px;
font-weight: 700;
color: #ffffff;
margin-bottom: 16px;
}

.testimonials-lead {
font-size: 18px;
color: #cccccc;
}

.testimonials-grid-layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
}

.testimonial-card-wrapper {
background: rgba(255,255,255,0.05);
padding: 35px;
border-radius: 6px;
border: 1px solid rgba(220,20,60,0.3);
transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card-wrapper:hover {
transform: translateY(-5px);
box-shadow: 0 8px 24px rgba(220,20,60,0.2);
background: rgba(255,255,255,0.08);
}

.quote-icon-wrapper {
margin-bottom: 20px;
}

.testimonial-quote {
font-size: 17px;
color: #ffffff;
line-height: 1.7;
margin-bottom: 28px;
font-style: italic;
}

.testimonial-author {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}

.author-name {
color: #DC143C;
font-size: 18px;
font-weight: 600;
margin: 0;
}

.author-position {
color: #aaaaaa;
font-size: 14px;
}

.cta-633ie0 {
padding: 80px 0;
background: linear-gradient(135deg, #DC143C 0%, #8b0000 100%);
}

.cta-content-wrapper {
text-align: center;
color: #ffffff;
}

.cta-main-heading {
font-size: 46px;
font-weight: 800;
margin-bottom: 30px;
}

.cta-trust-elements {
display: flex;
justify-content: center;
gap: 40px;
margin-bottom: 40px;
flex-wrap: wrap;
}

.trust-badge-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
font-weight: 600;
background: rgba(255,255,255,0.15);
padding: 12px 24px;
border-radius: 25px;
}

.btn-cta-large {
background-color: #000000;
color: #ffffff;
padding: 18px 48px;
border-radius: 4px;
text-decoration: none;
font-weight: 700;
font-size: 18px;
display: inline-block;
transition: all 0.3s;
border: 2px solid #000000;
}

.btn-cta-large:hover {
background-color: #ffffff;
color: #DC143C;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.footer-r3nn6y {
background-color: #000000;
color: #ffffff;
padding: 60px 0 30px;
border-top: 3px solid #DC143C;
}

.footer-main-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
margin-bottom: 40px;
}

.footer-section-title {
color: #DC143C;
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
}

.footer-brand-block {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}

.footer-description {
color: #aaaaaa;
font-size: 14px;
line-height: 1.6;
}

.footer-links {
list-style: none;
padding: 0;
}

.footer-links li {
margin-bottom: 10px;
}

.footer-links a {
color: #cccccc;
text-decoration: none;
font-size: 14px;
transition: color 0.3s;
}

.footer-links a:hover {
color: #DC143C;
}

.footer-contact-details {
display: flex;
flex-direction: column;
gap: 14px;
}

.contact-detail-item {
display: flex;
align-items: flex-start;
gap: 10px;
color: #cccccc;
font-size: 14px;
}

.footer-divider {
border: none;
border-top: 1px solid #333333;
margin: 30px 0;
}

.footer-bottom-row {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}

.footer-copyright {
color: #888888;
font-size: 14px;
margin: 0;
}

.footer-legal-links {
display: flex;
gap: 24px;
}

.footer-legal-links a {
color: #cccccc;
text-decoration: none;
font-size: 14px;
transition: color 0.3s;
}

.footer-legal-links a:hover,
.footer-legal-links a.active {
color: #DC143C;
}

.cookie-consent-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #1a1a1a;
padding: 20px;
box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
z-index: 9999;
border-top: 2px solid #DC143C;
display: none;
}

.cookie-consent-banner.show {
display: block;
}

.cookie-content-wrapper {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
flex-wrap: wrap;
}

.cookie-text-block {
flex: 1;
min-width: 300px;
}

.cookie-text-block p {
color: #ffffff;
margin: 0;
font-size: 14px;
line-height: 1.6;
}

.cookie-buttons-group {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.btn-cookie-accept {
background-color: #DC143C;
color: #ffffff;
padding: 10px 24px;
border: none;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
font-size: 14px;
}

.btn-cookie-accept:hover {
background-color: #a00f2e;
}

.btn-cookie-manage {
background-color: transparent;
color: #ffffff;
padding: 10px 24px;
border: 2px solid #ffffff;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
font-size: 14px;
}

.btn-cookie-manage:hover {
background-color: #ffffff;
color: #000000;
}

.btn-cookie-reject {
background-color: transparent;
color: #aaaaaa;
padding: 10px 24px;
border: 2px solid #666666;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
font-size: 14px;
}

.btn-cookie-reject:hover {
border-color: #DC143C;
color: #DC143C;
}

.cookie-settings-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
z-index: 10000;
display: none;
justify-content: center;
align-items: center;
padding: 20px;
}

.cookie-settings-modal.show {
display: flex;
}

.cookie-modal-content {
background-color: #ffffff;
max-width: 700px;
width: 100%;
border-radius: 8px;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.cookie-modal-header {
padding: 24px;
border-bottom: 2px solid #DC143C;
display: flex;
justify-content: space-between;
align-items: center;
}

.cookie-modal-header h3 {
margin: 0;
color: #000000;
font-size: 24px;
}

.btn-close-modal {
background: none;
border: none;
font-size: 32px;
color: #666666;
cursor: pointer;
padding: 0;
width: 32px;
height: 32px;
line-height: 1;
transition: color 0.3s;
}

.btn-close-modal:hover {
color: #DC143C;
}

.cookie-modal-body {
padding: 24px;
}

.cookie-category {
margin-bottom: 24px;
padding: 20px;
background-color: #f5f5f5;
border-radius: 6px;
}

.cookie-category-header {
display: flex;
gap: 16px;
}

.cookie-toggle {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
flex-shrink: 0;
}

.cookie-toggle input {
opacity: 0;
width: 0;
height: 0;
}

.toggle-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #cccccc;
transition: 0.3s;
border-radius: 26px;
}

.toggle-slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 3px;
bottom: 3px;
background-color: #ffffff;
transition: 0.3s;
border-radius: 50%;
}

.cookie-toggle input:checked + .toggle-slider {
background-color: #DC143C;
}

.cookie-toggle input:checked + .toggle-slider:before {
transform: translateX(24px);
}

.cookie-toggle input:disabled + .toggle-slider {
background-color: #666666;
cursor: not-allowed;
}

.cookie-category-info h4 {
margin: 0 0 8px 0;
color: #000000;
font-size: 18px;
}

.cookie-category-info p {
margin: 0;
color: #555555;
font-size: 14px;
line-height: 1.6;
}

.cookie-modal-footer {
padding: 20px 24px;
border-top: 1px solid #eeeeee;
text-align: right;
}

.btn-save-preferences {
background-color: #DC143C;
color: #ffffff;
padding: 12px 32px;
border: none;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
font-size: 15px;
transition: all 0.3s;
}

.btn-save-preferences:hover {
background-color: #a00f2e;
}

.page-hero-banner {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
padding: 80px 0;
text-align: center;
}

.hero-text-center h1 {
font-size: 48px;
color: #DC143C;
margin-bottom: 16px;
font-weight: 800;
}

.hero-subtitle-text {
font-size: 18px;
color: #cccccc;
margin: 0;
}

.company-intro-section {
padding: 80px 0;
background-color: #ffffff;
}

.intro-grid-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.intro-image-column img {
width: 100%;
border-radius: 6px;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.intro-text-column h2 {
font-size: 36px;
color: #000000;
margin-bottom: 24px;
}

.intro-text-column p {
color: #555555;
font-size: 16px;
line-height: 1.8;
margin-bottom: 20px;
}

.mission-values-section {
padding: 80px 0;
background-color: #f5f5f5;
}

.mission-grid-layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
}

.mission-card-item {
background: #ffffff;
padding: 40px;
border-radius: 6px;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: transform 0.3s;
}

.mission-card-item:hover {
transform: translateY(-8px);
}

.mission-icon-wrapper {
margin-bottom: 24px;
}

.mission-card-item h3 {
font-size: 24px;
color: #DC143C;
margin-bottom: 16px;
}

.mission-card-item p {
color: #555555;
line-height: 1.7;
}

.team-section {
padding: 80px 0;
background-color: #ffffff;
}

.section-header-centered {
text-align: center;
margin-bottom: 60px;
}

.section-header-centered h2 {
font-size: 42px;
color: #000000;
margin-bottom: 12px;
}

.section-subtitle-text {
font-size: 18px;
color: #666666;
margin: 0;
}

.team-members-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 40px;
}

.team-member-card {
text-align: center;
padding: 30px;
background: #f5f5f5;
border-radius: 6px;
transition: transform 0.3s;
}

.team-member-card:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.member-avatar-large {
margin-bottom: 20px;
display: flex;
justify-content: center;
}

.team-member-card h4 {
font-size: 22px;
color: #000000;
margin-bottom: 8px;
}

.member-role {
color: #DC143C;
font-weight: 600;
font-size: 15px;
margin-bottom: 12px;
}

.member-bio {
color: #555555;
font-size: 14px;
line-height: 1.6;
}

.capabilities-section {
padding: 80px 0;
background-color: #f5f5f5;
}

.section-title-main {
text-align: center;
font-size: 42px;
color: #000000;
margin-bottom: 50px;
}

.capabilities-list-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
}

.capability-item-block {
background: #ffffff;
padding: 35px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.capability-item-block h4 {
font-size: 22px;
color: #DC143C;
margin-bottom: 20px;
}

.capability-features-list {
list-style: none;
padding: 0;
}

.capability-features-list li {
padding: 10px 0;
color: #555555;
border-bottom: 1px solid #eeeeee;
}

.capability-features-list li:last-child {
border-bottom: none;
}

.certifications-section {
padding: 80px 0;
background-color: #ffffff;
}

.section-title-centered {
text-align: center;
font-size: 42px;
color: #000000;
margin-bottom: 20px;
}

.section-intro-text {
text-align: center;
max-width: 700px;
margin: 0 auto 50px;
color: #555555;
font-size: 16px;
line-height: 1.7;
}

.certifications-grid-display {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
}

.certification-badge-item {
text-align: center;
padding: 35px;
background: #f5f5f5;
border-radius: 6px;
transition: transform 0.3s;
}

.certification-badge-item:hover {
transform: translateY(-8px);
}

.cert-icon-box {
margin-bottom: 20px;
display: flex;
justify-content: center;
}

.certification-badge-item h5 {
font-size: 20px;
color: #DC143C;
margin-bottom: 8px;
}

.certification-badge-item p {
color: #555555;
font-size: 14px;
}

.cta-simple-section {
padding: 80px 0;
background: linear-gradient(135deg, #DC143C 0%, #8b0000 100%);
}

.cta-content-centered {
text-align: center;
color: #ffffff;
}

.cta-content-centered h2 {
font-size: 42px;
margin-bottom: 20px;
font-weight: 800;
}

.cta-content-centered p {
font-size: 18px;
margin-bottom: 32px;
}

.btn-cta-primary {
background-color: #000000;
color: #ffffff;
padding: 16px 40px;
border-radius: 4px;
text-decoration: none;
font-weight: 700;
font-size: 16px;
display: inline-block;
transition: all 0.3s;
}

.btn-cta-primary:hover {
background-color: #ffffff;
color: #DC143C;
transform: translateY(-3px);
}

.contact-main-section {
padding: 80px 0;
background-color: #ffffff;
}

.contact-layout-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
}

.contact-info-column h2 {
font-size: 36px;
color: #000000;
margin-bottom: 20px;
}

.contact-intro-text {
color: #555555;
font-size: 16px;
line-height: 1.7;
margin-bottom: 40px;
}

.contact-info-blocks {
display: flex;
flex-direction: column;
gap: 30px;
}

.info-block-item {
display: flex;
gap: 20px;
}

.info-icon-wrapper {
flex-shrink: 0;
}

.info-text-content h4 {
font-size: 18px;
color: #DC143C;
margin-bottom: 8px;
}

.info-text-content p {
color: #555555;
font-size: 15px;
line-height: 1.6;
margin: 0;
}

.form-wrapper-card {
background: #f5f5f5;
padding: 40px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.form-title {
font-size: 28px;
color: #000000;
margin-bottom: 30px;
}

.form-group-wrapper {
margin-bottom: 20px;
}

.form-label-text {
display: block;
font-weight: 600;
color: #333333;
margin-bottom: 8px;
font-size: 14px;
}

.form-input-field,
.form-textarea-field {
width: 100%;
padding: 12px 16px;
border: 2px solid #dddddd;
border-radius: 4px;
font-size: 15px;
transition: border-color 0.3s;
font-family: inherit;
}

.form-input-field:focus,
.form-textarea-field:focus {
outline: none;
border-color: #DC143C;
}

.form-textarea-field {
resize: vertical;
}

.btn-submit-form {
width: 100%;
background-color: #DC143C;
color: #ffffff;
padding: 14px;
border: none;
border-radius: 4px;
font-weight: 700;
font-size: 16px;
cursor: pointer;
transition: all 0.3s;
}

.btn-submit-form:hover {
background-color: #a00f2e;
transform: translateY(-2px);
}

.map-section {
padding: 80px 0;
background-color: #f5f5f5;
}

.map-container-wrapper {
position: relative;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.map-placeholder-img {
width: 100%;
height: 500px;
object-fit: cover;
}

.map-overlay-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.map-info-box {
background: rgba(0,0,0,0.85);
padding: 30px;
border-radius: 6px;
text-align: center;
color: #ffffff;
min-width: 300px;
}

.map-info-box h5 {
font-size: 22px;
color: #DC143C;
margin-bottom: 16px;
}

.map-info-box p {
margin-bottom: 20px;
line-height: 1.6;
}

.btn-map-directions {
background-color: #DC143C;
color: #ffffff;
padding: 10px 24px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
display: inline-block;
transition: all 0.3s;
}

.btn-map-directions:hover {
background-color: #a00f2e;
}

.legal-content-section {
padding: 80px 0;
background-color: #ffffff;
}

.legal-content-wrapper {
max-width: 850px;
margin: 0 auto;
}

.legal-content-wrapper h2 {
font-size: 32px;
color: #000000;
margin: 40px 0 20px;
}

.legal-content-wrapper h2:first-child {
margin-top: 0;
}

.legal-content-wrapper p {
color: #555555;
font-size: 16px;
line-height: 1.8;
margin-bottom: 16px;
}

.legal-content-wrapper ul {
color: #555555;
font-size: 16px;
line-height: 1.8;
margin-bottom: 20px;
padding-left: 30px;
}

.legal-content-wrapper ul li {
margin-bottom: 10px;
}

.cookie-settings-page-section {
padding: 80px 0;
background-color: #ffffff;
}

.cookie-settings-content {
max-width: 900px;
margin: 0 auto;
}

.cookie-settings-content h2 {
font-size: 32px;
color: #000000;
margin: 40px 0 20px;
}

.cookie-settings-content h2:first-child {
margin-top: 0;
}

.cookie-settings-content p {
color: #555555;
font-size: 16px;
line-height: 1.8;
margin-bottom: 16px;
}

.cookie-preferences-manager {
margin: 40px 0;
}

.cookie-category-section {
background: #f5f5f5;
padding: 30px;
border-radius: 6px;
margin-bottom: 24px;
}

.cookie-category-header-row {
display: flex;
gap: 20px;
}

.cookie-toggle-wrapper {
flex-shrink: 0;
}

.cookie-toggle-switch {
position: relative;
display: inline-block;
width: 56px;
height: 30px;
}

.cookie-toggle-switch input {
opacity: 0;
width: 0;
height: 0;
}

.toggle-slider-element {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #cccccc;
transition: 0.3s;
border-radius: 30px;
}

.toggle-slider-element:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 4px;
bottom: 4px;
background-color: #ffffff;
transition: 0.3s;
border-radius: 50%;
}

.cookie-toggle-switch input:checked + .toggle-slider-element {
background-color: #DC143C;
}

.cookie-toggle-switch input:checked + .toggle-slider-element:before {
transform: translateX(26px);
}

.cookie-toggle-switch input:disabled + .toggle-slider-element {
background-color: #666666;
cursor: not-allowed;
}

.cookie-category-details h3 {
font-size: 22px;
color: #000000;
margin-bottom: 12px;
}

.cookie-desc {
color: #555555;
font-size: 15px;
line-height: 1.7;
margin-bottom: 16px;
}

.cookie-examples {
margin-top: 16px;
}

.cookie-examples strong {
color: #333333;
font-size: 14px;
}

.cookie-examples ul {
margin-top: 8px;
padding-left: 25px;
}

.cookie-examples li {
color: #666666;
font-size: 14px;
margin-bottom: 6px;
}

.cookie-actions-section {
display: flex;
gap: 16px;
justify-content: center;
margin: 40px 0;
flex-wrap: wrap;
}

.btn-save-cookie-prefs {
background-color: #DC143C;
color: #ffffff;
padding: 14px 32px;
border: none;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
font-size: 15px;
transition: all 0.3s;
}

.btn-save-cookie-prefs:hover {
background-color: #a00f2e;
}

.btn-accept-all-cookies {
background-color: #000000;
color: #ffffff;
padding: 14px 32px;
border: none;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
font-size: 15px;
transition: all 0.3s;
}

.btn-accept-all-cookies:hover {
background-color: #333333;
}

.btn-reject-all-cookies {
background-color: transparent;
color: #000000;
padding: 14px 32px;
border: 2px solid #000000;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
font-size: 15px;
transition: all 0.3s;
}

.btn-reject-all-cookies:hover {
background-color: #000000;
color: #ffffff;
}

.cookie-additional-info h2 {
font-size: 28px;
margin-top: 50px;
}

.cookie-additional-info h3 {
font-size: 22px;
color: #DC143C;
margin-top: 30px;
margin-bottom: 16px;
}

.thankyou-section {
padding: 100px 0;
background-color: #f5f5f5;
min-height: 600px;
display: flex;
align-items: center;
}

.thankyou-content-wrapper {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.thankyou-icon-box {
margin-bottom: 30px;
display: flex;
justify-content: center;
}

.thankyou-title {
font-size: 42px;
color: #DC143C;
margin-bottom: 20px;
font-weight: 800;
}

.thankyou-message {
font-size: 18px;
color: #555555;
line-height: 1.7;
margin-bottom: 40px;
}

.thankyou-details-box {
background: #ffffff;
padding: 40px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
margin-bottom: 30px;
text-align: left;
}

.thankyou-details-box h3 {
font-size: 28px;
color: #000000;
margin-bottom: 30px;
text-align: center;
}

.next-steps-list {
display: flex;
flex-direction: column;
gap: 24px;
}

.next-step-item {
display: flex;
gap: 20px;
align-items: flex-start;
}

.step-number {
width: 40px;
height: 40px;
background-color: #DC143C;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 18px;
flex-shrink: 0;
}

.step-content h4 {
font-size: 18px;
color: #000000;
margin-bottom: 6px;
}

.step-content p {
color: #666666;
font-size: 15px;
line-height: 1.6;
margin: 0;
}

.thankyou-contact-info {
margin-bottom: 30px;
}

.thankyou-contact-info p {
color: #555555;
font-size: 16px;
}

.thankyou-actions {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}

.btn-primary-action {
background-color: #DC143C;
color: #ffffff;
padding: 14px 32px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: all 0.3s;
}

.btn-primary-action:hover {
background-color: #a00f2e;
transform: translateY(-2px);
}

.btn-secondary-action {
background-color: transparent;
color: #000000;
padding: 14px 32px;
border: 2px solid #000000;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: all 0.3s;
}

.btn-secondary-action:hover {
background-color: #000000;
color: #ffffff;
}

@media (max-width: 768px) {
.header-wrapper {
flex-direction: column;
gap: 20px;
}

.main-nav ul {
flex-direction: column;
text-align: center;
gap: 15px;
}

.hero-content-wrapper,
.intro-grid-wrapper,
.features-image-section,
.about-stats-wrapper,
.contact-layout-grid {
grid-template-columns: 1fr;
gap: 40px;
}

.hero-main-title {
font-size: 36px;
}

.section-title-main,
.pricing-section-heading {
font-size: 32px;
}

.stats-grid-container {
grid-template-columns: 1fr;
}

.footer-bottom-row {
flex-direction: column;
text-align: center;
}

.footer-legal-links {
justify-content: center;
}

.cookie-content-wrapper {
flex-direction: column;
text-align: center;
}

.cookie-buttons-group {
justify-content: center;
}
}