:root{--bg-main:#07111d;--bg-card:#081625;--bg-card-2:#0d1d31;--line:rgba(77,163,255,.22);--line-soft:rgba(255,255,255,.08);--text:#fff;--muted:#a7bfd7;--blue:#1ea7ff;--blue-2:#0d6efd;--shadow:0 20px 80px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04);--footer-bg:linear-gradient(135deg,#0b1626 0%,#13233a 100%);--footer-text:#cfd8e3;--footer-muted:#8fa3b8;--footer-link:#4da3ff;--footer-link-hover:#fff;--footer-heading:#fff;--footer-border:rgba(255,255,255,.15);--footer-divider:rgba(255,255,255,.12)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%}body{font-family:'Inter',sans-serif;background:#f5f7fb;color:#1a1a1a}.home-page{width:100%;max-width:1200px;margin:0 auto;border-radius:26px;overflow:hidden;position:relative;background:linear-gradient(180deg,#071523 0%,#081626 100%);border:1px solid rgba(77,163,255,.16);box-shadow:0 0 0 1px rgba(255,255,255,.03),0 40px 120px rgba(0,0,0,.6)}.home-page::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,transparent 0%,rgba(0,162,255,.07) 28%,transparent 40%);z-index:0}.transformers-block,.products-block,.projects-block,.site-footer{position:relative;z-index:2}.transformers-block-container,.products-block-container,.projects-block-container{width:100%;padding-left:34px;padding-right:34px;box-sizing:border-box}.site-header{position:relative;z-index:100;width:100%;border-bottom:1px solid rgba(255,255,255,.06)}.site-header .header-container{width:100%;padding:18px 34px;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;border-radius:0;backdrop-filter:blur(14px);transition:transform .35s ease}.header-logo a{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--footer-heading)}.header-logo img{max-width:58px}.header-logo span{font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.header-nav{display:flex;gap:34px}.header-nav a{font-size:15px;font-weight:600;color:#fff;text-decoration:none;position:relative;transition:.3s ease}.header-nav a::after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--blue);transition:.3s ease}.header-nav a:hover{color:#fff}.header-nav a:hover::after{width:100%}.header-burger{display:none;width:46px;height:46px;flex-direction:column;justify-content:center;align-items:center;gap:6px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:.3s ease;z-index:1200}.header-burger span{height:2px;width:26px;background:#fff;border-radius:2px;transition:.3s ease}.header-burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header-burger.active span:nth-child(2){opacity:0}.header-burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:999}.header-overlay.active{opacity:1;pointer-events:auto}.header-drawer{position:absolute;top:0;right:0;width:320px;height:100%;background:linear-gradient(135deg,#0b1626 0%,#0f1c2f 60%,#13233a 100%);border-left:1px solid rgba(255,255,255,.08);padding:28px 22px;display:flex;flex-direction:column;gap:16px;transform:translateX(110%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-30px 0 60px rgba(0,0,0,.35)}.header-overlay.active .header-drawer{transform:translateX(0)}.header-drawer a{color:rgba(255,255,255,.85);font-size:18px;font-weight:600;text-decoration:none;padding:10px 12px;border-radius:10px;opacity:0;transform:translateX(15px);transition:.25s ease}.header-drawer a:hover{background:rgba(255,255,255,.06);color:#fff;transform:translateX(6px)}.header-overlay.active .header-drawer a:nth-child(1){animation:fadeInMenu .4s .05s forwards}.header-overlay.active .header-drawer a:nth-child(2){animation:fadeInMenu .4s .1s forwards}.header-overlay.active .header-drawer a:nth-child(3){animation:fadeInMenu .4s .15s forwards}.header-overlay.active .header-drawer a:nth-child(4){animation:fadeInMenu .4s .2s forwards}@keyframes fadeInMenu{to{opacity:1;transform:translateX(0)}}body.menu-open .header-container{transform:scale(.98)}.transformers-block{padding:0;margin-bottom:60px}.transformers-block-container{min-height:420px;padding:56px 42px 34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.transformers-block-container::before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,rgba(5,14,24,.98) 0%,rgba(5,14,24,.96) 38%,rgba(5,14,24,.55) 52%,rgba(5,14,24,.10) 65%,transparent 72%);z-index:0}.transformers-block-container::after{content:'';position:absolute;top:-30%;left:40%;width:2px;height:180%;transform:rotate(28deg);background:linear-gradient(to bottom,rgba(0,162,255,.45),rgba(0,162,255,.05));box-shadow:0 0 22px rgba(0,162,255,.25);z-index:1;pointer-events:none}.transformers-block-container>*{position:relative;z-index:2}.transformers-title{margin:0;max-width:620px;font-size:72px;line-height:.95;font-weight:800;letter-spacing:-2px;color:#fff;position:relative;z-index:2}.transformers-title .hero-blue{display:block;margin-top:10px;color:#2f7bff;text-shadow:0 0 18px rgba(47,123,255,.55),0 0 38px rgba(47,123,255,.25)}.transformers-subtitle{font-size:22px;line-height:1.5;color:var(--muted);max-width:560px;margin:0;position:relative;z-index:2}.transformers-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px;position:relative;z-index:2}.btn-primary,.btn-secondary,.open-request-btn{min-height:52px;padding:14px 26px;border-radius:12px;border:1px solid rgba(255,255,255,.10);display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.btn-primary{background:linear-gradient(180deg,#1ea7ff 0%,#007cff 100%);color:#fff;box-shadow:0 0 24px rgba(0,132,255,.35)}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.15),0 0 38px rgba(0,132,255,.55);border-color:rgba(0,183,255,.35)}.btn-secondary,.open-request-btn{background:rgba(255,255,255,.05);color:#fff;backdrop-filter:blur(12px)}.btn-secondary::before,.open-request-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,162,255,.10),rgba(0,162,255,.02));opacity:0;transition:.3s ease}.btn-secondary:hover,.open-request-btn:hover{transform:translateY(-4px);background:rgba(255,255,255,.08);border-color:rgba(0,183,255,.30);box-shadow:0 12px 28px rgba(0,0,0,.15),0 0 22px rgba(0,162,255,.18)}.btn-secondary:hover::before,.open-request-btn:hover::before{opacity:1}.btn-arrow{width:18px;height:18px;margin-left:10px;transition:transform .25s ease}.btn-primary:hover .btn-arrow,.open-request-btn:hover .btn-arrow{transform:translateX(4px)}.btn-arrow-white{filter:brightness(0) invert(1)}.btn-arrow-blue{filter:brightness(0) saturate(100%) invert(54%) sepia(95%) saturate(1800%) hue-rotate(180deg) brightness(104%) contrast(101%)}.trust-block{padding:0 22px;margin-top:-24px;margin-bottom:34px;position:relative;z-index:5}.trust-container{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(8,22,37,.96),rgba(6,16,28,.98));border:1px solid rgba(0,183,255,.14);backdrop-filter:blur(12px);box-shadow:0 0 40px rgba(0,132,255,.08)}.trust-item{min-height:108px;padding:22px;display:flex;align-items:center;gap:16px;position:relative}.trust-item:not(:last-child)::after{content:'';position:absolute;top:18px;right:0;bottom:18px;width:1px;background:rgba(255,255,255,.08)}.trust-item img{width:40px;height:40px;object-fit:contain;filter:brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(1500%) hue-rotate(195deg) brightness(1.05) drop-shadow(0 0 3px #2f7bff)}.trust-item span{font-size:16px;line-height:1.45;font-weight:600;color:#fff}.products-block{padding:0 22px 24px;margin-top:60px;position:relative;z-index:2;content-visibility:auto;contain-intrinsic-size:500px}.products-block-container{padding:0}.products-wrapper{overflow:hidden;position:relative}.products-track{display:flex;gap:16px;padding-top:10px}.product-card{flex:0 0 calc((100% - 48px) / 4);height:320px;position:relative;overflow:hidden;text-decoration:none;border-radius:18px;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(5,12,22,.28) 0%,rgba(4,10,18,.62) 100%),url('../image/card.webp') center/100% 100% no-repeat;border:1px solid rgba(0,183,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 40px rgba(0,0,0,.35);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-8px);border-color:rgba(0,183,255,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 20px 50px rgba(0,0,0,.45),0 0 30px rgba(0,162,255,.12)}.product-card:hover::after{box-shadow:0 0 14px rgba(0,162,255,1),0 0 28px rgba(0,162,255,.9),0 0 52px rgba(0,162,255,.55)}.product-img{height:190px;display:flex;align-items:center;justify-content:center;padding:20px}.product-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-img img{transform:scale(1.05)}.product-title{padding:12px 16px 0;font-size:20px;font-weight:600;color:#fff;line-height:1.3;min-height:44px}.product-more{position:absolute;right:14px;bottom:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;z-index:3;background:transparent}.product-more img{width:28px;height:28px;transition:transform .2s ease}.product-card:hover .product-more img{transform:translateX(3px)}.product-card::before{content:'';position:absolute;inset:0;background:linear-gradient(rgba(0,162,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,162,255,.03) 1px,transparent 1px);background-size:32px 32px;opacity:.7;pointer-events:none}.product-card::after{content:'';position:absolute;left:24px;right:24px;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(0,162,255,.95) 20%,rgba(0,162,255,1) 50%,rgba(0,162,255,.95) 80%,transparent 100%);box-shadow:0 0 10px rgba(0,162,255,.95),0 0 22px rgba(0,162,255,.75),0 0 40px rgba(0,162,255,.45);z-index:3;pointer-events:none}.projects-block{padding:0 22px 30px;content-visibility:auto;contain-intrinsic-size:500px}.projects-block-container{padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.projects-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.projects-head h2{margin:0;font-size:34px;font-weight:800;color:#fff}.projects-slider{display:flex;align-items:center;gap:12px}.projects-wrapper{flex:1;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth}.projects-wrapper::-webkit-scrollbar{display:none}.projects-track{display:flex;gap:16px;padding:10px 0;align-items:flex-start}.project-card{flex:0 0 calc((100% - 48px) / 4);height:360px;position:relative;overflow:hidden;border-radius:18px;background:#081421;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.project-card:hover{transform:translateY(-6px);border-color:rgba(0,162,255,.28);box-shadow:0 0 28px rgba(0,162,255,.15)}.project-img{width:100%;height:100%}.project-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-img img{transform:scale(1.08)}.project-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px;display:grid;grid-template-rows:auto auto auto;gap:6px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.9))}.project-title{font-size:18px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.project-region{font-size:14px;color:#b5c7da;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-voltage{justify-self:end;padding:6px 12px;border-radius:999px;background:rgba(0,132,255,.14);border:1px solid rgba(0,162,255,.25);color:#52a7ff;font-size:13px;font-weight:700}.projects-btn{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;transition:transform .25s ease}.projects-btn:hover{transform:translateY(-4px)}.projects-btn:active{transform:translateY(-1px)}.projects-btn img{width:30px;height:30px;display:block}.projects-scrollbar{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px}.projects-scrollbar span{width:38px;height:4px;border-radius:20px;background:rgba(255,255,255,.10);transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.projects-scrollbar span.active{background:#2f7bff;transform:scaleX(1.15);box-shadow:0 0 10px rgba(47,123,255,.55)}.site-footer{width:100%;padding:28px 34px 20px;border-top:1px solid rgba(255,255,255,.06);position:relative}.footer-container{width:100%;display:grid;grid-template-columns:300px 1fr 320px;gap:34px;padding:0;align-items:start;background:transparent;border:none;border-radius:0;backdrop-filter:none}.site-footer::before{content:'';position:absolute;top:0;left:34px;right:34px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(0,162,255,.95) 50%,transparent 100%);box-shadow:0 0 14px rgba(0,162,255,.7),0 0 34px rgba(0,162,255,.35)}.footer-column{position:relative}.footer-column:not(:last-child)::after{content:'';position:absolute;right:-17px;top:8px;bottom:8px;width:1px;background:var(--footer-divider)}.footer-column h3{font-size:13px;font-weight:700;margin:0 0 18px;padding-bottom:10px;color:var(--footer-heading);text-transform:uppercase;letter-spacing:1.2px;position:relative}.footer-column:not(.footer-first-col) h3::after{content:'';position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--footer-link);border-radius:2px}.footer-first-col{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo-and-text{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:10px}.footer-logo-and-text img{width:54px;height:auto;flex-shrink:0}.footer-title-slogan{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left}.footer-company-name{position:relative;display:inline-block;margin:0;font-size:18px;font-weight:700;line-height:1.1;color:var(--footer-heading)}.footer-company-name::after{content:'';position:absolute;left:0;bottom:-4px;width:34px;height:2px;border-radius:2px;background:var(--footer-link)}.footer-slogan{margin-top:8px;font-size:13px;line-height:1.35;color:var(--footer-muted);max-width:220px}.footer-nav-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px;margin-top:0}.footer-nav-links a{color:var(--footer-link);text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:6px;transition:.2s ease}.footer-nav-links a:hover{color:#fff}.products-list{column-count:2;column-gap:28px;padding:0;margin:0}.products-list li{list-style:none;margin-bottom:10px;break-inside:avoid}.products-list li a{font-size:14px;color:var(--footer-link);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.products-list li a:hover{color:#fff}.footer-contacts-col ul{margin:0;padding:0}.footer-contact{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;color:var(--footer-muted);font-size:14px;word-break:break-word}.footer-contact a{color:var(--footer-link);text-decoration:none}.footer-contact a:hover{color:#fff}.footer-link-icon,.footer-icon-img{width:16px;height:16px;color:var(--footer-link);fill:currentColor;opacity:.9}.footer-nav-links .footer-link-icon{margin-right:6px;vertical-align:middle}.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:var(--footer-muted)}.project-modal{position:fixed;inset:0;display:none;justify-content:center;align-items:center;z-index:9999}.modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(6px)}.modal-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;z-index:2}.project-modal img{max-width:100%;max-height:80vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.55)}.project-caption{margin-top:16px;color:#fff;font-size:18px;font-weight:600;text-align:center}.modal-close-btn{position:absolute;top:16px;right:16px;z-index:10;background:transparent;border:none;backdrop-filter:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .2s ease}.modal-close-btn img{width:100%;height:auto;display:block;transition:filter .25s ease}.modal-close-btn:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(3000%) hue-rotate(345deg) brightness(1.1);animation:spin .4s ease-out}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(180deg)}}.modal-close-btn:hover{transform:scale(1.1)}@media (max-width:768px){.home-page{margin:0;border-radius:0;box-shadow:none;backdrop-filter:none}.site-header .header-container{padding:16px;backdrop-filter:none;background:rgba(0,0,0,0.2)}.header-nav{display:none}.header-burger{display:flex}.header-logo img{max-width:46px}.header-logo span{font-size:18px}.transformers-block-container{min-height:auto;padding:34px 18px 26px}.transformers-title{font-size:34px;max-width:100%}.transformers-subtitle{font-size:16px;max-width:100%}.transformers-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary,.open-request-btn{width:100%}.trust-container{grid-template-columns:1fr;backdrop-filter:none;box-shadow:0 0 20px rgba(0,132,255,0.05)}.trust-item{min-height:auto}.trust-item:not(:last-child)::after{display:none}.products-block,.projects-block{padding-left:16px;padding-right:16px}.products-track{display:flex;overflow-x:auto;padding-bottom:4px;gap:16px}.product-card{width:240px;min-width:240px;flex:0 0 auto;box-shadow:0 8px 20px rgba(0,0,0,0.3)}.projects-slider .projects-btn{display:none}.projects-wrapper{overflow-x:auto;scroll-padding:0 16px}.projects-track{display:flex;overflow-x:auto;padding-bottom:4px;padding-left:16px;padding-right:16px;gap:16px}.project-card{width:240px;min-width:240px;flex:0 0 auto}.project-card:hover{box-shadow:0 8px 20px rgba(0,0,0,0.4)}.projects-track::-webkit-scrollbar,.products-track::-webkit-scrollbar{display:none}.projects-scrollbar{display:flex}.site-footer{padding:0}.footer-container{grid-template-columns:1fr !important;gap:12px;padding:12px;box-sizing:border-box}.footer-column:not(:last-child)::after{display:none}.footer-column{border:1px solid var(--footer-border);border-radius:16px;background:rgba(255,255,255,.02);padding:16px;width:100%;overflow-x:hidden;word-break:break-word;box-sizing:border-box}.footer-first-col{text-align:center}.footer-first-col .footer-logo-and-text{justify-content:center}.footer-first-col .footer-nav-links{justify-content:center}.footer-column:not(.footer-first-col) h3{cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding-right:20px;position:relative}.footer-column:not(.footer-first-col) h3::before{content:'';position:absolute;left:0;bottom:-6px;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-column:not(.footer-first-col) h3::after{content:'▾';background:none;width:auto;height:auto;font-size:16px;transition:transform .3s;position:static;margin-left:10px}.footer-column:not(.footer-first-col)>ul:not(.products-list),.footer-column:not(.footer-first-col) .products-list,.footer-column:not(.footer-first-col)>.footer-contact,.footer-column:not(.footer-first-col)>div:not(.products-list){max-height:0;opacity:0;overflow:hidden;transition:all .3s ease;margin-top:0}.footer-column:not(.footer-first-col).active>ul:not(.products-list),.footer-column:not(.footer-first-col).active .products-list,.footer-column:not(.footer-first-col).active>.footer-contact,.footer-column:not(.footer-first-col).active>div:not(.products-list){max-height:500px;opacity:1;margin-top:16px}.footer-column.active h3::after{transform:rotate(180deg)}.products-list{column-count:1;column-gap:0;display:flex;flex-direction:column;gap:8px}.footer-contact{flex-direction:column;align-items:center;text-align:center;gap:6px;justify-content:center}.footer-contact img{margin-bottom:2px}.footer-link-icon,.footer-icon-img{width:14px;height:14px}.modal-bg{backdrop-filter:none;background:rgba(0,0,0,0.9)}}
#requestModal{display:none;position:fixed;inset:0;justify-content:center;align-items:center;z-index:9999;background:rgba(0,0,0,0.55);font-family:'Inter','Segoe UI',Tahoma,sans-serif}.modal-bg{position:absolute;inset:0;cursor:pointer;background:rgba(0,0,0,0.55)}#requestModal .modal-content{position:relative;z-index:2;background:#f0f5fb;padding:40px 30px;border-radius:14px;max-width:450px;width:100%;display:flex;flex-direction:column;gap:20px;box-shadow:0 12px 30px rgba(0,0,0,0.15);animation:fadeInScale 0.3s ease;box-sizing:border-box;max-height:90vh;overflow-y:auto}@keyframes fadeInScale{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}#requestForm{width:100%;display:flex;flex-direction:column;gap:16px}#requestForm h2{text-align:center;font-size:22px;color:#0b1626;margin-bottom:5px}.form-group{position:relative}.form-group input,
.form-group textarea{width:100%;padding:14px 12px;border-radius:10px;border:1px solid #c7d7ea;background:#fff;font-size:14px;outline:none;transition:all 0.25s ease;box-sizing:border-box}.form-group input:focus,
.form-group textarea:focus{border-color:#0073c6;box-shadow:0 0 0 3px rgba(0,115,198,0.15)}.form-group>input + label,
.form-group>textarea + label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;color:#5a6b7d;pointer-events:none;transition:.2s ease}.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label{top:-7px;font-size:11px;color:#0073c6;background:#eef4fb;padding:0 5px}.form-group input[type="file"]{padding:10px;cursor:pointer}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.file-item{display:flex;justify-content:space-between;align-items:center;background:#eef4fb;padding:8px 12px;border-radius:8px;font-size:14px;color:#004080}.remove-file{width:24px;height:24px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg fill='%23c0392b' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h18v2H3V6zm3 3h12v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9zm3 2v8h2v-8H9zm4 0v8h2v-8h-2zM10 4h4v2h-4V4z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:middle;text-indent:-9999px;transition:transform 0.2s ease,filter 0.2s ease}.remove-file:hover{transform:scale(1.3);filter:brightness(1.3)}.modal-buttons{display:flex;gap:10px;margin-top:10px}#requestModal .modal-buttons button{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .modal-buttons button:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.validation-error{color:#c0392b;font-size:13px}.success-message{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:999999}.success-message::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.65);z-index:0}.success-box{position:relative;z-index:1;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;padding:30px 25px;border-radius:18px;max-width:420px;width:90%;text-align:center;border:1px solid rgba(255,255,255,0.08);box-shadow:0 30px 80px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.05);animation:fadeInScale 0.3s ease}.success-box h3{margin-bottom:10px;font-size:20px}.success-box p{font-size:14px;color:#cfd8e3;margin-bottom:20px}.success-box button,
.success-box .success-close{padding:12px 26px;border-radius:12px;border:1px solid rgba(255,255,255,0.08);font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.05);transition:all 0.3s ease}.success-box button:hover,
.success-box .success-close:hover{transform:translateY(-2px);background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.success-close{position:absolute;top:10px;right:14px;font-size:20px;cursor:pointer;opacity:0.7}.success-close:hover{opacity:1}.drop-zone{border:2px dashed #aaa;border-radius:8px;padding:20px;text-align:center;cursor:pointer;margin-bottom:10px;transition:background 0.3s,border-color 0.3s}.drop-zone.dragover{background-color:#f0f8ff;border-color:#0073c6}#requestModal .g-recaptcha.btn-submit{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .g-recaptcha.btn-submit:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4);transform:translateY(-2px)} @media (max-width:768px){#requestModal{align-items:flex-start;padding:10px;overflow-y:auto}#requestModal .modal-content{width:100%;max-width:100%;margin-top:16px;padding:16px 14px;border-radius:16px;max-height:none;height:auto;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}#requestForm h2{font-size:18px;text-align:center;margin-bottom:5px}#requestForm{gap:12px}.form-group input,.form-group textarea{font-size:16px;padding:12px 10px}.form-group label{font-size:12px}.drop-zone{padding:14px;font-size:13px}.file-item{font-size:13px;padding:8px 10px}.modal-buttons{flex-direction:column;gap:8px}.modal-buttons button,#requestModal .g-recaptcha.btn-submit{width:100%;font-size:14px;padding:12px}.success-box{width:92%;padding:22px 16px;border-radius:14px}}.consent-group{margin-top:12px}.consent-label{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#2c3e50;line-height:1.4;cursor:pointer;user-select:none;transition:none !important;transform:none !important;animation:none !important;outline:none;position:static}.consent-label *{transition:none !important;transform:none !important;animation:none !important}.consent-label input[type="checkbox"]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#0073c6;cursor:pointer;outline:none;box-shadow:none}.consent-label a{color:#0073c6;text-decoration:underline;font-weight:500}.consent-label a:hover{color:#004a8f}@media (max-width:768px){.consent-label{font-size:13px}}