@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');:root{--red:#bf1e2d;--red-dark:#971724;--red-light:#d4323f;--navy:#1b2c30;--navy-light:#243b40;--navy-lighter:#2e4a50;--text:#1e2530;--text-muted:#6b7280;--text-light:#9ca3af;--bg:#f5f6f8;--bg-card:#ffffff;--border:#e5e7eb;--white:#ffffff}*,*::before,*::after{box-sizing:border-box}html,body{scroll-behavior:smooth;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;color:var(--text);background:var(--bg);min-height:100%}.content-container{display:flex;flex-direction:column;min-height:100vh}.content-body-container{flex:1}.content-footer{flex:0}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.nav-link{display:flex;align-items:center;padding:0.45rem 0.85rem;color:rgba(255,255,255,0.82);font-family:'Inter',sans-serif;font-size:0.88rem;font-weight:500;letter-spacing:0.01em;text-decoration:none;border-radius:4px;transition:color 0.15s,background 0.15s}.nav-link:hover{background:rgba(255,255,255,0.08);color:#fff}.nav-link.active{background:var(--red);color:#fff;font-weight:600}.nav-link.active:hover{background:var(--red-dark)}.hero-section{background:#ffffff;padding:6rem 0 5.5rem;position:relative;overflow:hidden;border-bottom:3px solid var(--red)}.hero-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;max-width:900px;aspect-ratio:1;background:url('/static/img/idi_logo.png?140260731392') center/contain no-repeat;opacity:0.04;pointer-events:none}.hero-logo{max-width:200px;margin-bottom:2.25rem;display:block}.hero-headline{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--text);line-height:1.2;margin:0 0 1.1rem}.hero-sub{font-size:1.2rem;color:var(--text-muted);max-width:600px;line-height:1.7;margin:0 0 2.25rem}.hero-ctas{display:flex;gap:0.85rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:0.45rem;padding:0.75rem 1.65rem;background:var(--red);color:#fff;border:none;border-radius:5px;font-family:'Inter',sans-serif;font-size:0.9rem;font-weight:600;text-decoration:none;transition:background 0.15s,transform 0.1s;cursor:pointer}.btn-primary:hover{background:var(--red-dark);color:#fff;transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:0.45rem;padding:0.75rem 1.65rem;background:transparent;color:var(--navy);border:1.5px solid rgba(27,44,48,0.28);border-radius:5px;font-family:'Inter',sans-serif;font-size:0.9rem;font-weight:600;text-decoration:none;transition:border-color 0.15s,color 0.15s,background 0.15s}.btn-ghost:hover{border-color:var(--navy);color:var(--navy);background:rgba(27,44,48,0.06)}.section{padding:5rem 0}.section-light{background:var(--bg)}.section-white{background:var(--white)}.section-dark{background:var(--navy)}.section-red{background:var(--red)}.news-hero .btn-ghost,.page-hero .btn-ghost,.section-red .btn-ghost{color:#fff;border-color:rgba(255,255,255,0.45)}.news-hero .btn-ghost:hover,.page-hero .btn-ghost:hover,.section-red .btn-ghost:hover{color:#fff;border-color:rgba(255,255,255,0.9);background:rgba(255,255,255,0.1)}.section-red .section-eyebrow{color:rgba(255,255,255,0.55)}.section-red .section-title{color:#fff}.section-red .about-text p{color:rgba(255,255,255,0.82)}.section-red .stat-item{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18)}.section-red .stat-number{color:#fff}.section-red .stat-label{color:rgba(255,255,255,0.65)}.section-red .news-panel{background:rgba(0,0,0,0.18);border-top-color:rgba(255,255,255,0.35)}.section-red .news-panel-label{color:rgba(255,255,255,0.45)}.section-red .news-panel-item{border-bottom-color:rgba(255,255,255,0.1)}.section-red .news-panel-title{color:#fff}.section-red .news-panel-date{color:rgba(255,255,255,0.45)}.section-red .news-panel-excerpt{color:rgba(255,255,255,0.65)}.section-red .news-panel-link{color:rgba(255,255,255,0.8)}.section-red .news-panel-link:hover{color:#fff}.section-red .news-panel-footer{border-top-color:rgba(255,255,255,0.1)}.section-red .news-panel-all{color:rgba(255,255,255,0.5)}.section-red .news-panel-all:hover{color:#fff}.section-eyebrow{display:inline-block;font-size:0.7rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--red);margin-bottom:0.65rem}.section-eyebrow.inverted{color:rgba(255,255,255,0.45)}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--text);margin:0 0 0.9rem;line-height:1.25}.section-title.inverted{color:#fff}.section-lead{font-size:1.125rem;color:var(--text-muted);max-width:640px;line-height:1.7}.about-grid{display:grid;grid-template-columns:3fr 2fr;gap:3.5rem;align-items:start}.about-text p{font-size:1.125rem;line-height:1.78;color:var(--text-muted);margin:0 0 1.15rem}.about-text p:last-child{margin-bottom:0}.stat-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.stat-item{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.1rem 1.25rem}.stat-number{font-size:1.65rem;font-weight:800;color:var(--red);line-height:1;margin-bottom:0.25rem}.stat-label{font-size:0.8rem;color:var(--text-muted);font-weight:500;line-height:1.3}.news-panel{background:var(--navy-light);border-radius:10px;border-top:3px solid var(--red);padding:1.4rem 1.5rem}.news-panel-label{font-size:0.68rem;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:1rem}.news-panel-item{padding:0.9rem 0;border-bottom:1px solid rgba(255,255,255,0.08)}.news-panel-item:first-of-type{padding-top:0}.news-panel-item:last-of-type{border-bottom:none;padding-bottom:0}.news-panel-title{font-size:0.88rem;font-weight:600;color:#fff;text-decoration:none;line-height:1.4;display:block}.news-panel-title:hover{color:rgba(255,255,255,0.7)}.news-panel-date{font-size:0.75rem;color:rgba(255,255,255,0.35);margin-top:0.2rem}.news-panel-excerpt{font-size:0.83rem;color:rgba(255,255,255,0.55);margin-top:0.4rem;line-height:1.55}.news-panel-link{display:inline-block;margin-top:0.5rem;font-size:0.8rem;font-weight:600;color:#e06070;text-decoration:none}.news-panel-link:hover{color:#fff}.news-panel-footer{margin-top:1.1rem;padding-top:0.9rem;border-top:1px solid rgba(255,255,255,0.08);text-align:center}.news-panel-all{font-size:0.8rem;font-weight:600;color:rgba(255,255,255,0.45);text-decoration:none;transition:color 0.15s}.news-panel-all:hover{color:rgba(255,255,255,0.85)}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.35rem;margin-top:2.5rem}.expertise-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.85rem 2rem;transition:box-shadow 0.2s,transform 0.2s}.expertise-card:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08);transform:translateY(-2px)}.expertise-icon{width:40px;height:40px;background:rgba(191,30,45,0.09);border-radius:8px;display:flex!important;align-items:center;justify-content:center;flex-shrink:0}.expertise-icon svg{width:1.25rem;height:1.25rem;stroke:var(--red)}.expertise-card-header{display:flex;align-items:center;gap:0.85rem;margin-bottom:0.75rem}.expertise-card-header .expertise-card-title{font-size:1.15rem;font-weight:700;color:var(--text)}.expertise-card p{font-size:0.95rem;line-height:1.7;color:var(--text-muted);margin:0 0 0.6rem}.expertise-card p:last-child{margin-bottom:0}.expertise-details{margin-top:0.5rem}.expertise-details summary{cursor:pointer;font-size:0.88rem;font-weight:600;color:var(--red);transition:color 0.15s;list-style:none;display:inline-flex;align-items:center;gap:0.35rem}.expertise-details summary::-webkit-details-marker{display:none}.expertise-details summary::before{content:'▸';font-size:0.75rem;transition:transform 0.2s}.expertise-details[open] summary::before{transform:rotate(90deg)}.expertise-details summary:hover{color:var(--red-dark)}.expertise-details p{margin-top:0.6rem;font-size:0.9rem;line-height:1.7;color:var(--text-muted)}.product-banner{position:relative;border-radius:12px;overflow:hidden;margin-top:2rem}.product-banner-bg{position:absolute;inset:0;z-index:0}.product-banner--nxf .product-banner-bg{background:#1a1a1e;background-image:linear-gradient(rgba(92,107,58,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(92,107,58,0.06) 1px,transparent 1px);background-size:48px 48px}.product-banner--ivon .product-banner-bg{background:#1a1a2e;background-image:linear-gradient(rgba(36,142,194,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(36,142,194,0.05) 1px,transparent 1px);background-size:48px 48px}.product-banner-content{position:relative;z-index:1;padding:3rem 2.5rem}.product-banner-text{max-width:640px}.product-badge{display:inline-block;font-size:0.68rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:0.3rem 0.85rem;border-radius:999px;border:1px solid;margin-bottom:1.25rem}.product-badge--nxf{color:#6b7d44;border-color:rgba(92,107,58,0.35);background:rgba(92,107,58,0.1)}.product-badge--ivon{color:#248EC2;border-color:rgba(36,142,194,0.3);background:rgba(36,142,194,0.1)}.product-wordmark{font-size:clamp(3rem,6vw,4.5rem);font-weight:900;letter-spacing:0.15em;line-height:1;margin-bottom:0.5rem;user-select:none}.product-wordmark--nxf{color:#fff;text-shadow:0 0 80px rgba(92,107,58,0.4),0 0 160px rgba(92,107,58,0.15)}.product-logo{margin-bottom:0.75rem}.product-logo--ivon{height:84px;width:auto;filter:drop-shadow(0 0 120px rgba(36,142,194,0.5)) drop-shadow(0 0 40px rgba(36,142,194,0.3))}.product-tagline{font-size:1rem;color:rgba(255,255,255,0.55);margin:0 0 0.85rem;letter-spacing:0.02em}.product-tagline strong{color:rgba(255,255,255,0.85);font-weight:700}.product-desc{font-size:0.92rem;line-height:1.7;color:rgba(255,255,255,0.5);margin:0 0 1.25rem}.product-features{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}.product-features span{font-size:0.72rem;font-weight:600;letter-spacing:0.04em;padding:0.3rem 0.7rem;border-radius:5px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.55);border:1px solid rgba(255,255,255,0.08)}.product-cta--nxf{background:#5c6b3a}.product-cta--nxf:hover{background:#4a5520}.product-cta--ivon{background:#248EC2}.product-cta--ivon:hover{background:#1d7aaa}.contact-section{background:var(--navy);padding:5rem 0}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.contact-info-col h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.25}.contact-info-col p{font-size:1.05rem;line-height:1.75;color:rgba(255,255,255,0.55);margin:0 0 1.5rem}.contact-email-link{display:inline-flex;align-items:center;gap:0.45rem;color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.88rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:1px;transition:color 0.15s,border-color 0.15s}.contact-email-link:hover{color:#fff;border-color:rgba(255,255,255,0.5)}.contact-form .form-field{margin-bottom:1.1rem}.contact-form label{color:rgba(255,255,255,0.6);font-family:'Inter',sans-serif;font-size:0.75rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin-top:0.5rem;margin-bottom:0.4rem;display:block}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);color:#fff;border-radius:6px;font-family:'Inter',sans-serif;font-size:0.9rem;padding:0.7rem 0.9rem;transition:border-color 0.15s,background 0.15s;width:100%}.contact-form input:focus,.contact-form textarea:focus{background:rgba(255,255,255,0.09);border-color:rgba(255,255,255,0.32);outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,0.28)}.contact-form textarea{resize:vertical;min-height:130px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row .form-field{margin-bottom:0}.form-submit-btn{display:inline-flex!important;align-items:center!important;gap:0.45rem!important;padding:0.8rem 1.85rem!important;background:var(--red)!important;color:#fff!important;border:none!important;border-radius:5px!important;font-family:'Inter',sans-serif!important;font-size:0.9rem!important;font-weight:600!important;cursor:pointer!important;transition:background 0.15s!important;margin-top:0.25rem!important}.form-submit-btn:hover{background:var(--red-dark)!important}.contact-form .errorlist{list-style:none;padding:0;margin:0.35rem 0 0;font-size:0.8rem;color:#f87171}.contact-form .errorlist li{margin-bottom:0.2rem}.form-note{font-size:0.78rem;color:rgba(255,255,255,0.35);margin-top:1rem;line-height:1.65}.form-note a{color:rgba(255,255,255,0.5);text-decoration:underline}.form-note a:hover{color:rgba(255,255,255,0.8)}.site-footer{background:#111820!important;padding:2.5rem 0 1.75rem;border-top:3px solid rgba(255,255,255,0.06)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-logo img{max-height:26px;opacity:0.6;transition:opacity 0.15s}.footer-logo img:hover{opacity:0.9}.footer-nav{display:flex;gap:1.75rem;flex-wrap:wrap}.footer-nav a{font-size:0.82rem;color:rgba(255,255,255,0.38);text-decoration:none;transition:color 0.15s}.footer-nav a:hover{color:rgba(255,255,255,0.78)}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social a{color:rgba(255,255,255,0.35);font-size:1rem;transition:color 0.15s}.footer-social a:hover{color:rgba(255,255,255,0.78)}.footer-bottom{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,0.06);text-align:center;font-size:0.75rem;color:rgba(255,255,255,0.22)}.news-hero{background:var(--red);padding:5rem 0 4rem;border-bottom:3px solid var(--red-dark)}.news-lead-card{display:flex;gap:2rem;align-items:flex-start;background:rgba(0,0,0,0.15);border-radius:10px;padding:2rem 2.25rem;margin-top:2rem}.news-lead-thumb{flex-shrink:0;width:110px;border-radius:8px;overflow:hidden}.news-lead-thumb img{width:100%;display:block}.news-lead-meta{font-size:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.38);margin-bottom:0.5rem}.news-lead-title{font-size:1.4rem;font-weight:700;color:#fff;text-decoration:none;line-height:1.3;display:block;margin-bottom:0.7rem}.news-lead-title:hover{color:rgba(255,255,255,0.78)}.news-lead-excerpt{font-size:0.93rem;line-height:1.7;color:rgba(255,255,255,0.58);margin-bottom:1.25rem}.news-cards-section{padding:4rem 0;background:var(--bg)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.news-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.6rem;display:flex;flex-direction:column;transition:box-shadow 0.2s}.news-card:hover{box-shadow:0 6px 24px rgba(0,0,0,0.08)}.news-card-date{font-size:0.73rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;color:var(--text-light);margin-bottom:0.55rem}.news-card-title{font-size:0.97rem;font-weight:700;color:var(--text);text-decoration:none;line-height:1.4;display:block;margin-bottom:0.55rem}.news-card-title:hover{color:var(--red)}.news-card-excerpt{font-size:0.85rem;color:var(--text-muted);line-height:1.65;flex:1}.news-card-link{display:inline-flex;align-items:center;gap:0.3rem;margin-top:1rem;font-size:0.82rem;font-weight:600;color:var(--red);text-decoration:none}.news-card-link:hover{color:var(--red-dark)}.page-hero{background:var(--red);padding:5rem 0 4rem;border-bottom:3px solid var(--red-dark)}.page-hero h1{font-size:clamp(1.7rem,3.5vw,2.25rem);font-weight:800;color:#fff;margin:0.65rem 0 0.85rem;line-height:1.2}.page-hero p{font-size:1rem;color:rgba(255,255,255,0.6);line-height:1.7;max-width:580px}.openings-section{padding:4rem 0;background:var(--bg)}.no-openings{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:3rem 2.5rem;max-width:520px}.no-openings h2{font-size:1.2rem;font-weight:700;color:var(--text);margin:0 0 0.6rem}.no-openings p{font-size:0.92rem;color:var(--text-muted);line-height:1.65;margin:0}.article-section{padding:6rem 0 5rem;background:var(--bg)}.article-container{max-width:780px;margin:0 auto;padding:0 1.5rem}.article-title{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;color:var(--text);line-height:1.25;margin:0 0 0.65rem}.article-byline{font-size:0.82rem;color:var(--text-light);margin-bottom:2rem}.article-body{font-size:1rem;line-height:1.82;color:#374151}.article-body p{margin:0 0 1.2rem}.article-body img{border-radius:8px;max-width:100%;height:auto}.article-body img.article-img{float:right;width:150px;margin:0.25rem 0 1rem 1.5rem}.recent-news{padding:3.5rem 0;background:var(--white);border-top:1px solid var(--border)}.recent-news h3{font-size:0.78rem;font-weight:700;color:var(--text);margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:0.07em}#about{display:block;position:relative;height:0;margin-top:-3rem;padding-top:3rem}#products{display:block;position:relative;height:0;margin-top:-3rem;padding-top:3rem}#contact{display:block;position:relative;height:0;margin-top:-4rem;padding-top:4rem}.grecaptcha-badge{visibility:hidden}a.text-link{color:rgba(255,255,255,0.7);text-decoration:underline}a.text-link:hover{color:#fff}@media (max-width:900px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.expertise-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}}@media (max-width:640px){.section{padding:3.5rem 0}.hero-section{padding:4.5rem 0 4rem}.news-grid{grid-template-columns:1fr}.stat-row{grid-template-columns:1fr 1fr}.news-lead-card{flex-direction:column}.news-lead-thumb{width:80px}.form-row{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:flex-start}}@media (max-width:767px){.mobile-hide{display:none!important}}@media (min-width:768px){.bigger-than-mobile-hide{display:none!important}}