/* Icearth Homepage V3 — all front-end styles are scoped to avoid theme collisions. */
.icearth-v3,
.icearth-v3 *{box-sizing:border-box}
.icearth-v3{--ink:#152235;--ink-2:#0c1d31;--navy:#091a2d;--blue:#0768d9;--blue-2:#034b9b;--sky:#eef5fc;--sky-2:#f8fbfe;--line:#e1e9f1;--muted:#607188;--muted-2:#7c8ca1;--white:#fff;--max:1180px;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;background:#fff;overflow:hidden}
.icearth-v3 button,.icearth-v3 input{font:inherit}
.icearth-v3 button{cursor:pointer}
.icearth-v3 a{text-decoration:none;color:inherit}
.icearth-v3__wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.icearth-v3__topbar{height:36px;background:var(--navy);color:#a9bfd8;font-size:12px}
.icearth-v3__topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.icearth-v3__topbar strong{color:#fff;font-weight:650}.icearth-v3__toplinks{display:flex;gap:20px}.icearth-v3__toplinks a{color:#c0d7ee;font-weight:600;font-size:11px}.icearth-v3__toplinks a:hover{color:#fff}
.icearth-v3__nav{height:70px;background:rgba(255,255,255,.94);border-bottom:1px solid #e8eef4;position:sticky;top:0;z-index:80;backdrop-filter:blur(16px)}
.icearth-v3__nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.icearth-v3__logo{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:.04em;color:#0b1d31;white-space:nowrap}.icearth-v3__logo-mark{position:relative;width:31px;height:31px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(135deg,#0b73e8,#064688);box-shadow:inset 0 1px 1px rgba(255,255,255,.3)}.icearth-v3__logo-mark:before{content:"";width:18px;height:18px;border:2px solid rgba(255,255,255,.85);border-radius:3px}.icearth-v3__logo-mark span{position:absolute;width:6px;height:6px;border:1px solid rgba(255,255,255,.9);border-radius:1px}.icearth-v3__links{display:flex;align-items:center;gap:26px;margin-left:auto}.icearth-v3__links a{font-size:13px;font-weight:650;color:#4d6076;position:relative}.icearth-v3__links a:after{content:"";position:absolute;bottom:-25px;left:0;width:0;height:2px;background:var(--blue);transition:width .2s}.icearth-v3__links a:hover{color:var(--blue)}.icearth-v3__links a:hover:after{width:100%}
.icearth-v3__actions{display:flex;align-items:center;gap:9px}.icearth-v3__menu{display:none;border:0;background:transparent;color:#18304d;font-size:25px;padding:0;line-height:1}.icearth-v3__button{border:1px solid transparent;border-radius:6px;padding:11px 20px;font-size:13px;font-weight:700;line-height:1.1;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,background .2s,border .2s,color .2s,box-shadow .2s}.icearth-v3__button:hover{transform:translateY(-1px)}.icearth-v3__button--small{padding:8px 14px;font-size:12px}.icearth-v3__button--primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 8px 20px rgba(7,104,217,.16)}.icearth-v3__button--primary:hover{background:#055abf;border-color:#055abf;box-shadow:0 10px 24px rgba(7,104,217,.24)}.icearth-v3__button--outline{background:#fff;color:#23354a;border-color:#ccd8e5}.icearth-v3__button--outline:hover{color:var(--blue);border-color:var(--blue)}.icearth-v3__button--dark-outline{background:transparent;border-color:rgba(255,255,255,.22);color:#d7e8fa}.icearth-v3__button--dark-outline:hover{border-color:#76b5fa;color:#fff}.icearth-v3__button--white{background:#fff;color:#0b2441;min-width:166px}.icearth-v3__button--white:hover{background:#e9f4ff}
.icearth-v3__hero{background:linear-gradient(155deg,#f9fbfe 0%,#f0f6fc 54%,#edf4fb 100%);padding:82px 0 66px;position:relative;border-bottom:1px solid #e8eef5}.icearth-v3__hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(10,104,217,.06);border-radius:50%;right:-286px;top:-302px;box-shadow:0 0 0 64px rgba(10,104,217,.025),0 0 0 128px rgba(10,104,217,.016)}.icearth-v3__hero-grid-art{position:absolute;right:0;top:0;bottom:0;width:44%;opacity:.75;background-image:linear-gradient(rgba(8,99,202,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(8,99,202,.06) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(90deg,transparent 0%,black 50%,transparent 100%),linear-gradient(0deg,transparent 0%,black 20%,transparent 100%);mask-composite:intersect;pointer-events:none}.icearth-v3__hero-orbit{position:absolute;border:1px solid rgba(4,91,185,.12);border-radius:50%;pointer-events:none}.icearth-v3__hero-orbit--one{width:170px;height:170px;right:6%;top:18%;border-style:dashed}.icearth-v3__hero-orbit--two{width:9px;height:9px;right:18%;top:28%;background:#2e92ea;box-shadow:0 0 0 7px rgba(46,146,234,.11),0 0 18px rgba(46,146,234,.4)}
.icearth-v3__hero-inner{position:relative;display:grid;grid-template-columns:1.12fr .88fr;gap:54px;align-items:center}.icearth-v3__tag{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid rgba(7,104,217,.1);border-radius:4px;background:rgba(7,104,217,.055);color:#0662ca;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.icearth-v3__tag>span{width:5px;height:5px;border-radius:50%;background:#0869d5}.icearth-v3__tag--light{background:rgba(144,199,255,.08);border-color:rgba(144,199,255,.12);color:#abd4ff}.icearth-v3__tag--light>span{background:#abd4ff}.icearth-v3__hero h1{font-size:clamp(38px,4.9vw,64px);max-width:700px;line-height:1.08;letter-spacing:-.052em;margin:15px 0 17px;font-weight:760;color:#122238}.icearth-v3__hero h1 em{color:var(--blue);font-style:normal}.icearth-v3__hero p{font-size:16px;line-height:1.72;color:#5b6e85;max-width:610px;margin:0 0 27px}.icearth-v3__hero-buttons{display:flex;gap:10px;flex-wrap:wrap}.icearth-v3__checks{display:flex;gap:17px;flex-wrap:wrap;margin-top:26px}.icearth-v3__checks span{display:flex;align-items:center;gap:7px;font-size:12px;color:#41556e;font-weight:550}.icearth-v3__checks b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(7,104,217,.08);color:var(--blue);font-size:11px}
.icearth-v3__request-card{background:rgba(255,255,255,.96);border:1px solid #e2ebf3;border-radius:14px;padding:27px 27px 23px;box-shadow:0 18px 42px rgba(14,43,73,.10),0 3px 10px rgba(14,43,73,.04);position:relative}.icearth-v3__request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:14px 14px 0 0;background:linear-gradient(90deg,#0875e7,#0f4d94)}.icearth-v3__request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.icearth-v3__eyebrow{font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#3f78b5;letter-spacing:.12em}.icearth-v3__request-card h2{font-size:20px;line-height:1.2;letter-spacing:-.028em;margin:7px 0 0}.icearth-v3__chip-icon{width:42px;height:42px;background:#edf5fd;border:1px solid #d9e9f7;border-radius:10px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:10px}.icearth-v3__chip-icon:before{content:"";position:absolute;inset:7px;border:1px solid #0b70d8;border-radius:4px}.icearth-v3__chip-icon i{width:3px;height:3px;background:#0b70d8;border-radius:1px;position:relative;z-index:1}.icearth-v3__request-card>p{font-size:13px;line-height:1.65;color:#6b7c91;margin:12px 0 17px}.icearth-v3__request-card label{font-size:11px;color:#40566f;text-transform:uppercase;letter-spacing:.05em;font-weight:750;display:block;margin-bottom:7px}.icearth-v3__search-row{display:flex;gap:8px}.icearth-v3__search-row input{height:49px;border:1px solid #cedce9;border-radius:6px;flex:1;min-width:0;padding:0 13px;color:#18304d;font-size:13px;background:#fff;outline:0}.icearth-v3__search-row input:focus{border-color:#0975e2;box-shadow:0 0 0 3px rgba(7,104,217,.1)}.icearth-v3__search-row button{width:49px;border:0;border-radius:6px;background:var(--blue);color:#fff;font-size:21px;display:grid;place-items:center;transition:background .2s}.icearth-v3__search-row button:hover{background:#055aba}.icearth-v3__request-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.icearth-v3__request-options button{padding:11px 10px;border:1px solid #e1eaf2;border-radius:8px;background:#fbfdff;display:flex;gap:8px;text-align:left;color:#41566f;transition:border .2s,background .2s}.icearth-v3__request-options button:hover{border-color:#87bbea;background:#f4f9fe}.icearth-v3__request-options svg{width:19px;height:19px;flex:none;stroke:#0b6ed3;fill:none;stroke-width:1.6}.icearth-v3__request-options strong{display:block;color:#20384f;font-size:11px;margin-bottom:2px}.icearth-v3__request-options span{font-size:10px;line-height:1.35}.icearth-v3__request-footer{border-top:1px solid #e7eef5;margin-top:16px;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:14px}.icearth-v3__request-footer strong{display:block;font-size:12px;color:#1b324a}.icearth-v3__request-footer small{display:block;font-size:10px;color:#77889c;line-height:1.4}
.icearth-v3__trust{background:#fbfcfe;border-bottom:1px solid #e8eef4}.icearth-v3__trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.icearth-v3__trust-item{min-height:103px;padding:18px 20px;display:flex;align-items:center;gap:12px;border-right:1px solid #e8eef4}.icearth-v3__trust-item:last-child{border-right:0}.icearth-v3__line-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:8px;background:#edf5fd;color:#0a6cd3}.icearth-v3__line-icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.icearth-v3__trust-item strong{font-size:13px;display:block;line-height:1.25}.icearth-v3__trust-item small{font-size:11px;line-height:1.4;color:#718298;display:block;margin-top:2px}
.icearth-v3__section{padding:84px 0}.icearth-v3__section-head{margin-bottom:38px}.icearth-v3__section-head--center{text-align:center}.icearth-v3__section-head h2,.icearth-v3__process h2,.icearth-v3__categories h2,.icearth-v3__quality h2{font-size:clamp(30px,3.5vw,47px);letter-spacing:-.046em;line-height:1.14;margin:12px 0 12px;font-weight:760}.icearth-v3__section-head p,.icearth-v3__lead{max-width:620px;color:#62758c;font-size:16px;line-height:1.7;margin:0}.icearth-v3__section-head--center p{margin:0 auto}.icearth-v3__service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.icearth-v3__service-card{padding:26px 23px 24px;border:1px solid #e3ebf2;border-radius:11px;background:#fff;min-height:246px;transition:transform .2s,box-shadow .2s,border .2s}.icearth-v3__service-card:hover{transform:translateY(-3px);border-color:#bcd8ef;box-shadow:0 12px 25px rgba(15,44,75,.07)}.icearth-v3__service-icon{width:43px;height:43px;background:#edf5fd;border-radius:8px;display:grid;place-items:center;color:#096fd7;margin-bottom:17px}.icearth-v3__service-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.icearth-v3__service-card h3{font-size:17px;line-height:1.25;letter-spacing:-.025em;margin:0 0 8px}.icearth-v3__service-card p{font-size:13px;color:#63758b;line-height:1.65;margin:0 0 18px}.icearth-v3__service-card button{padding:0;border:0;background:none;color:var(--blue);font-size:12px;font-weight:750}.icearth-v3__service-card button span{display:inline-block;margin-left:3px;transition:transform .2s}.icearth-v3__service-card button:hover span{transform:translateX(4px)}
.icearth-v3__process{background:#f7faff;border-top:1px solid #e7eef4;border-bottom:1px solid #e7eef4}.icearth-v3__process-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:62px;align-items:start}.icearth-v3__point-list{display:grid;gap:16px;margin-top:25px}.icearth-v3__point-list>div{display:flex;gap:12px;align-items:flex-start}.icearth-v3__point-list>div>b{display:grid;place-items:center;width:24px;height:24px;flex:none;margin-top:2px;border-radius:6px;background:rgba(7,104,217,.08);color:#0666cd;font-size:10px}.icearth-v3__point-list span{font-size:13px;color:#63758b;line-height:1.58}.icearth-v3__point-list strong{display:block;color:#24394f;font-size:13px;margin-bottom:1px}.icearth-v3__workflow{display:grid;gap:11px}.icearth-v3__workflow article{display:grid;grid-template-columns:41px 1fr;gap:14px;align-items:center;border:1px solid #e2ebf3;border-radius:10px;background:#fff;padding:16px 18px;transition:transform .2s,border .2s,box-shadow .2s}.icearth-v3__workflow article:hover{transform:translateX(3px);border-color:#bfd9ee;box-shadow:0 7px 15px rgba(15,44,75,.05)}.icearth-v3__workflow article>b{width:35px;height:35px;border:1px solid #cfdeea;border-radius:50%;display:grid;place-items:center;color:#076ad0;font-size:11px}.icearth-v3__workflow h3{font-size:14px;margin:0 0 2px}.icearth-v3__workflow p{margin:0;font-size:12px;color:#697b90;line-height:1.5}
.icearth-v3__categories{background:#fbfcfe}.icearth-v3__category-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.icearth-v3__category-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:27px}.icearth-v3__category-list button{border:1px solid #e3ebf2;border-radius:8px;background:#fff;padding:16px 14px;text-align:left;transition:border .2s,box-shadow .2s,transform .2s}.icearth-v3__category-list button:hover{border-color:#1980e4;box-shadow:0 8px 18px rgba(15,44,75,.06);transform:translateY(-2px)}.icearth-v3__category-list button>span{display:block;color:#0a70da;font-size:18px;line-height:1;margin-bottom:10px}.icearth-v3__category-list strong{display:block;color:#22394f;font-size:13px;margin-bottom:2px}.icearth-v3__category-list small{display:block;color:#75879b;font-size:11px;line-height:1.45}.icearth-v3__board{position:relative;min-height:410px;overflow:hidden;border-radius:13px;background:linear-gradient(143deg,#071a2d 2%,#102e50 62%,#0d5a95 140%);box-shadow:0 20px 38px rgba(10,31,54,.14)}.icearth-v3__board-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(175,225,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(175,225,255,.065) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(circle at 54% 41%,black 0%,black 26%,transparent 70%)}.icearth-v3__board-chip{position:absolute;left:53%;top:42%;transform:translate(-50%,-50%);width:147px;height:147px;border-radius:15px;border:1px solid rgba(169,225,255,.45);background:rgba(3,26,50,.28);box-shadow:inset 0 0 35px rgba(26,136,231,.14),0 0 42px rgba(47,165,255,.13);display:grid;align-content:center;justify-items:center;color:#dff3ff;text-align:center}.icearth-v3__board-chip:before,.icearth-v3__board-chip:after{content:"";position:absolute;left:24px;right:24px;border-top:2px solid rgba(158,218,255,.55);border-bottom:2px solid rgba(158,218,255,.55);height:10px}.icearth-v3__board-chip:before{top:-12px}.icearth-v3__board-chip:after{bottom:-12px}.icearth-v3__board-chip small{font-size:9px;letter-spacing:.12em;color:#a6d6f9}.icearth-v3__board-chip strong{font-size:30px;line-height:1.1;letter-spacing:.08em;margin:6px 0 3px}.icearth-v3__board-chip span{font-size:9px;letter-spacing:.12em;color:#c6e7fc}.icearth-v3__board-trace{position:absolute;height:1px;background:linear-gradient(90deg,rgba(130,214,255,.05),rgba(130,214,255,.8));transform-origin:right}.icearth-v3__board-trace:after{content:"";position:absolute;left:-5px;top:-3px;width:7px;height:7px;border-radius:50%;background:#7ad8ff;box-shadow:0 0 0 6px rgba(122,216,255,.08),0 0 15px rgba(122,216,255,.5)}.icearth-v3__board-trace--one{width:160px;right:75px;top:101px;transform:rotate(-29deg)}.icearth-v3__board-trace--two{width:128px;left:87px;bottom:127px;transform:rotate(42deg);transform-origin:left}.icearth-v3__board-trace--three{width:118px;right:68px;bottom:96px;transform:rotate(57deg)}.icearth-v3__board-label{position:absolute;left:30px;bottom:28px;max-width:280px}.icearth-v3__board-label h3{font-size:22px;letter-spacing:-.035em;line-height:1.14;color:#fff;margin:13px 0 8px}.icearth-v3__board-label p{margin:0;color:#b9d9ed;font-size:12px;line-height:1.64}.icearth-v3__board-label .icearth-v3__tag{background:rgba(144,199,255,.08);border-color:rgba(144,199,255,.12);color:#abd4ff}.icearth-v3__board-label .icearth-v3__tag span{background:#abd4ff}
.icearth-v3__manufacturers{margin-top:70px}.icearth-v3__manufacturers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:20px}.icearth-v3__manufacturers-head h3{margin:9px 0 0;font-size:21px;letter-spacing:-.028em}.icearth-v3__manufacturers-head p{margin:0;max-width:390px;text-align:right;color:#75869a;font-size:11px;line-height:1.55}.icearth-v3__brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.icearth-v3__brand-grid>span{min-height:70px;display:grid;place-items:center;border:1px solid #e1eaf2;border-radius:8px;background:#fff;color:#3c526a;font-size:12px;font-weight:750;letter-spacing:.02em}.icearth-v3__brand-grid em{font-style:normal;color:#0870d7}.icearth-v3__quality{margin-top:68px;display:grid;grid-template-columns:1.13fr .87fr;border-radius:13px;overflow:hidden;background:#0a1d31;color:#fff;box-shadow:0 17px 35px rgba(8,28,49,.13)}.icearth-v3__quality-copy{padding:47px 48px;background:linear-gradient(132deg,#091b2f,#12375f)}.icearth-v3__quality-copy h2{max-width:640px;margin:15px 0 12px;font-size:clamp(28px,3vw,39px)}.icearth-v3__quality-copy>p{margin:0;color:#a9c5de;font-size:14px;line-height:1.7;max-width:600px}.icearth-v3__quality-copy ul{margin:23px 0 28px;padding:0;list-style:none;display:grid;gap:10px}.icearth-v3__quality-copy li{display:flex;gap:9px;align-items:flex-start;color:#c3d9ec;font-size:13px;line-height:1.55}.icearth-v3__quality-copy li>b{width:20px;height:20px;border-radius:5px;background:rgba(100,222,167,.12);color:#83e7b4;display:grid;place-items:center;flex:none;font-size:11px}.icearth-v3__quality-visual{min-height:310px;background:linear-gradient(145deg,#0c385f,#075d97);position:relative;display:grid;place-items:center;overflow:hidden}.icearth-v3__quality-visual:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(183,227,255,.22);box-shadow:0 0 0 35px rgba(183,227,255,.035),0 0 0 70px rgba(183,227,255,.025);top:-105px;right:-70px}.icearth-v3__quality-ring{width:166px;height:166px;border-radius:50%;border:1px solid rgba(189,232,255,.48);background:rgba(1,32,58,.22);box-shadow:inset 0 0 35px rgba(40,157,248,.14),0 0 40px rgba(81,191,255,.13);display:grid;align-content:center;justify-items:center;position:relative;color:#ddf4ff}.icearth-v3__quality-ring small{font-size:9px;letter-spacing:.14em;color:#a8d4f6}.icearth-v3__quality-ring strong{font-size:32px;letter-spacing:.06em;line-height:1.1;margin:7px 0}.icearth-v3__quality-caption{position:absolute;bottom:23px;left:20px;right:20px;text-align:center;color:#9bcbe9;font:9px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.icearth-v3__resources{background:#f7faff;border-top:1px solid #e7eef4}.icearth-v3__article-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-top:35px}.icearth-v3__article-grid article{background:#fff;border:1px solid #e2eaf2;border-radius:10px;overflow:hidden;transition:transform .2s,border .2s,box-shadow .2s}.icearth-v3__article-grid article:hover{transform:translateY(-3px);border-color:#bfd8ec;box-shadow:0 10px 23px rgba(15,44,75,.06)}.icearth-v3__article-art{height:145px;display:grid;place-items:center;position:relative}.icearth-v3__article-art svg{width:55px;height:55px;stroke:#0a70d8;fill:none;stroke-width:1.5;opacity:.2}.icearth-v3__article-art--one{background:linear-gradient(135deg,#e5f1ff,#f1f7fd)}.icearth-v3__article-art--two{background:linear-gradient(135deg,#edf8f0,#f4faf7)}.icearth-v3__article-art--three{background:linear-gradient(135deg,#f1edfb,#faf7f0)}.icearth-v3__article-grid article>div:last-child{padding:19px 20px 21px}.icearth-v3__article-grid span{display:block;color:#0870d7;font-size:9px;letter-spacing:.09em;font-weight:800;margin-bottom:7px}.icearth-v3__article-grid h3{font-size:16px;line-height:1.3;letter-spacing:-.024em;margin:0 0 7px}.icearth-v3__article-grid p{font-size:12px;color:#687b91;line-height:1.6;margin:0}.icearth-v3__cta{padding:73px 0}.icearth-v3__cta-box{position:relative;overflow:hidden;padding:47px 51px;border-radius:14px;background:linear-gradient(130deg,#091a2d,#12395f);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.icearth-v3__cta-box:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 76px rgba(255,255,255,.018);right:-140px;top:-180px}.icearth-v3__cta-box>div,.icearth-v3__cta-box>button{position:relative}.icearth-v3__cta h2{font-size:clamp(27px,3vw,39px);line-height:1.13;letter-spacing:-.042em;margin:8px 0 10px}.icearth-v3__cta p{margin:0;max-width:590px;color:#aac5de;font-size:14px;line-height:1.7}.icearth-v3__footer{background:#081a2c;color:#a9c0d6;padding:53px 0 24px}.icearth-v3__footer-grid{display:grid;grid-template-columns:1.55fr repeat(3,.73fr);gap:35px}.icearth-v3__logo--light{color:#fff}.icearth-v3__footer p{max-width:340px;color:#a4bdd2;font-size:12px;line-height:1.65;margin:15px 0 16px}.icearth-v3__footer-email{font-size:13px;font-weight:750;color:#fff!important}.icearth-v3__footer-grid>div:not(:first-child){display:grid;align-content:start;gap:8px}.icearth-v3__footer-grid strong{font-size:10px;color:#e0effd;letter-spacing:.11em}.icearth-v3__footer-grid a,.icearth-v3__footer-grid button{font-size:12px;color:#b9d2e8;background:transparent;border:0;padding:0;text-align:left}.icearth-v3__footer-grid a:hover,.icearth-v3__footer-grid button:hover{color:#fff}.icearth-v3__footer-bottom{border-top:1px solid rgba(221,239,255,.1);margin-top:34px;padding-top:17px;font-size:11px;color:#7794af;display:flex;justify-content:space-between;gap:20px}
.icearth-v3 a:focus-visible,.icearth-v3 button:focus-visible,.icearth-v3 input:focus-visible{outline:2px solid #0a70d8;outline-offset:3px}
@media(max-width:1040px){.icearth-v3__hero-inner{grid-template-columns:1fr;gap:34px}.icearth-v3__request-card{max-width:620px}.icearth-v3__trust-grid{grid-template-columns:repeat(2,1fr)}.icearth-v3__trust-item:nth-child(2){border-right:0}.icearth-v3__trust-item:nth-child(-n+2){border-bottom:1px solid #e8eef4}.icearth-v3__process-grid,.icearth-v3__category-grid,.icearth-v3__quality{grid-template-columns:1fr}.icearth-v3__quality-visual{min-height:250px}.icearth-v3__footer-grid{grid-template-columns:1.5fr 1fr 1fr}.icearth-v3__footer-grid>div:last-child{display:none}}
@media(max-width:800px){.icearth-v3__links{display:none}.icearth-v3__menu{display:block}.icearth-v3__nav.menu-open .icearth-v3__links{position:absolute;display:grid;gap:16px;top:70px;left:0;right:0;padding:19px 24px;background:#fff;border-bottom:1px solid #e4edf5;box-shadow:0 13px 24px rgba(10,29,49,.08)}.icearth-v3__nav.menu-open .icearth-v3__links a:after{display:none}.icearth-v3__links{margin-left:0}.icearth-v3__service-grid{grid-template-columns:1fr}.icearth-v3__service-card{min-height:0}.icearth-v3__article-grid{grid-template-columns:1fr 1fr}.icearth-v3__article-grid article:first-child{grid-column:1/-1}.icearth-v3__brand-grid{grid-template-columns:repeat(3,1fr)}.icearth-v3__manufacturers-head{align-items:flex-start;flex-direction:column}.icearth-v3__manufacturers-head p{text-align:left}.icearth-v3__cta-box{padding:40px}.icearth-v3__footer-grid{grid-template-columns:1fr 1fr}.icearth-v3__footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.icearth-v3__wrap{width:min(var(--max),calc(100% - 30px))}.icearth-v3__topbar-inner{justify-content:center}.icearth-v3__toplinks{display:none}.icearth-v3__nav{height:66px}.icearth-v3__nav-inner{gap:14px}.icearth-v3__logo{font-size:17px}.icearth-v3__logo-mark{width:28px;height:28px}.icearth-v3__actions .icearth-v3__button--outline{display:none}.icearth-v3__actions .icearth-v3__button--primary{padding:8px 10px;font-size:11px}.icearth-v3__hero{padding:57px 0 48px}.icearth-v3__hero h1{font-size:39px}.icearth-v3__hero p{font-size:15px}.icearth-v3__checks{gap:11px}.icearth-v3__checks span{font-size:11px}.icearth-v3__request-options{grid-template-columns:1fr}.icearth-v3__trust-grid{grid-template-columns:1fr}.icearth-v3__trust-item,.icearth-v3__trust-item:nth-child(2),.icearth-v3__trust-item:nth-child(3){border-right:0;border-bottom:1px solid #e8eef4;padding:15px 0}.icearth-v3__trust-item:last-child{border-bottom:0}.icearth-v3__section{padding:62px 0}.icearth-v3__section-head h2,.icearth-v3__process h2,.icearth-v3__categories h2,.icearth-v3__quality h2{font-size:32px}.icearth-v3__section-head p,.icearth-v3__lead{font-size:14px}.icearth-v3__category-list{grid-template-columns:1fr}.icearth-v3__board{min-height:330px}.icearth-v3__board-label{left:23px;bottom:21px}.icearth-v3__board-chip{transform:translate(-50%,-50%) scale(.82);left:58%;top:38%}.icearth-v3__brand-grid{grid-template-columns:repeat(2,1fr)}.icearth-v3__quality-copy{padding:35px 25px}.icearth-v3__article-grid{grid-template-columns:1fr}.icearth-v3__article-grid article:first-child{grid-column:auto}.icearth-v3__cta{padding:57px 0}.icearth-v3__cta-box{padding:33px 24px;display:grid;text-align:left}.icearth-v3__cta-box .icearth-v3__button{width:100%}.icearth-v3__footer-bottom{flex-direction:column}.icearth-v3__footer-grid{grid-template-columns:1fr}.icearth-v3__footer-grid>div:first-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.icearth-v3 *, .icearth-v3 *:before,.icearth-v3 *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
