:root{
  --navy:#082653;
  --deep:#061c3d;
  --blue:#143f8f;
  --text:#111827;
  --muted:#56657a;
  --line:#e5edf7;
  --bg:#f7faff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
.top{height:46px;background:#f5f9ff;border-bottom:1px solid var(--line);padding:0 7%;display:flex;align-items:center;justify-content:space-between;color:#061c3d;font-size:15px}
.top-left{display:flex;gap:34px;align-items:center}.top-left span{white-space:nowrap}.top-social{display:flex;gap:22px;font-weight:900;color:#082653;align-items:center}.top-social a{font-size:16px}
.nav{height:86px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 7%;position:sticky;top:0;z-index:50;border-bottom:1px solid #edf2f9;box-shadow:0 8px 28px rgba(8,38,83,.06)}
.logo{display:flex;align-items:center;height:100%;min-width:180px;overflow:hidden}.logo img{height:42px;max-height:42px;width:auto;max-width:155px;object-fit:contain;display:block}.logo strong{font-size:22px;color:var(--navy);font-weight:900}
.nav nav{display:flex;gap:34px;align-items:center;height:100%}.nav nav a{position:relative;color:#111d31;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.2px;display:flex;align-items:center;height:100%}.nav nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:18px;margin:auto;width:100%;height:3px;background:#173f90;border-radius:5px}.nav nav a:hover{color:#174896}.nav nav a.quote{height:auto}.menu{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--navy);color:#fff!important;padding:16px 25px;border-radius:7px;font-weight:900;border:1px solid var(--navy);box-shadow:0 13px 28px rgba(8,38,83,.18);text-transform:uppercase;font-size:14px}.btn.outline{background:#fff;color:var(--navy)!important;box-shadow:none}.btn.quote{border-radius:7px;padding:17px 28px;background:#061c3d;color:#fff!important}
.clean-hero{min-height:545px;background:linear-gradient(105deg,#fff 0%,#f8fbff 45%,#edf5ff 100%);display:grid;grid-template-columns:.82fr 1.18fr;gap:20px;align-items:center;padding:55px 9% 92px 10%;position:relative;overflow:hidden}.clean-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,transparent 45%,rgba(8,38,83,.05) 45.2%,transparent 47%,transparent 58%,rgba(8,38,83,.055) 58.2%,transparent 60%);pointer-events:none}.clean-hero:after{content:"";position:absolute;left:-12%;right:-12%;bottom:-110px;height:210px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin:0 0 22px;color:#0b3a7d;font-weight:900;line-height:1.08;letter-spacing:.5px;font-size:51px;text-transform:uppercase}.hero-copy p{font-size:17px;line-height:1.65;color:#34465c;max-width:520px;margin:0}.hero-actions{display:flex;gap:18px;margin-top:30px}.hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.hero-visual img{width:100%;max-width:690px;height:auto;object-fit:contain;filter:drop-shadow(0 28px 32px rgba(8,38,83,.16))}
.trust-panel{position:relative;z-index:5;margin:-55px auto 0;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 24px 48px rgba(8,38,83,.10);width:79%;display:grid;grid-template-columns:repeat(4,1fr);padding:24px 32px}.trust-item{display:grid;grid-template-columns:52px 1fr;column-gap:18px;align-items:center;border-right:1px solid var(--line);padding-right:25px}.trust-item:last-child{border-right:0}.trust-item i{grid-row:1/3;width:48px;height:48px;border:3px solid #0b3a7d;border-radius:12px;display:grid;place-items:center;color:#0b3a7d;font-style:normal;font-size:23px;font-weight:900}.trust-item b{text-transform:uppercase;color:#082653;font-size:15px}.trust-item span{color:#34465c;font-size:14px;line-height:1.45}
.section{padding:70px 7%;background:#fff}.section.alt{background:var(--bg)}.center{text-align:center}.eyebrow{color:#0b3a7d;font-weight:900;text-transform:uppercase;font-size:14px}.section h2{font-size:35px;margin:10px 0 34px;color:#222}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.card{border:1px solid var(--line);border-radius:8px;padding:24px;background:#fff;transition:.2s;box-shadow:0 12px 34px rgba(8,38,83,.06);text-align:left}.card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(8,38,83,.12)}.product-card{min-height:345px;display:flex;flex-direction:column}.product-card img{height:170px;width:100%;object-fit:contain;margin-bottom:12px}.product-card h3{font-size:18px;margin:0 0 12px;color:#0d1728}.product-card p{color:#5d6b82;line-height:1.6;font-size:14px;margin:0 0 16px}.link{color:#0b3a7d;font-weight:900;margin-top:auto}
.stats{background:#f1f6fc;color:#0b1d33;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:35px 7%;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats b{font-size:34px;color:var(--navy)}.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.factory{width:100%;border-radius:16px;box-shadow:0 25px 60px rgba(7,31,59,.12);background:#fff}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0}.features span{color:#243b55;background:#f6f9fc;border:1px solid var(--line);border-radius:8px;padding:12px}.refs{background:#f7f9fc;color:#0b1d33}.refrow{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ref{height:170px;border-radius:16px;background:linear-gradient(135deg,#eaf4ff,#fff);border:1px solid var(--line);display:flex;align-items:end;padding:20px;font-weight:800;box-shadow:0 12px 30px rgba(7,31,59,.06)}
.cta{background:linear-gradient(90deg,#0a2b50,#114d88);color:#fff;padding:45px 7%;display:flex;align-items:center;gap:18px;justify-content:space-between}.cta h2{font-size:34px;margin:0 0 8px;color:#fff}.cta p{color:#dcecff}.orange{background:#f47a20!important;border-color:#f47a20!important}.whatsapp{background:#11a75c!important;border-color:#11a75c!important}
footer{background:linear-gradient(135deg,#051a33,#0b2f59);color:#dce8f4;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;padding:60px 7%;border-top:1px solid rgba(255,255,255,.08)}footer b{font-size:22px;color:#fff;margin-bottom:15px;display:block}footer p{line-height:1.7}footer a{transition:.3s}footer a{display:block;margin:10px 0;color:#dce8f4}footer a:hover{transform:translateX(5px);color:#fff}.copy{background:#03101f;color:#9db0c4;padding:18px 7%;font-size:13px;text-align:center}.products-layout{display:grid;grid-template-columns:240px 1fr;gap:30px}.sidebar{border:1px solid var(--line);border-radius:14px;padding:20px;height:max-content;background:#fff;box-shadow:0 12px 35px rgba(7,31,59,.05)}.sidebar a{display:block;padding:12px;border-bottom:1px solid var(--line)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:40px}.detail img{width:100%;background:#f5f8fb;border-radius:16px;padding:30px}.spec li{padding:13px;border-bottom:1px solid var(--line)}.form{display:grid;gap:12px}.form input,.form textarea,.form select{padding:15px;border:1px solid var(--line);border-radius:8px;background:#fff}.form textarea{min-height:130px}
.float-whatsapp{position:fixed;left:28px;bottom:28px;width:58px;height:58px;background:#28c45f;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:31px;font-weight:900;z-index:70;box-shadow:0 12px 28px rgba(40,196,95,.3)}.to-top{position:fixed;right:32px;bottom:28px;width:58px;height:58px;background:#071f3b;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:31px;font-weight:900;z-index:70;box-shadow:0 12px 28px rgba(7,31,59,.25)}
@media(max-width:1100px){.nav nav{gap:18px}.clean-hero{padding-left:7%;padding-right:7%}.hero-copy h1{font-size:44px}.trust-panel{width:90%;grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.top{display:none}.menu{display:block;background:#f1f6fc;border:0;padding:10px 13px;border-radius:6px;font-size:21px}.logo img{height:34px;max-height:34px;max-width:135px}.nav{height:72px;padding:0 5%}.nav nav{display:none}.open .nav nav{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;height:auto;padding:20px 5%;box-shadow:0 18px 40px rgba(7,31,59,.12)}.nav nav a{height:auto;padding:13px 0}.nav nav a.active:after{display:none}.clean-hero{grid-template-columns:1fr;min-height:auto;padding:42px 5% 80px}.hero-copy h1{font-size:38px}.hero-copy p{font-size:16px}.hero-actions{flex-wrap:wrap}.hero-visual img{max-width:520px}.trust-panel{margin-top:-44px;width:92%;grid-template-columns:1fr;padding:22px}.trust-item,.trust-item:nth-child(2){border-right:0;border-bottom:1px solid var(--line);padding:0 0 16px}.trust-item:last-child{border-bottom:0;padding-bottom:0}.grid,.badges,.stats,.refrow,footer{grid-template-columns:1fr}.split,.detail,.products-layout{grid-template-columns:1fr}.cta{display:block}.cta .btn{margin:8px 8px 0 0}.float-whatsapp,.to-top{width:50px;height:50px;font-size:25px}.section{padding-left:5%;padding-right:5%}}

/* Ürün sayfaları düzenleme - v8 */
.product-page{background:#fff;padding-top:55px}.product-page .products-layout{align-items:start}.product-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-list-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:420px}.product-list-image{height:215px;background:linear-gradient(135deg,#f8fbff,#eef6ff);display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid var(--line)}.product-list-image img{width:100%;height:100%;object-fit:contain;display:block}.product-list-content{padding:22px;display:flex;flex-direction:column;flex:1}.product-list-content h3{font-size:20px;line-height:1.25;margin:0 0 10px;color:#0b1d33}.product-list-content p{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 14px}.product-mini-specs{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:8px}.product-mini-specs li{font-size:13px;color:#243b55;background:#f7f9fc;border:1px solid var(--line);border-radius:8px;padding:9px 10px}.product-list-card .link{margin-top:auto}.product-sidebar{position:sticky;top:100px}.product-sidebar b{display:block;font-size:18px;color:#0b1d33;margin-bottom:10px}.product-sidebar a{border-radius:8px;border-bottom:0;margin:4px 0;color:#243b55;font-weight:700}.product-sidebar a:hover{background:#f1f6fc;color:#0b3a7d}.product-detail-page{background:#fff;padding-top:55px}.product-detail-box{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(7,31,59,.08);padding:28px}.product-detail-image{background:linear-gradient(135deg,#f8fbff,#eef6ff);border:1px solid var(--line);border-radius:14px;min-height:430px;display:flex;align-items:center;justify-content:center;padding:28px}.product-detail-image img{width:100%;height:100%;max-height:430px;object-fit:contain;display:block;background:transparent;padding:0;border-radius:0}.product-detail-content h2{font-size:34px;margin:8px 0 15px;color:#0b1d33}.product-detail-content p{font-size:16px;line-height:1.75;color:var(--muted);margin:0 0 18px}.product-detail-content .spec{list-style:none;margin:0 0 22px;padding:0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.product-detail-content .spec li{background:#fff}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:1100px){.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-image{min-height:350px}}
@media(max-width:900px){.product-page{padding-top:35px}.product-list-grid{grid-template-columns:1fr}.product-list-card{min-height:auto}.product-list-image{height:230px}.product-sidebar{position:static}.product-detail-box{padding:18px}.product-detail-image{min-height:260px}.product-detail-content h2{font-size:28px}}

.page-banner{position:relative;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;padding:70px 7%;background:linear-gradient(120deg,#f6fbff,#eaf4ff);background-size:cover;background-position:center;color:#071f3b;border-bottom:1px solid var(--line);overflow:hidden}.page-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.92),rgba(238,246,255,.72))}.page-banner.has-image.with-overlay:after{background:linear-gradient(90deg,rgba(7,31,59,.78),rgba(7,31,59,.42))}.page-banner.has-image.no-overlay:after{background:rgba(255,255,255,.18)}.page-banner-inner{position:relative;z-index:2;max-width:980px}.page-banner.has-image{color:#fff}.page-banner h1{font-size:48px;line-height:1.15;margin:0 0 16px;font-weight:900;letter-spacing:-.6px}.page-banner p{margin:0;font-size:16px;font-weight:600;opacity:.95}@media(max-width:900px){.page-banner{min-height:230px;padding:48px 7%}.page-banner h1{font-size:32px}}


/* AKT Makine - Hakkımızda modern metinli tasarım */
.about-showcase{
  width:min(1560px, calc(100% - 48px));
  margin:46px auto 70px;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(120deg,#f8fbff 0%,#ffffff 58%,#f5f9ff 100%);
  border:1px solid #dce8f6;
  box-shadow:0 28px 70px rgba(7,31,59,.14);
  color:#0a1b31;
}
.about-showcase:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(18,70,140,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,70,140,.035) 1px,transparent 1px);
  background-size:120px 120px;
  pointer-events:none;
}
.about-showcase:after{
  content:"";
  position:absolute;
  right:70px;
  top:95px;
  width:290px;
  height:290px;
  border:8px solid rgba(8,38,83,.055);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(8,38,83,.035),0 0 0 78px rgba(8,38,83,.028);
  pointer-events:none;
}
.about-showcase__top{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:43% 57%;
  min-height:640px;
}
.about-showcase__image{
  position:relative;
  min-height:640px;
  overflow:hidden;
  clip-path:polygon(0 0, 100% 0, 84% 100%, 0 100%);
}
.about-showcase__image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,18,35,.08),rgba(5,18,35,.22));
}
.about-showcase__image:before{
  content:"";
  position:absolute;
  right:22px;
  top:0;
  bottom:0;
  width:13px;
  background:#1665d8;
  transform:skewX(-9deg);
  z-index:2;
  box-shadow:22px 0 0 rgba(22,101,216,.18);
}
.about-showcase__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.about-showcase__content{
  position:relative;
  z-index:3;
  padding:86px 84px 250px 68px;
}
.about-showcase__logo{
  width:265px;
  height:auto;
  object-fit:contain;
  display:block;
  margin-bottom:54px;
}
.about-showcase__eyebrow{
  display:block;
  color:#0e63cf;
  text-transform:uppercase;
  font-size:22px;
  line-height:1;
  letter-spacing:.05em;
  font-weight:900;
  margin-bottom:28px;
}
.about-showcase h1{
  margin:0;
  font-size:54px;
  line-height:1.08;
  letter-spacing:-1.2px;
  color:#0a1b31;
  font-weight:900;
}
.about-showcase h1 strong{
  color:#1969d5;
  font-weight:900;
}
.about-showcase__line{
  display:block;
  width:46px;
  height:4px;
  background:#1665d8;
  border-radius:99px;
  margin:32px 0 30px;
}
.about-showcase p{
  max-width:650px;
  margin:0 0 26px;
  color:#1d2c3f;
  font-size:20px;
  line-height:1.75;
}
.about-showcase__stats{
  position:relative;
  z-index:5;
  margin:-220px 32px 32px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(135deg,#061b34,#092d55 70%,#04152a);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 55px rgba(6,27,52,.25);
}
.about-stat{
  min-height:250px;
  display:grid;
  grid-template-columns:92px 1fr;
  gap:22px;
  align-items:start;
  padding:42px 34px;
  color:#dcecff;
  border-right:1px solid rgba(255,255,255,.14);
}
.about-stat:last-child{border-right:0}
.about-stat__icon{
  width:78px;
  height:78px;
  border:1px solid rgba(90,151,255,.45);
  border-radius:13px;
  display:grid;
  place-items:center;
  color:#2c7cff;
  font-size:44px;
  font-weight:900;
  box-shadow:inset 0 0 22px rgba(44,124,255,.08);
}
.about-stat b{
  display:block;
  color:#fff;
  font-size:42px;
  line-height:1;
  margin:7px 0 12px;
  font-weight:900;
}
.about-stat span{
  display:block;
  color:#2e7dff;
  font-size:21px;
  line-height:1.25;
  font-weight:900;
  margin-bottom:28px;
  position:relative;
}
.about-stat span:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-14px;
  width:30px;
  height:2px;
  background:#2e7dff;
  border-radius:99px;
}
.about-stat p{
  color:#d9e7f7;
  font-size:15px;
  line-height:1.7;
  margin:0;
}
@media(max-width:1200px){
  .about-showcase__top{grid-template-columns:1fr;min-height:0}
  .about-showcase__image{min-height:460px;clip-path:none}
  .about-showcase__image:before{display:none}
  .about-showcase__content{padding:54px 44px 250px}
  .about-showcase__stats{grid-template-columns:repeat(2,1fr)}
  .about-stat:nth-child(2){border-right:0}
  .about-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
}
@media(max-width:760px){
  .about-showcase{width:calc(100% - 24px);margin:24px auto 45px;border-radius:20px}
  .about-showcase:after{display:none}
  .about-showcase__image{min-height:300px}
  .about-showcase__content{padding:36px 24px 230px}
  .about-showcase__logo{width:200px;margin-bottom:36px}
  .about-showcase__eyebrow{font-size:16px;margin-bottom:18px}
  .about-showcase h1{font-size:34px;letter-spacing:-.4px}
  .about-showcase p{font-size:16px;line-height:1.7}
  .about-showcase__stats{grid-template-columns:1fr;margin:-205px 14px 14px;border-radius:16px}
  .about-stat{grid-template-columns:68px 1fr;gap:16px;min-height:auto;padding:28px 22px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .about-stat:last-child{border-bottom:0}
  .about-stat__icon{width:58px;height:58px;font-size:31px}
  .about-stat b{font-size:32px}
  .about-stat span{font-size:18px;margin-bottom:22px}
}


/* Hakkımızda - referans görsele yakın son düzen */
.about-showcase{
  width:calc(100% - 36px);
  max-width:1660px;
  margin:16px auto 72px;
  border-radius:22px;
  background:linear-gradient(120deg,#ffffff 0%,#ffffff 65%,#f7fbff 100%);
  border:1px solid #e5edf7;
  box-shadow:0 18px 55px rgba(7,31,59,.08);
  overflow:hidden;
}
.about-showcase:before{
  background:
    linear-gradient(rgba(18,70,140,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,70,140,.035) 1px,transparent 1px);
  background-size:120px 120px;
}
.about-showcase:after{
  right:90px;
  top:85px;
  opacity:.85;
}
.about-showcase__top{
  grid-template-columns:47% 53%;
  min-height:665px;
}
.about-showcase__image{
  min-height:665px;
  clip-path:polygon(0 0, 100% 0, 85% 100%, 0 100%);
  border-top-left-radius:18px;
}
.about-showcase__image:after{
  background:linear-gradient(90deg,rgba(5,18,35,.04),rgba(5,18,35,.10));
}
.about-showcase__image:before{
  right:28px;
  width:12px;
  background:#0f6bea;
  transform:skewX(-8deg);
  box-shadow:18px 0 0 rgba(15,107,234,.10);
}
.about-showcase__image img{
  object-position:center center;
}
.about-showcase__content{
  padding:104px 90px 250px 70px;
}
.about-showcase__logo{
  display:none;
}
.about-showcase__eyebrow{
  font-size:22px;
  margin-bottom:24px;
  color:#1265d7;
}
.about-showcase h1{
  font-size:57px;
  line-height:1.06;
  letter-spacing:-1.7px;
  color:#081a32;
}
.about-showcase h1 strong{
  color:#176be8;
}
.about-showcase__line{
  margin:32px 0 36px;
  width:48px;
  height:4px;
}
.about-showcase p{
  max-width:690px;
  font-size:20px;
  line-height:1.75;
  color:#102238;
  margin-bottom:28px;
}
.about-showcase__stats{
  margin:-185px 48px 30px;
  border-radius:14px;
  background:linear-gradient(135deg,#061b34 0%,#08284d 65%,#031427 100%);
  box-shadow:0 24px 48px rgba(7,31,59,.22);
}
.about-stat{
  min-height:235px;
  grid-template-columns:90px 1fr;
  padding:40px 32px;
}
.about-stat__icon{
  width:76px;
  height:76px;
}
@media(max-width:1200px){
  .about-showcase{width:calc(100% - 28px);margin-top:22px}
  .about-showcase__top{grid-template-columns:1fr;min-height:0}
  .about-showcase__image{min-height:460px;clip-path:none;border-radius:18px 18px 0 0}
  .about-showcase__image:before{display:none}
  .about-showcase__content{padding:54px 44px 245px}
  .about-showcase h1{font-size:46px}
  .about-showcase__stats{grid-template-columns:repeat(2,1fr);margin:-205px 26px 26px}
}
@media(max-width:760px){
  .about-showcase{width:calc(100% - 20px);border-radius:18px;margin:18px auto 45px}
  .about-showcase__image{min-height:300px}
  .about-showcase__content{padding:34px 22px 225px}
  .about-showcase h1{font-size:34px;letter-spacing:-.5px}
  .about-showcase__eyebrow{font-size:16px}
  .about-showcase p{font-size:16px;line-height:1.7}
  .about-showcase__stats{grid-template-columns:1fr;margin:-200px 12px 12px}
}


/* ChatGPT fix */
.about-showcase .about-stat p{
    color:#ffffff !important;
    opacity:.85;
}
.about-showcase .about-stat b{
    color:#ffffff !important;
    font-size:34px;
}
.about-showcase .about-stat span{
    color:#2e7dff !important;
}
