html.demf-document { font-size: 100%; }
body.demf-landing { padding: 0; border: 0; font-weight: 400; }
#demf-page { color: var(--ink); background: #fff; font: 400 16px/1.65 Montserrat, Arial, sans-serif; width: 100%; }
#demf-page :where(*) { all: revert; box-sizing: border-box; }
#demf-page :where(*::before, *::after) { box-sizing: border-box; }
html.demf-document{
      --blue: #007caf;
      --blue-deep: #005b8a;
      --cyan: #009ee3;
      --ink: #14334b;
      --muted: #506677;
      --line: #d7e6ef;
      --paper: #ffffff;
      --soft: #f1f8fc;
      --warm: #e8f6ff;
      --radius: 26px;
      --shadow: 0 18px 55px rgba(12, 65, 105, .09);
    }
#demf-page *{ box-sizing: border-box; }
html.demf-document{ scroll-behavior: smooth; }
body.demf-landing{
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Montserrat, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.65;
      overflow-x: hidden;
    }
#demf-page img{ max-width: 100%; display: block; }
#demf-page a{ color: inherit; text-decoration: none; }
#demf-page button, #demf-page input, #demf-page textarea, #demf-page select{ font: inherit; }
#demf-page .container{ width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
#demf-page .eyebrow{
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      color: var(--blue-deep);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
#demf-page .eyebrow::before{ content: ""; width: 34px; height: 3px; background: var(--cyan); border-radius: 3px; }
#demf-page h1, #demf-page h2, #demf-page h3, #demf-page p{ margin-top: 0; }
#demf-page h1{ font-size: clamp(2.55rem, 6.1vw, 5.4rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 28px; }
#demf-page h2{ font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.042em; margin-bottom: 22px; }
#demf-page h3{ font-size: 1.22rem; line-height: 1.25; margin-bottom: 12px; }
#demf-page .lead{ font-size: clamp(1.06rem, 1.6vw, 1.28rem); color: #496477; max-width: 720px; }
#demf-page .section{ padding: 108px 0; }
#demf-page .section-head{ max-width: 770px; margin-bottom: 54px; }
#demf-page .section-head p{ color: var(--muted); font-size: 1.04rem; }
#demf-page .topbar{
      background: #103450;
      color: #fff;
      font-size: .76rem;
      letter-spacing: .04em;
      text-align: center;
      padding: 8px 18px;
    }
#demf-page .site-header{
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(32,34,32,.09);
    }
#demf-page .nav{ height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
#demf-page .brand{ display: flex; align-items: center; gap: 18px; min-width: max-content; }
#demf-page .tg-logo{ font-size: 1.18rem; font-weight: 800; letter-spacing: -.04em; color: var(--blue); }
#demf-page .tg-logo span{ color: var(--cyan); }
#demf-page .divider{ width: 1px; height: 28px; background: var(--line); }
#demf-page .de-logo{ font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#demf-page .de-logo small{ display: block; color: #858883; font-weight: 600; letter-spacing: .06em; }
#demf-page .nav-links{ display: flex; align-items: center; gap: 25px; font-size: .83rem; font-weight: 700; }
#demf-page .nav-links a:hover{ color: var(--blue-deep); }
#demf-page .btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 24px;
      border: 0;
      border-radius: 999px;
      background: var(--blue);
      color: #fff;
      font-weight: 800;
      cursor: pointer;
      box-shadow: 0 9px 25px rgba(0,126,187,.20);
      transition: transform .2s ease, background .2s ease;
    }
#demf-page .btn:hover{ transform: translateY(-2px); background: var(--blue-deep); }
#demf-page .btn.secondary{ background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
#demf-page .btn.secondary:hover{ color: var(--blue-deep); border-color: var(--blue); }
#demf-page .hero{
      position: relative;
      min-height: 720px;
      display: grid;
      align-items: center;
      padding: 94px 0 82px;
      background:
        linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 39%, rgba(255,255,255,.15) 72%),
        url('sedacja-gabinet.jpg') center right / cover no-repeat;
    }
#demf-page .hero::after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 9px;
      background: linear-gradient(90deg, var(--blue) 0 58%, var(--cyan) 58% 100%);
    }
