:root{
  --bg:#07090c;--bg-soft:#0c1016;--panel:#111722;--panel-2:#151d2a;--panel-3:#0e141d;
  --text:#f7f8fa;--muted:#aab3bf;--muted-2:#778394;--line:rgba(255,255,255,.10);
  --accent:#e21b22;--accent-2:#ff8a18;--gold:#ffb45b;--blue:#3488d8;--max:1220px;--radius:22px
}

/* CFI spare-parts request form */
.parts-request-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.parts-request label{display:grid;gap:7px;margin-bottom:15px;font-weight:700}.parts-request input,.parts-request select,.parts-request textarea{width:100%;padding:13px 14px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#080b0f;color:#fff;font:inherit}.parts-request textarea{min-height:100px;resize:vertical}.parts-request small{color:rgba(255,255,255,.58)}.parts-check{display:flex!important;align-items:flex-start}.parts-check input{width:auto;margin-top:4px}.form-status{display:none;margin-bottom:18px;padding:14px;border-radius:10px}.form-status.show{display:block}.form-status.success{background:#123d2b;color:#a8f0c8}.form-status.error{background:#4b2020;color:#ffd0d0}@media(max-width:620px){.parts-request-grid{grid-template-columns:1fr}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;background:#fff;color:#000;padding:10px 14px;z-index:1000;border-radius:8px}
header{position:sticky;top:0;z-index:50;background:rgba(7,9,12,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;font-weight:850;letter-spacing:.08em}.brand img{width:76px;height:50px;object-fit:contain}.brand .brand-name{white-space:nowrap;display:flex;align-items:baseline;gap:0;font-family:inherit;font-size:12px;letter-spacing:.045em}.brand .brand-main,.brand .brand-sep,.brand .brand-sub{font-family:inherit;font-style:normal;font-size:14px;font-weight:850;letter-spacing:.08em;color:#f4f6f8}.brand .brand-sep{display:inline-block;margin:0 20px;letter-spacing:0}.menu-btn{display:none;background:none;border:1px solid var(--line);color:#fff;border-radius:10px;padding:9px 11px;font-size:20px}nav{display:flex;align-items:center;gap:13px;font-size:12.8px;color:#d7dce2}nav a{transition:.2s;white-space:nowrap}nav a:hover{color:#fff}.lang{border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-weight:750}
.hero{position:relative;overflow:hidden;padding:92px 0 86px;min-height:710px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 76% 45%,rgba(226,27,34,.23),transparent 24%),radial-gradient(circle at 78% 48%,rgba(255,138,24,.16),transparent 18%),linear-gradient(115deg,transparent 40%,rgba(255,255,255,.025) 40.2%,transparent 40.4%);pointer-events:none}.grid-lines{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to right,transparent,black 40%,black 100%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:56px}.kicker{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:850;color:var(--gold);margin-bottom:20px}.kicker .dot{opacity:.55;margin:0 8px}h1{font-size:clamp(48px,6vw,78px);line-height:.99;margin:0 0 24px;letter-spacing:-.045em;max-width:900px}.accent{background:linear-gradient(90deg,#fff 0%,#ffe0bd 42%,#ff9b32 68%,#e21b22 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:20px;color:#c6cdd6;max-width:760px;margin:0 0 32px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:12px;font-weight:780;border:1px solid var(--line);transition:.2s}.btn.primary{background:linear-gradient(135deg,var(--accent),#b30e15);border-color:transparent;box-shadow:0 12px 40px rgba(226,27,34,.25)}.btn.secondary{background:rgba(255,255,255,.04)}.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.22)}.hero-logo{position:relative;padding:30px}.hero-logo:before{content:"";position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgba(255,139,24,.2),transparent 65%);filter:blur(26px)}.hero-logo img{position:relative;filter:drop-shadow(0 24px 55px rgba(255,104,0,.20))}.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.proof-pill{font-size:12px;color:#dbe0e6;border:1px solid var(--line);background:rgba(255,255,255,.035);padding:8px 11px;border-radius:999px}.proof-pill b{color:var(--gold)}
.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a0e14}.strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.strip .item{padding:22px 24px;border-right:1px solid var(--line)}.strip .item:last-child{border-right:0}.strip strong{display:block;font-size:15px}.strip span{font-size:13px;color:var(--muted)}
section{padding:104px 0;scroll-margin-top:96px}.section-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;margin-bottom:58px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:850}.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:9px 0 0;letter-spacing:-.03em}.section-head p{color:var(--muted);font-size:18px;margin:20px 0 0;max-width:760px}.section-note{margin-top:-22px;margin-bottom:38px;color:var(--muted-2);font-size:13px}
.solutions{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.solution{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:330px;position:relative;overflow:hidden;display:flex;flex-direction:column}.solution:after{content:"";position:absolute;width:72px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2));top:0;left:25px}.solution .num{font-size:11px;color:var(--gold);letter-spacing:.16em;font-weight:850}.solution h3{font-size:23px;line-height:1.16;margin:30px 0 14px}.solution p{color:var(--muted);margin:0 0 22px;font-size:14.5px;line-height:1.65}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.chip{font-size:10px;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line);color:#cbd2db;padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.025)}
.manufacture{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process{display:grid;grid-template-columns:1fr 1fr;gap:22px}.process-visual{position:relative;border:1px solid var(--line);border-radius:28px;padding:38px;overflow:hidden;background:linear-gradient(145deg,#151b25,#0d1118)}.process-visual:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-150px;top:-140px;background:radial-gradient(circle,rgba(255,138,24,.25),rgba(226,27,34,.08) 45%,transparent 70%)}.process-visual>*{position:relative}.process-visual h3{font-size:34px;line-height:1.06;margin:8px 0 18px}.process-visual p{color:var(--muted);max-width:560px}.capability-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px}.capability{border:1px solid var(--line);border-radius:14px;padding:14px;background:rgba(255,255,255,.025)}.capability strong{display:block;font-size:14px}.capability span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.workflow{display:grid;gap:10px}.flow{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.flow b{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1d222a;color:var(--gold)}.flow h4{margin:0 0 4px;font-size:16px}.flow p{margin:0;color:var(--muted);font-size:13px}
.lifecycle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.service{background:var(--panel);padding:28px;min-height:190px}.service .tag{display:inline-block;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.service h3{margin:0 0 8px;font-size:20px}.service p{color:var(--muted);margin:0;font-size:14px}
.architecture{background:linear-gradient(180deg,#0a0d12,#0e1219);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.architecture-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.architecture-copy h2{font-size:clamp(36px,4.5vw,56px);line-height:1.03;margin:9px 0 20px;letter-spacing:-.035em}.architecture-copy p{color:var(--muted);font-size:18px}.stack{display:grid;gap:12px}.stack-item{display:grid;grid-template-columns:minmax(230px,250px) minmax(0,1fr);gap:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025);align-items:start}.stack-item strong{display:block;max-width:100%;color:var(--gold);font-size:12px;line-height:1.25;text-transform:uppercase;letter-spacing:.05em;white-space:normal;word-break:normal;overflow-wrap:break-word}.stack-item span{display:block;min-width:0;color:#c2c9d2;font-size:14px;line-height:1.5;overflow-wrap:break-word}
.approach{display:grid;grid-template-columns:1fr 1fr;gap:28px}.quote{border-radius:var(--radius);padding:38px;background:linear-gradient(135deg,#1a202b,#0f141c);border:1px solid var(--line)}.quote h3{font-size:32px;line-height:1.13;margin:0 0 20px}.quote p{color:var(--muted)}.principles{display:grid;grid-template-columns:1fr 1fr;gap:12px}.principle{padding:20px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}.principle b{display:block;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:8px}.principle h4{margin:0 0 7px}.principle p{margin:0;color:var(--muted);font-size:13px}
.contact{padding:82px 0}.contact-box{position:relative;overflow:hidden;border-radius:28px;padding:52px;background:linear-gradient(120deg,#171b22 0%,#151219 60%,#251012 100%);border:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px}.contact-box:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-120px;top:-150px;background:radial-gradient(circle,rgba(226,27,34,.35),transparent 65%)}.contact-box>*{position:relative;z-index:1}.contact-box h2{font-size:clamp(34px,4vw,50px);line-height:1.05;margin:0 0 14px}.contact-box p{color:#c1c7d0;margin:0}.contact-meta{justify-self:end;text-align:right}.contact-meta>a{font-size:20px;font-weight:820}.contact-meta small{display:block;color:var(--muted);margin-top:8px}
footer{border-top:1px solid var(--line);padding:38px 0 48px;color:var(--muted);font-size:13px}.foot{display:flex;justify-content:space-between;gap:30px}.foot strong{color:#fff}.foot-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.legal{max-width:900px;padding:70px 0}.legal h1{font-size:48px}.legal h2{font-size:24px;margin-top:36px}.legal p,.legal li{color:#bbc3cd}.legal a{text-decoration:underline}.muted{color:var(--muted)}
@media(max-width:1040px){.solutions{grid-template-columns:repeat(2,1fr)}.lifecycle-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1100px){.stack-item{grid-template-columns:minmax(190px,220px) minmax(0,1fr)}}@media(max-width:900px){.hero{padding-top:64px;min-height:auto}.hero-grid,.section-head,.process,.architecture-grid,.approach,.contact-box{grid-template-columns:1fr}.hero-logo{max-width:560px;margin:auto}.strip .container{grid-template-columns:repeat(2,1fr)}.strip .item:nth-child(2){border-right:0}.strip .item:nth-child(-n+2){border-bottom:1px solid var(--line)}.contact-meta{justify-self:start;text-align:left}.menu-btn{display:block}nav{display:none;position:absolute;top:80px;left:0;right:0;background:#090c11;border-bottom:1px solid var(--line);padding:18px 20px;flex-direction:column;align-items:flex-start}nav.open{display:flex}.brand .brand-name{display:none}.foot{flex-direction:column}.foot-links{justify-content:flex-start}.principles{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.hero{padding:50px 0 58px}h1{font-size:44px}.lead{font-size:18px}.hero-logo{padding:0}.solutions,.lifecycle-grid,.capability-row{grid-template-columns:1fr}.strip .container{grid-template-columns:1fr}.strip .item{border-right:0;border-bottom:1px solid var(--line)}.strip .item:last-child{border-bottom:0}.contact-box{padding:32px 24px}.actions .btn{width:100%}section{padding:70px 0}.stack-item{grid-template-columns:1fr;gap:7px}.hero-proof{gap:7px}}

/* V3 readability refinements */
.solution{box-shadow:0 16px 36px rgba(0,0,0,.18)}
.solution:hover{border-color:rgba(255,180,91,.28);transform:translateY(-2px);transition:.2s ease}
.manufacture .section-head,.architecture .section-head{margin-bottom:54px}
.workflow{gap:14px}.flow{padding:22px 22px}.flow p{line-height:1.55}
.service{padding:32px;min-height:210px}.service p{line-height:1.62}
.capability-row{gap:14px}.capability{padding:17px}
.principles{gap:16px}.principle{padding:24px}
@media(max-width:1040px){.solutions{gap:20px}}
@media(max-width:620px){section{padding:76px 0}.section-head{margin-bottom:38px}.solutions{gap:16px}.solution{padding:24px;min-height:auto}}


/* V3.3 contact form */
.contact-box-form{grid-template-columns:.78fr 1.22fr;align-items:start;gap:48px;padding:48px}
.contact-intro{padding-top:8px}.contact-intro h2{font-size:clamp(34px,4vw,50px);line-height:1.05;margin:8px 0 16px}.contact-intro p{color:#c1c7d0;margin:0;max-width:520px}.contact-direct{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.contact-direct a{font-size:18px;font-weight:820}.contact-direct address{font-style:normal;color:#e9edf2;line-height:1.65;margin-top:16px}.contact-direct address strong{font-weight:820}.contact-direct small{display:block;color:var(--muted);margin-top:12px}
.contact-form{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-full{grid-column:1/-1}.form-field,.file-field{display:flex;flex-direction:column;gap:8px}.form-field>span,.file-field>span{font-size:12px;font-weight:800;letter-spacing:.05em;color:#e9edf2}.form-field input,.form-field textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(7,9,12,.58);color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none;transition:.2s}.form-field textarea{resize:vertical;min-height:155px}.form-field input::placeholder,.form-field textarea::placeholder{color:#737d8a}.form-field input:focus,.form-field textarea:focus{border-color:rgba(255,180,91,.72);box-shadow:0 0 0 3px rgba(255,180,91,.09)}
.file-field{border:1px dashed rgba(255,255,255,.18);background:rgba(255,255,255,.025);border-radius:14px;padding:16px}.file-field input{color:#c9d0d9;font:inherit}.file-field input::file-selector-button{border:1px solid var(--line);background:#1c222c;color:#fff;border-radius:9px;padding:9px 12px;margin-right:12px;cursor:pointer;font-weight:700}.file-field small{color:var(--muted);font-size:11px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:2px}.form-footer p{margin:0!important;color:var(--muted)!important;font-size:11px!important;max-width:520px}.form-footer p a{text-decoration:underline}.form-footer .btn{border:0;cursor:pointer;white-space:nowrap}.form-status{display:none;margin-top:2px;border-radius:11px;padding:12px 14px;font-size:13px}.form-status.show{display:block}.form-status.success{background:rgba(47,184,111,.12);border:1px solid rgba(47,184,111,.28);color:#bce8ce}.form-status.error{background:rgba(226,27,34,.10);border:1px solid rgba(226,27,34,.27);color:#ffc5c7}.hp-field{position:absolute!important;left:-99999px!important;width:1px;height:1px;overflow:hidden}
@media(max-width:900px){.contact-box-form{grid-template-columns:1fr;padding:38px;gap:34px}.form-footer{align-items:flex-start;flex-direction:column}.form-footer .btn{width:100%}}
@media(max-width:620px){.contact-box-form{padding:30px 22px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.file-field input::file-selector-button{display:block;margin:0 0 10px 0}.contact-direct a{font-size:16px}}


/* V3.8 — dedicated cremation SEO page */
.solution-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#fff;font-size:12px;font-weight:820;letter-spacing:.01em}.solution-link span{color:var(--gold);transition:transform .2s}.solution-link:hover span{transform:translateX(3px)}
.detail-hero{position:relative;overflow:hidden;padding:92px 0 82px;border-bottom:1px solid var(--line);background:linear-gradient(145deg,#080b10 0%,#0c1017 58%,#190d0f 100%)}.detail-hero:before{content:"";position:absolute;inset:-15%;background:radial-gradient(circle at 83% 33%,rgba(226,27,34,.23),transparent 23%),radial-gradient(circle at 76% 46%,rgba(255,138,24,.13),transparent 20%);pointer-events:none}.detail-hero-grid{position:relative;display:grid;grid-template-columns:1.12fr .68fr;gap:64px;align-items:center}.detail-hero h1{font-size:clamp(47px,5.7vw,74px)}.breadcrumbs{display:flex;align-items:center;gap:9px;color:var(--muted-2);font-size:12px;margin-bottom:24px}.breadcrumbs a:hover{color:#fff}.detail-hero-panel{position:relative;padding:30px;border-radius:26px;border:1px solid var(--line);background:linear-gradient(160deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 28px 70px rgba(0,0,0,.28)}.detail-hero-panel:before{content:"";position:absolute;top:0;left:28px;width:90px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.mini-flow{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.mini-flow:last-child{border-bottom:0;padding-bottom:0}.mini-flow b{color:var(--gold);font-size:11px;letter-spacing:.1em}.mini-flow span{font-weight:760;font-size:15px}.cremation-strip .item{min-height:86px}.section-head>div>p{color:var(--muted);font-size:18px;margin:18px 0 0;max-width:760px}.detail-cards{display:grid;gap:20px}.detail-cards.three{grid-template-columns:repeat(3,1fr)}.detail-cards.four{grid-template-columns:repeat(4,1fr)}.detail-card{position:relative;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));min-height:230px}.detail-card:before{content:"";position:absolute;left:24px;top:0;width:64px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.detail-card .num{display:block;color:var(--gold);font-size:10px;letter-spacing:.16em;font-weight:850;margin-bottom:28px}.detail-card h3{font-size:22px;line-height:1.15;margin:0 0 12px}.detail-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.detail-note{margin:24px 0 0;padding:18px 20px;border-left:3px solid var(--accent-2);background:rgba(255,255,255,.025);color:#cbd2da;border-radius:0 12px 12px 0}.dual-chain{display:grid;grid-template-columns:1fr 1fr;gap:22px}.chain-panel{border:1px solid var(--line);border-radius:24px;padding:30px;background:linear-gradient(150deg,#151b25,#0d1118)}.chain-panel.hot{background:linear-gradient(150deg,#15161a,#171015)}.chain-label{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:var(--gold);font-weight:850;margin-bottom:12px}.chain-step{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.chain-step:last-child{border-bottom:0;padding-bottom:0}.chain-step b{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1d222a;color:var(--gold);font-size:10px}.chain-step strong{display:block;font-size:15px;margin:1px 0 4px}.chain-step span{display:block;color:var(--muted);font-size:12.5px;line-height:1.5}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.feature-split.reverse .feature-copy{order:2}.feature-split.reverse .feature-list{order:1}.feature-copy h2{font-size:clamp(36px,4.5vw,56px);line-height:1.04;letter-spacing:-.035em;margin:9px 0 20px}.feature-copy p{color:var(--muted);font-size:17px}.feature-list{display:grid;gap:10px}.feature-list>div{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:15px;background:var(--panel)}.feature-list b{color:var(--gold);font-size:11px;letter-spacing:.1em}.feature-list span{font-size:14px;color:#d5dbe2}.retrofit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.retrofit-grid>div{padding:24px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}.retrofit-grid strong{display:block;font-size:16px;margin-bottom:7px}.retrofit-grid span{display:block;color:var(--muted);font-size:13px;line-height:1.55}.project-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.project-steps>div{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--panel);min-height:170px}.project-steps b{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#1d222a;color:var(--gold);margin-bottom:18px}.project-steps strong{display:block;font-size:17px;margin-bottom:6px}.project-steps span{color:var(--muted);font-size:13px;line-height:1.55}.faq-section{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:15px;background:var(--panel);padding:0 20px}.faq-list summary{cursor:pointer;list-style:none;padding:19px 30px 19px 0;font-weight:780;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:2px;top:15px;color:var(--gold);font-size:24px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 28px 19px 0;color:var(--muted);font-size:14px;max-width:950px}.other-solutions{padding:70px 0}.other-solutions-box{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;padding:34px 38px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#111722,#0e1117)}.other-solutions-box h2{margin:8px 0 10px;font-size:28px;line-height:1.12}.other-solutions-box p{margin:0;color:var(--muted);max-width:850px}.detail-contact{padding-top:40px}.detail-contact .contact-meta{display:flex;flex-direction:column;align-items:flex-end}.contact-btn{margin-top:20px;font-size:14px!important}.detail-page section{scroll-margin-top:92px}
@media(max-width:1040px){.detail-cards.four{grid-template-columns:repeat(2,1fr)}.retrofit-grid,.project-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.detail-hero-grid,.dual-chain,.feature-split,.other-solutions-box{grid-template-columns:1fr}.detail-hero-panel{max-width:620px}.detail-cards.three{grid-template-columns:1fr}.feature-split.reverse .feature-copy,.feature-split.reverse .feature-list{order:initial}.detail-contact .contact-meta{align-items:flex-start}.project-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.detail-hero{padding:54px 0 58px}.detail-hero h1{font-size:43px}.detail-hero-grid{gap:36px}.detail-hero-panel{padding:24px}.detail-cards.four,.retrofit-grid,.project-steps{grid-template-columns:1fr}.feature-split{gap:32px}.chain-panel{padding:23px 20px}.other-solutions-box{padding:28px 22px}.other-solutions-box .btn{width:100%}.detail-card{min-height:auto}.cremation-strip .item{min-height:auto}}

/* V3.8.2 — Carte Crémation entièrement cliquable + CTA animé */
.solution-clickable{color:inherit;text-decoration:none;cursor:pointer}
.solution-clickable:visited{color:inherit}
.solution-clickable:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-color:rgba(255,180,91,.5)}
.solution-clickable .solution-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#fff;font-size:12px;font-weight:820;letter-spacing:.01em;transition:color .2s ease}
.solution-clickable .solution-arrow{display:inline-block;color:var(--gold);animation:solutionArrow 1.8s ease-in-out infinite}
.solution-clickable:hover .solution-link{color:var(--gold)}
.solution-clickable:hover .solution-arrow{animation-duration:.8s}
@keyframes solutionArrow{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}
@media(prefers-reduced-motion:reduce){.solution-clickable .solution-arrow{animation:none}.solution,.solution-clickable .solution-link{transition:none}}

/* V3.8.9 — Subtle animated ember edge on solution cards */
@keyframes cfiFireEdgePulse{
  0%,100%{
    border-color:rgba(255,153,68,.22);
    box-shadow:0 16px 36px rgba(0,0,0,.18),0 0 5px rgba(226,27,34,.035),0 0 10px rgba(255,138,24,.02),inset 0 0 0 1px rgba(255,170,72,.015);
  }
  50%{
    border-color:rgba(255,102,38,.52);
    box-shadow:0 16px 36px rgba(0,0,0,.18),0 0 9px rgba(226,27,34,.105),0 0 18px rgba(255,138,24,.065),inset 0 0 0 1px rgba(255,174,70,.075);
  }
}
.solutions .solution{
  animation:cfiFireEdgePulse 4.8s ease-in-out infinite;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.solutions .solution:nth-child(2){animation-delay:-.9s}
.solutions .solution:nth-child(3){animation-delay:-1.8s}
.solutions .solution:nth-child(4){animation-delay:-2.7s}
.solutions .solution:nth-child(5){animation-delay:-3.6s}
.solutions .solution:nth-child(6){animation-delay:-.45s}
.solutions .solution:nth-child(7){animation-delay:-1.35s}
.solutions .solution:nth-child(8){animation-delay:-2.25s}
.solutions .solution:hover{
  animation-play-state:paused;
  border-color:rgba(255,126,46,.72);
  box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 11px rgba(226,27,34,.15),0 0 22px rgba(255,138,24,.09),inset 0 0 0 1px rgba(255,178,82,.12);
}
@media (prefers-reduced-motion:reduce){
  .solutions .solution{animation:none}
}

.nav-newsletter{
  white-space:nowrap;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  transition:.2s;
}
.nav-newsletter:hover{
  border-color:rgba(255,107,32,.55);
  background:rgba(255,107,32,.08);
  color:#fff;
}


/* EN header spacing fix */
html[lang="en"] .nav{gap:18px}
html[lang="en"] .brand{flex:0 1 auto;min-width:0}
html[lang="en"] .brand .brand-name{font-size:11px;letter-spacing:.03em}
html[lang="en"] .brand .brand-main,
html[lang="en"] .brand .brand-sep,
html[lang="en"] .brand .brand-sub{font-size:12.5px;letter-spacing:.055em}
html[lang="en"] .brand .brand-sep{margin:0 14px}
html[lang="en"] nav{gap:10px;font-size:12.1px}
html[lang="en"] .nav-newsletter{padding:6px 10px}
html[lang="en"] .lang{padding:8px 10px}


/* V3.12.2 - robust EN desktop header fix */
@media (min-width:901px) and (max-width:1380px){
  html[lang="en"] .brand .brand-sub,
  html[lang="en"] .brand .brand-sep{
    display:none !important;
  }
  html[lang="en"] .brand{
    flex:0 0 auto;
    gap:10px;
  }
  html[lang="en"] .brand .brand-main{
    font-size:13px;
    letter-spacing:.065em;
  }
  html[lang="en"] nav{
    gap:11px;
    font-size:12.2px;
    flex:0 0 auto;
  }
}
@media (min-width:1381px){
  html[lang="en"] .brand .brand-sub,
  html[lang="en"] .brand .brand-sep{
    display:inline-block;
  }
}


/* ================================================================
   V3.12.3 — Premium adaptive desktop header
   ================================================================ */
@media (min-width:901px){

  /* Give the header more breathing room than the page content. */
  header .container.nav{
    width:min(1480px,calc(100% - 44px));
    max-width:none;
    height:76px;
    gap:22px;
  }

  header{
    background:
      linear-gradient(180deg,rgba(10,13,18,.965),rgba(7,9,12,.93));
    border-bottom:1px solid rgba(255,255,255,.085);
    box-shadow:0 10px 34px rgba(0,0,0,.16);
    backdrop-filter:blur(20px) saturate(125%);
    -webkit-backdrop-filter:blur(20px) saturate(125%);
  }

  /* Brand */
  header .brand{
    flex:0 0 auto;
    min-width:0;
    gap:11px;
    text-decoration:none;
  }

  header .brand img{
    width:68px;
    height:46px;
    object-fit:contain;
    filter:drop-shadow(0 0 10px rgba(255,126,20,.10));
  }

  header .brand .brand-name{
    display:flex;
    align-items:center;
    min-width:0;
    white-space:nowrap;
    line-height:1;
  }

  header .brand .brand-main{
    font-size:13px;
    font-weight:860;
    letter-spacing:.075em;
    color:#f6f7f9;
  }

  header .brand .brand-sep{
    margin:0 13px;
    font-size:0;
    width:3px;
    height:3px;
    flex:0 0 3px;
    border-radius:50%;
    background:linear-gradient(135deg,#ffbd67,#ff6722);
    box-shadow:0 0 9px rgba(255,126,32,.28);
  }

  header .brand .brand-sub,
  header .brand .brand-short{
    font-size:11.6px;
    font-weight:760;
    letter-spacing:.065em;
    color:#dfe3e9;
  }

  header .brand .brand-short{
    display:none;
  }

  /* Main nav */
  header nav{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:5px;
    font-size:12.25px;
    color:#cbd1d9;
  }

  header nav > a{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 8px;
    border-radius:9px;
    font-weight:650;
    line-height:1;
    white-space:nowrap;
    transition:
      color .18s ease,
      background .18s ease,
      border-color .18s ease,
      transform .18s ease;
  }

  header nav > a:not(.nav-newsletter):not(.nav-gmao):not(.lang):hover{
    color:#fff;
    background:rgba(255,255,255,.045);
  }

  /* Subtle active-like underline on hover for standard navigation */
  header nav > a:not(.nav-newsletter):not(.nav-gmao):not(.lang)::after{
    content:"";
    position:absolute;
    left:10px;
    right:10px;
    bottom:4px;
    height:1px;
    border-radius:1px;
    background:linear-gradient(90deg,transparent,#ff9a35,transparent);
    opacity:0;
    transform:scaleX(.45);
    transition:opacity .18s ease,transform .18s ease;
  }

  header nav > a:not(.nav-newsletter):not(.nav-gmao):not(.lang):hover::after{
    opacity:.72;
    transform:scaleX(1);
  }

  /* Separate the functional links from the editorial menu. */
  header .nav-newsletter{
    margin-left:7px;
    padding:8px 12px;
    min-height:36px;
    border:1px solid rgba(255,164,67,.25);
    border-radius:999px;
    background:linear-gradient(180deg,rgba(255,145,39,.095),rgba(255,107,32,.035));
    color:#f5e4cf;
    font-weight:720;
  }

  header .nav-newsletter:hover{
    color:#fff;
    border-color:rgba(255,164,67,.48);
    background:linear-gradient(180deg,rgba(255,145,39,.16),rgba(255,107,32,.07));
    transform:translateY(-1px);
  }

  header .nav-gmao{
    padding:8px 12px;
    min-height:36px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    background:rgba(255,255,255,.03);
    color:#eef1f5;
    font-weight:740;
  }

  header .nav-gmao::before{
    content:"";
    width:5px;
    height:5px;
    margin-right:7px;
    border-radius:50%;
    background:#ff9a35;
    box-shadow:0 0 9px rgba(255,154,53,.55);
  }

  header .nav-gmao:hover{
    color:#fff;
    border-color:rgba(255,255,255,.25);
    background:rgba(255,255,255,.065);
    transform:translateY(-1px);
  }

  header .lang{
    width:38px;
    height:38px;
    min-height:38px;
    padding:0;
    border:1px solid rgba(255,255,255,.17);
    border-radius:50%;
    background:rgba(255,255,255,.025);
    color:#e9edf2;
    font-size:11px;
    font-weight:800;
    letter-spacing:.04em;
  }

  header .lang:hover{
    color:#fff;
    border-color:rgba(255,164,67,.5);
    background:rgba(255,145,39,.07);
  }
}

/* Wide desktop: complete legal/brand descriptor. */
@media (min-width:1501px){
  header .brand .brand-sub{display:inline-block !important}
  header .brand .brand-short{display:none !important}
  header .brand .brand-sep{display:inline-block !important}
}

/* Normal desktop: a shorter, cleaner sector descriptor. */
@media (min-width:1161px) and (max-width:1500px){
  header .brand .brand-sub{display:none !important}
  header .brand .brand-short{display:inline-block !important}
  header .brand .brand-sep{display:inline-block !important}

  header nav{
    gap:3px;
    font-size:12px;
  }

  header nav > a{
    padding-left:7px;
    padding-right:7px;
  }
}

/* Compact desktop: preserve the full menu, simplify the brand. */
@media (min-width:901px) and (max-width:1160px){
  header .brand .brand-sub,
  header .brand .brand-short,
  header .brand .brand-sep{
    display:none !important;
  }

  header .brand img{
    width:61px;
    height:43px;
  }

  header .brand .brand-main{
    font-size:12.4px;
  }

  header nav{
    gap:1px;
    font-size:11.5px;
  }

  header nav > a{
    padding-left:6px;
    padding-right:6px;
  }

  header .nav-newsletter,
  header .nav-gmao{
    padding-left:9px;
    padding-right:9px;
  }

  header .lang{
    width:35px;
    height:35px;
    min-height:35px;
  }
}


/* ================================================================
   V3.12.4 — Simplified premium header
   Definitive fix: logo + CFI SYSTEMS only in desktop header
   ================================================================ */

@media (min-width:901px){

  header .container.nav{
    width:min(1500px,calc(100% - 40px)) !important;
    max-width:none !important;
    height:74px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:26px !important;
  }

  header .brand{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    gap:11px !important;
    min-width:max-content !important;
    white-space:nowrap !important;
  }

  header .brand img{
    width:64px !important;
    height:44px !important;
    object-fit:contain !important;
  }

  header .brand .brand-name{
    display:block !important;
    min-width:auto !important;
    white-space:nowrap !important;
  }

  header .brand .brand-main{
    display:block !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:850 !important;
    letter-spacing:.075em !important;
    white-space:nowrap !important;
  }

  header .brand .brand-sep,
  header .brand .brand-sub,
  header .brand .brand-short{
    display:none !important;
  }

  header nav{
    margin-left:auto !important;
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:5px !important;
    font-size:12.2px !important;
    white-space:nowrap !important;
  }

  header nav > a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }

  header .nav-newsletter{
    margin-left:7px !important;
  }
}

/* Slight compaction on narrower desktop screens, without hiding menu items. */
@media (min-width:901px) and (max-width:1180px){
  header .container.nav{
    width:calc(100% - 24px) !important;
    gap:14px !important;
  }

  header .brand img{
    width:58px !important;
    height:41px !important;
  }

  header .brand .brand-main{
    font-size:12px !important;
  }

  header nav{
    gap:2px !important;
    font-size:11.4px !important;
  }

  header nav > a{
    padding-left:6px !important;
    padding-right:6px !important;
  }

  header .nav-newsletter,
  header .nav-gmao{
    padding-left:9px !important;
    padding-right:9px !important;
  }

  header .lang{
    width:34px !important;
    height:34px !important;
    min-height:34px !important;
  }
}


/* ================================================================
   V3.12.5 — SAME LINE / SAME FONT FR + EN
   ================================================================ */

@media (min-width:901px){

  header .container.nav{
    width:calc(100% - 26px) !important;
    max-width:1600px !important;
    height:74px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
  }

  header .brand{
    flex:0 1 auto !important;
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
    gap:9px !important;
    white-space:nowrap !important;
  }

  header .brand img{
    width:60px !important;
    height:42px !important;
    object-fit:contain !important;
    flex:0 0 auto !important;
  }

  header .brand .brand-name{
    display:flex !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    min-width:0 !important;
    white-space:nowrap !important;
    line-height:1 !important;
  }

  /* SAME FONT SIZES IN FR AND EN */
  html[lang="fr"] header .brand .brand-main,
  html[lang="en"] header .brand .brand-main{
    display:inline-block !important;
    font-size:12.2px !important;
    font-weight:850 !important;
    letter-spacing:.055em !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  html[lang="fr"] header .brand .brand-sub,
  html[lang="en"] header .brand .brand-sub{
    display:inline-block !important;
    font-size:12.2px !important;
    font-weight:850 !important;
    letter-spacing:.055em !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  html[lang="fr"] header .brand .brand-sep,
  html[lang="en"] header .brand .brand-sep{
    display:inline-block !important;
    margin:0 12px !important;
    width:auto !important;
    height:auto !important;
    background:none !important;
    box-shadow:none !important;
    border-radius:0 !important;
    color:#dfe3e9 !important;
    font-size:12.2px !important;
    font-weight:850 !important;
    letter-spacing:0 !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  /* Remove obsolete short descriptor everywhere */
  header .brand .brand-short{
    display:none !important;
  }

  /* SAME MENU FONT IN FR AND EN */
  html[lang="fr"] header nav,
  html[lang="en"] header nav{
    margin-left:auto !important;
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:3px !important;
    font-size:11.8px !important;
    white-space:nowrap !important;
  }

  html[lang="fr"] header nav > a,
  html[lang="en"] header nav > a{
    font-size:11.8px !important;
    padding-left:6px !important;
    padding-right:6px !important;
    white-space:nowrap !important;
  }

  header .nav-newsletter{
    margin-left:5px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  header .nav-gmao{
    padding-left:9px !important;
    padding-right:9px !important;
  }

  header .lang{
    width:35px !important;
    height:35px !important;
    min-height:35px !important;
    padding:0 !important;
  }
}

/* Slightly tighter only when the desktop viewport gets narrow.
   FR and EN remain strictly identical. */
@media (min-width:901px) and (max-width:1320px){

  header .brand img{
    width:55px !important;
    height:39px !important;
  }

  html[lang="fr"] header .brand .brand-main,
  html[lang="en"] header .brand .brand-main,
  html[lang="fr"] header .brand .brand-sub,
  html[lang="en"] header .brand .brand-sub,
  html[lang="fr"] header .brand .brand-sep,
  html[lang="en"] header .brand .brand-sep{
    font-size:11.4px !important;
  }

  html[lang="fr"] header .brand .brand-sep,
  html[lang="en"] header .brand .brand-sep{
    margin-left:9px !important;
    margin-right:9px !important;
  }

  html[lang="fr"] header nav,
  html[lang="en"] header nav,
  html[lang="fr"] header nav > a,
  html[lang="en"] header nav > a{
    font-size:11.2px !important;
  }

  header nav > a{
    padding-left:5px !important;
    padding-right:5px !important;
  }
}

/* If there is genuinely not enough desktop width, switch to the existing
   mobile menu before allowing any overlap. */
@media (min-width:901px) and (max-width:1080px){
  header .menu-btn{
    display:block !important;
  }

  header nav{
    display:none !important;
    position:absolute !important;
    top:74px !important;
    left:0 !important;
    right:0 !important;
    background:#090c11 !important;
    border-bottom:1px solid var(--line) !important;
    padding:18px 20px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:5px !important;
  }

  header nav.open{
    display:flex !important;
  }
}


/* ================================================================
   V3.12.8 — Responsive mobile / tablette
   ================================================================ */

/* Grid children must be allowed to shrink.
   Fixes the contact form extending beyond its card on narrow mobiles. */
.contact-box-form > *,
.contact-form,
.form-grid,
.form-field,
.file-field,
.contact-intro,
.contact-direct{
  min-width:0;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  max-width:100%;
}

/* Tablet landscape / compact laptop:
   use the hamburger BEFORE the brand and menu can compete for space.
   High-specificity rules intentionally override older desktop header rules. */
@media (min-width:901px) and (max-width:1180px){

  header .container.nav{
    height:74px !important;
  }

  header .menu-btn{
    display:block !important;
    flex:0 0 auto !important;
  }

  html[lang="fr"] header nav,
  html[lang="en"] header nav{
    display:none !important;
    position:absolute !important;
    top:74px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
    padding:18px 24px 22px !important;
    background:rgba(7,9,12,.985) !important;
    border-top:1px solid rgba(255,255,255,.05) !important;
    border-bottom:1px solid var(--line) !important;
    box-shadow:0 24px 44px rgba(0,0,0,.28) !important;
    backdrop-filter:blur(18px) !important;
    -webkit-backdrop-filter:blur(18px) !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:4px !important;
    font-size:13px !important;
    white-space:normal !important;
  }

  html[lang="fr"] header nav.open,
  html[lang="en"] header nav.open{
    display:flex !important;
  }

  html[lang="fr"] header nav > a,
  html[lang="en"] header nav > a{
    width:auto !important;
    min-height:38px !important;
    padding:9px 10px !important;
    font-size:13px !important;
  }

  header .nav-newsletter{
    margin-left:0 !important;
    margin-top:5px !important;
  }

  header .nav-gmao{
    margin-top:2px !important;
  }

  header .lang{
    margin-top:2px !important;
  }
}

/* Mobile menu polish */
@media (max-width:900px){

  header nav{
    box-shadow:0 24px 44px rgba(0,0,0,.28);
  }

  header nav > a{
    min-height:36px;
    display:inline-flex;
    align-items:center;
  }

  header .nav-newsletter{
    margin-left:0 !important;
  }

  /* Long technical hero titles remain strong but gain a little breathing room. */
  .detail-hero h1{
    max-width:100%;
    overflow-wrap:normal;
  }
}

/* Narrow phones */
@media (max-width:420px){

  h1{
    font-size:40px;
  }

  .detail-hero h1{
    font-size:39px;
    line-height:1.02;
    letter-spacing:-.035em;
  }

  .kicker{
    line-height:1.7;
  }

  .breadcrumbs{
    flex-wrap:wrap;
  }

  .contact-box-form{
    padding-left:20px;
    padding-right:20px;
  }

  .contact-form,
  .form-grid,
  .form-field,
  .file-field{
    width:100%;
    max-width:100%;
  }

  .portal-card,
  .newsletter-card{
    padding-left:24px;
    padding-right:24px;
  }
}


/* ================================================================
   V3.12.9 — Mobile homepage hero cleanup
   ================================================================ */

@media (max-width:620px){

  /* The header already carries the CFI identity.
     Keep the large hero mark as a secondary visual, not a second screen. */
  .hero-logo{
    width:220px !important;
    max-width:58vw !important;
    padding:0 !important;
    margin:28px auto 0 !important;
  }

  .hero-logo img{
    width:100% !important;
    height:auto !important;
    display:block !important;
  }

  .hero-logo:before{
    inset:2% !important;
    filter:blur(20px) !important;
  }
}

@media (max-width:390px){
  .hero-logo{
    width:190px !important;
    max-width:54vw !important;
    margin-top:24px !important;
  }
}


/* V3.18.5 — LinkedIn official page integration */
.linkedin-link,.contact-linkedin{display:inline-flex;align-items:center;gap:8px}
.linkedin-mark{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:#0a66c2;color:#fff;font-size:13px;font-weight:900;line-height:1;font-family:Arial,sans-serif;letter-spacing:-.04em}
.foot-links .linkedin-link{white-space:nowrap}
.contact-direct .contact-linkedin{margin-top:16px;font-size:15px;font-weight:750;color:#dbe8f6}
.contact-direct .contact-linkedin:hover,.foot-links .linkedin-link:hover{color:#fff}

/* Spare-parts request — compact layout */
#request-form{padding:42px 0}#request-form .section-head{grid-template-columns:1fr 1fr;gap:34px;margin-bottom:24px}#request-form .section-head h2{font-size:clamp(32px,3.2vw,44px)}#request-form .section-head p{font-size:16px;margin-top:10px}#request-form .parts-request{padding:22px!important;border-radius:18px!important}#request-form .parts-request-grid{column-gap:14px;row-gap:0}#request-form .parts-request label{gap:5px;margin-bottom:9px}#request-form .parts-request input,#request-form .parts-request select,#request-form .parts-request textarea{padding:10px 12px;border-radius:9px}#request-form .parts-request textarea{min-height:72px}#request-form .parts-request-grid textarea{min-height:48px}@media(max-width:620px){#request-form .section-head{grid-template-columns:1fr;gap:12px}#request-form .parts-request{padding:16px!important}}
#parts-request-form{scroll-margin-top:96px}
