:root{--primary-color:#0a2540;--primary-light:#183b5e;--secondary-color:#c5a059;--secondary-dark:#ad8a4d;--accent-red:#d32f2f;--text-color:#1d1d1f;--text-light:#424245;--text-muted:#86868b;--light-bg:#f5f7fa;--white:#ffffff;--glass-bg:rgba(255,255,255,0.95);--dark-blue:#0a2540;--transition-speed:0.3s;--font-main:'Inter',system-ui,-apple-system,sans-serif;--max-width:1240px;--header-height:80px;--top-bar-height:40px;--shadow-soft:0 4px 20px rgba(0,0,0,0.05);--shadow-hover:0 10px 40px rgba(0,0,0,0.1);--shadow-card:0 2px 10px rgba(0,0,0,0.03);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;}*{box-sizing:border-box;margin:0;padding:0;}body{font-family:var(--font-main);color:var(--text-color);line-height:1.6;background-color:var(--light-bg);overflow-x:hidden;padding-top:calc(var(--header-height) + var(--top-bar-height));}a{text-decoration:none;color:inherit;transition:var(--transition-speed);}ul{list-style:none;}h1,h2,h3,h4{margin-bottom:1rem;color:var(--dark-blue);}h1{font-size:2.5rem;font-weight:700;}h2{font-size:2rem;}h3{font-size:1.5rem;}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px;}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius-sm);font-weight:600;text-transform:none;letter-spacing:0.01em;cursor:pointer;border:none;transition:all 0.2s ease;font-size:1rem;}.btn-primary{background-color:var(--primary-color);color:var(--white);box-shadow:0 2px 5px rgba(10,37,64,0.2);}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(10,37,64,0.3);}.btn-cta{background-color:var(--secondary-color);color:var(--white);font-size:1.1rem;box-shadow:0 4px 10px rgba(197,160,89,0.3);}.btn-cta:hover{background-color:var(--secondary-dark);transform:translateY(-2px);box-shadow:0 6px 15px rgba(197,160,89,0.4);}.main-header{background-color:var(--white);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:fixed;top:0;width:100%;z-index:1000;height:auto;display:flex;flex-direction:column;}.top-bar{width:100%;height:var(--top-bar-height);background-color:var(--dark-blue);color:var(--white);font-size:0.9rem;display:flex;justify-content:center;position:relative;z-index:1002;border-bottom:1px solid rgba(255,255,255,0.1);}.top-bar .container{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;}.top-bar-left,.top-bar-right{display:flex;gap:20px;align-items:center;}.top-bar-item{display:flex;align-items:center;gap:6px;font-weight:500;}@media (max-width:768px){.top-bar{display:none;}body{padding-top:var(--header-height);}}.nav-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:var(--header-height);}.logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:bold;color:var(--primary-color);text-decoration:none;grid-column:1;justify-self:start;}.nav-links{display:flex;gap:25px;align-items:center;list-style:none;margin:0;padding:0;grid-column:2;justify-self:center;}.header-cta{grid-column:3;justify-self:end;}@media (max-width:992px){.nav-container{display:flex;justify-content:space-between;padding:0 15px;}.header-cta{display:none;}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001;}.menu-toggle span{display:block;height:3px;width:100%;background-color:var(--primary-color);border-radius:3px;transition:all 0.3s ease;}}.nav-links a{font-weight:500;}.nav-links a:hover{color:var(--primary-color);}.header-phone{display:flex;align-items:center;gap:10px;font-weight:bold;font-size:1.1rem;color:var(--dark-blue);}.dropdown{position:relative;display:inline-block;}.dropdown-content{display:none;position:absolute;background-color:var(--white);min-width:250px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);z-index:1001;border-top:3px solid var(--primary-color);padding:10px 0;}.dropdown:hover .dropdown-content{display:block;}.dropdown-content a{color:var(--text-color);padding:12px 16px;display:block;font-size:0.95rem;font-weight:normal;}.dropdown-content a:hover{background-color:var(--light-bg);color:var(--primary-color);}.dropdown-group-title{padding:8px 16px;font-weight:bold;color:var(--dark-blue);background:#f1f1f1;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px;cursor:default;}.menu-toggle{display:none;font-size:1.5rem;cursor:pointer;}.hero{position:relative;background:linear-gradient(160deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--white);padding:140px 0 160px;text-align:left;overflow:hidden;z-index:1;}.hero-subpage{position:relative;background-color:#021024;background-image:radial-gradient(circle at 10% 20%,rgba(0,123,255,0.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(255,179,0,0.08) 0%,transparent 40%),linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,40px 40px,40px 40px;color:var(--white);padding:160px 0 100px;text-align:left;overflow:hidden;z-index:1;box-shadow:inset 0 -30px 40px -20px rgba(0,0,0,0.6);}.hero-subpage::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0%,#021024 90%);pointer-events:none;z-index:0;}.hero-subpage .container{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px;}.hero-text-wrapper{flex:1;max-width:600px;}.hero-visual-wrapper{flex:1;display:flex;justify-content:center;align-items:center;position:relative;}.breadcrumb{display:flex;justify-content:flex-start;align-items:center;list-style:none;padding:0;margin:0 0 20px 0;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;color:rgba(255,255,255,0.6);}.breadcrumb li{display:flex;align-items:center;}.breadcrumb li+li::before{content:'/';margin:0 12px;color:rgba(255,255,255,0.3);}.breadcrumb a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease;}.breadcrumb a:hover{color:var(--secondary-color);}.breadcrumb li:last-child{color:var(--secondary-color);pointer-events:none;}.hero-subpage h1{font-size:3.2rem;line-height:1.1;font-weight:800;margin-bottom:20px;letter-spacing:-0.02em;background:linear-gradient(135deg,#ffffff 0%,#e0e0e0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 20px rgba(0,0,0,0.3);position:relative;display:inline-block;}.hero-subpage p{font-size:1.2rem;max-width:100%;margin:0 0 30px 0;color:rgba(255,255,255,0.9);font-weight:300;line-height:1.6;}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;}.hero-trust-item{display:flex;align-items:center;gap:10px;font-size:0.95rem;font-weight:500;color:#e0e0e0;}.hero-trust-item svg{width:20px;height:20px;fill:var(--secondary-color);}.trust-card-visual{background:rgba(255,255,255,0.03);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:30px;width:100%;max-width:400px;box-shadow:0 20px 40px rgba(0,0,0,0.3);position:relative;}.trust-card-visual::after{content:'';position:absolute;top:-20px;right:-20px;width:60px;height:60px;background:var(--secondary-color);border-radius:50%;opacity:0.2;filter:blur(20px);}.trust-card-row{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.05);}.trust-card-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}.trust-card-icon{width:40px;height:40px;background:rgba(0,123,255,0.1);border-radius:50%;display:flex;justify-content:center;align-items:center;}.trust-card-icon svg{width:20px;height:20px;fill:var(--primary-light);}.trust-card-text small{display:block;font-size:0.75rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:1px;}.trust-card-text strong{font-size:1.1rem;color:var(--white);}@media (max-width:991px){.hero-subpage .container{flex-direction:column;text-align:center;gap:40px;}.hero-text-wrapper{margin:0 auto;}.breadcrumb{justify-content:center;}.hero-trust-badges{justify-content:center;}}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;overflow:hidden;line-height:0;z-index:2;}.hero-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px;}.hero-wave .shape-fill{fill:var(--light-bg);}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:3;}.hero-text h1{font-size:3.5rem;line-height:1.1;margin-bottom:25px;background:linear-gradient(to right,#fff,#a2d2ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}.hero-visual{position:relative;height:400px;background:rgba(255,255,255,0.05);border-radius:20px;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;overflow:hidden;}.pipe-container{width:300px;height:80px;background:#333;border-radius:40px;position:relative;overflow:hidden;box-shadow:inset 0 5px 15px rgba(0,0,0,0.5);}.pipe-water{position:absolute;left:0;top:0;height:100%;width:0%;background:linear-gradient(90deg,#00c6ff,#0072ff);animation:cleanPipe 3s ease-in-out infinite;box-shadow:0 0 20px #00c6ff;}@keyframes cleanPipe{0%{width:0%;opacity:0.5;}50%{width:100%;opacity:1;}80%{width:100%;opacity:0;}100%{width:0%;opacity:0;}}.hero h1{color:var(--white);margin-bottom:20px;}.hero p{font-size:1.2rem;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;}.trust-bar{background:transparent;padding:0;border-bottom:none;position:relative;z-index:5;margin-top:-40px;margin-bottom:40px;pointer-events:none;}.trust-bar .container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;pointer-events:none;}.trust-item{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:12px 24px;background:transparent !important;border:none !important;box-shadow:none !important;transition:all 0.3s ease;}.trust-item:hover{transform:translateY(-2px);color:var(--secondary-color);}.trust-item svg{width:22px;height:22px;fill:var(--secondary-color);}.trust-item span{font-weight:600;color:var(--white);font-size:0.95rem;white-space:nowrap;}.trust-section{display:none;}.cta-strip{background:var(--primary-color);color:var(--white);padding:50px 0;text-align:center;margin:40px 0;}.cta-strip h2{color:var(--white);}.services-section{padding:100px 0;background:var(--light-bg);}.section-title{text-align:center;margin-bottom:60px;font-weight:700;color:var(--primary-color);}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}@media (max-width:992px){.service-grid{grid-template-columns:repeat(2,1fr);gap:30px;}}@media (max-width:600px){.service-grid{grid-template-columns:1fr;}}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,0.1);border-color:rgba(0,0,0,0);border-top-color:var(--secondary-color);}.service-card .btn{position:relative;z-index:10 !important;pointer-events:auto !important;cursor:pointer !important;align-self:flex-start;width:auto;background:transparent;color:var(--primary-color);padding:0;font-weight:600;box-shadow:none;}.service-card .btn:hover{background:transparent;color:var(--secondary-color);transform:none;box-shadow:none;}.service-card .btn::after{content:' â†’';display:inline-block;transition:transform 0.2s;}.service-card .btn:hover::after{transform:translateX(4px);}.service-icon-svg{width:80px;height:80px;transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275);}.service-card:hover .service-icon-svg{transform:scale(1.2);}footer{background:#051a2e;color:rgba(255,255,255,0.7);padding:80px 0 30px;font-size:0.95rem;}.footer-content{display:grid;grid-template-columns:1fr 2fr 2fr;gap:50px;margin-bottom:50px;}.footer-column h4{color:var(--secondary-color);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;display:inline-block;}.footer-column ul.multi-column{column-count:2;column-gap:30px;}.footer-column ul.multi-column li{margin-bottom:10px;break-inside:avoid;}.footer-column a{color:#ccc;transition:0.2s;}.footer-column a:hover{color:var(--secondary-color);padding-left:5px;}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;color:#888;font-size:0.9rem;}@media (max-width:1024px){.footer-content{grid-template-columns:1fr;gap:30px;}}.floating-cta{display:flex;flex-direction:column;align-items:center;position:fixed;bottom:30px;right:30px;z-index:9999;}.emergency-btn{background:var(--accent-red);color:var(--white);width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.8rem;box-shadow:0 0 0 0 rgba(255,68,68,0.7);animation:pulse-red 2s infinite;cursor:pointer;border:none;transition:transform 0.3s;}.emergency-btn:hover{transform:scale(1.1);}.emergency-label{background:var(--white);color:var(--accent-red);padding:5px 12px;border-radius:12px;font-weight:bold;font-size:0.8rem;margin-bottom:10px;box-shadow:0 4px 10px rgba(0,0,0,0.1);opacity:0;transform:translateY(10px);animation:slideUpFade 0.5s forwards 1s;}@keyframes pulse-red{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,68,68,0.7);}70%{transform:scale(1);box-shadow:0 0 0 20px rgba(255,68,68,0);}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,68,68,0);}}@keyframes slideUpFade{to{opacity:1;transform:translateY(0);}}@media (max-width:900px){.nav-links{display:none;flex-direction:column;position:absolute;top:var(--header-height);left:0;width:100%;background:var(--white);padding:20px;box-shadow:0 5px 10px rgba(0,0,0,0.1);max-height:80vh;overflow-y:auto;}.nav-links.active{display:flex;}.menu-toggle{display:block;}.floating-cta{display:flex;}.header-phone span{display:none;}.dropdown-content{position:static;box-shadow:none;border-top:none;padding-left:20px;background:#f9f9f9;display:none;}.dropdown:hover .dropdown-content{display:block;}}@keyframes spin-wrench{0%{transform:rotate(0deg);}25%{transform:rotate(-20deg);}50%{transform:rotate(0deg);}75%{transform:rotate(-20deg);}100%{transform:rotate(0deg);}}@keyframes flow-water{0%{transform:translateY(0);opacity:1;}100%{transform:translateY(10px);opacity:0;}}@keyframes truck-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-3px);}}@keyframes pulse-shield{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}@keyframes lens-blink{0%,100%{opacity:1;}50%{opacity:0.5;}}.anim-wrench{transform-origin:center;}.service-card:hover .anim-wrench{animation:spin-wrench 1.5s ease infinite;}.anim-water{}.service-card:hover .anim-water{animation:flow-water 1s linear infinite;}.anim-truck{}.service-card:hover .anim-truck{animation:truck-bounce 0.5s ease infinite;}.anim-shield{transform-origin:center;}.service-card:hover .anim-shield{animation:pulse-shield 1.5s ease infinite;}.anim-lens{}.service-card:hover .anim-lens{animation:lens-blink 1s steps(1) infinite;}@keyframes spin-spiral{0%{transform:rotate(0deg);}100%{transform:rotate(720deg);}}@keyframes plunge{0%,100%{transform:translateY(0);}50%{transform:translateY(5px);}}@keyframes bubble-drain{0%{transform:translateY(0) scale(0.5);opacity:1;}100%{transform:translateY(15px) scale(1);opacity:0;}}@keyframes scan-beam{0%{transform:rotate(-45deg);opacity:0.2;}50%{opacity:0.8;}100%{transform:rotate(45deg);opacity:0.2;}}@keyframes valve-action{0%,100%{transform:scaleY(1);}50%{transform:scaleY(0.2);}}@keyframes gauge-move{0%{transform:rotate(-45deg);}60%{transform:rotate(45deg);}100%{transform:rotate(0deg);}}@keyframes rain-fall{0%{transform:translateY(-5px);opacity:0;}50%{opacity:1;}100%{transform:translateY(10px);opacity:0;}}@keyframes pump-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes tank-fill{0%{height:2px;}50%{height:14px;}100%{height:2px;}}.service-card:hover .anim-spiral{animation:spin-spiral 2s cubic-bezier(0.4,0,0.2,1) infinite;}.service-card:hover .anim-plunge{animation:plunge 1s ease-in-out infinite;}.service-card:hover .anim-bubble{animation:bubble-drain 1.5s linear infinite;}.service-card:hover .anim-beam{animation:scan-beam 2s ease-in-out infinite;}.service-card:hover .anim-valve{animation:valve-action 2s ease-in-out infinite;}.service-card:hover .anim-gauge{animation:gauge-move 3s ease-out infinite;}.service-card:hover .anim-rain{animation:rain-fall 1s linear infinite;}.service-card:hover .anim-pump{animation:pump-spin 1s linear infinite;}.service-card:hover .anim-tank{animation:tank-fill 3s ease-in-out infinite;}.service-icon-svg{width:80px;height:80px;transition:transform 0.3s ease;}.service-card:hover .service-icon-svg{transform:scale(1.05);}#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:var(--white);box-shadow:0 -2px 10px rgba(0,0,0,0.1);padding:20px;z-index:10000;display:flex;justify-content:center;align-items:center;border-top:4px solid var(--primary-color);}.cookie-container{max-width:var(--max-width);width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;}.cookie-container p{flex:1;margin:0;color:var(--text-color);font-size:0.95rem;}.cookie-container a{text-decoration:underline;color:var(--primary-color);}.cookie-buttons{display:flex;gap:15px;}#cookie-accept,#cookie-decline{padding:10px 20px;font-size:0.9rem;border-radius:4px;cursor:pointer;border:none;font-weight:bold;transition:background 0.3s;}#cookie-accept{background-color:var(--primary-color);color:var(--white);}#cookie-accept:hover{background-color:var(--dark-blue);}#cookie-decline{background-color:#ddd;color:#333;}#cookie-decline:hover{background-color:#ccc;}@media (max-width:768px){.cookie-container{flex-direction:column;text-align:center;}.cookie-buttons{width:100%;justify-content:center;}}#cookie-banner{align-items:center;justify-content:center;background:rgba(0,0,0,0.5);height:100vh;display:none;top:0;}#cookie-banner.visible{display:flex;}.cookie-modal{background:var(--white);width:100%;max-width:900px;margin:0 auto;border-radius:8px 8px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,0.2);display:flex;flex-direction:column;max-height:90vh;overflow:hidden;}@media (min-width:768px){#cookie-banner{align-items:center;padding:20px;}.cookie-modal{border-radius:8px;}}.cookie-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;}.cookie-logo{font-weight:bold;font-size:1.2rem;color:var(--primary-color);}.cookie-tabs{display:flex;background:#f8f9fa;border-bottom:1px solid #ddd;}.cookie-tab{flex:1;padding:15px;text-align:center;cursor:pointer;font-weight:600;color:#666;transition:0.3s;}.cookie-tab.active{background:var(--white);color:var(--primary-color);border-bottom:3px solid var(--primary-color);}.cookie-content{padding:20px;overflow-y:auto;flex:1;}.tab-panel{display:none;}.tab-panel.active{display:block;}.cookie-options{display:grid;gap:15px;}.cookie-option{background:#f9f9f9;padding:15px;border-radius:6px;border:1px solid #eee;}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}.option-title{font-weight:bold;display:flex;align-items:center;gap:10px;}.switch{position:relative;display:inline-block;width:50px;height:26px;}.switch input{opacity:0;width:0;height:0;}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px;}.slider:before{position:absolute;content:'';height:20px;width:20px;left:3px;bottom:3px;background-color:white;transition:.4s;border-radius:50%;}input:checked+.slider{background-color:var(--primary-color);}input:checked+.slider:before{transform:translateX(24px);}input:disabled+.slider{opacity:0.6;cursor:not-allowed;}.cookie-footer{padding:20px;border-top:1px solid #eee;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;}.cookie-btn{padding:10px 20px;border-radius:4px;font-weight:bold;cursor:pointer;border:2px solid var(--primary-color);background:transparent;color:var(--primary-color);flex:1;text-align:center;}.cookie-btn.accept-all{background:var(--primary-color);color:white;}.cookie-btn:hover{opacity:0.9;}@media (max-width:600px){.cookie-footer{flex-direction:column;}}#cookie-settings-btn{position:fixed;bottom:20px;left:20px;width:50px;height:50px;background-color:var(--primary-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,0.2);z-index:9999;transition:transform 0.3s ease,background 0.3s;display:none;}#cookie-settings-btn:hover{transform:scale(1.1);background-color:var(--dark-blue);}#cookie-settings-btn svg{width:24px;height:24px;fill:none;stroke:#ffffff;stroke-width:2;}#cookie-banner{z-index:10000;}.hero-visual{display:flex;justify-content:center;align-items:center;width:100%;}.hero-seo-box{background-color:#ffffff !important;color:#000000 !important;border-radius:8px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,0.5);max-width:600px;width:100%;text-align:left;border:1px solid #ddd;position:relative;z-index:100;}.seo-header h3{color:#0044cc !important;margin-top:0;margin-bottom:20px;font-size:1.6rem;font-weight:800;line-height:1.2;text-transform:none;border-bottom:2px solid #eee;padding-bottom:15px;}.seo-list{list-style:none;padding:0;margin:0;}.seo-list li{display:flex;align-items:center;margin-bottom:12px;font-size:1.2rem;line-height:1.4;color:#000;font-weight:500;border-bottom:1px solid #f9f9f9;padding-bottom:8px;}.icon-wrap{margin-right:15px;display:flex;align-items:center;justify-content:center;min-width:24px;}.check-svg{width:24px;height:24px;color:#28a745;fill:none;stroke:currentColor;stroke-width:3;}.text-wrap{display:block;}.text-wrap strong{font-weight:800;color:#000;}.sub-text{font-size:1.1rem;color:#444;font-weight:400;}.highlight-tag{color:#d00;font-weight:700;font-size:1rem;}.seo-footer{margin-top:25px;padding-top:15px;background:#f0f4f8;padding:15px;border-radius:6px;}.footer-title{font-weight:800;color:#0044cc;margin-bottom:5px;font-size:1.1rem;}.stats-section{padding:80px 20px;background:#f8f9fa;text-align:center;}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:60px;}.stat-card{background:#fff;padding:40px 20px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:transform 0.3s ease;}.stat-card:hover{transform:translateY(-5px);}.stat-number{font-size:4rem;font-weight:800;color:var(--primary-color);margin-bottom:15px;line-height:1;}.stat-text{font-size:1.1rem;color:#555;font-weight:500;line-height:1.5;}.important-text-box{background:#fff;border-left:5px solid var(--accent-red);padding:40px;border-radius:8px;box-shadow:0 15px 40px rgba(0,0,0,0.1);max-width:900px;margin:0 auto;text-align:left;}.important-text-box h3{color:var(--dark-blue);margin-top:0;font-size:1.8rem;margin-bottom:15px;}.important-text-box p{font-size:1.2rem;color:#444;margin-bottom:30px;}.pulse-btn{animation:pulse-blue 2s infinite;}@keyframes pulse-blue{0%{box-shadow:0 0 0 0 rgba(0,123,255,0.7);}70%{box-shadow:0 0 0 15px rgba(0,123,255,0);}100%{box-shadow:0 0 0 0 rgba(0,123,255,0);}}.stats-bar{background:#f4f4f4;padding:60px 20px;text-align:center;border-bottom:1px solid #ddd;}.stats-grid-colored{display:flex;justify-content:space-around;flex-wrap:wrap;gap:40px;max-width:1000px;margin:0 auto 50px auto;}.stat-item{flex:1;min-width:250px;}.stat-number-color{font-size:3.5rem;font-weight:800;margin-bottom:10px;line-height:1;}.stat-desc{color:#444;font-size:1.1rem;line-height:1.4;}.warning-box{text-align:center;max-width:800px;margin:0 auto;}.warning-box h3{font-size:1.5rem;font-weight:700;}.warning-box p{font-size:1.1rem;color:#555;}.btn-yellow{background-color:#ffd700;color:#000;font-weight:800;text-transform:uppercase;padding:15px 30px;border:none;border-radius:5px;font-size:1.1rem;text-decoration:none;display:inline-block;transition:transform 0.2s,box-shadow 0.2s;}.btn-yellow:hover{background-color:#ffcc00;transform:scale(1.05);box-shadow:0 5px 15px rgba(255,215,0,0.4);color:#000;}.hero-stats{grid-template-columns:1fr;gap:20px;width:100%;margin-bottom:0;}@media (min-width:992px){.hero-stats{}}.hero-stats .stat-card{padding:25px 15px;box-shadow:0 15px 40px rgba(0,0,0,0.2);border-bottom:5px solid var(--primary-color);}.hero-stats .stat-number{font-size:3rem;margin-bottom:10px;}@ m e d i a   ( m i n - w i d t h :   9 9 2 p x )   {             . s u b p a g e - c o n t e n t - g r i d   {                     d i s p l a y :   g r i d ;                     g r i d - t e m p l a t e - c o l u m n s :   2 f r   1 f r ;                     g a p :   5 0 p x ;             }     }         . s e c t i o n - t i t l e - l e f t   {             c o l o r :   v a r ( - - p r i m a r y - c o l o r ) ;             m a r g i n - b o t t o m :   2 0 p x ;     }         . l e a d - t e x t   {             f o n t - s i z e :   1 . 1 r e m ;             l i n e - h e i g h t :   1 . 8 ;             m a r g i n - b o t t o m :   2 0 p x ;             c o l o r :   # 4 4 4 ;     }         . t e x t - b l o c k   {             f o n t - s i z e :   1 . 1 r e m ;             l i n e - h e i g h t :   1 . 8 ;             m a r g i n - b o t t o m :   3 0 p x ;             c o l o r :   # 4 4 4 ;     }         . c h e c k - l i s t   {             l i s t - s t y l e - t y p e :   n o n e ;   / *   C u s t o m   b u l l e t s   * /             p a d d i n g - l e f t :   0 ;             m a r g i n - b o t t o m :   3 0 p x ;     }         . c h e c k - l i s t   l i   {             p o s i t i o n :   r e l a t i v e ;             p a d d i n g - l e f t :   2 5 p x ;             m a r g i n - b o t t o m :   1 0 p x ;             l i n e - h e i g h t :   1 . 6 ;     }         . c h e c k - l i s t   l i : : b e f o r e   {             c o n t e n t :   ' â ¬ ¢ ' ;             c o l o r :   v a r ( - - a c c e n t - r e d ) ;             f o n t - w e i g h t :   b o l d ;             f o n t - s i z e :   1 . 2 e m ;             p o s i t i o n :   a b s o l u t e ;             l e f t :   0 ;             t o p :   0 ;     }         . h i g h l i g h t - i n f o - b o x   {             b a c k g r o u n d :   # f f f 3 c d ;             c o l o r :   # 8 5 6 4 0 4 ;             p a d d i n g :   2 0 p x ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ;             b o r d e r - l e f t :   5 p x   s o l i d   # f f c c 0 0 ;             m a r g i n - b o t t o m :   3 0 p x ;     }         . o r d e r e d - l i s t - c u s t o m   {             m a r g i n - l e f t :   2 0 p x ;     }         . o r d e r e d - l i s t - c u s t o m   l i   {             m a r g i n - b o t t o m :   5 p x ;     }         . p h o n e - l i n k   {             f o n t - w e i g h t :   b o l d ;             c o l o r :   # 0 0 0 ;     }         / *   P r o c e s s   S t e p s   * /     . p r o c e s s - s t e p s   {             b a c k g r o u n d :   # f 8 f 9 f a ;             p a d d i n g :   3 0 p x ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ;             b o r d e r - l e f t :   5 p x   s o l i d   v a r ( - - a c c e n t - r e d ) ;             m a r g i n - b o t t o m :   3 0 p x ;     }         . p r o c e s s - s t e p - i t e m   {             m a r g i n - b o t t o m :   1 5 p x ;     }         . p r o c e s s - s t e p - i t e m : l a s t - c h i l d   {             m a r g i n - b o t t o m :   0 ;     }         . p r o c e s s - s t e p - i t e m   h 4   {             m a r g i n - b o t t o m :   5 p x ;             c o l o r :   v a r ( - - a c c e n t - r e d ) ;     }         / *   S i d e b a r   * /     . s i d e b a r - b o x   {             p a d d i n g :   3 0 p x ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ;             m a r g i n - b o t t o m :   3 0 p x ;             b o x - s h a d o w :   v a r ( - - s h a d o w - c a r d ) ;     }         . s i d e b a r - b o x . b l u e - b o x   {             b a c k g r o u n d :   v a r ( - - p r i m a r y - c o l o r ) ;             c o l o r :   v a r ( - - w h i t e ) ;     }         . s i d e b a r - b o x . b l u e - b o x   h 3   {             c o l o r :   v a r ( - - w h i t e ) ;             b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ;             p a d d i n g - b o t t o m :   1 5 p x ;             m a r g i n - b o t t o m :   2 0 p x ;     }         . s i d e b a r - b o x . g o l d - b o x   {             b a c k g r o u n d :   # f f d 7 0 0 ;             c o l o r :   v a r ( - - p r i m a r y - c o l o r ) ;             t e x t - a l i g n :   c e n t e r ;     }         . s i d e b a r - p h o n e   {             f o n t - w e i g h t :   b o l d ;             f o n t - s i z e :   1 . 4 r e m ;             m a r g i n - b o t t o m :   1 5 p x ;     }         . s i d e b a r - s u b t e x t   {             f o n t - s i z e :   0 . 9 r e m ;     }         / *   B e n e f i t s   L i s t   i n   S i d e b a r   * /     . b e n e f i t s - l i s t   {             d i s p l a y :   g r i d ;             g a p :   1 0 p x ;     }         . b e n e f i t - i t e m   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 0 p x ;     }         . c h e c k m a r k - b o x   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             w i d t h :   2 0 p x ;             h e i g h t :   2 0 p x ;             b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ;             b o r d e r - r a d i u s :   4 p x ;             f o n t - s i z e :   0 . 8 r e m ;     }         / *   F A Q   T e a s e r   * /     . f a q - t e a s e r   {             m a r g i n - t o p :   4 0 p x ;             p a d d i n g - t o p :   3 0 p x ;             b o r d e r - t o p :   1 p x   s o l i d   # e e e ;     }         . l i n k - a r r o w   {             c o l o r :   v a r ( - - a c c e n t - r e d ) ;             f o n t - w e i g h t :   b o l d ;             t e x t - d e c o r a t i o n :   n o n e ;             d i s p l a y :   i n l i n e - f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   5 p x ;             t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ;     }         . l i n k - a r r o w : h o v e r   {             t r a n s f o r m :   t r a n s l a t e X ( 5 p x ) ;             t e x t - d e c o r a t i o n :   u n d e r l i n e ;     }     / *   - - -   N e w   V i s u a l   E n h a n c e m e n t s   ( N o t d i e n s t )   - - -   * /         / *   I c o n   C a r d   G r i d   * /     . i c o n - c a r d - g r i d   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( a u t o - f i t ,   m i n m a x ( 1 6 0 p x ,   1 f r ) ) ;             g a p :   2 0 p x ;             m a r g i n - b o t t o m :   4 0 p x ;     }         . i c o n - c a r d   {             b a c k g r o u n d :   v a r ( - - w h i t e ) ;             p a d d i n g :   2 5 p x   1 5 p x ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ;             t e x t - a l i g n :   c e n t e r ;             b o x - s h a d o w :   v a r ( - - s h a d o w - c a r d ) ;             t r a n s i t i o n :   t r a n s f o r m   0 . 3 s   e a s e ,   b o x - s h a d o w   0 . 3 s   e a s e ;             b o r d e r :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;     }         . i c o n - c a r d : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 5 p x ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - h o v e r ) ;     }         . i c o n - c i r c l e   {             w i d t h :   6 0 p x ;             h e i g h t :   6 0 p x ;             b a c k g r o u n d :   r g b a ( 1 0 ,   3 7 ,   6 4 ,   0 . 0 5 ) ;             b o r d e r - r a d i u s :   5 0 % ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             m a r g i n :   0   a u t o   1 5 p x   a u t o ;     }         . i c o n - c i r c l e   s v g   {             w i d t h :   3 0 p x ;             h e i g h t :   3 0 p x ;             f i l l :   v a r ( - - p r i m a r y - c o l o r ) ;     }         . i c o n - c i r c l e . a l e r t - i c o n   {             b a c k g r o u n d :   r g b a ( 2 1 1 ,   4 7 ,   4 7 ,   0 . 1 ) ;     }         . i c o n - c i r c l e . a l e r t - i c o n   s v g   {             f i l l :   v a r ( - - a c c e n t - r e d ) ;     }         . i c o n - c a r d   h 4   {             f o n t - s i z e :   1 . 1 r e m ;             m a r g i n - b o t t o m :   8 p x ;             c o l o r :   v a r ( - - p r i m a r y - c o l o r ) ;     }         . i c o n - c a r d   p   {             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   v a r ( - - t e x t - l i g h t ) ;             l i n e - h e i g h t :   1 . 4 ;             m a r g i n :   0 ;     }         / *   E m e r g e n c y   B o x   * /     . e m e r g e n c y - b o x   {             b a c k g r o u n d :   # f f f 3 c d ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ;             p a d d i n g :   3 0 p x ;             b o r d e r - l e f t :   6 p x   s o l i d   # f f c 1 0 7 ;             m a r g i n - b o t t o m :   4 0 p x ;             b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 2 5 5 ,   1 9 3 ,   7 ,   0 . 1 5 ) ;     }         . e m e r g e n c y - h e a d e r   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 5 p x ;             m a r g i n - b o t t o m :   2 0 p x ;             p a d d i n g - b o t t o m :   1 5 p x ;             b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;     }         . e m e r g e n c y - h e a d e r   s v g   {             w i d t h :   3 2 p x ;             h e i g h t :   3 2 p x ;             f i l l :   # 8 5 6 4 0 4 ;     }         . e m e r g e n c y - h e a d e r   h 4   {             m a r g i n :   0 ;             c o l o r :   # 8 5 6 4 0 4 ;             f o n t - s i z e :   1 . 3 r e m ;     }         . e m e r g e n c y - l i s t   {             l i s t - s t y l e :   n o n e ;             p a d d i n g :   0 ;             m a r g i n :   0 ;     }         . e m e r g e n c y - l i s t   l i   {             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             m a r g i n - b o t t o m :   1 5 p x ;             p a d d i n g - l e f t :   2 0 p x ;             p o s i t i o n :   r e l a t i v e ;     }         . e m e r g e n c y - l i s t   l i : : b e f o r e   {             c o n t e n t :   ' ' ;             p o s i t i o n :   a b s o l u t e ;             l e f t :   0 ;             t o p :   8 p x ;             w i d t h :   8 p x ;             h e i g h t :   8 p x ;             b a c k g r o u n d :   # f f c 1 0 7 ;             b o r d e r - r a d i u s :   5 0 % ;     }         . e m e r g e n c y - l i s t   l i   s t r o n g   {             c o l o r :   # 5 3 3 f 0 3 ;             d i s p l a y :   b l o c k ;             m a r g i n - b o t t o m :   4 p x ;     }         . e m e r g e n c y - l i s t   l i   s p a n   {             f o n t - s i z e :   0 . 9 5 r e m ;             c o l o r :   # 8 5 6 4 0 4 ;     }         / *   T i m e l i n e   S t e p s   * /     . t i m e l i n e - s t e p s   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( a u t o - f i t ,   m i n m a x ( 2 0 0 p x ,   1 f r ) ) ;             g a p :   3 0 p x ;             m a r g i n - b o t t o m :   4 0 p x ;             p o s i t i o n :   r e l a t i v e ;     }         . t i m e l i n e - s t e p   {             b a c k g r o u n d :   v a r ( - - w h i t e ) ;             p a d d i n g :   2 5 p x ;             b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - c a r d ) ;             p o s i t i o n :   r e l a t i v e ;             b o r d e r - t o p :   4 p x   s o l i d   v a r ( - - p r i m a r y - l i g h t ) ;             t r a n s i t i o n :   t r a n s f o r m   0 . 3 s ;     }         . t i m e l i n e - s t e p : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 3 p x ) ;     }         . s t e p - b a d g e   {             b a c k g r o u n d :   v a r ( - - p r i m a r y - c o l o r ) ;             c o l o r :   v a r ( - - w h i t e ) ;             w i d t h :   3 0 p x ;             h e i g h t :   3 0 p x ;             b o r d e r - r a d i u s :   5 0 % ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             f o n t - w e i g h t :   b o l d ;             p o s i t i o n :   a b s o l u t e ;             t o p :   - 1 5 p x ;             l e f t :   2 0 p x ;             b o x - s h a d o w :   0   4 p x   8 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ;     }         . s t e p - c o n t e n t   h 4   {             m a r g i n - t o p :   1 0 p x ;             f o n t - s i z e :   1 . 1 r e m ;             m a r g i n - b o t t o m :   8 p x ;     }         . s t e p - c o n t e n t   p   {             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   v a r ( - - t e x t - l i g h t ) ;             m a r g i n :   0 ;             l i n e - h e i g h t :   1 . 5 ;     }     / *   - - -   R e f i n e d   C o m p a c t   V i s u a l s   ( O v e r r i d e s )   - - -   * /         . i c o n - c a r d - g r i d   {             g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( a u t o - f i t ,   m i n m a x ( 2 8 0 p x ,   1 f r ) ) ;             g a p :   1 5 p x ;     }         . i c o n - c a r d   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             t e x t - a l i g n :   l e f t ;             p a d d i n g :   1 5 p x   2 0 p x ;             g a p :   1 5 p x ;     }         . i c o n - c a r d : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;     }         . i c o n - c i r c l e   {             w i d t h :   4 2 p x ;             h e i g h t :   4 2 p x ;             m a r g i n :   0 ;             f l e x - s h r i n k :   0 ;     }         . i c o n - c i r c l e   s v g   {             w i d t h :   2 2 p x ;             h e i g h t :   2 2 p x ;     }         . i c o n - t e x t - c o n t e n t   h 4   {             m a r g i n - b o t t o m :   4 p x ;             f o n t - s i z e :   1 . 0 5 r e m ;     }         . i c o n - t e x t - c o n t e n t   p   {             f o n t - s i z e :   0 . 9 r e m ;             l i n e - h e i g h t :   1 . 3 ;     }         . t i m e l i n e - s t e p s   {             g a p :   2 0 p x ;     }         . t i m e l i n e - s t e p   {             p a d d i n g :   2 0 p x ;     }         . s t e p - b a d g e   {             w i d t h :   2 6 p x ;             h e i g h t :   2 6 p x ;             f o n t - s i z e :   0 . 9 r e m ;             t o p :   - 1 3 p x ;             l e f t :   1 5 p x ;     }     / *   N o t d i e n s t   P r e m i u m   E c o   D e s i g n   * /         : r o o t   {             - - n d - p r i m a r y :   # 0 a 2 5 4 0 ;             - - n d - p r i m a r y - l i g h t :   # 1 8 3 b 5 e ;             - - n d - g o l d :   # c 5 a 0 5 9 ;             - - n d - g o l d - l i g h t :   # e 6 c 8 8 a ;             - - n d - g r e e n :   # 2 e c c 7 1 ;             - - n d - g r e e n - d a r k :   # 2 7 a e 6 0 ;             - - n d - r e d :   # d 3 2 f 2 f ;             - - n d - r e d - l i g h t :   # f f e b E E ;             - - g l a s s - b g :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 8 5 ) ;             - - g l a s s - b o r d e r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 5 ) ;             - - s h a d o w - p r e m i u m :   0   1 0 p x   4 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 8 ) ;             - - s h a d o w - h o v e r :   0   1 5 p x   5 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 2 ) ;     }         / *   H e r o   S e c t i o n   * /     . n d - h e r o   {             p o s i t i o n :   r e l a t i v e ;             p a d d i n g :   1 4 0 p x   0   8 0 p x ;             b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # f 5 f 7 f a   0 % ,   # e e f 2 f 6   1 0 0 % ) ;             o v e r f l o w :   h i d d e n ;     }         . n d - h e r o : : b e f o r e   {             c o n t e n t :   ' ' ;             p o s i t i o n :   a b s o l u t e ;             t o p :   - 2 0 % ;             r i g h t :   - 1 0 % ;             w i d t h :   6 0 0 p x ;             h e i g h t :   6 0 0 p x ;             b a c k g r o u n d :   r a d i a l - g r a d i e n t ( c i r c l e ,   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 1 )   0 % ,   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 )   7 0 % ) ;             b o r d e r - r a d i u s :   5 0 % ;             z - i n d e x :   0 ;     }         . n d - h e r o - g r i d   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   1 f r   1 f r ;             g a p :   6 0 p x ;             a l i g n - i t e m s :   c e n t e r ;             p o s i t i o n :   r e l a t i v e ;             z - i n d e x :   1 ;     }         . n d - h e r o - c o n t e n t   h 1   {             f o n t - s i z e :   3 . 5 r e m ;             f o n t - w e i g h t :   8 0 0 ;             l i n e - h e i g h t :   1 . 1 ;             m a r g i n - b o t t o m :   2 0 p x ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - h i g h l i g h t   {             c o l o r :   v a r ( - - n d - g o l d ) ;             d i s p l a y :   b l o c k ;     }         . n d - h e r o - l e a d   {             f o n t - s i z e :   1 . 2 5 r e m ;             c o l o r :   # 5 5 5 ;             m a r g i n - b o t t o m :   4 0 p x ;             l i n e - h e i g h t :   1 . 6 ;     }         / *   T r u s t   B a d g e s   -   P i l l   S t y l e   * /     . n d - b a d g e s   {             d i s p l a y :   f l e x ;             g a p :   1 5 p x ;             f l e x - w r a p :   w r a p ;             m a r g i n - b o t t o m :   4 0 p x ;     }         . n d - b a d g e   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   8 p x ;             b a c k g r o u n d :   w h i t e ;             p a d d i n g :   8 p x   1 6 p x ;             b o r d e r - r a d i u s :   5 0 p x ;             b o x - s h a d o w :   0   4 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;             f o n t - w e i g h t :   6 0 0 ;             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - b a d g e   s v g   {             w i d t h :   1 8 p x ;             h e i g h t :   1 8 p x ;             f i l l :   v a r ( - - n d - g r e e n ) ;     }         / *   G l a s s   C a r d   * /     . n d - h e r o - v i s u a l   {             p o s i t i o n :   r e l a t i v e ;     }         . n d - g l a s s - c a r d   {             b a c k g r o u n d :   v a r ( - - g l a s s - b g ) ;             b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ;             - w e b k i t - b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ;             b o r d e r :   1 p x   s o l i d   v a r ( - - g l a s s - b o r d e r ) ;             b o r d e r - r a d i u s :   2 4 p x ;             p a d d i n g :   4 0 p x ;             b o x - s h a d o w :   v a r ( - - s h a d o w - p r e m i u m ) ;             p o s i t i o n :   r e l a t i v e ;     }         . n d - s t a t - r o w   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   2 0 p x ;             p a d d i n g :   2 0 p x   0 ;             b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;     }         . n d - s t a t - r o w : l a s t - c h i l d   {             b o r d e r - b o t t o m :   n o n e ;     }         . n d - i c o n - b o x   {             w i d t h :   5 6 p x ;             h e i g h t :   5 6 p x ;             b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   v a r ( - - n d - p r i m a r y ) ,   v a r ( - - n d - p r i m a r y - l i g h t ) ) ;             b o r d e r - r a d i u s :   1 6 p x ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             b o x - s h a d o w :   0   8 p x   1 6 p x   r g b a ( 1 0 ,   3 7 ,   6 4 ,   0 . 2 ) ;     }         . n d - i c o n - b o x   s v g   {             w i d t h :   2 8 p x ;             h e i g h t :   2 8 p x ;             f i l l :   w h i t e ;     }         . n d - s t a t - t e x t   s m a l l   {             d i s p l a y :   b l o c k ;             t e x t - t r a n s f o r m :   u p p e r c a s e ;             f o n t - s i z e :   0 . 7 5 r e m ;             l e t t e r - s p a c i n g :   1 p x ;             c o l o r :   # 8 8 8 ;             m a r g i n - b o t t o m :   4 p x ;     }         . n d - s t a t - t e x t   s t r o n g   {             f o n t - s i z e :   1 . 2 r e m ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         / *   P u l s e   B u t t o n   * /     . n d - b t n - p u l s e   {             p o s i t i o n :   r e l a t i v e ;             o v e r f l o w :   h i d d e n ;             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;             c o l o r :   w h i t e ;             p a d d i n g :   1 6 p x   3 6 p x ;             b o r d e r - r a d i u s :   5 0 p x ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 1 r e m ;             b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 4 ) ;             d i s p l a y :   i n l i n e - f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - b t n - p u l s e : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;             b o x - s h a d o w :   0   8 p x   2 5 p x   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 5 ) ;             b a c k g r o u n d :   # a d 8 a 4 d ;     }         / *   S e r v i c e   G r i d   -   M o d e r n   * /     . n d - s e c t i o n   {             p a d d i n g :   8 0 p x   0 ;     }         . n d - g r i d - c a r d s   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( a u t o - f i t ,   m i n m a x ( 2 5 0 p x ,   1 f r ) ) ;             g a p :   3 0 p x ;             m a r g i n - t o p :   5 0 p x ;     }         . n d - c a r d   {             b a c k g r o u n d :   w h i t e ;             b o r d e r - r a d i u s :   2 0 p x ;             p a d d i n g :   3 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;             b o r d e r :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 3 ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - c a r d ) ;             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             a l i g n - i t e m s :   f l e x - s t a r t ;     }         . n d - c a r d : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 5 p x ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - h o v e r ) ;             b o r d e r - c o l o r :   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 2 ) ;     }         . n d - c a r d - i c o n   {             w i d t h :   6 0 p x ;             h e i g h t :   6 0 p x ;             b a c k g r o u n d :   # f 8 f 9 f a ;             b o r d e r - r a d i u s :   1 2 p x ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             m a r g i n - b o t t o m :   2 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - c a r d : h o v e r   . n d - c a r d - i c o n   {             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;     }         . n d - c a r d : h o v e r   . n d - c a r d - i c o n   s v g   {             f i l l :   w h i t e ;     }         . n d - c a r d - i c o n   s v g   {             w i d t h :   3 2 p x ;             h e i g h t :   3 2 p x ;             f i l l :   v a r ( - - n d - p r i m a r y ) ;             t r a n s i t i o n :   f i l l   0 . 3 s   e a s e ;     }         . n d - c a r d   h 3   {             f o n t - s i z e :   1 . 2 5 r e m ;             m a r g i n - b o t t o m :   1 0 p x ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - c a r d   p   {             c o l o r :   # 6 6 6 ;             f o n t - s i z e :   0 . 9 5 r e m ;             l i n e - h e i g h t :   1 . 5 ;     }         / *   E m e r g e n c y   B o x   R e d e s i g n   * /     . n d - e m e r g e n c y - b o x   {             b a c k g r o u n d :   w h i t e ;             b o r d e r - l e f t :   4 p x   s o l i d   v a r ( - - n d - r e d ) ;             p a d d i n g :   4 0 p x ;             b o r d e r - r a d i u s :   0   2 0 p x   2 0 p x   0 ;             b o x - s h a d o w :   v a r ( - - s h a d o w - p r e m i u m ) ;             m a r g i n :   8 0 p x   0 ;             d i s p l a y :   f l e x ;             g a p :   4 0 p x ;             a l i g n - i t e m s :   c e n t e r ;     }         . n d - e m e r g e n c y - c o n t e n t   {             f l e x :   1 ;     }         . n d - e m e r g e n c y - t i t l e   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 5 p x ;             m a r g i n - b o t t o m :   2 0 p x ;     }         . n d - e m e r g e n c y - t i t l e   s v g   {             w i d t h :   4 0 p x ;             h e i g h t :   4 0 p x ;             f i l l :   v a r ( - - n d - r e d ) ;     }         . n d - s t e p - l i s t   {             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             g a p :   1 5 p x ;     }         . n d - s t e p - i t e m   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   b a s e l i n e ;             g a p :   1 2 p x ;     }         . n d - s t e p - n u m   {             c o l o r :   v a r ( - - n d - r e d ) ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 1 r e m ;     }         / *   T i m e l i n e   * /     . n d - p r o c e s s   {             t e x t - a l i g n :   c e n t e r ;     }         . n d - t i m e l i n e   {             d i s p l a y :   f l e x ;             j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ;             p o s i t i o n :   r e l a t i v e ;             m a x - w i d t h :   9 0 0 p x ;             m a r g i n :   6 0 p x   a u t o   0 ;     }         . n d - t i m e l i n e : : b e f o r e   {             c o n t e n t :   ' ' ;             p o s i t i o n :   a b s o l u t e ;             t o p :   2 5 p x ;             l e f t :   4 0 p x ;             r i g h t :   4 0 p x ;             h e i g h t :   2 p x ;             b a c k g r o u n d :   # e e e ;             z - i n d e x :   0 ;     }         . n d - t i m e l i n e - s t e p   {             p o s i t i o n :   r e l a t i v e ;             z - i n d e x :   1 ;             b a c k g r o u n d :   w h i t e ;             p a d d i n g :   0   1 0 p x ;             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             a l i g n - i t e m s :   c e n t e r ;             f l e x :   1 ;     }         . n d - s t e p - c i r c l e   {             w i d t h :   5 0 p x ;             h e i g h t :   5 0 p x ;             b a c k g r o u n d :   w h i t e ;             b o r d e r :   2 p x   s o l i d   v a r ( - - n d - g o l d ) ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;             b o r d e r - r a d i u s :   5 0 % ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 2 r e m ;             m a r g i n - b o t t o m :   2 0 p x ;             b o x - s h a d o w :   0   0   0   5 p x   w h i t e ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - t i m e l i n e - s t e p : h o v e r   . n d - s t e p - c i r c l e   {             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;             c o l o r :   w h i t e ;             t r a n s f o r m :   s c a l e ( 1 . 1 ) ;     }         . n d - s t e p - i n f o   h 4   {             f o n t - s i z e :   1 . 1 r e m ;             m a r g i n - b o t t o m :   5 p x ;     }         . n d - s t e p - i n f o   p   {             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   # 7 7 7 ;             m a x - w i d t h :   2 0 0 p x ;             m a r g i n :   0   a u t o ;     }         @ m e d i a   ( m a x - w i d t h :   9 0 0 p x )   {             . n d - h e r o - g r i d   {                     g r i d - t e m p l a t e - c o l u m n s :   1 f r ;                     t e x t - a l i g n :   c e n t e r ;             }                 . n d - h e r o - c o n t e n t   {                     m a r g i n - b o t t o m :   4 0 p x ;             }                 . n d - b a d g e s   {                     j u s t i f y - c o n t e n t :   c e n t e r ;             }                 . n d - t i m e l i n e   {                     f l e x - d i r e c t i o n :   c o l u m n ;                     g a p :   3 0 p x ;             }                 . n d - t i m e l i n e : : b e f o r e   {                     d i s p l a y :   n o n e ;             }                 . n d - e m e r g e n c y - b o x   {                     f l e x - d i r e c t i o n :   c o l u m n ;                     b o r d e r - l e f t :   n o n e ;                     b o r d e r - t o p :   4 p x   s o l i d   v a r ( - - n d - r e d ) ;                     b o r d e r - r a d i u s :   0   0   2 0 p x   2 0 p x ;             }     }     / *   N o t d i e n s t   P r e m i u m   E c o   D e s i g n   * /         : r o o t   {             - - n d - p r i m a r y :   # 0 a 2 5 4 0 ;             - - n d - p r i m a r y - l i g h t :   # 1 8 3 b 5 e ;             - - n d - g o l d :   # c 5 a 0 5 9 ;             - - n d - g o l d - l i g h t :   # e 6 c 8 8 a ;             - - n d - g r e e n :   # 2 e c c 7 1 ;             - - n d - g r e e n - d a r k :   # 2 7 a e 6 0 ;             - - n d - r e d :   # d 3 2 f 2 f ;             - - n d - r e d - l i g h t :   # f f e b E E ;             - - g l a s s - b g :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 8 5 ) ;             - - g l a s s - b o r d e r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 5 ) ;             - - s h a d o w - p r e m i u m :   0   1 0 p x   4 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 8 ) ;             - - s h a d o w - h o v e r :   0   1 5 p x   5 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 2 ) ;     }         / *   H e r o   S e c t i o n   * /     . n d - h e r o   {             p o s i t i o n :   r e l a t i v e ;             p a d d i n g :   1 4 0 p x   0   8 0 p x ;             b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # f 5 f 7 f a   0 % ,   # e e f 2 f 6   1 0 0 % ) ;             o v e r f l o w :   h i d d e n ;     }         . n d - h e r o : : b e f o r e   {             c o n t e n t :   ' ' ;             p o s i t i o n :   a b s o l u t e ;             t o p :   - 2 0 % ;             r i g h t :   - 1 0 % ;             w i d t h :   6 0 0 p x ;             h e i g h t :   6 0 0 p x ;             b a c k g r o u n d :   r a d i a l - g r a d i e n t ( c i r c l e ,   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 1 )   0 % ,   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 )   7 0 % ) ;             b o r d e r - r a d i u s :   5 0 % ;             z - i n d e x :   0 ;     }         . n d - h e r o - g r i d   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   1 f r   1 f r ;             g a p :   6 0 p x ;             a l i g n - i t e m s :   c e n t e r ;             p o s i t i o n :   r e l a t i v e ;             z - i n d e x :   1 ;     }         . n d - h e r o - c o n t e n t   h 1   {             f o n t - s i z e :   3 . 5 r e m ;             f o n t - w e i g h t :   8 0 0 ;             l i n e - h e i g h t :   1 . 1 ;             m a r g i n - b o t t o m :   2 0 p x ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - h i g h l i g h t   {             c o l o r :   v a r ( - - n d - g o l d ) ;             d i s p l a y :   b l o c k ;     }         . n d - h e r o - l e a d   {             f o n t - s i z e :   1 . 2 5 r e m ;             c o l o r :   # 5 5 5 ;             m a r g i n - b o t t o m :   4 0 p x ;             l i n e - h e i g h t :   1 . 6 ;     }         / *   T r u s t   B a d g e s   -   P i l l   S t y l e   * /     . n d - b a d g e s   {             d i s p l a y :   f l e x ;             g a p :   1 5 p x ;             f l e x - w r a p :   w r a p ;             m a r g i n - b o t t o m :   4 0 p x ;     }         . n d - b a d g e   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   8 p x ;             b a c k g r o u n d :   w h i t e ;             p a d d i n g :   8 p x   1 6 p x ;             b o r d e r - r a d i u s :   5 0 p x ;             b o x - s h a d o w :   0   4 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;             f o n t - w e i g h t :   6 0 0 ;             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - b a d g e   s v g   {             w i d t h :   1 8 p x ;             h e i g h t :   1 8 p x ;             f i l l :   v a r ( - - n d - g r e e n ) ;     }         / *   G l a s s   C a r d   * /     . n d - h e r o - v i s u a l   {             p o s i t i o n :   r e l a t i v e ;     }         . n d - g l a s s - c a r d   {             b a c k g r o u n d :   v a r ( - - g l a s s - b g ) ;             b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ;             - w e b k i t - b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ;             b o r d e r :   1 p x   s o l i d   v a r ( - - g l a s s - b o r d e r ) ;             b o r d e r - r a d i u s :   2 4 p x ;             p a d d i n g :   4 0 p x ;             b o x - s h a d o w :   v a r ( - - s h a d o w - p r e m i u m ) ;             p o s i t i o n :   r e l a t i v e ;     }         . n d - s t a t - r o w   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   2 0 p x ;             p a d d i n g :   2 0 p x   0 ;             b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;     }         . n d - s t a t - r o w : l a s t - c h i l d   {             b o r d e r - b o t t o m :   n o n e ;     }         . n d - i c o n - b o x   {             w i d t h :   5 6 p x ;             h e i g h t :   5 6 p x ;             b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   v a r ( - - n d - p r i m a r y ) ,   v a r ( - - n d - p r i m a r y - l i g h t ) ) ;             b o r d e r - r a d i u s :   1 6 p x ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             b o x - s h a d o w :   0   8 p x   1 6 p x   r g b a ( 1 0 ,   3 7 ,   6 4 ,   0 . 2 ) ;     }         . n d - i c o n - b o x   s v g   {             w i d t h :   2 8 p x ;             h e i g h t :   2 8 p x ;             f i l l :   w h i t e ;     }         . n d - s t a t - t e x t   s m a l l   {             d i s p l a y :   b l o c k ;             t e x t - t r a n s f o r m :   u p p e r c a s e ;             f o n t - s i z e :   0 . 7 5 r e m ;             l e t t e r - s p a c i n g :   1 p x ;             c o l o r :   # 8 8 8 ;             m a r g i n - b o t t o m :   4 p x ;     }         . n d - s t a t - t e x t   s t r o n g   {             f o n t - s i z e :   1 . 2 r e m ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         / *   P u l s e   B u t t o n   * /     . n d - b t n - p u l s e   {             p o s i t i o n :   r e l a t i v e ;             o v e r f l o w :   h i d d e n ;             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;             c o l o r :   w h i t e ;             p a d d i n g :   1 6 p x   3 6 p x ;             b o r d e r - r a d i u s :   5 0 p x ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 1 r e m ;             b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 4 ) ;             d i s p l a y :   i n l i n e - f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - b t n - p u l s e : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;             b o x - s h a d o w :   0   8 p x   2 5 p x   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 5 ) ;             b a c k g r o u n d :   # a d 8 a 4 d ;     }         / *   S e r v i c e   G r i d   -   M o d e r n   * /     . n d - s e c t i o n   {             p a d d i n g :   8 0 p x   0 ;     }         . n d - g r i d - c a r d s   {             d i s p l a y :   g r i d ;             g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( a u t o - f i t ,   m i n m a x ( 2 5 0 p x ,   1 f r ) ) ;             g a p :   3 0 p x ;             m a r g i n - t o p :   5 0 p x ;     }         . n d - c a r d   {             b a c k g r o u n d :   w h i t e ;             b o r d e r - r a d i u s :   2 0 p x ;             p a d d i n g :   3 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;             b o r d e r :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 3 ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - c a r d ) ;             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             a l i g n - i t e m s :   f l e x - s t a r t ;     }         . n d - c a r d : h o v e r   {             t r a n s f o r m :   t r a n s l a t e Y ( - 5 p x ) ;             b o x - s h a d o w :   v a r ( - - s h a d o w - h o v e r ) ;             b o r d e r - c o l o r :   r g b a ( 1 9 7 ,   1 6 0 ,   8 9 ,   0 . 2 ) ;     }         . n d - c a r d - i c o n   {             w i d t h :   6 0 p x ;             h e i g h t :   6 0 p x ;             b a c k g r o u n d :   # f 8 f 9 f a ;             b o r d e r - r a d i u s :   1 2 p x ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             m a r g i n - b o t t o m :   2 0 p x ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - c a r d : h o v e r   . n d - c a r d - i c o n   {             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;     }         . n d - c a r d : h o v e r   . n d - c a r d - i c o n   s v g   {             f i l l :   w h i t e ;     }         . n d - c a r d - i c o n   s v g   {             w i d t h :   3 2 p x ;             h e i g h t :   3 2 p x ;             f i l l :   v a r ( - - n d - p r i m a r y ) ;             t r a n s i t i o n :   f i l l   0 . 3 s   e a s e ;     }         . n d - c a r d   h 3   {             f o n t - s i z e :   1 . 2 5 r e m ;             m a r g i n - b o t t o m :   1 0 p x ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;     }         . n d - c a r d   p   {             c o l o r :   # 6 6 6 ;             f o n t - s i z e :   0 . 9 5 r e m ;             l i n e - h e i g h t :   1 . 5 ;     }         / *   E m e r g e n c y   B o x   R e d e s i g n   * /     . n d - e m e r g e n c y - b o x   {             b a c k g r o u n d :   w h i t e ;             b o r d e r - l e f t :   4 p x   s o l i d   v a r ( - - n d - r e d ) ;             p a d d i n g :   4 0 p x ;             b o r d e r - r a d i u s :   0   2 0 p x   2 0 p x   0 ;             b o x - s h a d o w :   v a r ( - - s h a d o w - p r e m i u m ) ;             m a r g i n :   8 0 p x   0 ;             d i s p l a y :   f l e x ;             g a p :   4 0 p x ;             a l i g n - i t e m s :   c e n t e r ;     }         . n d - e m e r g e n c y - c o n t e n t   {             f l e x :   1 ;     }         . n d - e m e r g e n c y - t i t l e   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             g a p :   1 5 p x ;             m a r g i n - b o t t o m :   2 0 p x ;     }         . n d - e m e r g e n c y - t i t l e   s v g   {             w i d t h :   4 0 p x ;             h e i g h t :   4 0 p x ;             f i l l :   v a r ( - - n d - r e d ) ;     }         . n d - s t e p - l i s t   {             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             g a p :   1 5 p x ;     }         . n d - s t e p - i t e m   {             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   b a s e l i n e ;             g a p :   1 2 p x ;     }         . n d - s t e p - n u m   {             c o l o r :   v a r ( - - n d - r e d ) ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 1 r e m ;     }         / *   T i m e l i n e   * /     . n d - p r o c e s s   {             t e x t - a l i g n :   c e n t e r ;     }         . n d - t i m e l i n e   {             d i s p l a y :   f l e x ;             j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ;             p o s i t i o n :   r e l a t i v e ;             m a x - w i d t h :   9 0 0 p x ;             m a r g i n :   6 0 p x   a u t o   0 ;     }         . n d - t i m e l i n e : : b e f o r e   {             c o n t e n t :   ' ' ;             p o s i t i o n :   a b s o l u t e ;             t o p :   2 5 p x ;             l e f t :   4 0 p x ;             r i g h t :   4 0 p x ;             h e i g h t :   2 p x ;             b a c k g r o u n d :   # e e e ;             z - i n d e x :   0 ;     }         . n d - t i m e l i n e - s t e p   {             p o s i t i o n :   r e l a t i v e ;             z - i n d e x :   1 ;             b a c k g r o u n d :   w h i t e ;             p a d d i n g :   0   1 0 p x ;             d i s p l a y :   f l e x ;             f l e x - d i r e c t i o n :   c o l u m n ;             a l i g n - i t e m s :   c e n t e r ;             f l e x :   1 ;     }         . n d - s t e p - c i r c l e   {             w i d t h :   5 0 p x ;             h e i g h t :   5 0 p x ;             b a c k g r o u n d :   w h i t e ;             b o r d e r :   2 p x   s o l i d   v a r ( - - n d - g o l d ) ;             c o l o r :   v a r ( - - n d - p r i m a r y ) ;             b o r d e r - r a d i u s :   5 0 % ;             d i s p l a y :   f l e x ;             a l i g n - i t e m s :   c e n t e r ;             j u s t i f y - c o n t e n t :   c e n t e r ;             f o n t - w e i g h t :   7 0 0 ;             f o n t - s i z e :   1 . 2 r e m ;             m a r g i n - b o t t o m :   2 0 p x ;             b o x - s h a d o w :   0   0   0   5 p x   w h i t e ;             t r a n s i t i o n :   a l l   0 . 3 s   e a s e ;     }         . n d - t i m e l i n e - s t e p : h o v e r   . n d - s t e p - c i r c l e   {             b a c k g r o u n d :   v a r ( - - n d - g o l d ) ;             c o l o r :   w h i t e ;             t r a n s f o r m :   s c a l e ( 1 . 1 ) ;     }         . n d - s t e p - i n f o   h 4   {             f o n t - s i z e :   1 . 1 r e m ;             m a r g i n - b o t t o m :   5 p x ;     }         . n d - s t e p - i n f o   p   {             f o n t - s i z e :   0 . 9 r e m ;             c o l o r :   # 7 7 7 ;             m a x - w i d t h :   2 0 0 p x ;             m a r g i n :   0   a u t o ;     }         @ m e d i a   ( m a x - w i d t h :   9 0 0 p x )   {             . n d - h e r o - g r i d   {                     g r i d - t e m p l a t e - c o l u m n s :   1 f r ;                     t e x t - a l i g n :   c e n t e r ;             }                 . n d - h e r o - c o n t e n t   {                     m a r g i n - b o t t o m :   4 0 p x ;             }                 . n d - b a d g e s   {                     j u s t i f y - c o n t e n t :   c e n t e r ;             }                 . n d - t i m e l i n e   {                     f l e x - d i r e c t i o n :   c o l u m n ;                     g a p :   3 0 p x ;             }                 . n d - t i m e l i n e : : b e f o r e   {                     d i s p l a y :   n o n e ;             }                 . n d - e m e r g e n c y - b o x   {                     f l e x - d i r e c t i o n :   c o l u m n ;                     b o r d e r - l e f t :   n o n e ;                     b o r d e r - t o p :   4 p x   s o l i d   v a r ( - - n d - r e d ) ;                     b o r d e r - r a d i u s :   0   0   2 0 p x   2 0 p x ;             }     }       / *   F i x   H e r o   O v e r f l o w   * /   . h e r o   {           w i d t h :   1 0 0 % ;           m a x - w i d t h :   1 0 0 v w ;           o v e r f l o w - x :   h i d d e n ;           b a c k g r o u n d - c o l o r :   # 0 a 2 5 4 0 ;           b o x - s i z i n g :   b o r d e r - b o x ;   }     @ m e d i a   ( m a x - w i d t h :   9 9 2 p x )   {           . h e r o   {                   p a d d i n g :   4 0 p x   2 0 p x   ! i m p o r t a n t ;                   h e i g h t :   a u t o   ! i m p o r t a n t ;                   m i n - h e i g h t :   a u t o   ! i m p o r t a n t ;           }           . h e r o - c o n t e n t   {                   d i s p l a y :   b l o c k   ! i m p o r t a n t ;                   w i d t h :   1 0 0 %   ! i m p o r t a n t ;                   m a x - w i d t h :   1 0 0 %   ! i m p o r t a n t ;                   p a d d i n g :   0   ! i m p o r t a n t ;                   m a r g i n :   0   ! i m p o r t a n t ;           }           . h e r o - t e x t   {                   w i d t h :   1 0 0 %   ! i m p o r t a n t ;                   p a d d i n g - r i g h t :   0   ! i m p o r t a n t ;                   m a x - w i d t h :   1 0 0 %   ! i m p o r t a n t ;           }   }         / *   F i x   T r u s t   B a r   M o b i l e   V i s i b i l i t y   * /   @ m e d i a   ( m a x - w i d t h :   9 9 2 p x )   {           . t r u s t - b a r   {                   m a r g i n - t o p :   0   ! i m p o r t a n t ;                   m a r g i n - b o t t o m :   2 0 p x   ! i m p o r t a n t ;                   b a c k g r o u n d :   # f 8 f 9 f a   ! i m p o r t a n t ;   / *   L i g h t   b a c k g r o u n d   f o r   c o n t r a s t   * /                   p a d d i n g :   2 0 p x   0   ! i m p o r t a n t ;           }           . t r u s t - b a r   . c o n t a i n e r   {                   f l e x - d i r e c t i o n :   c o l u m n ;                   g a p :   1 0 p x ;           }           . t r u s t - i t e m   {                   w i d t h :   1 0 0 % ;                   j u s t i f y - c o n t e n t :   c e n t e r ;                   b a c k g r o u n d :   t r a n s p a r e n t   ! i m p o r t a n t ;           }           . t r u s t - i t e m   s p a n   {                   c o l o r :   # 0 a 2 5 4 0   ! i m p o r t a n t ;   / *   D a r k   t e x t   f o r   v i s i b i l i t y   * /                   t e x t - s h a d o w :   n o n e   ! i m p o r t a n t ;           }           . t r u s t - i t e m   s v g   {                   f i l l :   # c 5 a 0 5 9   ! i m p o r t a n t ;   / *   E n s u r e   i c o n   i s   g o l d   * /           }   }        .service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1);}.service-card:hover .service-card{position:relative !important;height:450px !important;overflow:hidden !important;border-radius:15px !important;border:none !important;background:#000 !important;box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.2);}.service-icon-wrapper{position:absolute !important;top:0;left:0;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;z-index:1;}.service-icon-wrapper img{width:100% !important;height:100% !important;object-fit:cover !important;transition:transform 0.5s ease;}.service-card:hover .service-icon-wrapper img{transform:scale(1.1);}.service-card-content{position:absolute !important;bottom:0;left:0;width:100% !important;z-index:2;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0) 100%);padding:30px 25px !important;color:white !important;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;}.service-card h3{color:white !important;font-size:1.4rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,0.5);}.service-card p{color:rgba(255,255,255,0.9) !important;font-size:1rem;margin-bottom:20px;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,0.5);}.service-card .btn{pointer-events:auto !important;align-self:flex-start;background:rgba(255,255,255,0.2);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.4);color:white !important;}.service-card .btn:hover{background:white;color:#000 !important;}.top-bar__icon{margin-right:5px;vertical-align:middle;width:14px;height:14px;}.top-bar__icon--red{color:#ff3333;}.top-bar__icon--yellow{color:#ffcc00;}.top-bar__icon--green{color:#2ecc71;}.logo__img{height:60px;width:auto;object-fit:contain;margin-right:10px;}.logo__text-wrapper{display:flex;flex-direction:column;justify-content:center;line-height:1.2;}.logo__title{font-weight:900;color:#051a2e;font-size:1.3rem;text-shadow:none;}.logo__highlight{color:#d32f2f;text-shadow:none;}.logo__subtitle{font-weight:900;color:#051a2e;font-size:1.1rem;letter-spacing:1px;text-shadow:none;}.btn-primary__icon{margin-right:8px;width:18px;height:18px;}.hero-visual-wrapper--delayed{transition-delay:0.2s;}.location-intro{padding:60px 20px 40px;}.location-intro__wrapper{max-width:900px;margin:0 auto;}.location-intro__title{color:#051a2e;margin-bottom:20px;}.location-intro__text{font-size:1.1rem;line-height:1.8;color:#555;}.faq-section--light{padding:60px 20px;background:#f9f9f9;}.faq-section__wrapper{max-width:900px;margin:0 auto;}.faq-section__title{color:#051a2e;text-align:center;margin-bottom:40px;}.cta-section--colored{background:linear-gradient(135deg,#051a2e 0%,#1a4d7a 100%);padding:60px 20px;text-align:center;color:white;}.cta-section__title{color:white;margin-bottom:20px;font-size:2rem;}.cta-section__text{font-size:1.2rem;margin-bottom:30px;opacity:0.95;}.cta-section__btn{background:#ffcc00;color:#051a2e;font-size:1.3rem;padding:18px 40px;}.cta-section__icon{width:24px;height:24px;vertical-align:middle;margin-right:10px;}