:root { --bg-main: #ffffff; --bg-alt: #f8f8f8; --text-main: #333333; --text-light: #4a4a4a; --accent: #a38a6d; --accent-hover: #8e735c; --border-color: #e0e0e0; --font-main: 'Helvetica Neue', Helvetica, Arial, sans-serif; --container-width: 1200px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-main); color: var(--text-main); background-color: var(--bg-main); line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body.page-index, body.page-blog, body.page-galerie, body.page-contact { background-color: #e6f0f7; } main { margin-top: 0; } .container { width: 90%; max-width: var(--container-width); margin: 0 auto; } a { color: var(--accent); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--accent-hover); } h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.2; } #gdpr-banner { position: fixed; bottom: 15px; right: 15px; max-width: 350px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(8px); border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); border: 1px solid rgba(42, 111, 151, 0.2); z-index: 9999; font-family: 'Inter', sans-serif; animation: slideUp 0.3s ease-out; } .gdpr-content { padding: 18px; } .gdpr-text { margin-bottom: 14px; } .gdpr-text strong { display: block; font-size: 14px; font-weight: 600; color: #1f2937; margin-bottom: 6px; } .gdpr-text p { font-size: 13px; line-height: 1.4; color: #374151; margin: 0 0 8px 0; } .gdpr-text a { font-size: 12px; color: #2a6f97; text-decoration: underline; font-weight: 500; } .gdpr-text a:hover { color: #1e5a7a; text-decoration: none; } .gdpr-actions { display: flex; gap: 8px; justify-content: flex-end; } .gdpr-btn { padding: 12px 20px; border: none; border-radius: 5px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; min-width: 88px; min-height: 44px; font-family: inherit; } .gdpr-btn.reject { background: #374151; color: white; } .gdpr-btn.reject:hover { background: #1f2937; transform: translateY(-1px); box-shadow: 0 2px 6px rgba(31, 41, 55, 0.3); } .gdpr-btn.accept { background: #2a6f97; color: white; } .gdpr-btn.accept:hover { background: #1e5a7a; transform: translateY(-1px); box-shadow: 0 2px 6px rgba(42, 111, 151, 0.3); } @keyframes slideUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 480px) { #gdpr-banner { bottom: 10px; right: 10px; left: 10px; max-width: none; } .gdpr-actions { flex-direction: column; gap: 6px; } .gdpr-btn { width: 100%; padding: 9px 14px; } } .site-header { background-color: #ffffff; padding: 1.5rem 0; position: sticky; top: 2rem; z-index: 100; box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.15); width: 90%; margin: 2rem auto; border-radius: 15px; } .header-main { display: flex; justify-content: space-between; align-items: center; } .logo { position: relative; left: -40px; } .logo img { max-height: 81px; width: auto; display: block; } .main-nav { margin-left: auto; } .main-nav ul { list-style: none; display: flex; gap: 2rem; } .main-nav a { color: var(--text-main); font-weight: 400; font-size: 1.2rem; padding: 12px 16px; position: relative; text-transform: none; letter-spacing: 1px; min-height: 44px; display: inline-flex; align-items: center; } .main-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: var(--accent); transition: width 0.3s ease; } .main-nav a:hover::after, .main-nav a.active::after { width: 100%; } .hero-split { display: flex; min-height: 80vh; background-color: #f1f1f1; transform: scale(0.90); box-shadow: 0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0,0,0,0.18); } .hero-left { width: 50%; background-color: #f8f9fa; padding: 4rem; display: flex; align-items: center; justify-content: center; position: relative; } .hero-content { display: flex; flex-direction: column; height: 100%; } .hero-nav { text-align: left; margin-bottom: auto; } .hero-nav a { display: block; font-size: 1.5rem; font-weight: 500; color: var(--text-main); text-decoration: none; margin-bottom: 1rem; transition: color 0.3s; } .hero-nav a:hover { color: var(--accent); } .hero-text { text-align: left; } .hero-tagline { font-size: 1rem; color: #2d2d2d; margin-bottom: 0.5rem; } .hero-different-font { font-family: 'Poppins', 'Segoe UI', 'Arial Rounded MT Bold', Arial, sans-serif; color: #0d3b66; font-size: 0.7em; font-weight: 700; letter-spacing: 0.5px; display: inline-block; margin-bottom: 0.2em; text-transform: uppercase; } .hero-main-title { font-family: 'Montserrat', sans-serif; font-size: 6vw; font-weight: 700; line-height: 1.1; color: #2a6f97; margin: 0; } .hero-subtitle { font-family: 'Dancing Script', cursive; font-size: 2.2vw; color: #1a365d; margin-top: 1.5rem; } .hero-cta-wrapper { margin-top: 5rem; } .hero-cta { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--text-primary); transition: color 0.3s ease; } .hero-cta:hover { color: var(--accent); } .hero-cta-icon { width: 48px; height: 48px; margin-bottom: 0.5rem; } .hero-cta-text { font-size: 1rem; font-weight: 600; } .hero-right { width: 50%; background-color: #e0e0e0; } .hero-image { width: 100%; height: 100%; object-fit: cover; } .advantages { padding: 4rem 0; } .wide-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; align-items: stretch; } .wide-card { margin: 0 !important; height: 100%; min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; box-sizing: border-box; } .wide-card { background-color: #f8f9fa; padding: 2.5rem; border-radius: 15px; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border: 2px solid transparent; } .wide-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); border-color: var(--accent); } .wide-card:hover h3, .wide-card:hover h4 { color: var(--accent); } .img-align-fix { margin-top: 18px; } .wide-card img { max-width: 100px; margin-bottom: 1.5rem; border-radius: 50%; aspect-ratio: 1/1; object-fit: cover; display: block; margin-left: 0; margin-right: auto; } .wide-card h3, .wide-card h4 { font-weight: 600; font-size: 1.25rem; margin-bottom: 0.5rem; transition: color 0.3s ease; } .wide-card p { color: #2d2d2d; font-weight: 600; } .advantages-section { padding-bottom: 1.5rem; } .services-section { padding-top: 1.5rem; } .contact-section { padding: 3.5rem 0 3.5rem 0; background: #fafdff; } .contact-section .wide-cards { display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; } .contact-section .wide-card { background: #fff; border-radius: 18px; box-shadow: 0 8px 32px rgba(59,182,255,0.07), 0 1.5px 4px rgba(42,111,151,0.08); padding: 2.5rem 2rem; margin: 0; display: flex; flex-direction: column; align-items: flex-start; min-width: 320px; max-width: 600px; width: 100%; } .contact-section h3 { font-family: 'Montserrat',sans-serif; color: #2a6f97; font-size: 1.55rem; margin-bottom: 1.2rem; font-weight: 700; } .contact-section label { font-weight: 500; color: #2a6f97; margin-bottom: 0.3rem; display: block; font-family: 'Montserrat',sans-serif; } .contact-section input, .contact-section textarea { width: 100%; padding: 0.95rem 1.1rem; border-radius: 10px; border: 1.5px solid #cbeaff; margin-bottom: 1.2rem; font-size: 1rem; font-family: 'Inter',sans-serif; background: #fafdff; transition: border 0.2s; outline: none; resize: vertical; min-height: 44px; } .contact-section input:focus, .contact-section textarea:focus { border-color: #3bb6ff; } .contact-section .btn-primary { background: #3bb6ff; color: #fff; padding: 1.1rem 2.3rem; border-radius: 12px; font-size: 1.18rem; font-family: 'Montserrat',sans-serif; font-weight: 600; border: none; box-shadow: 0 2px 14px rgba(59,182,255,0.10); display: inline-flex; align-items: center; gap: 0.7rem; transition: background 0.2s; cursor: pointer; min-height: 48px; min-width: 120px; } .contact-section .btn-primary:hover, .contact-section .btn-primary:focus { background: #2a6f97; color: #fff; } .contact-section .btn-icon { width: 26px; height: 26px; margin-right: 0.4rem; vertical-align: middle; } .contact-section .map-container { width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 14px rgba(59,182,255,0.07); margin-top: 1.2rem; } .contact-phone { font-size: 1.45rem; font-weight: 700; color: #2a6f97; font-family: 'Montserrat',sans-serif; display: inline-block; margin: 0.12em 0 0.12em 0; } @media (max-width: 900px) { .contact-section .wide-cards { flex-direction: column; gap: 2rem; align-items: center; } .contact-section .wide-card { max-width: 100%; min-width: 0; } } .btn { display: inline-block; padding: 0.8rem 2rem; background-color: var(--accent); color: #fff; border: 1px solid var(--accent); border-radius: 4px; font-weight: 500; transition: background-color 0.3s ease, color 0.3s ease; } .btn:hover { background-color: var(--accent-hover); border-color: var(--accent-hover); color: #fff; } .btn-secondary { background-color: transparent; color: var(--accent); border-color: var(--accent); } .btn-secondary:hover { background-color: var(--accent); color: #fff; } .wide-card { transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; color: inherit; text-decoration: none; position: relative; overflow: hidden; } a.wide-card { text-decoration: none; } a.wide-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } a.wide-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(42, 111, 151, 0.05); opacity: 0; transition: opacity 0.3s ease; } a.wide-card:hover::after { opacity: 1; } .wide-card .btn { background-color: #1e88e5; border-color: #1e88e5; position: relative; z-index: 1; } .wide-card .btn:hover { background-color: #1976d2; border-color: #1976d2; } .section { padding: 5rem 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: 300; margin-bottom: 3rem; } .wide-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; } .wide-card { background-color: #fff; border: 1px solid var(--border-color); border-radius: 8px; padding: 2rem; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .wide-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); } .wide-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; } .wide-card p { color: var(--text-light); } .site-footer { background-color: var(--bg-alt); color: var(--text-light); padding: 2rem 0 1.5rem; border-top: 1px solid var(--border-color); margin-top: 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.5rem; text-align: left; } .footer-section h4 { color: var(--accent); font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; border-bottom: 2px solid var(--accent); padding-bottom: 0.5rem; display: inline-block; } .footer-links { display: flex; flex-direction: column; gap: 0.5rem; } .footer-links a { color: #2d2d2d; text-decoration: none; transition: color 0.3s ease; font-size: 0.95rem; line-height: 1.4; display: flex; align-items: center; min-height: 44px; padding: 8px 12px; margin: -8px -12px; border-radius: 4px; } .footer-links a:hover { color: var(--accent); } .external-links a::after { content: " ↗"; font-size: 0.8rem; opacity: 0.7; } .compact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.3rem 1rem; font-size: 0.85rem; } .compact-grid a { padding: 8px 4px; line-height: 1.3; display: block; min-height: 44px; display: flex; align-items: center; } .footer-resources { grid-column: span 2; } @media (max-width: 768px) { .compact-grid { grid-template-columns: 1fr; gap: 0.2rem; } .footer-resources { grid-column: span 1; } } .footer-contact p { margin: 0.3rem 0; font-size: 0.95rem; } .footer-contact a { color: var(--accent); text-decoration: none; min-height: 44px; padding: 8px 4px; margin: -8px -4px; display: inline-block; border-radius: 4px; } .footer-contact a:hover { text-decoration: underline; } .footer-bottom { text-align: center; padding-top: 1.5rem; border-top: 1px solid var(--border-color); font-size: 0.9rem; opacity: 0.8; } @media (max-width: 768px) { .footer-content { grid-template-columns: 1fr; text-align: center; } .footer-section h4 { text-align: center; } } .footer-social-section { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border-color); } .social-tooltip-list { display: flex; align-items: center; justify-content: center; gap: 1rem; list-style: none; padding: 0; margin: 0; } .social-item { position: relative; } .social-icon-link { position: relative; display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 50%; background-color: #ffffff; overflow: hidden; transition: all 0.3s ease-in-out; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-decoration: none; } .social-icon-link:hover { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); transform: translateY(-3px); } .social-icon-filled { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; transition: all 0.3s ease-in-out; } .social-icon-link:hover .social-icon-filled { height: 100%; } .social-icon-svg { position: relative; z-index: 10; width: 1.75rem; height: 1.75rem; transition: all 0.3s ease-in-out; color: #333; } .social-icon-link:hover .social-icon-svg { color: #ffffff; } .social-tooltip { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); padding: 0.5rem 0.75rem; font-size: 0.875rem; color: white; white-space: nowrap; border-radius: 6px; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; pointer-events: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .social-tooltip::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid inherit; } .social-item:hover .social-tooltip { opacity: 1; visibility: visible; bottom: -50px; } @media (max-width: 768px) { .social-tooltip-list { gap: 0.75rem; } .social-icon-link { width: 2.5rem; height: 2.5rem; } .social-icon-svg { width: 1.5rem; height: 1.5rem; } .footer-social-section h4 { font-size: 1rem; margin-bottom: 1rem; } } .hero-video { will-change: transform; transform: translateZ(0); backface-visibility: hidden; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; animation: videoFadeIn 0.8s ease-in; } @keyframes videoFadeIn { from { opacity: 0; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } } .hero-right { position: relative; overflow: hidden; } .video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient( 135deg, rgba(42, 111, 151, 0.05) 0%, rgba(26, 75, 122, 0.08) 100% ); pointer-events: none; z-index: 1; opacity: 0; transition: opacity 0.3s ease; } .hero-right:hover .video-overlay { opacity: 1; } @media (max-width: 768px) { .hero-video { animation: none; } .video-overlay { display: none; } } .hero-video:not([poster]) { background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%); } .hero-right::before { content: ''; display: block; padding-top: 75%; } .hero-video, .hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .copyright { font-size: 0.9rem; } .hero-cta { display: inline-flex; align-items: center; gap: 0.7rem; background: #3bb6ff; color: #fff; padding: 1.1rem 2.2rem; border-radius: 12px; font-size: 1.3rem; font-family: 'Montserrat',sans-serif; font-weight: 600; text-decoration: none; box-shadow: 0 2px 14px rgba(59,182,255,0.12); transition: background 0.2s; border: none; min-height: 48px; min-width: 120px; } .hero-cta:hover, .hero-cta:focus { background: #2a6f97; color: #fff; text-decoration: none; } .hero-cta-icon { display: inline-block; vertical-align: middle; } @media (max-width: 992px) { .container { width: 95%; } .hero-title { font-size: 2.5rem; } .hero-desc { font-size: 1.1rem; } } @media screen and (max-width: 768px) { .site-header { padding: 0.4rem 0 !important; margin: 0 auto !important; top: 0 !important; position: fixed !important; width: 100% !important; border-radius: 0 !important; min-height: 50px !important; max-height: 60px !important; z-index: 1000 !important; left: 0 !important; right: 0 !important; } .header-main { flex-direction: column; gap: 0.2rem !important; padding: 0 0.5rem !important; min-height: auto !important; max-height: 60px !important; } .main-nav ul { flex-wrap: wrap; justify-content: center; gap: 0.2rem 0.5rem !important; margin: 0 !important; padding: 0 !important; } .main-nav a { font-size: 0.85rem !important; padding: 4px 8px !important; min-height: 28px !important; line-height: 1.1 !important; } .logo { left: 0; } .logo img { max-height: 25px !important; height: 25px !important; } body { padding-top: 60px !important; } .hero-split { margin-top: 0 !important; } main { margin-top: 0 !important; } .section { padding: 3rem 0; } .section-title { font-size: 2rem; } .hero { padding: 4rem 0; } } @media (max-width: 480px) { body { font-size: 15px; } .hero-title { font-size: 2rem; } .wide-cards { grid-template-columns: 1fr; } } body.page-faq { background-color: #fafdff; } .faq-section { padding: 2rem 0 4rem 0; } .faq-category-title { font-family: 'Montserrat', sans-serif; color: #2a6f97; font-size: 1.8rem; font-weight: 700; margin-top: 3rem; margin-bottom: 1.5rem; border-bottom: 2px solid #e0e0e0; padding-bottom: 0.5rem; } .faq-category-title:first-of-type { margin-top: 0; } .faq-list { display: flex; flex-direction: column; gap: 1rem; } .faq-item { background-color: #ffffff; border: 1.5px solid #e0eaff; border-radius: 12px; transition: box-shadow 0.3s ease; } .faq-item:hover { box-shadow: 0 8px 32px rgba(59,182,255,0.07); } .faq-item[open] { border-color: #3bb6ff; } .faq-question { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 600; padding: 1.25rem 1.5rem; cursor: pointer; list-style: none; position: relative; color: #1a365d; display: block; min-height: 48px; } .faq-question::-webkit-details-marker { display: none; } .faq-question::after { content: '+'; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); font-size: 1.8rem; font-weight: 400; color: #3bb6ff; transition: transform 0.2s ease-in-out; } .faq-item[open] .faq-question::after { transform: translateY(-50%) rotate(45deg); } .faq-answer { padding: 0 1.5rem 1.5rem 1.5rem; line-height: 1.7; color: #2d2d2d; border-top: 1.5px solid #f0f8ff; font-family: 'Inter', sans-serif; } .faq-answer p { margin-bottom: 1em; } .faq-answer p:last-child { margin-bottom: 0; } body.page-thank-you { background-color: #e6f0f7; } .thank-you-section { display: flex; align-items: center; justify-content: center; min-height: calc(100vh - 250px); padding: 4rem 0; } .thank-you-card { background: #ffffff; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); padding: 3rem; text-align: center; max-width: 600px; width: 100%; border: 1px solid rgba(0, 123, 255, 0.1); } .thank-you-icon { color: #3bb6ff; margin-bottom: 1.5rem; } .thank-you-card h1 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; color: #2a6f97; margin-bottom: 1rem; } .thank-you-card p { font-family: 'Inter', sans-serif; color: #2d2d2d; line-height: 1.7; max-width: 450px; margin: 0 auto 2.5rem auto; } .thank-you-actions .btn.btn-primary { background: #3bb6ff; color: #fff; padding: 0.9rem 2.5rem; border-radius: 50px; font-size: 1.1rem; font-family: 'Montserrat', sans-serif; font-weight: 600; border: none; box-shadow: 0 2px 14px rgba(59, 182, 255, 0.2); transition: all 0.3s ease; } .thank-you-actions .btn.btn-primary:hover { background: #2a6f97; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(42, 111, 151, 0.3); }