*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; color: #2F4F4F; background-color: #F0F8FF; line-height: 1.6; font-size: 17px; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', 'Courier New', monospace; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; color: #2F4F4F; }
h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: 0.75em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-bottom: 0.5em; }
p { margin-bottom: 1.25em; }
a { color: #00BCD4; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #0097A7; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; border-radius: 14px; object-fit: cover; }
ul, ol { margin-bottom: 1.25em; padding-left: 1.25em; }
li { margin-bottom: 0.5em; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.site-header { position: sticky; top: 0; z-index: 100; background-color: rgba(255, 255, 255, 0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0, 188, 212, 0.15); }
.top-bar { background-color: #2F4F4F; color: #F0F8FF; font-size: 0.82rem; padding: 10px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar a { color: #F0F8FF; display: inline-flex; align-items: center; gap: 6px; }
.top-bar a:hover { color: #00BCD4; }
.top-bar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.top-bar-cta { font-family: 'Space Grotesk', monospace; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.72rem; }
.main-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; max-width: 1200px; margin-inline: auto; }
.logo { font-family: 'Space Grotesk', monospace; font-size: 1.5rem; font-weight: 700; color: #2F4F4F; letter-spacing: -0.02em; text-decoration: none; line-height: 1; }
.logo .accent { color: #00BCD4; }
.logo:hover { text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; padding: 0; margin: 0; }
.nav-links a { color: #2F4F4F; font-family: 'Space Grotesk', monospace; font-weight: 500; font-size: 0.95rem; padding: 8px 0; position: relative; transition: color 0.2s ease; }
.nav-links a::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 0; height: 2px; background-color: #00BCD4; transition: width 0.3s ease; }
.nav-links a:hover { color: #00BCD4; text-decoration: none; }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active, .nav-links a[aria-current="page"] { color: #00BCD4; font-weight: 700; }
.nav-links a.active::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-toggle { display: none; background: transparent; border: 2px solid #2F4F4F; border-radius: 8px; cursor: pointer; padding: 8px 10px; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 22px; height: 2px; background-color: #2F4F4F; display: block; transition: transform 0.3s ease, opacity 0.3s ease; }
.hero { background: linear-gradient(160deg, #F0F8FF 0%, #E1F5FE 55%, #B2EBF2 100%); padding: clamp(80px, 14vh, 160px) 0; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(0, 188, 212, 0.18) 0%, transparent 70%); border-radius: 50%; }
.hero::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(47, 79, 79, 0.12) 0%, transparent 70%); border-radius: 50%; }
.hero .container { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 24px; }
.hero-subtitle { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #2F4F4F; max-width: 640px; margin: 0 auto 40px; opacity: 0.88; }
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.section { padding: clamp(70px, 10vw, 110px) 0; }
.section-alt { background-color: #FFFFFF; }
.section-tint { background-color: #F0F8FF; }
.section-gradient { background: linear-gradient(180deg, #E1F5FE 0%, #F0F8FF 100%); }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section-header h2 { margin-bottom: 18px; }
.section-header p { font-size: 1.1rem; color: #2F4F4F; opacity: 0.78; margin-bottom: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Space Grotesk', monospace; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; padding: 14px 30px; border-radius: 12px; border: 2px solid transparent; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; text-decoration: none; line-height: 1; }
.btn:hover { text-decoration: none; transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 24px rgba(0, 188, 212, 0.25); }
.btn:active { transform: translateY(-1px) scale(1); }
.btn-outline { background-color: transparent; color: #00BCD4; border-color: #00BCD4; }
.btn-outline:hover { background-color: #00BCD4; color: #FFFFFF; box-shadow: 0 10px 24px rgba(0, 188, 212, 0.4); }
.btn-outline-light { background-color: transparent; color: #2F4F4F; border-color: #2F4F4F; }
.btn-outline-light:hover { background-color: #2F4F4F; color: #F0F8FF; box-shadow: 0 10px 24px rgba(47, 79, 79, 0.3); }
.btn-solid { background-color: #00BCD4; color: #FFFFFF; border-color: #00BCD4; }
.btn-solid:hover { background-color: #0097A7; border-color: #0097A7; box-shadow: 0 10px 24px rgba(0, 151, 167, 0.4); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.card { background-color: #FFFFFF; border: 1px solid rgba(0, 188, 212, 0.15); border-radius: 18px; padding: 36px 28px; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(47, 79, 79, 0.12); border-color: rgba(0, 188, 212, 0.45); }
.card-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #00BCD4 0%, #B2EBF2 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 1.6rem; color: #FFFFFF; font-family: 'Space Grotesk', monospace; font-weight: 700; }
.card h3 { margin-bottom: 14px; }
.card p { color: #2F4F4F; opacity: 0.82; margin-bottom: 20px; flex-grow: 1; }
.card-link { font-family: 'Space Grotesk', monospace; font-weight: 600; color: #00BCD4; display: inline-flex; align-items: center; gap: 6px; font-size: 0.9rem; }
.card-link:hover { color: #0097A7; gap: 10px; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-layout img { width: 100%; height: 420px; border-radius: 18px; box-shadow: 0 16px 36px rgba(47, 79, 79, 0.15); }
.split-layout.reverse .split-image { order: 2; }
.split-content h2 { margin-bottom: 24px; }
.split-content p { font-size: 1.08rem; opacity: 0.85; }
.split-content .btn { margin-top: 16px; }
.contact-block { background-color: #FFFFFF; border: 1px solid rgba(0, 188, 212, 0.2); border-radius: 20px; padding: 48px; max-width: 620px; box-shadow: 0 12px 32px rgba(47, 79, 79, 0.08); }
.contact-block h2 { margin-bottom: 28px; }
address { font-style: normal; line-height: 2; font-size: 1.05rem; color: #2F4F4F; }
address strong { font-family: 'Space Grotesk', monospace; color: #2F4F4F; display: block; font-size: 1.2rem; margin-bottom: 14px; letter-spacing: -0.01em; }
address a { color: #2F4F4F; border-bottom: 1px dotted #00BCD4; }
address a:hover { color: #00BCD4; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.contact-item { padding: 24px; background: #F0F8FF; border-radius: 14px; border-left: 4px solid #00BCD4; }
.contact-item h4 { font-family: 'Space Grotesk', monospace; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; color: #00BCD4; margin-bottom: 10px; }
.contact-item p { margin-bottom: 0; }
.site-footer { background-color: #2F4F4F; color: #F0F8FF; padding: 72px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; margin-bottom: 52px; }
.footer-brand .logo { color: #F0F8FF; font-size: 1.4rem; }
.footer-brand .logo .accent { color: #00BCD4; }
.footer-brand p { margin-top: 18px; opacity: 0.75; font-size: 0.95rem; max-width: 280px; }
.footer-col h4 { color: #00BCD4; font-family: 'Space Grotesk', monospace; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: #F0F8FF; opacity: 0.8; font-size: 0.95rem; transition: opacity 0.2s ease, color 0.2s ease; }
.footer-col a:hover { color: #00BCD4; opacity: 1; text-decoration: none; }
.footer-address { font-style: normal; line-height: 1.8; opacity: 0.8; font-size: 0.95rem; }
.footer-bottom { border-top: 1px solid rgba(240, 248, 255, 0.12); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 0.85rem; opacity: 0.7; }
.footer-bottom a { color: #F0F8FF; }
.footer-bottom a:hover { color: #00BCD4; }
.fade-in { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); will-change: opacity, transform; }
.fade-in.is-visible { opacity: 1; transform