#demf-page .hero-content{ position: relative; z-index: 2; max-width: 680px; }
#demf-page .hero h1 span{ color: var(--blue); }
#demf-page .hero .lead{ max-width: 590px; }
#demf-page .hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 42px; }
#demf-page .hero-points{ display: flex; flex-wrap: wrap; gap: 13px 28px; font-size: .84rem; font-weight: 700; }
#demf-page .hero-points span::before{ content: "✓"; color: var(--cyan); font-size: 1.1rem; font-weight: 900; margin-right: 8px; }
#demf-page .intro-grid{ display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
#demf-page .intro-copy p{ color: var(--muted); }
#demf-page .fact-card{
      position: relative;
      padding: 48px;
      border-radius: var(--radius);
      background: var(--soft);
      overflow: hidden;
    }
#demf-page .fact-card::before{ content: "O₂ + N₂O"; position: absolute; right: -12px; top: 6px; color: rgba(0,158,227,.10); font-weight: 800; font-size: clamp(3.6rem, 8vw, 6.8rem); line-height: 1; }
#demf-page .fact-card strong{ display: block; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1; color: var(--blue); margin-bottom: 18px; }
#demf-page .fact-card p{ position: relative; max-width: 470px; font-weight: 600; }
#demf-page .note{ margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--cyan); background: #fff; font-size: .86rem; color: #506677; }
#demf-page .benefits{ background: var(--soft); }
#demf-page .benefit-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
#demf-page .benefit-column{ background: #fff; border-radius: var(--radius); padding: 42px; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
#demf-page .benefit-column:first-child{ border-top: 6px solid var(--blue); }
#demf-page .benefit-column:last-child{ border-top: 6px solid var(--cyan); }
#demf-page .benefit-column h3{ font-size: 1.55rem; margin-bottom: 28px; }
#demf-page .benefit-list{ display: grid; gap: 18px; padding: 0; margin: 0; list-style: none; }
#demf-page .benefit-list li{ display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; }
#demf-page .icon-dot{ width: 36px; height: 36px; border-radius: 50%; background: var(--warm); color: var(--blue-deep); display: grid; place-items: center; font-weight: 800; }
#demf-page .benefit-column:last-child .icon-dot{ background: #e5f4ff; color: #0076a8; }
#demf-page .benefit-list strong{ display: block; margin-bottom: 2px; }
#demf-page .benefit-list small{ display: block; color: var(--muted); line-height: 1.5; font-size: .86rem; }
#demf-page .process-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: process; }
#demf-page .process-step{ position: relative; min-height: 240px; padding: 28px 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
#demf-page .process-step::before{ counter-increment: process; content: "0" counter(process); display: block; color: var(--blue); font-weight: 800; font-size: 1.6rem; margin-bottom: 34px; }
#demf-page .process-step::after{ content: ""; position: absolute; top: 49px; left: 62px; right: 18px; height: 1px; background: var(--line); }
#demf-page .process-step p{ font-size: .84rem; color: var(--muted); margin: 0; }
#demf-page .models{ background: #103450; color: #fff; overflow: hidden; }
#demf-page .models .section-head p{ color: #c1d7e7; }
#demf-page .model-card{ display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; border-radius: 32px; overflow: hidden; background: #fff; color: var(--ink); box-shadow: var(--shadow); margin-bottom: 32px; }
#demf-page .model-card.reverse{ grid-template-columns: .95fr 1.05fr; }
#demf-page .model-card.reverse .model-media{ order: 2; }
#demf-page .model-media{ position: relative; min-height: 480px; background: #eef6fc; overflow: hidden; }
#demf-page .model-media img{ width: 100%; height: 100%; object-fit: cover; }
#demf-page .model-media.contain img{ object-fit: contain; padding: 36px; }
#demf-page .model-label{ position: absolute; top: 24px; left: 24px; padding: 9px 15px; border-radius: 999px; background: var(--blue); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
#demf-page .model-content{ padding: clamp(38px, 6vw, 72px); align-self: center; }
#demf-page .model-content h3{ font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.045em; margin-bottom: 12px; }
#demf-page .model-content > p{ color: var(--muted); }
#demf-page .feature-chips{ display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 32px; }
#demf-page .feature-chips span{ padding: 8px 11px; border-radius: 999px; background: var(--soft); font-size: .72rem; font-weight: 700; }
#demf-page .check-list{ list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
#demf-page .check-list li{ position: relative; padding-left: 27px; font-size: .9rem; }
#demf-page .check-list li::before{ content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
#demf-page .compare-wrap{ margin-top: 52px; overflow-x: auto; border-radius: 24px; }
#demf-page .compare{ width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; color: var(--ink); }
#demf-page .compare th, #demf-page .compare td{ padding: 19px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
#demf-page .compare thead th{ background: var(--blue); color: #fff; font-size: .9rem; }
#demf-page .compare thead th:first-child{ background: #164665; }
#demf-page .compare td:first-child{ font-weight: 700; width: 30%; }
#demf-page .compare td:not(:first-child){ font-size: .88rem; color: #506677; }
#demf-page .intelliflux-grid{ display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
#demf-page .intelliflux-image{ position: relative; border-radius: 30px; overflow: hidden; min-height: 540px; background: var(--soft); }
#demf-page .intelliflux-image img{ position: absolute; width: 100%; height: 100%; object-fit: cover; }
#demf-page .mini-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 32px; }
#demf-page .mini-card{ padding: 20px; border-radius: 16px; background: var(--soft); }
#demf-page .mini-card strong{ display: block; margin-bottom: 5px; }
#demf-page .mini-card span{ display: block; color: var(--muted); font-size: .8rem; line-height: 1.5; }
#demf-page .safety{ background: linear-gradient(135deg, #eaf7ff, #f8fcff); }
#demf-page .safety-grid{ display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
#demf-page .safety-panel{ background: #fff; border-radius: 26px; padding: 38px; box-shadow: var(--shadow); }
#demf-page .safety-row{ display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
#demf-page .safety-row:first-child{ padding-top: 0; }
#demf-page .safety-row:last-child{ border-bottom: 0; padding-bottom: 0; }
#demf-page .safety-num{ width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--blue); color: #fff; font-weight: 800; }
#demf-page .safety-row p{ color: var(--muted); font-size: .84rem; margin: 3px 0 0; }
#demf-page .faq-grid{ display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
#demf-page .faq-intro{ position: sticky; top: 120px; }
#demf-page .faq-item{ border-bottom: 1px solid var(--line); }
#demf-page .faq-button{ width: 100%; padding: 23px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 700; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; }
#demf-page .faq-button::after{ content: "+"; color: var(--blue); font-size: 1.5rem; line-height: 1; transition: transform .2s; }
#demf-page .faq-item.open .faq-button::after{ transform: rotate(45deg); }
#demf-page .faq-answer{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
#demf-page .faq-item.open .faq-answer{ grid-template-rows: 1fr; }
#demf-page .faq-answer > div{ overflow: hidden; }
#demf-page .faq-answer p{ color: var(--muted); padding: 0 45px 24px 0; margin: 0; font-size: .92rem; }
#demf-page .contact{ padding-top: 40px; }
#demf-page .contact-shell{ display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 32px; overflow: hidden; background: #103450; color: #fff; }
#demf-page .contact-copy{ padding: clamp(42px, 6vw, 74px); background: radial-gradient(circle at 15% 90%, rgba(0,158,227,.20), transparent 40%); }
#demf-page .contact-copy p{ color: #cbdfea; }
#demf-page .contact-data{ display: grid; gap: 12px; margin-top: 34px; font-weight: 700; }
#demf-page .contact-data small{ color: #a8c9dd; font-weight: 500; display: block; }
#demf-page .contact-form{ padding: clamp(34px, 5vw, 60px); background: #fff; color: var(--ink); }
#demf-page .form-row{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
#demf-page .field{ margin-bottom: 16px; }
#demf-page .field label{ display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 700; }
#demf-page .field input, #demf-page .field select, #demf-page .field textarea{ width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px 15px; color: var(--ink); background: #fff; outline: none; }
#demf-page .field input:focus, #demf-page .field select:focus, #demf-page .field textarea:focus{ border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,158,227,.12); }
#demf-page .field textarea{ min-height: 112px; resize: vertical; }
#demf-page .form-note{ color: var(--muted); font-size: .72rem; margin: 12px 0 0; }
#demf-page footer{ padding: 42px 0; color: #506677; font-size: .74rem; }
#demf-page .footer-grid{ display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
#demf-page .footer-grid p{ margin: 0; max-width: 720px; }
#demf-page .mobile-menu{ display: none; border: 0; background: transparent; font-size: 1.5rem; padding: 8px; cursor: pointer; }
html.demf-document{ scroll-padding-top: 105px; }
#demf-page :focus-visible{ outline: 3px solid var(--cyan); outline-offset: 5px; }
#demf-page .visually-hidden{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#demf-page .skip-link{ position: absolute; top: -100px; left: 20px; z-index: 30; padding: 10px 20px; background: #fff; color: var(--ink); }
#demf-page .skip-link:focus{ top: 10px; }
#demf-page .container > *, #demf-page .smart-intro > *, #demf-page .contact-shell > *, #demf-page .advantage-grid > *{ min-width: 0; }
#demf-page h1{ font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.07; letter-spacing: -.045em; }
#demf-page h2{ line-height: 1.15; }
#demf-page .eyebrow{ font-size: .875rem; letter-spacing: .09em; }
#demf-page .section-head .eyebrow{ color: var(--blue-deep); }
#demf-page .tg-logo-image{ width: 178px; height: auto; }
#demf-page .de-logo{ font-size: .875rem; letter-spacing: .05em; line-height: 1.4; }
#demf-page .de-logo small{ font-size: .75rem; color: var(--muted); letter-spacing: 0; text-transform: none; }
#demf-page .nav-links{ gap: 20px; font-size: .875rem; }
#demf-page .nav-links .btn{ padding-inline: 19px; font-size: .875rem; }
#demf-page .nav-links .btn:hover{ color: #fff; }
#demf-page .topbar{ font-size: .8125rem; }
#demf-page .hero{ padding-top: 75px; padding-bottom: 65px; }
#demf-page .hero::after{ height: 5px; background: linear-gradient(90deg, var(--blue-deep), var(--cyan), #bfeaff); }
#demf-page .hero .lead{ font-size: 1.08rem; }
#demf-page .hero-actions{ margin: 25px 0 32px; }
#demf-page .hero-points{ font-size: .875rem; margin-top: 28px; }
#demf-page .hero-supplier{ font-size: .875rem; font-weight: 800; margin: 22px 0 0; }
#demf-page .hero-supplier span{ display: block; font-weight: 500; color: var(--muted); }
#demf-page .hero-prices{ display: flex; gap: 0 32px; max-width: 590px; flex-wrap: wrap; }
#demf-page .hero-prices a{ display: grid; gap: 2px; }
#demf-page .hero-prices a + a{ padding-left: 32px; border-left: 1px solid #c6dce9; }
#demf-page .hero-prices span{ font-size: .875rem; color: var(--muted); }
#demf-page .hero-prices strong{ font-size: 1.6rem; line-height: 1.4; letter-spacing: -.04em; }
#demf-page .hero-prices small{ flex-basis: 100%; font-size: .8125rem; color: var(--muted); margin-top: 9px; }
#demf-page .note{ font-size: .9375rem; background: #f1f8fc; }
#demf-page .fact-card strong{ color: var(--cyan); }
#demf-page .benefit-list small, #demf-page .process-step p, #demf-page .check-list li, #demf-page .safety-row p{ font-size: 1rem; }
#demf-page .process-grid{ gap: 12px; }
#demf-page .process-step{ padding-inline: 20px; }
#demf-page .process-step h3{ font-size: 1.06rem; }
#demf-page .models .eyebrow{ color: #77d5ff; }
#demf-page .model-card{ box-shadow: none; }
#demf-page .model-content{ padding: 44px 42px; }
#demf-page .model-content h3{ font-size: clamp(2rem, 3.7vw, 3.25rem); }
#demf-page .model-media{ background: #eef6fc; }
#demf-page .model-media.contain img{ object-fit: contain; position: absolute; inset: 0; padding: 80px 36px 30px; }
#demf-page #masterflux-plus .model-media{ background: #fff; }
#demf-page #masterflux-plus .model-media img{ padding-inline: 64px; }
#demf-page .model-label, #demf-page .feature-chips span{ font-size: .875rem; }
#demf-page .model-label{ letter-spacing: .04em; }
#demf-page .feature-chips{ gap: 8px; margin: 20px 0 25px; }
#demf-page .feature-chips span{ background: #eaf6fd; color: #126190; padding: 6px 10px; }
#demf-page .model-price{ border-top: 1px solid var(--line); margin-top: 32px; padding-top: 23px; display: grid; gap: 3px; margin-bottom: 22px; }
#demf-page .model-price strong{ font-size: 2.5rem; line-height: 1.2; letter-spacing: -.05em; color: var(--ink); }
#demf-page .model-price strong span{ font-size: 1.5rem; }
#demf-page .model-price > span{ font-size: .875rem; color: var(--muted); }
#demf-page .model-content .btn{ font-size: .9375rem; }
#demf-page .text-link{ color: var(--blue-deep); display: inline-flex; align-items: center; gap: 10px; font-size: .875rem; font-weight: 700; margin-top: 15px; }
#demf-page .text-link:hover{ text-decoration: underline; text-underline-offset: 5px; }
#demf-page .comparison-heading{ margin-top: 65px; }
#demf-page .comparison-heading h3{ font-size: 2.3rem; }
#demf-page .table-hint{ display: none; color: #c1d7e7; font-size: .875rem; }
#demf-page .compare-wrap{ margin-top: 26px; }
#demf-page .compare td, #demf-page .compare th{ line-height: 1.6; }
#demf-page .compare tbody td:nth-child(3){ background: #ecf7ff; }
#demf-page .compare td:not(:first-child), #demf-page .compare thead th{ font-size: 1rem; }
#demf-page .compare tbody .price-row td:not(:first-child){ font-size: 1.5rem; font-weight: 800; color: var(--blue-deep); }
#demf-page .models-note{ color: #c1d7e7; font-size: .9375rem; margin-top: 22px; max-width: 860px; }
#demf-page .smart-advantages{ background: linear-gradient(180deg, #eaf6ff, #fff); }
#demf-page .smart-intro{ display: grid; grid-template-columns: 1fr 275px; gap: 65px; align-items: center; margin-bottom: 48px; }
#demf-page .smart-intro .section-head{ margin: 0; }
#demf-page .upgrade-price{ border-left: 2px solid var(--cyan); padding-left: 35px; }
#demf-page .upgrade-price > span{ color: var(--blue-deep); font-size: .875rem; font-weight: 700; }
#demf-page .upgrade-price strong{ display: block; white-space: nowrap; font-size: 2.75rem; letter-spacing: -.05em; line-height: 1.4; }
#demf-page .upgrade-price small{ font-size: 1.2rem; }
#demf-page .upgrade-price p{ color: var(--muted); font-size: .875rem; margin: 0; }
#demf-page .advantage-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#demf-page .advantage-card{ padding: 32px 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; }
#demf-page .advantage-index{ display: block; color: var(--blue); font-weight: 800; font-size: .8125rem; letter-spacing: .07em; margin-bottom: 28px; }
#demf-page .advantage-card h3{ font-size: 1.2rem; }
#demf-page .advantage-card p{ color: var(--muted); font-size: 1rem; }
#demf-page .practical-benefit{ margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: .9375rem; font-weight: 700; color: var(--blue-deep); }
#demf-page .smart-conclusion{ display: flex; align-items: center; gap: 40px; padding: 34px 0 0; margin-top: 25px; }
#demf-page .smart-conclusion > div{ flex: 1; }
#demf-page .smart-conclusion p{ color: var(--muted); font-size: 1rem; margin: 0; max-width: 820px; }
#demf-page .smart-conclusion .btn{ flex-shrink: 0; }
#demf-page .mini-card span{ font-size: .9375rem; }
#demf-page .source-note{ margin-top: 24px; color: var(--muted); font-size: .875rem; }
#demf-page .intelliflux-image{ min-height: 520px; background: #fff; border: 1px solid var(--line); }
#demf-page .intelliflux-image img{ object-fit: contain; padding: 20px; }
#demf-page .safety .note{ background: rgba(255,255,255,.75); }
#demf-page .faq-answer p{ font-size: 1rem; }
#demf-page .distributor{ padding-bottom: 35px; }
#demf-page .distributor-box{ border: 1px solid var(--line); border-radius: 26px; padding: 48px; background: #f1f8fc; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
#demf-page .distributor-box h2{ font-size: 2.5rem; }
#demf-page .distributor-box p{ color: var(--muted); }
#demf-page .distributor-logo{ width: 230px; height: auto; margin-bottom: 30px; }
#demf-page .distributor-services{ display: grid; gap: 26px; }
#demf-page .distributor-services h3{ font-size: 1.08rem; }
#demf-page .distributor-services p{ font-size: 1rem; margin: 0; }
#demf-page .company-address{ font-style: normal; font-size: 1rem; line-height: 1.8; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 22px; }
#demf-page .company-address a{ color: var(--blue-deep); }
#demf-page .contact-shell{ gap: 0; }
#demf-page .contact-copy h2{ font-size: clamp(2rem, 3.5vw, 3.2rem); }
#demf-page .contact-copy .eyebrow{ color: #77d5ff; }
#demf-page .contact-data a{ font-size: 1.1rem; overflow-wrap: anywhere; }
#demf-page .contact-data small{ font-size: .875rem; }
#demf-page .field label, #demf-page .form-note{ font-size: .875rem; }
#demf-page .form-note{ line-height: 1.65; }
#demf-page .form-note a{ text-decoration: underline; text-underline-offset: 3px; }
#demf-page .form-status{ font-size: .9375rem; padding: 14px; border-left: 3px solid var(--cyan); background: var(--soft); margin: 20px 0 0; }
#demf-page .resources{ padding-top: 0; padding-bottom: 65px; }
#demf-page .resources h2{ font-size: 1.5rem; }
#demf-page .resource-links{ display: flex; flex-wrap: wrap; gap: 12px; }
#demf-page .resource-links a{ border: 1px solid var(--line); padding: 12px 17px; border-radius: 10px; font-size: .875rem; color: var(--blue-deep); }
#demf-page .resource-links a:hover{ border-color: var(--cyan); background: var(--soft); }
#demf-page footer{ background: #f1f8fc; font-size: .875rem; }
#demf-page .footer-grid{ display: grid; grid-template-columns: 1fr 1.4fr; gap: 35px; }
#demf-page .footer-grid p:last-child{ grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; }
@media (max-width: 1130px){#demf-page .brand{ gap: 12px; }
#demf-page .nav-links{ gap: 14px; }
#demf-page .nav-links .btn{ padding-inline: 15px; }
#demf-page .tg-logo-image{ width: 152px; }
#demf-page .de-logo{ font-size: .8125rem; }}
@media (max-width: 980px){#demf-page .tg-logo-image{ width: 178px; }
#demf-page .de-logo{ font-size: .875rem; }
#demf-page .smart-intro, #demf-page .distributor-box{ grid-template-columns: 1fr; gap: 30px; }
#demf-page .advantage-grid{ grid-template-columns: repeat(2, 1fr); }
#demf-page .smart-conclusion{ align-items: flex-start; flex-direction: column; gap: 24px; }
#demf-page .upgrade-price{ padding-left: 25px; }
#demf-page .model-media{ min-height: 480px; }
#demf-page .model-media.contain img{ padding: 65px 40px 20px; }
#demf-page .model-price{ display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }}
@media (max-width: 980px){#demf-page .nav-links{ display: none; position: absolute; top: 81px; left: 0; right: 0; padding: 22px; background: #fff; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
#demf-page .nav-links.open{ display: flex; }
#demf-page .nav-links .btn{ width: 100%; }
#demf-page .mobile-menu{ display: block; }
#demf-page .hero{ min-height: 690px; background-position: 63% center; }
#demf-page .hero::before{ content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.42); }
#demf-page .intro-grid, #demf-page .intelliflux-grid, #demf-page .safety-grid, #demf-page .faq-grid, #demf-page .contact-shell{ grid-template-columns: 1fr; gap: 42px; }
#demf-page .process-grid{ grid-template-columns: repeat(3, 1fr); }
#demf-page .model-card, #demf-page .model-card.reverse{ grid-template-columns: 1fr; }
#demf-page .model-card.reverse .model-media{ order: 0; }
#demf-page .faq-intro{ position: static; }}
@media (max-width: 680px){#demf-page .container{ width: min(100% - 28px, 1180px); }
#demf-page .section{ padding: 78px 0; }
#demf-page .topbar{ font-size: .66rem; }
#demf-page .nav{ height: 70px; }
#demf-page .tg-logo{ font-size: 1rem; }
#demf-page .de-logo small, #demf-page .divider{ display: none; }
#demf-page .hero{ min-height: 720px; padding-top: 70px; background-position: 68% center; }
#demf-page .hero::before{ background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.82) 66%, rgba(255,255,255,.45)); }
#demf-page .hero-actions{ display: grid; }
#demf-page .benefit-grid, #demf-page .mini-grid, #demf-page .form-row{ grid-template-columns: 1fr; }
#demf-page .benefit-column, #demf-page .fact-card{ padding: 30px 24px; }
#demf-page .process-grid{ grid-template-columns: 1fr; }
#demf-page .process-step{ min-height: auto; }
#demf-page .model-media{ min-height: 360px; }
#demf-page .intelliflux-image{ min-height: 400px; }
#demf-page .footer-grid{ display: grid; }
#demf-page .tg-logo-image{ width: 154px; }
#demf-page .brand{ gap: 12px; min-width: 0; }
#demf-page .de-logo{ font-size: .75rem; letter-spacing: .02em; }
#demf-page .nav{ gap: 10px; }
#demf-page .nav-links{ top: 70px; }
#demf-page .mobile-menu{ padding: 8px; width: 44px; height: 44px; }
#demf-page .topbar{ font-size: .75rem; }
#demf-page .hero-prices{ gap: 0 20px; }
#demf-page .hero-prices a + a{ padding-left: 20px; }
#demf-page .hero-prices strong{ font-size: 1.4rem; }
#demf-page .hero-points{ gap: 10px 18px; }
#demf-page .hero h1{ font-size: clamp(2.3rem, 8.5vw, 3.2rem); }
#demf-page .model-content{ padding: 34px 25px; }
#demf-page .model-content .btn{ width: 100%; padding-inline: 14px; }
#demf-page .model-media{ min-height: 400px; }
#demf-page .model-price{ display: grid; gap: 7px; }
#demf-page .model-label{ top: 18px; left: 18px; font-size: .8125rem; }
#demf-page .table-hint{ display: block; }
#demf-page .advantage-grid{ grid-template-columns: 1fr; }
#demf-page .distributor-box{ padding: 32px 25px; }
#demf-page .contact-copy, #demf-page .contact-form{ padding: 36px 25px; }
#demf-page .resource-links{ flex-direction: column; }
#demf-page .footer-grid{ grid-template-columns: 1fr; }}
@media (max-width: 380px){#demf-page .tg-logo-image{ width: 132px; }
#demf-page .brand{ gap: 8px; }
#demf-page .nav{ gap: 8px; }
#demf-page .hero-prices{ gap: 0 13px; }
#demf-page .hero-prices a + a{ padding-left: 13px; }}
@media (prefers-reduced-motion: reduce){html.demf-document{ scroll-behavior: auto; }
#demf-page *, #demf-page *::before, #demf-page *::after{ transition: none !important; }}
#demf-page [hidden] { display: none !important; }
#demf-page .demf-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#demf-page .btn:disabled { cursor: wait; opacity: .7; transform: none; }
#demf-page .form-status[data-error="true"] { border-color: #b33333; background: #fff2f2; }
body.demf-landing.admin-bar #demf-page .site-header { top: 32px; }
@media(max-width:782px) { body.demf-landing.admin-bar #demf-page .site-header { top:46px; } }
@media(max-width:600px) { body.demf-landing.admin-bar #demf-page .site-header { top:0; } }
