:root{
  --yp-blue:#0b72e7;
  --yp-blue-strong:#075fc8;
  --yp-dark:#062044;
  --yp-accent:#ff9f1c;
  --yp-text:#172f49;
  --yp-muted:#64788d;
  --yp-line:#dce8f3;
  --yp-soft:#f5f9fd;
  --yp-white:#fff;
  --yp-radius:18px;
  --yp-shadow:0 10px 30px rgba(6,32,68,.055);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--yps-font-family,"Poppins","Segoe UI",Arial,sans-serif);font-synthesis:none;color:var(--yp-text);background:#fff;line-height:1.58;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.ypk-container{width:min(1440px,calc(100% - 48px));margin-inline:auto}.ypk-main{min-height:60vh;overflow-x:clip}

/* Header */
.ypk-header{position:sticky;top:0;z-index:100;overflow:visible;background:rgba(255,255,255,.98);border-bottom:1px solid var(--yp-line);box-shadow:0 3px 14px rgba(6,32,68,.035);backdrop-filter:saturate(140%) blur(8px)}
.ypk-header-inner{min-height:86px;display:flex;align-items:center;gap:22px;position:relative}.ypk-brand{display:flex;align-items:center;flex:0 0 auto;width:300px;max-width:34vw;height:76px;overflow:visible}.ypk-brand-wrap{display:flex;align-items:center;gap:12px;width:100%;height:100%;min-width:0;color:var(--yp-dark);overflow:visible}.ypk-logo-mark{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;overflow:visible}.ypk-logo-mark img,.ypk-logo-mark svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center;overflow:visible}.ypk-logo-text{display:grid;align-content:center;gap:4px;min-width:0;line-height:1;overflow:visible}.ypk-logo-text strong{display:grid;gap:1px;color:var(--yp-dark);font-size:1.08rem;line-height:.98;font-weight:700;letter-spacing:.035em;text-transform:uppercase}.ypk-logo-text strong span:first-child{color:var(--yp-blue)}.ypk-logo-text small{display:block;color:#536a80;font-size:.55rem;line-height:1.12;font-weight:600;letter-spacing:.105em;text-transform:uppercase;white-space:nowrap}
.ypk-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0}.ypk-nav ul,.ypk-menu,.ypk-menu-default{display:flex;align-items:center;justify-content:center;gap:22px;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.ypk-nav li{margin:0;padding:0;white-space:nowrap}.ypk-nav a{display:flex;align-items:center;min-height:44px;padding:8px 2px;position:relative;color:#17304f;font-size:.95rem;font-weight:500;letter-spacing:-.006em}.ypk-nav a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:99px;background:var(--yp-blue);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.ypk-nav a:hover,.ypk-nav .current-menu-item>a,.ypk-nav a[aria-current="page"]{color:var(--yp-blue)}.ypk-nav a:hover::after,.ypk-nav .current-menu-item>a::after,.ypk-nav a[aria-current="page"]::after{transform:scaleX(1)}.ypk-head-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.ypk-icon-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 10px;border:1px solid var(--yp-line);border-radius:999px;background:#fff;color:#24415f;font-size:.82rem;font-weight:500}.ypk-icon-link svg{width:19px;height:19px;flex:0 0 auto}.ypk-wa-link{color:#168a45}.ypk-ig-link{color:#1269c9}.ypk-menu-toggle{display:none;place-items:center;width:46px;height:46px;margin-left:auto;border:1px solid #ceddeb;border-radius:13px;background:#fff;color:var(--yp-dark);font-size:0;cursor:pointer}.ypk-menu-toggle::before,.ypk-menu-toggle::after,.ypk-menu-toggle span{content:"";display:block;width:22px;height:2px;border-radius:99px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.ypk-menu-toggle span{margin:5px 0}.ypk-menu-toggle[aria-expanded="true"]::before{transform:translateY(7px) rotate(45deg)}.ypk-menu-toggle[aria-expanded="true"] span{opacity:0}.ypk-menu-toggle[aria-expanded="true"]::after{transform:translateY(-7px) rotate(-45deg)}

/* Buttons */
.ypk-btn,.yps-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:45px;padding:10px 20px;border:1px solid transparent;border-radius:12px;font-weight:600;letter-spacing:-.006em;box-shadow:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.ypk-btn b,.yps-btn b{font-size:1.05em;font-weight:500;line-height:1}.ypk-btn-primary,.yps-btn-primary{background:var(--yp-blue);border-color:var(--yp-blue);color:#fff}.ypk-btn-primary:hover,.yps-btn-primary:hover{background:var(--yp-blue-strong);border-color:var(--yp-blue-strong)}.ypk-btn-light,.yps-btn-light{background:#fff;border-color:#b9cee4;color:#145ea9}.ypk-btn-light:hover,.yps-btn-light:hover{background:#f5f9fd;border-color:#94b8dd}.ypk-btn-dark{background:var(--yp-dark);border-color:var(--yp-dark);color:#fff}.ypk-btn-dark:hover{background:#0a315f;border-color:#0a315f}.ypk-mini-link{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid #cddded;border-radius:10px;background:#fff;color:#145b9f;font-size:.9rem;font-weight:500}.ypk-center{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}

/* Clean hero slider */
.ypk-hero-slider{position:relative;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-bottom:1px solid var(--yp-line);overflow:hidden}.ypk-slider-track{position:relative}.ypk-slide{display:none}.ypk-slide.is-active{display:block}.ypk-slide-card{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:center;min-height:clamp(470px,42vw,640px);padding:28px 0 34px}.ypk-hero-media{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;overflow:visible;border:1px solid #e3edf7;border-radius:24px;background:radial-gradient(circle at 78% 24%,rgba(11,114,231,.14),rgba(255,255,255,0) 36%),linear-gradient(135deg,#fff 0%,#f3f9ff 100%);box-shadow:0 18px 44px rgba(6,32,68,.06)}.ypk-hero-media::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(125deg,rgba(11,114,231,.08),rgba(11,114,231,0) 55%);clip-path:polygon(52% 0,100% 0,100% 100%,35% 100%)}.ypk-hero-media img{position:relative;z-index:1;width:100%;height:clamp(300px,29vw,470px);padding:22px;object-fit:contain;object-position:center center;clip-path:none;filter:none}.ypk-hero-copy{max-width:850px;margin-inline:auto;text-align:center}.ypk-hero-eyebrow,.ypk-card-label,.ypk-info-copy span,.ypk-section-head span,.ypk-export-heading>div>span{display:inline-flex;align-items:center;justify-content:center;margin-bottom:9px;color:var(--yp-blue);font-size:.76rem;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.ypk-hero-copy h1{margin:0 0 8px;color:var(--yp-dark);font-size:clamp(2rem,3.2vw,3.65rem);line-height:1.08;letter-spacing:-.034em;font-weight:600}.ypk-hero-copy p{max-width:660px;margin:0 auto;color:#4f6680;font-size:clamp(.94rem,1vw,1.08rem);line-height:1.55;font-weight:400}.ypk-slider-btn{position:absolute;top:44%;z-index:6;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #d5e3f1;border-radius:50%;background:rgba(255,255,255,.94);color:var(--yp-blue);font-size:25px;line-height:1;cursor:pointer;transform:translateY(-50%)}.ypk-slider-btn.prev{left:14px}.ypk-slider-btn.next{right:14px}.ypk-slider-dots{position:absolute;left:50%;bottom:14px;z-index:7;display:flex;gap:7px;transform:translateX(-50%)}.ypk-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#b7cbe0;cursor:pointer}.ypk-slider-dots button.is-active{width:24px;background:var(--yp-blue)}

/* Action tiles */
.ypk-primary-action-strip{padding:18px 0;background:#fff;border-bottom:1px solid var(--yp-line)}.ypk-primary-action-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.ypk-action-tile{display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;column-gap:13px;align-items:center;min-height:82px;padding:15px 17px;border:1px solid #d8e5f1;border-radius:16px;background:#fff;color:#23415f;box-shadow:0 5px 18px rgba(6,32,68,.035);text-align:left}.ypk-action-tile:hover{border-color:#b8d3ec;background:#fbfdff}.ypk-action-tile span{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#eef6ff;color:var(--yp-blue)}.ypk-action-tile span svg{width:23px;height:23px}.ypk-action-tile strong{font-size:1rem;line-height:1.15;font-weight:600;color:#173654}.ypk-action-tile small{font-size:.82rem;line-height:1.35;color:#60768d}.ypk-action-tile.is-primary{border-color:#b7d6f3;background:linear-gradient(135deg,#f8fcff,#eef7ff)}

/* Category cards */
.ypk-category-strip{position:relative;z-index:9;padding:22px 0 18px;background:#fff}.ypk-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.ypk-cat-card{display:grid;grid-template-columns:74px minmax(0,1fr) 18px;align-items:center;gap:13px;min-width:0;min-height:110px;padding:13px 15px;border:1px solid var(--yp-line);border-radius:16px;background:#fff;box-shadow:none;transition:border-color .16s ease,background-color .16s ease}.ypk-cat-card:hover{border-color:#b9d1ea;background:#fbfdff}.ypk-cat-img{display:flex;align-items:center;justify-content:center;width:74px;height:72px;overflow:hidden;border-radius:12px;background:#f4f8fc}.ypk-cat-img img{width:100%;height:100%;padding:6px;object-fit:contain;object-position:center;clip-path:none}.ypk-cat-card strong{display:block;margin-bottom:3px;color:#173654;font-size:.98rem;font-weight:600;letter-spacing:-.012em}.ypk-cat-card small{display:block;color:#65798e;font-size:.82rem;line-height:1.4;font-weight:400}.ypk-cat-card em{font-style:normal;color:var(--yp-blue);font-size:24px;font-weight:400}

/* About and quote */
.ypk-home-compact{padding:16px 0 30px;background:#fff}.ypk-compact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch}.ypk-about-card,.ypk-quote-card{border:1px solid var(--yp-line);border-radius:var(--yp-radius);background:#fff;box-shadow:var(--yp-shadow)}.ypk-about-card{display:grid;grid-template-columns:245px minmax(0,1fr);gap:22px;padding:18px}.ypk-about-media{min-height:200px;overflow:hidden;border-radius:14px;background:var(--yp-soft)}.ypk-about-media img{width:100%;height:100%;padding:5px;object-fit:contain;object-position:center}.ypk-about-card h2,.ypk-quote-card h2{margin:0 0 10px;color:var(--yp-dark);font-size:1.42rem;line-height:1.24;font-weight:600;letter-spacing:-.022em}.ypk-about-card p{margin:0 0 15px;color:#4c637b;font-size:.94rem;line-height:1.68;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden}.ypk-quote-card{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(360px,1.14fr);gap:22px;padding:21px}.ypk-process{padding-left:22px;border-left:1px solid var(--yp-line)}.ypk-process h3{margin:0 0 18px;color:#173654;font-size:1rem;font-weight:600}.ypk-process-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.ypk-process-row span{display:grid;justify-items:center;align-content:start;gap:7px;min-width:0;text-align:center}.ypk-process-row b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#eef6ff;color:var(--yp-blue);font-weight:400}.ypk-process-row svg{width:23px;height:23px}.ypk-process-row strong{color:#173654;font-size:.86rem;line-height:1.2;font-weight:600}.ypk-process-row small{color:#65798e;font-size:.75rem;line-height:1.35;font-weight:400}.ypk-process-btn{width:100%;margin-top:18px}.yps-quote-form{display:grid;gap:12px}.yps-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yps-quote-form label{display:grid;gap:6px;color:#475f78;font-size:.84rem;font-weight:500}.yps-quote-form input,.yps-quote-form textarea,.yps-quote-form select{width:100%;border:1px solid #cfddea;border-radius:10px;background:#fff;color:#17304f;padding:10px 11px;outline:0;font-size:.9rem;line-height:1.3}.yps-quote-form input:focus,.yps-quote-form textarea:focus{border-color:#8dbce9;box-shadow:0 0 0 3px rgba(11,114,231,.10)}.yps-hp{display:none!important}.yps-check{grid-template-columns:18px 1fr!important;align-items:start;font-size:.78rem!important;line-height:1.35}.yps-check input{width:15px;height:15px;margin-top:2px}.yps-form-success{margin-bottom:12px;padding:12px 14px;border:1px solid #bbebcb;border-radius:12px;background:#effcf3;color:#136431;font-size:.9rem}

/* Sections and products */
.ypk-section{padding:62px 0}.ypk-products-section{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}.ypk-section-head{max-width:780px;margin:0 auto 30px;text-align:center}.ypk-section-head h2{margin:0 0 10px;color:var(--yp-dark);font-size:clamp(1.7rem,2.4vw,2.65rem);line-height:1.15;font-weight:600;letter-spacing:-.03em}.ypk-section-head p{margin:0;color:#5f748a;font-size:1rem;line-height:1.68;font-weight:400}.yps-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.yps-product-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--yp-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(6,32,68,.045)}.yps-product-media{display:grid;place-items:center;height:230px;background:#f8fbff;border-bottom:1px solid var(--yp-line);overflow:hidden}.yps-product-media img{width:100%;height:100%;padding:14px;object-fit:contain;object-position:center;clip-path:none;filter:none}.yps-no-image{display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:#e9f4ff;color:var(--yp-blue);font-weight:600}.yps-product-body{display:grid;gap:10px;padding:16px;flex:1}.yps-product-body h3{margin:0;color:#173654;font-size:1rem;line-height:1.32;font-weight:600;letter-spacing:-.012em}.yps-product-body p{margin:0;color:#63788d;font-size:.86rem;line-height:1.48;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.yps-product-specs{display:flex;flex-wrap:wrap;gap:6px}.yps-product-specs span{display:inline-flex;align-items:center;min-height:26px;padding:5px 8px;border:1px solid #d8e5f1;border-radius:999px;background:#fbfdff;color:#536a80;font-size:.74rem;line-height:1.15}.yps-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.yps-product-actions .yps-btn{min-height:38px;padding:7px 9px;border-radius:10px;font-size:.78rem}.yps-product-actions svg{width:16px;height:16px}.yps-products-empty{grid-column:1/-1;display:grid;gap:14px;justify-items:center;min-height:180px;padding:34px;border:1px dashed #b9cde2;border-radius:18px;background:#fff;text-align:center}.yps-products-empty strong{color:var(--yp-dark);font-size:1.1rem}.yps-products-empty p{max-width:560px;margin:0;color:#60768d}

/* Info section */
.ypk-info-section{padding:10px 0 58px;background:#fff}.ypk-info-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center;border:1px solid var(--yp-line);border-radius:24px;background:linear-gradient(135deg,#fff,#f7fbff);padding:24px;box-shadow:var(--yp-shadow)}.ypk-info-media{min-height:320px;border-radius:18px;overflow:hidden;background:#eef6ff}.ypk-info-media img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px}.ypk-info-copy h2{margin:0 0 14px;color:var(--yp-dark);font-size:clamp(1.55rem,2.1vw,2.35rem);line-height:1.18;font-weight:600;letter-spacing:-.025em}.ypk-info-copy p{margin:0 0 13px;color:#526a82;font-size:.98rem;line-height:1.72;font-weight:400}.ypk-info-copy .ypk-mini-link{margin-top:6px}

/* Export and contact */
.ypk-export-compact{padding:10px 0 34px;background:#fff}.ypk-export-row{display:grid;grid-template-columns:400px minmax(0,1fr);gap:22px;align-items:center;padding:24px;border:1px solid var(--yp-line);border-radius:22px;background:linear-gradient(135deg,#f7fbff,#fff);box-shadow:0 8px 24px rgba(6,32,68,.04)}.ypk-export-heading{display:flex;gap:15px;align-items:flex-start}.ypk-export-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#eaf5ff;color:var(--yp-blue);flex:0 0 auto}.ypk-export-icon svg{width:27px;height:27px}.ypk-export-heading h2{margin:0 0 6px;color:var(--yp-dark);font-size:1.4rem;font-weight:600;letter-spacing:-.02em}.ypk-export-heading p{margin:0;color:#60768d;font-size:.92rem;line-height:1.55}.ypk-country-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.ypk-country-pill{display:flex;align-items:center;gap:8px;min-height:39px;padding:7px 9px;border:1px solid #c4d9ee;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);color:#24415f;font-size:.84rem;font-weight:500}.ypk-country-code{display:grid;place-items:center;min-width:32px;height:23px;padding:0 6px;border-radius:7px;background:#e6f2ff;color:#0b5fb6;font-size:.68rem;font-weight:600;letter-spacing:.04em}.ypk-contact-strip{padding:0 0 34px;background:#fff}.ypk-contact-row{display:grid;grid-template-columns:1fr 1fr 1.2fr 1.7fr 1.1fr;gap:0;align-items:center;overflow:hidden;border-radius:17px;background:#062a57;color:#fff}.ypk-contact-row>*{display:flex;align-items:center;gap:10px;min-height:64px;padding:12px 18px;border-right:1px solid rgba(255,255,255,.16);font-size:.9rem;line-height:1.25}.ypk-contact-row>*:last-child{border-right:0}.ypk-contact-row svg{width:20px;height:20px;flex:0 0 auto}.ypk-footer{padding-top:50px;background:#061a35;color:#dbe9f8}.ypk-footer-grid{display:grid;grid-template-columns:1.35fr .65fr 1fr;gap:48px;padding-bottom:38px}.ypk-brand-footer{width:300px;max-width:100%;height:82px}.ypk-brand-footer .ypk-brand-wrap{color:#fff}.ypk-brand-footer .ypk-logo-text small{color:#b9cbe0}.ypk-footer h3{margin:0 0 13px;color:#fff;font-size:1rem;font-weight:600}.ypk-footer p,.ypk-footer li,.ypk-footer a{color:#b9cbe0;font-size:.9rem;line-height:1.65;font-weight:400}.ypk-footer ul{list-style:none;margin:0;padding:0}.ypk-footer li{margin:6px 0}.ypk-footer a{display:inline-flex;align-items:center;gap:7px}.ypk-footer svg{width:18px;height:18px}.ypk-footer-bottom{padding:17px 0;border-top:1px solid rgba(255,255,255,.1);color:#9fb4cc;font-size:.83rem}.ypk-mobile-contact{display:none}

/* Detail pages */
.ypk-page-hero,.ypk-archive-hero,.ypk-single-hero{padding:54px 0;background:linear-gradient(180deg,#fff,#f7fbff);border-bottom:1px solid var(--yp-line)}.ypk-page-hero h1,.ypk-archive-hero h1,.ypk-single-hero h1{margin:0;color:var(--yp-dark);font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;font-weight:600;letter-spacing:-.03em}.ypk-content{padding:48px 0}.ypk-content p{color:#526a82;line-height:1.75}.ypk-detail-media img{width:100%;height:auto;object-fit:contain}.ypk-single-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.ypk-spec-list{display:grid;gap:8px;margin:20px 0}.ypk-spec-list span{padding:10px 12px;border:1px solid var(--yp-line);border-radius:10px;background:#fff}.ypk-single-actions{display:flex;gap:10px;flex-wrap:wrap}

@media(max-width:1280px){.ypk-brand{width:276px;height:72px}.ypk-logo-mark{flex-basis:54px;width:54px;height:54px}.ypk-logo-text strong{font-size:1rem}.ypk-logo-text small{font-size:.5rem}.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:16px}.ypk-head-actions .ypk-icon-link span{display:none}.ypk-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ypk-country-list{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1040px){.ypk-container{width:min(100% - 36px,900px)}.ypk-header-inner{min-height:76px}.ypk-brand{width:250px;max-width:calc(100% - 64px);height:68px}.ypk-menu-toggle{display:grid;order:3}.ypk-head-actions{display:none}.ypk-nav{position:absolute;left:0;right:0;top:76px;display:none;z-index:110;align-items:stretch;justify-content:stretch;padding:12px;border:1px solid var(--yp-line);border-radius:0 0 18px 18px;background:#fff;box-shadow:0 16px 34px rgba(6,32,68,.12)}.ypk-nav.is-open{display:block}.ypk-nav ul,.ypk-menu,.ypk-menu-default{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ypk-nav a{justify-content:center;min-height:46px;padding:10px;border:1px solid #e2edf7;border-radius:12px;background:#fbfdff}.ypk-nav a::after{display:none}.ypk-slide-card{min-height:auto;padding:24px 0 30px}.ypk-hero-media img{height:clamp(240px,45vw,390px);padding:16px}.ypk-hero-copy h1{font-size:clamp(1.85rem,5vw,3rem)}.ypk-primary-action-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.ypk-compact-grid,.ypk-info-card{grid-template-columns:1fr}.ypk-about-card{grid-template-columns:260px minmax(0,1fr)}.ypk-quote-card{grid-template-columns:1fr}.ypk-process{padding-left:0;padding-top:18px;border-left:0;border-top:1px solid var(--yp-line)}.yps-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ypk-export-row{grid-template-columns:1fr}.ypk-country-list{grid-template-columns:repeat(3,minmax(0,1fr))}.ypk-contact-row{grid-template-columns:repeat(2,1fr)}.ypk-contact-row>*{border-bottom:1px solid rgba(255,255,255,.14)}.ypk-footer-grid{grid-template-columns:1.2fr .8fr;gap:32px}.ypk-footer-grid>div:last-child{grid-column:1/-1}.ypk-single-grid{grid-template-columns:1fr}}
@media(max-width:720px){body{padding-bottom:76px}.ypk-container{width:min(100% - 24px,680px)}.ypk-header-inner{min-height:70px;gap:10px}.ypk-brand{width:216px;height:62px}.ypk-logo-mark{flex-basis:44px;width:44px;height:44px}.ypk-logo-text strong{font-size:.82rem;line-height:.98;letter-spacing:.026em}.ypk-logo-text small{font-size:.43rem;letter-spacing:.065em}.ypk-nav{top:70px}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:1fr}.ypk-hero-slider{background:#fff}.ypk-slide-card{gap:10px;padding:12px 0 24px}.ypk-hero-media{border-radius:17px}.ypk-hero-media img{height:clamp(180px,51vw,280px);padding:10px}.ypk-hero-eyebrow{display:none}.ypk-hero-copy{padding:0 4px}.ypk-hero-copy h1{margin-bottom:6px;font-size:clamp(1.34rem,6vw,1.85rem);line-height:1.14;font-weight:600;letter-spacing:-.024em}.ypk-hero-copy p{max-width:390px;font-size:.84rem;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ypk-slider-btn{display:none}.ypk-slider-dots{bottom:8px}.ypk-primary-action-strip{padding:12px 0}.ypk-primary-action-inner{grid-template-columns:1fr;gap:8px}.ypk-action-tile{min-height:62px;padding:10px 12px;border-radius:14px;grid-template-columns:38px minmax(0,1fr);text-align:left}.ypk-action-tile span{width:38px;height:38px;border-radius:11px}.ypk-action-tile span svg{width:20px;height:20px}.ypk-action-tile strong{font-size:.92rem}.ypk-action-tile small{font-size:.75rem}.ypk-category-strip{padding:14px 0}.ypk-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ypk-cat-card{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;min-height:132px;padding:10px 8px;border-radius:14px;gap:6px}.ypk-cat-img{width:70px;height:64px}.ypk-cat-card em{display:none}.ypk-cat-card strong{font-size:.86rem}.ypk-cat-card small{font-size:.72rem;line-height:1.28}.ypk-home-compact{padding-top:8px}.ypk-about-card{grid-template-columns:1fr;padding:14px}.ypk-about-media{min-height:180px}.ypk-about-card h2,.ypk-quote-card h2{font-size:1.22rem}.ypk-about-card p{font-size:.88rem;-webkit-line-clamp:6}.ypk-quote-card{padding:15px}.yps-form-grid{grid-template-columns:1fr}.ypk-process-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ypk-section{padding:44px 0}.ypk-section-head{margin-bottom:20px}.ypk-section-head h2{font-size:1.5rem}.ypk-section-head p{font-size:.9rem}.yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yps-product-media{height:165px}.yps-product-body{padding:12px;gap:7px}.yps-product-body h3{font-size:.9rem;font-weight:600}.yps-product-body p{font-size:.78rem}.yps-product-specs span{font-size:.68rem}.yps-product-actions{grid-template-columns:1fr}.yps-product-actions .yps-btn{font-size:.76rem}.ypk-info-section{padding-bottom:42px}.ypk-info-card{padding:15px;border-radius:18px;gap:18px}.ypk-info-media{min-height:210px}.ypk-info-copy h2{font-size:1.35rem}.ypk-info-copy p{font-size:.88rem;line-height:1.62}.ypk-export-row{padding:16px;border-radius:16px}.ypk-export-heading{align-items:flex-start}.ypk-country-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ypk-country-pill{min-height:36px;font-size:.78rem;padding:6px 7px}.ypk-contact-strip{display:none}.ypk-footer{padding-top:38px}.ypk-footer-grid{grid-template-columns:1fr;gap:24px}.ypk-footer-grid>div:last-child{grid-column:auto}.ypk-brand-footer{width:230px;height:70px}.ypk-mobile-contact{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #d5e3f1;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(6,32,68,.16)}.ypk-mobile-contact a{display:grid;place-items:center;gap:3px;min-height:60px;padding:7px 3px;color:#1765b3;font-size:.7rem;font-weight:500}.ypk-mobile-contact a+a{border-left:1px solid #e5edf5}.ypk-mobile-contact svg{width:20px;height:20px}.ypk-mobile-contact a:nth-child(2){color:#168a45}.ypk-mobile-contact a:nth-child(3){color:#9b2d92}}
@media(max-width:430px){.ypk-container{width:min(100% - 20px,410px)}.ypk-brand{width:194px;height:58px}.ypk-logo-mark{flex-basis:40px;width:40px;height:40px}.ypk-logo-text strong{font-size:.75rem}.ypk-logo-text small{font-size:.39rem}.ypk-menu-toggle{width:42px;height:42px}.ypk-hero-media img{height:178px;padding:8px}.ypk-hero-copy h1{font-size:1.28rem}.ypk-hero-copy p{font-size:.8rem}.ypk-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ypk-cat-card{min-height:126px}.yps-products-grid{grid-template-columns:1fr}.yps-product-media{height:212px}.ypk-country-list{grid-template-columns:1fr 1fr}.ypk-center .ypk-btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ypk-slide{transition:none!important}.ypk-nav a::after{transition:none!important}}

/* v1.1.8 - Canlı ekran iyileştirmeleri: slayt, otomatik geçiş, mobil ilk görünüm ve boşluk sistemi */
.ypk-hero-slider{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;border-bottom:0!important;padding:22px 0 6px!important;overflow:hidden!important}.ypk-slider-track{min-height:auto!important}.ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .55s ease,visibility .55s ease!important}.ypk-slide.is-active{position:relative!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.ypk-slide-card{min-height:0!important;padding:0!important;gap:0!important}.ypk-slide-visual-only{width:min(1180px,100%)!important;margin-inline:auto!important}.ypk-hero-media{margin:0 auto!important;width:auto!important;max-width:min(1180px,100%)!important;min-height:0!important;border:0!important;border-radius:22px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.ypk-hero-media::before{display:none!important}.ypk-hero-media img{width:auto!important;max-width:100%!important;height:auto!important;max-height:min(64vh,560px)!important;margin:0 auto!important;padding:0!important;object-fit:contain!important;object-position:center center!important;border:1px solid #dbe9f7!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 38px rgba(6,32,68,.07)!important}.ypk-slide-caption{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ypk-slider-btn{top:50%!important;width:46px!important;height:46px!important;border-color:#cfe0f0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 10px 25px rgba(6,32,68,.08)!important}.ypk-slider-btn.prev{left:max(16px,calc((100vw - 1180px)/2 - 12px))!important}.ypk-slider-btn.next{right:max(16px,calc((100vw - 1180px)/2 - 12px))!important}.ypk-slider-dots{position:relative!important;left:auto!important;bottom:auto!important;justify-content:center!important;transform:none!important;margin:14px auto 0!important}.ypk-hero-intro{padding:16px 0 8px!important;background:#fff!important;text-align:center!important}.ypk-hero-copy{max-width:880px!important;text-align:center!important}.ypk-hero-copy h1{margin:0 0 8px!important;font-size:clamp(2rem,3.1vw,3.45rem)!important;line-height:1.08!important;font-weight:600!important;letter-spacing:-.034em!important;color:var(--yp-dark)!important}.ypk-hero-copy p{max-width:760px!important;margin:0 auto!important;color:#536b84!important;font-size:1.02rem!important;line-height:1.58!important;font-weight:400!important}.ypk-primary-action-strip{padding:16px 0 18px!important;background:#fff!important;border-bottom:0!important}.ypk-category-strip{padding:16px 0 18px!important}.ypk-home-compact{padding:20px 0 34px!important}.ypk-compact-grid{align-items:start!important}.ypk-about-card{align-items:start!important}.ypk-about-media{height:250px!important;min-height:250px!important;align-self:start!important;background:#f4f8fc!important}.ypk-about-media img{width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;object-position:center!important}.ypk-about-card p{font-weight:400!important}.ypk-quote-card{align-items:start!important}.ypk-process-row small{font-size:.77rem!important}.ypk-info-card{align-items:center!important}.ypk-info-copy p{font-weight:400!important}.ypk-export-row{background:linear-gradient(135deg,#ffffff 0%,#f3f9ff 100%)!important;border-color:#d8e8f7!important}.ypk-country-pill{border-color:#bcd5ee!important;background:#fff!important;box-shadow:0 4px 14px rgba(6,32,68,.03)!important}.ypk-country-pill:hover{border-color:#8bbce9!important;background:#f8fcff!important}.ypk-country-code{background:#e5f2ff!important;color:#075fbf!important}.yps-product-card,.ypk-cat-card,.ypk-about-card,.ypk-quote-card,.ypk-info-card{box-shadow:0 8px 26px rgba(6,32,68,.045)!important}body{font-weight:400!important}.ypk-section-head h2,.ypk-about-card h2,.ypk-quote-card h2,.ypk-info-copy h2{font-weight:600!important}.ypk-section-head p,.yps-product-body p,.ypk-about-card p,.ypk-info-copy p{color:#526a82!important}

@media(max-width:1040px){.ypk-hero-slider{padding:18px 0 6px!important}.ypk-hero-media img{max-height:min(54vh,430px)!important;border-radius:18px!important}.ypk-hero-intro{padding:14px 0 6px!important}.ypk-hero-copy h1{font-size:clamp(1.8rem,4.8vw,2.8rem)!important}.ypk-primary-action-inner{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ypk-about-media{height:240px!important;min-height:240px!important}.ypk-compact-grid{gap:16px!important}.ypk-quote-card{gap:18px!important}}
@media(max-width:720px){.ypk-header{position:sticky!important}.ypk-hero-slider{padding:12px 0 4px!important}.ypk-slide-visual-only{width:100%!important}.ypk-hero-media{border-radius:16px!important}.ypk-hero-media img{width:100%!important;max-height:none!important;border-radius:16px!important}.ypk-slider-dots{margin-top:10px!important}.ypk-hero-intro{padding:12px 0 4px!important}.ypk-hero-eyebrow{display:inline-flex!important;font-size:.66rem!important;letter-spacing:.07em!important;margin-bottom:7px!important}.ypk-hero-copy h1{font-size:clamp(1.45rem,6.2vw,1.9rem)!important;line-height:1.12!important;font-weight:600!important;margin-bottom:7px!important}.ypk-hero-copy p{max-width:380px!important;font-size:.86rem!important;line-height:1.46!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.ypk-primary-action-strip{padding:10px 0 12px!important}.ypk-primary-action-inner{grid-template-columns:1fr!important;gap:8px!important}.ypk-action-tile{min-height:60px!important}.ypk-category-strip{padding:12px 0!important}.ypk-home-compact{padding:10px 0 26px!important}.ypk-about-media{height:auto!important;min-height:0!important;aspect-ratio:16/9!important}.ypk-about-media img{object-fit:cover!important}.ypk-quote-card{padding:14px!important}.ypk-process-row{grid-template-columns:1fr 1fr!important}.ypk-process-row span{gap:5px!important}.ypk-process-row b{width:42px!important;height:42px!important}.ypk-process-row small{font-size:.72rem!important;line-height:1.3!important}.ypk-info-media{min-height:0!important;aspect-ratio:16/9!important}.ypk-info-media img{padding:0!important;object-fit:cover!important}.ypk-export-row{padding:14px!important}.ypk-country-list{grid-template-columns:1fr 1fr!important}.ypk-country-pill{font-size:.76rem!important}}
@media(max-width:430px){.ypk-hero-slider{padding-top:10px!important}.ypk-hero-media img{border-radius:14px!important}.ypk-hero-copy h1{font-size:1.38rem!important}.ypk-hero-copy p{font-size:.82rem!important}.ypk-category-grid{gap:8px!important}.ypk-cat-card{min-height:118px!important}.ypk-process-row{grid-template-columns:1fr!important}.ypk-country-list{grid-template-columns:1fr!important}}


/* v1.1.9 - mobil öncelikli slayt motoru, boşluk disiplini ve kurumsal yüzey sıkılaştırması */
.ypk-header{top:0}.admin-bar .ypk-header{top:32px}@media(max-width:782px){.admin-bar .ypk-header{top:46px}}@media(max-width:600px){.ypk-header,.admin-bar .ypk-header{top:0}}
.ypk-header-inner{min-height:82px}.ypk-brand{width:286px;height:72px}.ypk-logo-mark{flex-basis:56px;width:56px;height:56px;padding:0}.ypk-logo-mark img{width:100%;height:100%;object-fit:contain;object-position:center}.ypk-logo-text strong{font-weight:700;letter-spacing:.028em}.ypk-logo-text small{font-size:.52rem;letter-spacing:.095em}.ypk-head-actions .ypk-btn{min-height:42px;padding:10px 18px}.ypk-icon-link{min-height:40px;padding:8px 12px;background:#fff;box-shadow:none}.ypk-wa-link{border-color:#cfeadb;background:#fafffc}.ypk-ig-link{border-color:#d8e8ff;background:#fbfdff}

.ypk-hero-v119{padding:18px 0 10px!important;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)!important}.ypk-hero-v119 .ypk-slider-track{position:relative;min-height:var(--ypk-current-slide-height,auto)!important}.ypk-hero-v119 .ypk-slide-card{display:block!important;width:100%!important;margin:0 auto!important}.ypk-hero-v119 .ypk-slide-visual-only{width:100%!important;max-width:1440px!important;margin:0 auto!important}.ypk-hero-v119 .ypk-hero-media{width:100%!important;max-width:1440px!important;aspect-ratio:1672/941!important;max-height:620px!important;display:grid!important;place-items:center!important;margin:0 auto!important;padding:10px!important;border:1px solid #d9e8f6!important;border-radius:26px!important;background:radial-gradient(circle at 78% 20%,rgba(11,114,231,.14),transparent 34%),linear-gradient(135deg,#fff 0%,#eef7ff 100%)!important;box-shadow:0 16px 42px rgba(6,32,68,.06)!important;overflow:hidden!important}.ypk-hero-v119 .ypk-hero-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:18px!important;background:transparent!important;box-shadow:none!important}.ypk-hero-v119 .ypk-slider-btn{top:calc(50% - 12px)!important;width:44px!important;height:44px!important;border-color:#cbdff1!important;background:rgba(255,255,255,.96)!important;color:#0a65ca!important;box-shadow:0 8px 22px rgba(6,32,68,.11)!important}.ypk-hero-v119 .ypk-slider-btn.prev{left:max(16px,calc((100vw - 1440px)/2 + 18px))!important}.ypk-hero-v119 .ypk-slider-btn.next{right:max(16px,calc((100vw - 1440px)/2 + 18px))!important}.ypk-hero-v119 .ypk-slider-dots{display:flex!important;gap:7px!important;margin:12px auto 0!important}.ypk-hero-v119 .ypk-slider-dots button{width:8px!important;height:8px!important;border-radius:999px!important;border:0!important;background:#c2d8ee!important;opacity:1!important;transition:width .18s ease,background-color .18s ease!important}.ypk-hero-v119 .ypk-slider-dots button.is-active{width:24px!important;background:var(--yp-blue)!important}
.ypk-hero-intro{padding:10px 0 6px!important}.ypk-hero-eyebrow{font-weight:600!important;letter-spacing:.11em!important}.ypk-hero-copy h1{font-weight:600!important;letter-spacing:-.038em!important}.ypk-hero-copy p{font-weight:400!important;color:#546d86!important}.ypk-primary-action-strip{padding:12px 0 16px!important}.ypk-primary-action-inner{max-width:980px;margin-inline:auto}.ypk-action-tile{min-height:86px;border-color:#d9e8f6;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 6px 18px rgba(6,32,68,.045)}.ypk-action-tile strong{font-weight:600}.ypk-action-tile small{font-weight:400;color:#5b7187}.ypk-category-strip{padding:12px 0 22px!important}.ypk-cat-card{box-shadow:0 5px 16px rgba(6,32,68,.035)!important}.ypk-cat-img img{width:100%;height:100%;object-fit:contain;object-position:center}
.ypk-home-compact{padding:18px 0 34px!important}.ypk-compact-grid{grid-template-columns:minmax(0,0.94fr) minmax(0,1.06fr)!important;gap:20px!important}.ypk-about-card,.ypk-quote-card{border-color:#d8e7f5;box-shadow:0 7px 24px rgba(6,32,68,.04)!important}.ypk-about-card{grid-template-columns:220px minmax(0,1fr)!important;padding:20px!important}.ypk-about-media{height:240px!important;min-height:240px!important;background:#fff!important;border:1px solid #e5eff8}.ypk-about-media img{width:100%!important;height:100%!important;padding:8px!important;object-fit:contain!important;object-position:center!important}.ypk-about-card h2,.ypk-quote-card h2{font-size:1.35rem!important;font-weight:600!important;letter-spacing:-.018em!important}.ypk-about-card p{font-size:.94rem!important;line-height:1.72!important;-webkit-line-clamp:8!important}.ypk-card-label{font-weight:600!important;letter-spacing:.115em!important}.ypk-quote-card{grid-template-columns:minmax(320px,.9fr) minmax(330px,1.1fr)!important;padding:20px!important}.ypk-process{border-left:1px solid #e1edf8;padding-left:20px}.ypk-process h3{font-weight:600}.ypk-process-row{gap:12px}.ypk-process-row span{padding:10px 8px;border-radius:14px;background:#fbfdff}.ypk-process-row strong{font-weight:600}.ypk-process-row small{font-weight:400;color:#5c7288}.yps-form-grid{gap:12px}.yps-form input,.yps-form textarea,.yps-form select{border-color:#cfe0f1;background:#fff;box-shadow:none}.yps-form input:focus,.yps-form textarea:focus,.yps-form select:focus{outline:2px solid rgba(11,114,231,.16);border-color:#8fbbe8}
.ypk-section{padding:52px 0}.ypk-products-section{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}.ypk-section-head{max-width:820px}.ypk-section-head h2{font-weight:600}.ypk-section-head p{font-weight:400}.yps-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.yps-product-card{border-color:#dce9f6;box-shadow:0 6px 20px rgba(6,32,68,.04)!important}.yps-product-media{height:220px;background:#fff}.yps-product-media img{width:100%;height:100%;padding:12px;object-fit:contain;object-position:center}.yps-product-body h3{font-weight:600;line-height:1.3}.yps-product-body p{font-weight:400}.yps-products-empty{grid-column:1/-1;padding:24px;border:1px dashed #bcd5ee;border-radius:18px;background:#fbfdff;text-align:center}.yps-products-empty strong{display:block;color:var(--yp-dark);font-size:1.1rem}.yps-products-empty p{max-width:650px;margin:8px auto 16px;color:#5b7187}
.ypk-info-card{padding:24px!important;border-color:#dbe9f6}.ypk-info-media{background:#fff;border:1px solid #e2edf8}.ypk-info-media img{width:100%;height:100%;padding:8px;object-fit:contain!important;object-position:center}.ypk-info-copy h2{font-weight:600}.ypk-info-copy p{font-weight:400}.ypk-export-compact{padding:8px 0 34px}.ypk-export-row{display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start;background:linear-gradient(135deg,#f8fcff,#fff)!important}.ypk-export-heading h2{font-weight:600}.ypk-country-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ypk-country-pill{justify-content:flex-start;min-height:42px;border-radius:12px;font-weight:500}.ypk-country-code{flex:0 0 auto}.ypk-contact-row{font-weight:400}.ypk-footer{background:#071b35}.ypk-footer p,.ypk-footer a{font-weight:400;color:#c3d1df}.ypk-footer h3{font-weight:600;color:#fff}

@media(max-width:1180px){.ypk-head-actions .ypk-icon-link span{display:none}.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:16px}.ypk-brand{width:260px}.ypk-compact-grid{grid-template-columns:1fr!important}.ypk-quote-card{grid-template-columns:1fr!important}.ypk-process{border-left:0;border-top:1px solid #e1edf8;padding-left:0;padding-top:18px}.ypk-export-row{grid-template-columns:1fr}.ypk-country-list{grid-template-columns:repeat(3,minmax(0,1fr))}.yps-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1040px){.ypk-header-inner{min-height:74px}.ypk-brand{width:232px;height:64px;max-width:calc(100% - 64px)}.ypk-logo-mark{flex-basis:48px;width:48px;height:48px}.ypk-logo-text strong{font-size:.92rem}.ypk-logo-text small{font-size:.44rem}.ypk-menu-toggle{display:grid}.ypk-nav{position:absolute;left:0;right:0;top:100%;display:none;background:#fff;border:1px solid #dbe8f5;border-radius:0 0 18px 18px;box-shadow:0 18px 38px rgba(6,32,68,.11);padding:12px}.ypk-nav.is-open{display:block}.ypk-nav ul,.ypk-menu,.ypk-menu-default{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ypk-nav a{justify-content:center;min-height:42px;border:1px solid #e5edf6;border-radius:12px;background:#fbfdff;padding:8px}.ypk-nav a::after{display:none}.ypk-head-actions{margin-left:auto}.ypk-head-actions .ypk-icon-link{display:none}.ypk-head-actions .ypk-btn{display:none}.ypk-hero-v119 .ypk-hero-media{max-height:520px;border-radius:22px!important}.ypk-primary-action-inner{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ypk-about-card{grid-template-columns:210px minmax(0,1fr)!important}.ypk-about-media{height:230px!important;min-height:230px!important}}
@media(max-width:720px){body{padding-bottom:76px}.ypk-container{width:min(100% - 24px,680px)}.ypk-header{box-shadow:0 4px 14px rgba(6,32,68,.055)}.ypk-header-inner{min-height:66px;gap:10px}.ypk-brand{width:206px;height:58px}.ypk-brand-wrap{gap:9px}.ypk-logo-mark{flex-basis:42px;width:42px;height:42px}.ypk-logo-text strong{font-size:.78rem;line-height:.98;letter-spacing:.02em}.ypk-logo-text small{font-size:.38rem;letter-spacing:.07em;white-space:normal}.ypk-menu-toggle{width:42px;height:42px;border-radius:12px}.ypk-nav{padding:10px;border-radius:0 0 16px 16px}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:1fr 1fr;gap:7px}.ypk-nav a{min-height:40px;font-size:.84rem}.ypk-hero-v119{padding:10px 0 6px!important}.ypk-hero-v119 .ypk-hero-media{aspect-ratio:16/9!important;max-height:none!important;padding:6px!important;border-radius:17px!important;background:#f4f9fe!important;box-shadow:0 8px 22px rgba(6,32,68,.055)!important}.ypk-hero-v119 .ypk-hero-media img{border-radius:12px!important}.ypk-hero-v119 .ypk-slider-btn{width:36px!important;height:36px!important;font-size:22px!important}.ypk-hero-v119 .ypk-slider-btn.prev{left:6px!important}.ypk-hero-v119 .ypk-slider-btn.next{right:6px!important}.ypk-hero-v119 .ypk-slider-dots{margin-top:8px!important}.ypk-hero-intro{padding:8px 0 4px!important}.ypk-hero-copy h1{font-size:1.42rem!important;font-weight:600!important;line-height:1.14!important;letter-spacing:-.028em!important}.ypk-hero-copy p{-webkit-line-clamp:2!important;font-size:.82rem!important;line-height:1.45!important}.ypk-primary-action-strip{padding:8px 0 12px!important}.ypk-primary-action-inner{grid-template-columns:1fr!important;gap:7px!important}.ypk-action-tile{grid-template-columns:42px minmax(0,1fr);min-height:62px!important;padding:10px 12px;text-align:left}.ypk-action-tile span{width:42px;height:42px}.ypk-action-tile strong{font-size:.9rem}.ypk-action-tile small{font-size:.74rem}.ypk-category-strip{padding:8px 0 14px!important}.ypk-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ypk-cat-card{min-height:120px!important;padding:10px 8px!important}.ypk-cat-img{width:60px!important;height:50px!important}.ypk-cat-card strong{font-size:.82rem!important}.ypk-cat-card small{font-size:.68rem!important;line-height:1.25!important}.ypk-home-compact{padding:8px 0 26px!important}.ypk-about-card{grid-template-columns:1fr!important;padding:14px!important}.ypk-about-media{height:auto!important;min-height:0!important;aspect-ratio:16/9!important}.ypk-about-media img{padding:5px!important;object-fit:contain!important}.ypk-about-card h2,.ypk-quote-card h2{font-size:1.18rem!important}.ypk-about-card p{font-size:.86rem!important;line-height:1.58!important;-webkit-line-clamp:5!important}.ypk-quote-card{padding:14px!important}.ypk-process-row{grid-template-columns:1fr 1fr!important;gap:8px}.ypk-process-row span{padding:9px 6px}.ypk-process-row b{width:38px!important;height:38px!important}.ypk-process-row strong{font-size:.78rem}.ypk-process-row small{font-size:.68rem!important}.yps-form-grid{grid-template-columns:1fr!important;gap:9px}.yps-form label{font-size:.78rem}.yps-form input,.yps-form textarea,.yps-form select{min-height:43px}.ypk-section{padding:36px 0}.ypk-section-head h2{font-size:1.32rem!important}.ypk-section-head p{font-size:.85rem!important}.yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yps-product-media{height:158px}.yps-product-media img{padding:8px}.yps-product-body{padding:11px}.yps-product-body h3{font-size:.86rem}.yps-product-body p{font-size:.74rem;line-height:1.36}.yps-product-actions{grid-template-columns:1fr}.ypk-center{display:grid;gap:8px}.ypk-center .ypk-btn{width:100%;justify-content:center}.ypk-info-card{grid-template-columns:1fr!important;padding:14px!important}.ypk-info-media{aspect-ratio:16/9;min-height:0}.ypk-info-media img{padding:5px}.ypk-info-copy h2{font-size:1.22rem!important}.ypk-info-copy p{font-size:.84rem!important;line-height:1.58!important}.ypk-export-row{padding:14px!important;gap:14px}.ypk-export-heading{gap:10px}.ypk-export-heading h2{font-size:1.12rem}.ypk-export-heading p{font-size:.82rem}.ypk-country-list{grid-template-columns:1fr 1fr;gap:7px}.ypk-country-pill{min-height:38px;font-size:.74rem;padding:6px 7px}.ypk-contact-strip{display:none!important}.ypk-footer-grid{grid-template-columns:1fr!important}.ypk-mobile-contact{display:grid!important}}
@media(max-width:430px){.ypk-container{width:min(100% - 20px,410px)}.ypk-brand{width:196px}.ypk-logo-mark{flex-basis:40px;width:40px;height:40px}.ypk-logo-text strong{font-size:.74rem}.ypk-logo-text small{font-size:.36rem}.ypk-hero-copy h1{font-size:1.3rem!important}.ypk-hero-copy p{font-size:.79rem!important}.ypk-category-grid{grid-template-columns:1fr 1fr}.yps-products-grid{grid-template-columns:1fr}.yps-product-media{height:210px}.ypk-process-row{grid-template-columns:1fr!important}.ypk-country-list{grid-template-columns:1fr}.ypk-mobile-contact a{min-height:58px}}
@media(prefers-reduced-motion:reduce){.ypk-hero-v119 .ypk-slide{transition:none!important}.ypk-hero-v119 .ypk-slider-dots button{transition:none!important}}

/* v1.1.10 - live slider autoplay and desktop composition hardening */
.ypk-hero-v1110{padding:18px 0 4px!important;background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%)!important;}
.ypk-hero-v1110 .ypk-slider-track{position:relative!important;min-height:var(--ypk-current-slide-height,clamp(300px,40vw,610px))!important;}
.ypk-hero-v1110.is-js-ready .ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .5s ease,visibility .5s ease!important;}
.ypk-hero-v1110.is-js-ready .ypk-slide.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.ypk-hero-v1110 .ypk-slide-card{min-height:0!important;width:min(1380px,100%)!important;margin-inline:auto!important;padding:0!important;}
.ypk-hero-v1110 .ypk-hero-media{width:100%!important;max-width:100%!important;aspect-ratio:16/8.1!important;max-height:610px!important;margin:0 auto!important;padding:12px!important;border:1px solid #d9e9f8!important;border-radius:25px!important;background:radial-gradient(circle at 82% 22%,rgba(11,114,231,.12),transparent 30%),linear-gradient(135deg,#fff 0%,#eef7ff 100%)!important;box-shadow:0 14px 36px rgba(6,32,68,.055)!important;overflow:hidden!important;}
.ypk-hero-v1110 .ypk-hero-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:18px!important;background:transparent!important;box-shadow:none!important;}
.ypk-hero-v1110 .ypk-slider-btn{top:50%!important;z-index:10!important;}
.ypk-hero-v1110 .ypk-slider-dots{display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;margin:12px auto 0!important;z-index:11!important;}
.ypk-hero-v1110 .ypk-slider-dots button{display:block!important;width:8px!important;height:8px!important;border-radius:999px!important;border:0!important;background:#bfd5eb!important;}
.ypk-hero-v1110 .ypk-slider-dots button.is-active{width:26px!important;background:var(--yp-blue)!important;}
@media(max-width:1040px){.ypk-hero-v1110 .ypk-hero-media{aspect-ratio:16/9!important;max-height:520px!important;padding:8px!important;border-radius:20px!important}.ypk-hero-v1110 .ypk-slider-track{min-height:var(--ypk-current-slide-height,clamp(230px,50vw,520px))!important}}
@media(max-width:720px){.ypk-hero-v1110{padding:8px 0 2px!important}.ypk-hero-v1110 .ypk-hero-media{aspect-ratio:16/9!important;padding:6px!important;border-radius:16px!important}.ypk-hero-v1110 .ypk-slider-track{min-height:var(--ypk-current-slide-height,clamp(185px,54vw,315px))!important}.ypk-hero-v1110 .ypk-slider-dots{margin-top:8px!important}.ypk-hero-v1110 .ypk-slider-btn{display:grid!important;width:34px!important;height:34px!important;font-size:21px!important}.ypk-hero-v1110 .ypk-slider-btn.prev{left:4px!important}.ypk-hero-v1110 .ypk-slider-btn.next{right:4px!important}}

/* v1.1.11 - professional corporate UX, FAQ, core pages and mobile-first hero rebuild */
:root{--yp-page-bg:#f6f9fc;--yp-blue-soft:#edf6ff;--yp-deep:#041b38;--yp-surface:#ffffff;}
body{font-weight:400;letter-spacing:-.006em;background:#fff;color:#17304f;}
.ypk-section{padding:70px 0;}
.ypk-section-head{max-width:820px;margin:0 auto 28px;text-align:center;}
.ypk-section-head h2{font-weight:600;letter-spacing:-.032em;color:var(--yp-dark);}
.ypk-section-head p{font-weight:400;color:#61768b;}

.ypk-hero-v1111{padding:26px 0 18px!important;background:linear-gradient(180deg,#ffffff 0%,#f2f8ff 100%)!important;border-bottom:1px solid #dfeaf5;overflow:hidden;}
.ypk-hero-v1111 .ypk-slider-track{position:relative!important;min-height:var(--ypk-current-slide-height,clamp(430px,34vw,560px))!important;}
.ypk-hero-v1111 .ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease;}
.ypk-hero-v1111 .ypk-slide.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2;}
.ypk-hero-v1111 .ypk-slide-card{display:grid!important;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important;align-items:center!important;gap:34px!important;min-height:0!important;padding:0!important;width:min(1440px,100%)!important;margin-inline:auto!important;}
.ypk-slide-copy{min-width:0;padding:34px 0 34px 4px;}
.ypk-slide-copy h1{max-width:610px;margin:0 0 14px;color:var(--yp-dark);font-size:clamp(2.05rem,3.1vw,4.05rem);line-height:1.04;font-weight:600;letter-spacing:-.045em;}
.ypk-slide-copy p{max-width:590px;margin:0;color:#516b85;font-size:clamp(.98rem,1.04vw,1.16rem);line-height:1.62;font-weight:400;}
.ypk-slide-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;}
.ypk-slide-proof span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid #c8dced;border-radius:999px;background:#fff;color:#2e5c88;font-size:.82rem;font-weight:500;}
.ypk-hero-v1111 .ypk-hero-media{width:100%!important;aspect-ratio:16/8.2!important;max-height:555px!important;margin:0!important;padding:14px!important;border-radius:28px!important;border:1px solid #d9e8f7!important;background:radial-gradient(circle at 84% 16%,rgba(11,114,231,.14),transparent 34%),linear-gradient(135deg,#fff 0%,#edf7ff 100%)!important;box-shadow:0 18px 48px rgba(6,32,68,.07)!important;overflow:hidden!important;}
.ypk-hero-v1111 .ypk-hero-media::before{display:none!important;}
.ypk-hero-v1111 .ypk-hero-media img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;object-fit:contain!important;object-position:center center!important;border-radius:18px!important;filter:none!important;}
.ypk-hero-v1111 .ypk-slider-btn{top:50%!important;width:42px!important;height:42px!important;background:#fff!important;border-color:#cfe0ef!important;color:var(--yp-blue)!important;box-shadow:0 8px 22px rgba(6,32,68,.08)!important;}
.ypk-hero-v1111 .ypk-slider-dots{display:flex!important;justify-content:center!important;position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;margin:14px auto 0!important;z-index:6!important;}
.ypk-hero-v1111 .ypk-slider-dots button{display:block!important;width:8px!important;height:8px!important;border-radius:999px!important;border:0!important;background:#b9cfe3!important;}
.ypk-hero-v1111 .ypk-slider-dots button.is-active{width:28px!important;background:var(--yp-blue)!important;}

.ypk-action-panel{padding:16px 0;background:#fff;border-bottom:1px solid #e1edf8;}
.ypk-action-panel-inner{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:18px;align-items:center;padding:16px 18px;border:1px solid #dce8f4;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 8px 24px rgba(6,32,68,.045);}
.ypk-action-panel-copy span{display:block;margin-bottom:3px;color:var(--yp-blue);font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;}
.ypk-action-panel-copy strong{display:block;color:#173654;font-size:1.05rem;line-height:1.35;font-weight:500;}
.ypk-action-buttons{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.ypk-action-buttons .ypk-btn{min-height:43px;border-radius:999px;padding:9px 16px;font-weight:500;}
.ypk-action-buttons svg{width:18px;height:18px;}
.ypk-primary-action-strip{display:none!important;}

.ypk-category-strip{padding:26px 0 10px!important;background:#fff!important;}
.ypk-category-grid{gap:14px!important;}
.ypk-cat-card{min-height:118px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 6px 18px rgba(6,32,68,.035)!important;}
.ypk-cat-card strong{font-weight:600!important;}
.ypk-cat-card small{font-weight:400!important;}

.ypk-corporate-overview{background:#fff;}
.ypk-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:24px;align-items:stretch;}
.ypk-overview-main,.ypk-overview-media{border:1px solid #dce8f4;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(6,32,68,.045);overflow:hidden;}
.ypk-overview-main{padding:32px;}
.ypk-overview-main h2{margin:0 0 12px;color:var(--yp-dark);font-size:clamp(1.55rem,2vw,2.35rem);line-height:1.16;font-weight:600;letter-spacing:-.032em;}
.ypk-overview-main p{margin:0 0 20px;color:#596f85;font-weight:400;line-height:1.68;}
.ypk-overview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;}
.ypk-overview-stats span{display:grid;gap:4px;padding:14px;border:1px solid #d9e7f4;border-radius:16px;background:#f8fbff;}
.ypk-overview-stats strong{color:var(--yp-blue);font-size:1.14rem;line-height:1.1;font-weight:600;}
.ypk-overview-stats small{color:#5d7186;font-size:.78rem;line-height:1.3;}
.ypk-overview-media{display:grid;place-items:center;background:linear-gradient(135deg,#f5faff,#fff);}
.ypk-overview-media img{width:100%;height:100%;min-height:350px;padding:18px;object-fit:contain;}

.ypk-quality-band{background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);}
.ypk-quality-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ypk-quality-grid article{padding:22px;border:1px solid #dce8f4;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(6,32,68,.04);}
.ypk-quality-grid b{display:grid;place-items:center;width:46px;height:46px;margin-bottom:14px;border-radius:14px;background:#eef6ff;color:var(--yp-blue);}
.ypk-quality-grid svg{width:23px;height:23px;}
.ypk-quality-grid h3{margin:0 0 8px;color:var(--yp-dark);font-size:1.05rem;font-weight:600;}
.ypk-quality-grid p{margin:0;color:#5e7489;font-size:.9rem;line-height:1.58;font-weight:400;}

.ypk-quote-process-section{background:#fff;}
.ypk-quote-card-v1111{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:24px!important;padding:28px!important;border-radius:24px!important;}
.ypk-form-note{margin:0 0 14px;color:#60768b;font-size:.92rem;line-height:1.55;}

.ypk-faq-section{background:linear-gradient(135deg,#05264e 0%,#083f7c 58%,#0b72e7 100%);color:#fff;position:relative;overflow:hidden;}
.ypk-faq-section::before{content:"";position:absolute;inset:-35% auto auto -15%;width:480px;height:480px;border-radius:50%;background:rgba(255,255,255,.08);}
.ypk-faq-head{position:relative;z-index:1;max-width:820px;margin:0 auto 26px;text-align:center;}
.ypk-faq-head span{display:inline-flex;margin-bottom:8px;color:#cfe6ff;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;}
.ypk-faq-head h2{margin:0 0 9px;color:#fff;font-size:clamp(1.7rem,2.4vw,2.8rem);font-weight:600;letter-spacing:-.034em;}
.ypk-faq-head p{margin:0;color:#d9ebff;font-weight:400;}
.ypk-faq-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ypk-faq-item{border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.10);box-shadow:0 10px 26px rgba(0,0,0,.08);overflow:hidden;}
.ypk-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:60px;padding:16px 18px;cursor:pointer;color:#fff;font-weight:600;list-style:none;}
.ypk-faq-item summary::-webkit-details-marker{display:none;}
.ypk-faq-item summary::after{content:"+";display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.18);font-weight:500;}
.ypk-faq-item[open] summary::after{content:"−";}
.ypk-faq-item p{margin:0;padding:0 18px 18px;color:#e8f4ff;font-size:.92rem;line-height:1.65;font-weight:400;}

.ypk-export-v1111{padding:56px 0;background:#fff;}
.ypk-export-v1111 .ypk-export-row{border:1px solid #dce8f4;border-radius:24px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(6,32,68,.045);}
.ypk-export-v1111 .ypk-country-pill{border-radius:999px;background:#fff;border-color:#cfe0ef;box-shadow:0 5px 14px rgba(6,32,68,.035);}
.ypk-export-v1111 .ypk-country-code{background:#eaf5ff;color:#0a64c4;}

.ypk-page-hero{padding:72px 0;background:linear-gradient(135deg,#f7fbff,#fff);border-bottom:1px solid #e1edf8;}
.ypk-page-hero .ypk-container{max-width:980px;text-align:center;}
.ypk-page-hero h1{margin:0 0 12px;color:var(--yp-dark);font-size:clamp(2rem,3vw,3.4rem);line-height:1.08;font-weight:600;letter-spacing:-.04em;}
.ypk-page-hero p{max-width:760px;margin:0 auto;color:#5c7288;font-size:1.03rem;font-weight:400;line-height:1.65;}
.ypk-kicker{display:inline-flex;margin-bottom:10px;color:var(--yp-blue);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;}
.ypk-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.ypk-page-card{padding:24px;border:1px solid #dce8f4;border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(6,32,68,.04);}
.ypk-page-card h2,.ypk-page-card h3{margin:0 0 10px;color:var(--yp-dark);font-weight:600;letter-spacing:-.025em;}
.ypk-page-card p,.ypk-page-card li{color:#5a7187;font-weight:400;line-height:1.66;}
.ypk-page-card ul{margin:12px 0 0;padding-left:18px;}
.ypk-page-card b{color:var(--yp-blue);font-weight:600;}
.ypk-readable{max-width:980px;color:#526a82;font-weight:400;line-height:1.75;}
.ypk-readable h2{color:var(--yp-dark);font-weight:600;letter-spacing:-.025em;}
.ypk-core-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px;}
.ypk-core-nav a{display:grid;gap:5px;padding:16px;border:1px solid #dce8f4;border-radius:16px;background:#fff;color:#173654;box-shadow:0 6px 16px rgba(6,32,68,.035);}
.ypk-core-nav strong{font-weight:600;}
.ypk-core-nav small{color:#63798f;font-size:.8rem;}
.ypk-contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ypk-contact-card{display:grid;gap:7px;padding:20px;border:1px solid #dce8f4;border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(6,32,68,.035);}
.ypk-contact-card svg{width:22px;height:22px;color:var(--yp-blue);}
.ypk-contact-card strong{color:var(--yp-dark);font-weight:600;}
.ypk-contact-card span,.ypk-contact-card a{color:#5d7287;font-weight:400;line-height:1.55;}

@media(max-width:1180px){
  .ypk-hero-v1111 .ypk-slide-card{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:22px!important;}
  .ypk-quality-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ypk-page-grid{grid-template-columns:1fr;}
  .ypk-core-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:860px){
  .ypk-hero-v1111{padding:10px 0 8px!important;}
  .ypk-hero-v1111 .ypk-slider-track{min-height:var(--ypk-current-slide-height,auto)!important;}
  .ypk-hero-v1111 .ypk-slide-card{grid-template-columns:1fr!important;gap:12px!important;}
  .ypk-slide-copy{order:2;padding:4px 8px 8px;text-align:center;}
  .ypk-slide-copy h1{margin-inline:auto;font-size:clamp(1.42rem,5.7vw,2.1rem);line-height:1.13;}
  .ypk-slide-copy p{max-width:620px;margin-inline:auto;font-size:.88rem;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .ypk-slide-proof{justify-content:center;margin-top:12px;gap:6px;}
  .ypk-slide-proof span{min-height:28px;padding:5px 9px;font-size:.7rem;}
  .ypk-hero-v1111 .ypk-hero-media{order:1;aspect-ratio:16/9!important;max-height:none!important;border-radius:18px!important;padding:7px!important;}
  .ypk-hero-v1111 .ypk-slider-btn{width:34px!important;height:34px!important;font-size:21px!important;}
  .ypk-hero-v1111 .ypk-slider-btn.prev{left:4px!important}.ypk-hero-v1111 .ypk-slider-btn.next{right:4px!important}
  .ypk-action-panel{padding:8px 0 12px;}
  .ypk-action-panel-inner{grid-template-columns:1fr;padding:12px;border-radius:18px;text-align:center;}
  .ypk-action-buttons{justify-content:center;display:grid;grid-template-columns:1fr;gap:8px;}
  .ypk-action-buttons .ypk-btn{width:100%;}
  .ypk-overview-grid{grid-template-columns:1fr;}
  .ypk-overview-main{padding:20px;}
  .ypk-overview-stats{grid-template-columns:1fr;}
  .ypk-overview-media img{min-height:0;aspect-ratio:16/9;}
  .ypk-quote-card-v1111{grid-template-columns:1fr!important;padding:16px!important;}
  .ypk-faq-grid{grid-template-columns:1fr;}
  .ypk-contact-cards{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .ypk-section{padding:42px 0;}
  .ypk-category-grid{grid-template-columns:1fr 1fr!important;}
  .ypk-cat-card{grid-template-columns:1fr!important;text-align:center;gap:8px;min-height:150px!important;}
  .ypk-cat-img{margin-inline:auto;}
  .ypk-cat-card em{display:none;}
  .ypk-quality-grid{grid-template-columns:1fr;}
  .ypk-faq-item summary{font-size:.9rem;line-height:1.35;padding:14px;}
  .ypk-faq-item p{font-size:.84rem;padding:0 14px 14px;}
  .ypk-core-nav{grid-template-columns:1fr;}
}

/* v1.1.12 - kurumsal bilgi mimarisi, sıkı boşluk sistemi ve dolu sayfa yapıları */
.ypk-header-inner{gap:18px!important;}
.ypk-brand{width:270px!important;max-width:28vw!important;}
.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:14px!important;}
.ypk-nav a{font-size:.9rem!important;font-weight:500!important;}
.ypk-head-actions .ypk-btn{min-height:40px!important;padding:9px 16px!important;}
.ypk-head-actions .ypk-icon-link{min-height:38px!important;padding:8px 10px!important;}
.ypk-section{padding:52px 0!important;}
.ypk-tight-section{padding:40px 0!important;}
.ypk-section-head{margin-bottom:22px!important;}
.ypk-section-head h2{font-size:clamp(1.6rem,2.05vw,2.35rem)!important;}
.ypk-page-hero-v1112{padding:56px 0 46px!important;background:linear-gradient(135deg,#f7fbff 0%,#ffffff 70%)!important;}
.ypk-page-hero-v1112 h1{font-weight:600!important;letter-spacing:-.04em!important;}
.ypk-page-hero-v1112 p{font-weight:400!important;}
.ypk-hero-quicklinks{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px;}
.ypk-hero-quicklinks a{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid #cfe0ef;border-radius:999px;background:#fff;color:#165fba;font-size:.88rem;font-weight:500;box-shadow:0 6px 16px rgba(6,32,68,.035);}
.ypk-core-menu-section{padding:28px 0 34px;background:#fff;border-top:1px solid #eef4fa;border-bottom:1px solid #eef4fa;}
.ypk-core-menu-head{max-width:760px;margin:0 auto 18px;text-align:center;}
.ypk-core-menu-head span{display:inline-flex;margin-bottom:7px;color:var(--yp-blue);font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;}
.ypk-core-menu-head h2{margin:0 0 7px;color:var(--yp-dark);font-size:clamp(1.45rem,2vw,2.2rem);font-weight:600;letter-spacing:-.034em;}
.ypk-core-menu-head p{margin:0;color:#62778d;font-size:.95rem;line-height:1.58;font-weight:400;}
.ypk-core-menu-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;}
.ypk-core-menu-grid a{display:grid;gap:6px;min-height:98px;padding:15px 13px;border:1px solid #dce8f4;border-radius:17px;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 6px 18px rgba(6,32,68,.035);}
.ypk-core-menu-grid a:hover{border-color:#b8d5ef;background:#f8fbff;}
.ypk-core-menu-grid strong{color:#173654;font-size:.95rem;line-height:1.2;font-weight:600;}
.ypk-core-menu-grid small{color:#61768b;font-size:.77rem;line-height:1.35;font-weight:400;}
.ypk-corporate-overview{padding:42px 0!important;}
.ypk-overview-grid{gap:18px!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important;}
.ypk-overview-main{display:flex;flex-direction:column;justify-content:center;padding:26px!important;}
.ypk-overview-main p{line-height:1.62!important;margin-bottom:14px!important;}
.ypk-overview-stats{margin:16px 0!important;}
.ypk-feature-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:4px 0 18px;}
.ypk-feature-mini-grid span{display:flex;align-items:center;min-height:38px;padding:8px 10px;border:1px solid #dbe8f4;border-radius:12px;background:#f8fbff;color:#3d5872;font-size:.82rem;font-weight:400;}
.ypk-feature-mini-grid span::before{content:"";width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--yp-blue);flex:0 0 auto;}
.ypk-overview-media img{min-height:260px!important;padding:14px!important;}
.ypk-products-section{padding-top:48px!important;}
.ypk-quote-process-section{padding:42px 0!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;}
.ypk-quote-card-v1111{gap:18px!important;padding:22px!important;align-items:start!important;}
.ypk-quote-card-v1111 .ypk-process{height:100%;padding:20px!important;border-left:1px solid #dce8f4!important;border-top:0!important;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);}
.ypk-process-row{gap:9px!important;}
.ypk-process-row span{padding:10px 6px;border-radius:14px;background:#fff;border:1px solid #e4eef8;}
.ypk-process-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;}
.ypk-process-note-grid span{display:grid;gap:4px;padding:13px;border:1px solid #dce8f4;border-radius:14px;background:#fff;text-align:left;}
.ypk-process-note-grid strong{color:#173654;font-size:.86rem;font-weight:600;}
.ypk-process-note-grid small{color:#61778d;font-size:.76rem;line-height:1.4;font-weight:400;}
.ypk-export-v1111{padding:44px 0!important;}
.ypk-contact-strip{padding-bottom:28px!important;}
.ypk-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.ypk-page-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.ypk-page-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.ypk-page-card{min-height:100%;padding:22px!important;border:1px solid #dce8f4;border-radius:22px;background:#fff;box-shadow:0 7px 20px rgba(6,32,68,.035);}
.ypk-page-card-feature{background:linear-gradient(135deg,#fff,#f7fbff);}
.ypk-page-card span{display:inline-flex;margin-bottom:8px;color:var(--yp-blue);font-size:.73rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.ypk-page-card h2{font-size:clamp(1.18rem,1.45vw,1.65rem)!important;line-height:1.2!important;font-weight:600!important;}
.ypk-page-card p,.ypk-page-card li{font-size:.96rem!important;line-height:1.68!important;font-weight:400!important;color:#596f85!important;}
.ypk-readable-lead{max-width:1040px!important;padding:28px;border:1px solid #dce8f4;border-radius:24px;background:#fff;box-shadow:0 8px 22px rgba(6,32,68,.035);}
.ypk-readable-lead h2{margin-top:0;font-size:clamp(1.5rem,2vw,2.3rem);}
.ypk-blue-panel-section{padding:34px 0 52px!important;background:#fff;}
.ypk-blue-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#05264e,#0b72e7);color:#fff;box-shadow:0 14px 34px rgba(6,32,68,.16);}
.ypk-blue-panel span{display:inline-flex;margin-bottom:8px;color:#cfe6ff;font-size:.76rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;}
.ypk-blue-panel h2{margin:0;max-width:860px;color:#fff;font-size:clamp(1.35rem,2vw,2.25rem);line-height:1.22;font-weight:600;letter-spacing:-.03em;}
.ypk-blue-panel .ypk-btn-light{border-color:rgba(255,255,255,.6);background:#fff;color:#0b4f99;white-space:nowrap;}
.ypk-contact-cards-v1112{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.ypk-quote-page-card{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;}
.ypk-generic-page{background:#fff;}
.ypk-generic-page .ypk-readable{max-width:980px;padding:24px;border:1px solid #dce8f4;border-radius:22px;background:#fff;box-shadow:0 7px 20px rgba(6,32,68,.035);}
@media(max-width:1360px){.ypk-brand{width:238px!important;max-width:25vw!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:10px!important}.ypk-nav a{font-size:.84rem!important}.ypk-head-actions .ypk-icon-link span{display:none!important}.ypk-core-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.ypk-page-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}.ypk-contact-cards-v1112{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:1040px){.ypk-brand{width:246px!important;max-width:calc(100% - 64px)!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ypk-core-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ypk-overview-grid{grid-template-columns:1fr!important}.ypk-quote-card-v1111{grid-template-columns:1fr!important}.ypk-quote-card-v1111 .ypk-process{border-left:0!important;border-top:1px solid #dce8f4!important}.ypk-page-grid,.ypk-page-grid-2,.ypk-page-grid-3{grid-template-columns:1fr!important}.ypk-blue-panel{display:grid;text-align:center;justify-items:center}.ypk-quote-page-card{grid-template-columns:1fr!important;}}
@media(max-width:720px){.ypk-section{padding:34px 0!important}.ypk-tight-section{padding:28px 0!important}.ypk-page-hero-v1112{padding:38px 0 30px!important}.ypk-page-hero-v1112 h1{font-size:1.62rem!important;line-height:1.14!important}.ypk-page-hero-v1112 p{font-size:.88rem!important;line-height:1.55!important}.ypk-hero-quicklinks{gap:7px;margin-top:16px}.ypk-hero-quicklinks a{min-height:36px;padding:7px 11px;font-size:.78rem}.ypk-core-menu-section{padding:22px 0}.ypk-core-menu-head{text-align:left;margin-bottom:14px}.ypk-core-menu-head h2{font-size:1.35rem}.ypk-core-menu-head p{font-size:.84rem}.ypk-core-menu-grid{grid-template-columns:1fr 1fr;gap:8px}.ypk-core-menu-grid a{min-height:92px;padding:12px 10px}.ypk-core-menu-grid strong{font-size:.84rem}.ypk-core-menu-grid small{font-size:.69rem}.ypk-corporate-overview{padding:30px 0!important}.ypk-overview-main{padding:18px!important}.ypk-feature-mini-grid{grid-template-columns:1fr}.ypk-overview-media img{min-height:0!important;aspect-ratio:16/9!important}.ypk-process-note-grid{grid-template-columns:1fr}.ypk-quote-card-v1111 .ypk-process{padding:14px!important}.ypk-page-card{padding:18px!important;border-radius:18px}.ypk-page-card p,.ypk-page-card li{font-size:.88rem!important;line-height:1.6!important}.ypk-readable-lead{padding:18px;border-radius:18px}.ypk-blue-panel{padding:20px;border-radius:20px}.ypk-blue-panel h2{font-size:1.22rem}.ypk-contact-cards-v1112{grid-template-columns:1fr!important}.ypk-contact-card{padding:16px!important}.ypk-faq-page{padding-top:34px!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:1fr!important}.ypk-nav a{font-size:.84rem!important}}
@media(max-width:430px){.ypk-core-menu-grid{grid-template-columns:1fr}.ypk-page-hero-v1112 h1{font-size:1.45rem!important}.ypk-blue-panel h2{font-size:1.12rem}}

/* v1.1.13 - ana sayfa akış, boşluk dengesi ve ürün görsel netliği */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}
body{font-kerning:normal;}
.ypk-section{padding:46px 0!important;}
.ypk-section-head{margin-bottom:18px!important;}
.ypk-section-head h2{font-weight:600!important;letter-spacing:-.035em!important;}
.ypk-section-head p{max-width:760px;margin-inline:auto!important;font-size:.96rem!important;line-height:1.62!important;color:#5f7489!important;}
.ypk-core-menu-section{padding:22px 0 26px!important;}
.ypk-corporate-overview{padding:34px 0!important;}
.ypk-quote-process-section{padding:36px 0!important;}
.ypk-products-section-v1113{position:relative;padding:44px 0 48px!important;background:linear-gradient(180deg,#ffffff 0%,#f6faff 55%,#ffffff 100%)!important;border-top:1px solid #e8f1fa;border-bottom:1px solid #e8f1fa;}
.ypk-product-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px;}
.ypk-product-assurance span{display:grid;gap:3px;min-height:70px;padding:14px 16px;border:1px solid #d9e7f5;border-radius:16px;background:#fff;box-shadow:0 7px 18px rgba(6,32,68,.035);}
.ypk-product-assurance strong{color:#12385f;font-size:.96rem;font-weight:600;letter-spacing:-.012em;}
.ypk-product-assurance small{color:#61778d;font-size:.78rem;line-height:1.35;font-weight:400;}
.ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;}
.ypk-products-section-v1113 .yps-product-card{height:100%;min-height:420px;border:1px solid #d8e6f3!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 22px rgba(6,32,68,.045)!important;overflow:hidden!important;transform:none!important;filter:none!important;backdrop-filter:none!important;transition:border-color .18s ease,box-shadow .18s ease!important;}
.ypk-products-section-v1113 .yps-product-card:hover{border-color:#b9d6ef!important;box-shadow:0 12px 28px rgba(6,32,68,.07)!important;transform:none!important;}
.ypk-products-section-v1113 .yps-product-media{height:248px!important;display:grid!important;place-items:center!important;padding:18px!important;background:radial-gradient(circle at 50% 32%,#ffffff 0%,#f8fbff 48%,#edf6ff 100%)!important;border-bottom:1px solid #e2edf8!important;overflow:hidden!important;}
.ypk-products-section-v1113 .yps-product-media img,.ypk-products-section-v1113 .yps-product-img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;padding:0!important;margin:0 auto!important;filter:none!important;opacity:1!important;transform:none!important;backface-visibility:hidden!important;image-rendering:auto!important;}
.ypk-products-section-v1113 .yps-product-body{padding:15px 15px 16px!important;gap:9px!important;}
.ypk-products-section-v1113 .yps-product-body h3{min-height:42px;margin:0!important;font-size:.98rem!important;line-height:1.28!important;font-weight:600!important;letter-spacing:-.018em!important;color:#173654!important;}
.ypk-products-section-v1113 .yps-product-body h3 a{color:inherit;text-decoration:none;}
.ypk-products-section-v1113 .yps-product-body p{min-height:42px;font-size:.82rem!important;line-height:1.45!important;color:#60768d!important;font-weight:400!important;-webkit-line-clamp:2!important;}
.ypk-products-section-v1113 .yps-product-specs{min-height:31px;gap:5px!important;}
.ypk-products-section-v1113 .yps-product-specs span{min-height:25px;padding:5px 8px!important;background:#f9fcff!important;color:#435f7a!important;border-color:#d6e5f3!important;font-size:.72rem!important;font-weight:400!important;}
.ypk-products-section-v1113 .yps-product-actions{gap:7px!important;}
.ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:38px!important;border-radius:11px!important;font-size:.76rem!important;font-weight:500!important;box-shadow:none!important;}
.ypk-products-section-v1113 .ypk-center{margin-top:20px!important;gap:10px!important;}
.ypk-overview-grid{gap:16px!important;}
.ypk-overview-main,.ypk-quote-card-v1111{box-shadow:0 8px 22px rgba(6,32,68,.04)!important;}
.ypk-category-strip{padding:18px 0!important;}
.ypk-cat-card{box-shadow:0 6px 16px rgba(6,32,68,.035)!important;}
@media(max-width:1180px){.ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ypk-products-section-v1113 .yps-product-media{height:230px!important}.ypk-product-assurance{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:820px){.ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ypk-product-assurance{grid-template-columns:1fr!important;gap:8px}.ypk-product-assurance span{min-height:auto;padding:12px 14px}.ypk-products-section-v1113 .yps-product-card{min-height:360px!important;border-radius:17px!important}.ypk-products-section-v1113 .yps-product-media{height:184px!important;padding:12px!important}.ypk-products-section-v1113 .yps-product-body{padding:12px!important}.ypk-products-section-v1113 .yps-product-body h3{min-height:38px;font-size:.88rem!important}.ypk-products-section-v1113 .yps-product-body p{font-size:.76rem!important;line-height:1.38!important}.ypk-products-section-v1113 .yps-product-actions{grid-template-columns:1fr!important}.ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:36px!important;font-size:.74rem!important}.ypk-products-section-v1113{padding:34px 0 38px!important}.ypk-section{padding:36px 0!important}}
@media(max-width:430px){.ypk-products-section-v1113 .yps-products-grid{gap:10px!important}.ypk-products-section-v1113 .yps-product-card{min-height:338px!important}.ypk-products-section-v1113 .yps-product-media{height:158px!important;padding:10px!important}.ypk-products-section-v1113 .yps-product-body h3{font-size:.82rem!important}.ypk-products-section-v1113 .yps-product-specs span{font-size:.68rem!important;padding:4px 6px!important}.ypk-products-section-v1113 .ypk-center{display:grid!important;grid-template-columns:1fr!important}.ypk-products-section-v1113 .ypk-center .ypk-btn{width:100%;justify-content:center}}

/* v1.1.14 - iç sayfa doluluk, kurumsal menü algısı ve bilgi mimarisi güçlendirme */
.ypk-page-hero-v1114{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5faff 0%,#ffffff 62%,#eef7ff 100%)!important;}
.ypk-page-hero-v1114::after{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;background:rgba(11,114,231,.075);pointer-events:none;}
.ypk-page-hero-v1114 .ypk-container{position:relative;z-index:1;}
.ypk-page-hero-v1114 h1{max-width:920px;margin-left:auto!important;margin-right:auto!important;}
.ypk-page-hero-v1114 p{max-width:820px!important;}
.ypk-v1114-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:20px;align-items:stretch;}
.ypk-v1114-lead-card,.ypk-v1114-side-card{border:1px solid #d9e7f5;border-radius:24px;background:#fff;box-shadow:0 8px 22px rgba(6,32,68,.04);}
.ypk-v1114-lead-card{padding:28px;}
.ypk-v1114-lead-card h2{margin:0 0 12px;color:var(--yp-dark);font-size:clamp(1.45rem,2.1vw,2.5rem);line-height:1.16;font-weight:600;letter-spacing:-.035em;}
.ypk-v1114-lead-card p{margin:0 0 14px;color:#586f86;font-size:.98rem;line-height:1.72;font-weight:400;}
.ypk-v1114-side-card{padding:24px;background:linear-gradient(180deg,#f8fbff,#fff);}
.ypk-v1114-side-card h3{margin:0 0 14px;color:var(--yp-dark);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;}
.ypk-v1114-side-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}
.ypk-v1114-side-card li{position:relative;padding-left:18px;color:#536b82;font-size:.93rem;line-height:1.55;font-weight:400;}
.ypk-v1114-side-card li::before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--yp-blue);}
.ypk-v1114-side-card a{color:#095fbf;font-weight:500;}
.ypk-v1114-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;}
.ypk-v1114-badges span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid #cfe1f2;border-radius:999px;background:#f8fbff;color:#24506f;font-size:.78rem;font-weight:500;letter-spacing:0;text-transform:none;}
.ypk-v1114-flow-section{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-top:1px solid #e8f1fa;border-bottom:1px solid #e8f1fa;}
.ypk-v1114-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ypk-v1114-flow-grid article{position:relative;min-height:210px;padding:22px;border:1px solid #d9e7f5;border-radius:22px;background:#fff;box-shadow:0 7px 20px rgba(6,32,68,.035);}
.ypk-v1114-flow-grid b{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:14px;background:#eaf5ff;color:var(--yp-blue);font-size:.86rem;font-weight:700;}
.ypk-v1114-flow-grid h3{margin:0 0 9px;color:var(--yp-dark);font-size:1.08rem;line-height:1.22;font-weight:600;letter-spacing:-.02em;}
.ypk-v1114-flow-grid p{margin:0;color:#5b7188;font-size:.9rem;line-height:1.6;font-weight:400;}
.ypk-v1114-product-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.ypk-v1114-product-groups a{display:grid;grid-template-rows:170px auto auto;gap:9px;padding:16px;border:1px solid #d9e7f5;border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(6,32,68,.04);transition:border-color .18s ease,box-shadow .18s ease;}
.ypk-v1114-product-groups a:hover{border-color:#b9d7f2;box-shadow:0 12px 28px rgba(6,32,68,.07);}
.ypk-v1114-product-groups img{width:100%;height:170px;object-fit:contain;object-position:center;padding:8px;border-radius:16px;background:radial-gradient(circle at 50% 30%,#fff 0%,#f7fbff 56%,#edf6ff 100%);}
.ypk-v1114-product-groups strong{color:#173654;font-size:1.02rem;font-weight:600;letter-spacing:-.02em;}
.ypk-v1114-product-groups small{color:#61778d;font-size:.86rem;line-height:1.45;font-weight:400;}
.ypk-v1114-selector-section{background:#fff;}
.ypk-v1114-selector-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.ypk-v1114-selector-grid article{padding:20px;border:1px solid #dce8f4;border-radius:20px;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 7px 20px rgba(6,32,68,.035);}
.ypk-v1114-selector-grid h3{margin:0 0 8px;color:#173654;font-size:1rem;font-weight:600;}
.ypk-v1114-selector-grid p{margin:0;color:#5d7288;font-size:.88rem;line-height:1.58;font-weight:400;}
.ypk-v1114-home-path{padding:34px 0!important;background:linear-gradient(180deg,#fff,#f7fbff)!important;border-top:1px solid #e9f1fa;border-bottom:1px solid #e9f1fa;}
.ypk-v1114-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.ypk-v1114-path-grid a{display:grid;gap:6px;min-height:128px;padding:18px;border:1px solid #d9e7f5;border-radius:20px;background:#fff;box-shadow:0 7px 20px rgba(6,32,68,.035);}
.ypk-v1114-path-grid b{color:#0b72e7;font-size:.8rem;font-weight:700;letter-spacing:.08em;}
.ypk-v1114-path-grid strong{color:#173654;font-size:1.02rem;font-weight:600;letter-spacing:-.02em;}
.ypk-v1114-path-grid small{color:#61778d;font-size:.82rem;line-height:1.45;font-weight:400;}
.ypk-readable-v1114{max-width:1080px!important;}
.ypk-contact-cards-v1114 .ypk-contact-card{min-height:152px;}
.ypk-faq-page-v1114{min-height:520px;}
.ypk-core-menu-grid a,.ypk-v1114-path-grid a,.ypk-v1114-product-groups a{outline-offset:3px;}
.ypk-nav .sub-menu{display:none;}
.ypk-page-card li{margin-bottom:5px;}
@media(max-width:1180px){.ypk-v1114-flow-grid,.ypk-v1114-selector-grid,.ypk-v1114-path-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ypk-v1114-product-groups{grid-template-columns:repeat(2,minmax(0,1fr));}.ypk-v1114-split{grid-template-columns:1fr;}}
@media(max-width:720px){.ypk-v1114-lead-card,.ypk-v1114-side-card{padding:18px;border-radius:19px;}.ypk-v1114-flow-grid,.ypk-v1114-selector-grid,.ypk-v1114-path-grid{grid-template-columns:1fr;gap:10px;}.ypk-v1114-flow-grid article{min-height:auto;padding:18px;border-radius:18px;}.ypk-v1114-product-groups{grid-template-columns:1fr;gap:12px;}.ypk-v1114-product-groups a{grid-template-rows:150px auto auto;padding:14px;border-radius:18px;}.ypk-v1114-product-groups img{height:150px;}.ypk-v1114-home-path{padding:26px 0!important;}.ypk-page-hero-v1114::after{display:none;}.ypk-v1114-badges span{font-size:.72rem;min-height:30px;padding:6px 10px;}.ypk-v1114-side-card li{font-size:.86rem}.ypk-v1114-lead-card p{font-size:.9rem;line-height:1.62}.ypk-contact-cards-v1114 .ypk-contact-card{min-height:auto;}}

/* v1.1.15 - Stok katalog vitrini ve ürün kartı entegrasyonu */
.ypk-v1115-catalog-bridge{padding-top:clamp(28px,4vw,54px);padding-bottom:clamp(20px,3vw,38px)}
.ypk-v1115-catalog-bridge .yps-catalog-gateway{margin:0}
.yps-catalog-gateway{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(18px,3vw,36px);align-items:stretch;border:1px solid rgba(11,114,231,.16);border-radius:26px;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);padding:clamp(20px,3vw,36px);box-shadow:0 14px 42px rgba(6,32,68,.055)}
.yps-catalog-gateway-main{display:flex;flex-direction:column;justify-content:center;gap:14px;min-width:0}.yps-catalog-kicker{display:inline-flex;width:max-content;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#e9f4ff;color:#0b65c7;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.yps-catalog-gateway h2{margin:0;color:var(--yp-dark);font-size:clamp(1.55rem,2.5vw,2.45rem);line-height:1.12;font-weight:600;letter-spacing:-.035em}.yps-catalog-gateway p{max-width:720px;margin:0;color:#516b86;font-size:clamp(.95rem,1.2vw,1.06rem);line-height:1.7;font-weight:400}.yps-catalog-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.yps-catalog-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yps-catalog-group-grid a{display:flex;flex-direction:column;gap:7px;min-height:116px;padding:18px;border:1px solid #d6e7f6;border-radius:18px;background:#fff;color:var(--yp-dark);box-shadow:0 10px 28px rgba(6,32,68,.045)}.yps-catalog-group-grid a:first-child{grid-column:1/-1;min-height:108px;background:linear-gradient(135deg,#0b72e7,#0c56a9);color:#fff;border-color:rgba(255,255,255,.18)}.yps-catalog-group-grid strong{font-size:1.04rem;font-weight:600;letter-spacing:-.015em}.yps-catalog-group-grid small{font-size:.88rem;line-height:1.52;color:inherit;opacity:.78;font-weight:400}.yps-btn-wa{background:#effaf3;border-color:#bfe8cd;color:#128043}.yps-btn-wa:hover{background:#e4f7eb;border-color:#91d6aa;color:#0d6f38}.yps-product-card-v1115{position:relative;overflow:hidden}.yps-product-card-v1115 .yps-product-media{background:linear-gradient(180deg,#fbfdff 0%,#f2f7fc 100%);border-bottom:1px solid #e4edf6;min-height:230px;display:grid;place-items:center;padding:14px}.yps-product-card-v1115 .yps-product-img{width:100%;height:100%;max-height:260px;object-fit:contain;image-rendering:auto;filter:none;transform:none;backface-visibility:hidden}.yps-product-code{display:inline-flex;width:max-content;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:#eef6ff;color:#0b65c7;font-size:.72rem;font-weight:600;letter-spacing:.035em;text-transform:uppercase}.yps-product-actions-v1115{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}.yps-product-actions-v1115 .yps-btn{width:100%;min-height:40px;padding:9px 12px;border-radius:11px;font-size:.88rem}.ypk-v1115-products-note{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-top:18px;padding:16px 18px;border:1px solid #dbeaf8;border-radius:18px;background:#fff}.ypk-v1115-products-note p{margin:0;color:#526d87;font-weight:400;line-height:1.55}.ypk-v1115-products-note strong{display:block;color:var(--yp-dark);font-weight:600;margin-bottom:3px}.ypk-product-assurance .ypk-v1115-katalog-mini{background:#0b72e7;color:#fff;border-color:#0b72e7}.ypk-product-assurance .ypk-v1115-katalog-mini small{color:rgba(255,255,255,.82)}
.ypk-v1115-home-catalog{padding-top:clamp(28px,4vw,50px);padding-bottom:0}.ypk-v1115-home-catalog .yps-catalog-gateway{background:linear-gradient(135deg,#0a2c5c 0%,#0b72e7 100%);border-color:rgba(255,255,255,.16);color:#fff}.ypk-v1115-home-catalog .yps-catalog-kicker{background:rgba(255,255,255,.13);color:#fff}.ypk-v1115-home-catalog .yps-catalog-gateway h2,.ypk-v1115-home-catalog .yps-catalog-gateway p{color:#fff}.ypk-v1115-home-catalog .yps-catalog-gateway p{opacity:.86}.ypk-v1115-home-catalog .yps-catalog-group-grid a{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}.ypk-v1115-home-catalog .yps-catalog-group-grid a:first-child{background:#fff;color:#0b2f62}.ypk-v1115-home-catalog .yps-btn-light{border-color:rgba(255,255,255,.45)}
@media (max-width:1120px){.yps-catalog-gateway{grid-template-columns:1fr}.yps-catalog-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yps-catalog-group-grid a:first-child{grid-column:auto}}
@media (max-width:760px){.yps-catalog-gateway{border-radius:20px;padding:18px}.yps-catalog-actions{display:grid;grid-template-columns:1fr}.yps-catalog-actions .yps-btn{width:100%}.yps-catalog-group-grid{grid-template-columns:1fr}.yps-catalog-group-grid a{min-height:auto;padding:15px}.yps-product-card-v1115 .yps-product-media{min-height:190px;padding:10px}.yps-product-card-v1115 .yps-product-img{max-height:215px}.ypk-v1115-products-note{grid-template-columns:1fr}.ypk-v1115-products-note .ypk-btn{width:100%}}
@media (max-width:420px){.yps-product-card-v1115 .yps-product-media{min-height:170px}.yps-product-actions-v1115 .yps-btn{font-size:.82rem;padding-inline:8px}.yps-catalog-gateway h2{font-size:1.42rem}}


/* v1.1.16 - Mobil öncelikli UX tam uyum, daha sıkı boşluk sistemi ve stabil ürün/katalog akışı */
html,body{max-width:100%;overflow-x:hidden!important}.ypk-main{overflow-x:hidden!important}.ypk-container{max-width:1440px}.ypk-section{scroll-margin-top:96px}
.ypk-header{isolation:isolate}.ypk-header-inner{min-height:78px!important}.ypk-brand{width:272px!important;height:68px!important}.ypk-logo-mark{flex:0 0 52px!important;width:52px!important;height:52px!important}.ypk-logo-text strong{font-weight:600!important;letter-spacing:.026em!important}.ypk-logo-text small{font-weight:500!important;color:#60758a!important}
.ypk-nav{min-width:0}.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:12px!important}.ypk-nav a{font-weight:500!important;font-size:.88rem!important;white-space:nowrap}.ypk-head-actions{gap:7px!important}.ypk-head-actions .ypk-btn{white-space:nowrap}
body,.ypk-section-head p,.ypk-page-card p,.ypk-page-card li,.yps-product-body p,.ypk-overview-main p,.ypk-faq-item p{font-weight:400!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important}.ypk-section-head h2,.ypk-page-hero h1,.ypk-overview-main h2,.ypk-faq-head h2{font-weight:600!important}

.ypk-hero-v1116{padding:16px 0 8px!important;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)!important}.ypk-hero-v1116 .ypk-slider-track{position:relative!important;min-height:var(--ypk-current-slide-height,auto)!important}.ypk-hero-v1116 .ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ypk-hero-v1116 .ypk-slide.is-active{position:relative!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.ypk-hero-v1116 .ypk-slide-card{display:grid!important;grid-template-columns:minmax(320px,.44fr) minmax(0,.56fr)!important;gap:22px!important;align-items:center!important;width:min(1440px,calc(100% - 48px))!important;margin:0 auto!important;padding:0!important}.ypk-hero-v1116 .ypk-slide-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-height:350px!important;padding:32px 34px!important;border:1px solid #dce9f6!important;border-radius:28px!important;background:linear-gradient(135deg,#ffffff 0%,#f4f9ff 100%)!important;box-shadow:0 12px 34px rgba(6,32,68,.05)!important}.ypk-hero-v1116 .ypk-slide-copy h1{max-width:640px!important;margin:0 0 12px!important;color:#08274f!important;font-size:clamp(1.9rem,2.7vw,3.5rem)!important;line-height:1.06!important;font-weight:600!important;letter-spacing:-.045em!important}.ypk-hero-v1116 .ypk-slide-copy p{max-width:620px!important;margin:0!important;color:#526a82!important;font-size:clamp(.95rem,1.02vw,1.08rem)!important;line-height:1.58!important;font-weight:400!important}.ypk-hero-v1116 .ypk-slide-proof{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:18px!important}.ypk-hero-v1116 .ypk-slide-proof span{min-height:31px;padding:6px 10px;border:1px solid #d6e7f6;border-radius:999px;background:#fff;color:#31516f;font-size:.73rem;font-weight:500}.ypk-hero-v1116 .ypk-hero-media{width:100%!important;aspect-ratio:16/9!important;max-height:560px!important;margin:0!important;padding:12px!important;border:1px solid #dce9f6!important;border-radius:28px!important;background:radial-gradient(circle at 75% 20%,rgba(11,114,231,.13),transparent 34%),linear-gradient(135deg,#fff 0%,#eef7ff 100%)!important;box-shadow:0 12px 34px rgba(6,32,68,.055)!important;overflow:hidden!important}.ypk-hero-v1116 .ypk-hero-media img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;border-radius:20px!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important}.ypk-hero-v1116 .ypk-slider-dots{margin-top:12px!important}.ypk-hero-v1116 .ypk-slider-btn{top:50%!important}

.ypk-action-panel{padding:12px 0 10px!important;border-bottom:0!important}.ypk-action-panel-inner{min-height:88px!important;padding:14px 16px!important;border-radius:22px!important}.ypk-action-panel-copy strong{font-size:1rem!important;font-weight:500!important;line-height:1.34!important}.ypk-action-buttons .ypk-btn{min-height:42px!important;padding:9px 15px!important;font-size:.9rem!important}.ypk-mobile-trust-v1116{display:none;background:#fff;padding:4px 0 10px}.ypk-mobile-trust-v1116 .ypk-container{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.ypk-mobile-trust-v1116 .ypk-container::-webkit-scrollbar{display:none}.ypk-mobile-trust-v1116 span{flex:0 0 auto;display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid #dce9f6;border-radius:999px;background:#f9fcff;color:#415b74;font-size:.72rem;font-weight:500;white-space:nowrap}

.ypk-category-strip{padding:18px 0 10px!important}.ypk-cat-card{box-shadow:0 6px 18px rgba(6,32,68,.028)!important}.ypk-cat-img img{image-rendering:auto!important;filter:none!important;transform:none!important}.ypk-v1115-home-catalog{padding-top:30px!important}.ypk-core-menu-section{padding:26px 0 30px!important}.ypk-core-menu-grid a{min-height:96px!important}.ypk-v1114-home-path{padding:28px 0!important}.ypk-corporate-overview{padding:34px 0!important}.ypk-quality-band{padding:40px 0!important}.ypk-quote-process-section{padding:38px 0!important}.ypk-faq-section{padding:44px 0!important}.ypk-export-v1111{padding:40px 0!important}.ypk-contact-strip{padding-bottom:30px!important}

.ypk-products-section-v1113{padding:38px 0 44px!important}.ypk-products-section-v1113 .ypk-section-head{margin-bottom:18px!important}.ypk-products-section-v1113 .yps-products-grid{gap:14px!important}.ypk-products-section-v1113 .yps-product-card{min-height:405px!important}.ypk-products-section-v1113 .yps-product-media{height:232px!important;background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%)!important}.ypk-products-section-v1113 .yps-product-img{image-rendering:auto!important;filter:none!important;transform:none!important}.ypk-products-section-v1113 .yps-product-body h3{font-weight:600!important}.ypk-products-section-v1113 .yps-product-body p{font-weight:400!important}.ypk-v1115-products-note{margin-top:16px!important}.ypk-product-assurance{margin-bottom:14px!important}

.ypk-page-hero{padding:54px 0 42px!important}.ypk-page-card{box-shadow:0 7px 20px rgba(6,32,68,.035)!important}.ypk-page-grid,.ypk-page-grid-2,.ypk-page-grid-3{gap:16px!important}.ypk-blue-panel{box-shadow:0 10px 28px rgba(6,32,68,.08)!important}.ypk-contact-card{box-shadow:0 6px 18px rgba(6,32,68,.035)!important}

@media(max-width:1360px){.ypk-hero-v1116 .ypk-slide-card{grid-template-columns:minmax(300px,.43fr) minmax(0,.57fr)!important}.ypk-hero-v1116 .ypk-slide-copy{padding:26px!important}.ypk-nav a{font-size:.82rem!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{gap:9px!important}.ypk-brand{width:246px!important}.ypk-logo-text small{font-size:.48rem!important}}
@media(max-width:1120px){.ypk-hero-v1116 .ypk-slide-card{width:min(100% - 36px,920px)!important;grid-template-columns:1fr!important;gap:12px!important}.ypk-hero-v1116 .ypk-hero-media{order:1!important;max-height:none!important}.ypk-hero-v1116 .ypk-slide-copy{order:2!important;min-height:auto!important;text-align:center!important;align-items:center!important;padding:20px!important}.ypk-hero-v1116 .ypk-slide-copy h1{font-size:clamp(1.7rem,4.6vw,2.65rem)!important}.ypk-hero-v1116 .ypk-slide-copy p{margin-inline:auto!important}.ypk-hero-v1116 .ypk-slide-proof{justify-content:center!important}.ypk-action-panel-inner{grid-template-columns:1fr!important;text-align:center!important}.ypk-action-buttons{justify-content:center!important}.ypk-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ypk-quote-card-v1111 .ypk-process{border-left:0!important;border-top:1px solid #dce8f4!important}}
@media(max-width:760px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}.ypk-container{width:min(100% - 22px,680px)!important}.ypk-header-inner{min-height:64px!important;gap:8px!important}.ypk-brand{width:198px!important;max-width:calc(100% - 56px)!important;height:56px!important}.ypk-logo-mark{flex-basis:38px!important;width:38px!important;height:38px!important}.ypk-logo-text strong{font-size:.76rem!important;line-height:.98!important;letter-spacing:.022em!important}.ypk-logo-text small{font-size:.37rem!important;line-height:1.1!important;letter-spacing:.055em!important;white-space:nowrap!important}.ypk-menu-toggle{width:42px!important;height:42px!important;border-radius:12px!important}.ypk-nav{top:64px!important;max-height:calc(100vh - 76px)!important;overflow:auto!important;padding:10px!important;border-radius:0 0 16px 16px!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:1fr 1fr!important;gap:7px!important}.ypk-nav a{min-height:42px!important;padding:8px 7px!important;font-size:.76rem!important;border-radius:11px!important;line-height:1.2!important;white-space:normal!important;text-align:center!important}.ypk-hero-v1116{padding:8px 0 4px!important}.ypk-hero-v1116 .ypk-slide-card{width:min(100% - 20px,680px)!important;gap:9px!important}.ypk-hero-v1116 .ypk-hero-media{aspect-ratio:16/9!important;border-radius:18px!important;padding:7px!important}.ypk-hero-v1116 .ypk-hero-media img{border-radius:14px!important}.ypk-hero-v1116 .ypk-slide-copy{padding:14px 13px 15px!important;border-radius:18px!important}.ypk-hero-v1116 .ypk-hero-eyebrow{display:none!important}.ypk-hero-v1116 .ypk-slide-copy h1{font-size:clamp(1.26rem,5.8vw,1.75rem)!important;line-height:1.12!important;margin-bottom:7px!important}.ypk-hero-v1116 .ypk-slide-copy p{max-width:390px!important;font-size:.8rem!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ypk-hero-v1116 .ypk-slide-proof{display:none!important}.ypk-hero-v1116 .ypk-slider-dots{margin-top:8px!important}.ypk-hero-v1116 .ypk-slider-dots button{height:7px!important;width:7px!important}.ypk-hero-v1116 .ypk-slider-dots button.is-active{width:22px!important}.ypk-action-panel{padding:8px 0!important}.ypk-action-panel-inner{padding:10px!important;border-radius:17px!important;gap:10px!important}.ypk-action-panel-copy span{font-size:.66rem!important;margin-bottom:2px!important}.ypk-action-panel-copy strong{font-size:.86rem!important;line-height:1.28!important}.ypk-action-buttons{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.ypk-action-buttons .ypk-btn{width:100%!important;min-height:39px!important;font-size:.8rem!important;padding:8px 11px!important}.ypk-mobile-trust-v1116{display:block}.ypk-category-strip{padding:10px 0 8px!important}.ypk-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.ypk-cat-card{min-height:118px!important;padding:9px 7px!important;border-radius:14px!important}.ypk-cat-img{width:62px!important;height:56px!important}.ypk-cat-card strong{font-size:.78rem!important;line-height:1.18!important}.ypk-cat-card small{font-size:.67rem!important;line-height:1.25!important}.ypk-v1115-home-catalog{padding-top:18px!important}.yps-catalog-gateway{padding:16px!important;border-radius:18px!important}.yps-catalog-gateway h2{font-size:1.28rem!important;line-height:1.16!important}.yps-catalog-gateway p{font-size:.82rem!important;line-height:1.55!important}.yps-catalog-group-grid a{padding:13px!important}.ypk-core-menu-section{padding:20px 0 22px!important}.ypk-core-menu-head{text-align:center!important}.ypk-core-menu-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.ypk-core-menu-grid a{min-height:84px!important;padding:11px 9px!important;border-radius:14px!important}.ypk-core-menu-grid strong{font-size:.78rem!important}.ypk-core-menu-grid small{font-size:.66rem!important}.ypk-v1114-home-path{padding:22px 0!important}.ypk-v1114-path-grid{gap:8px!important}.ypk-corporate-overview{padding:24px 0!important}.ypk-overview-main{padding:16px!important}.ypk-overview-main h2{font-size:1.28rem!important}.ypk-overview-main p{font-size:.84rem!important;line-height:1.58!important}.ypk-overview-stats{gap:8px!important;margin:14px 0!important}.ypk-overview-stats span{padding:11px!important}.ypk-feature-mini-grid{gap:7px!important}.ypk-products-section-v1113{padding:28px 0 34px!important}.ypk-products-section-v1113 .ypk-section-head h2{font-size:1.34rem!important}.ypk-products-section-v1113 .ypk-section-head p{font-size:.82rem!important;line-height:1.48!important}.ypk-product-assurance{grid-template-columns:1fr!important;gap:7px!important}.ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.ypk-products-section-v1113 .yps-product-card{min-height:334px!important;border-radius:15px!important}.ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{height:148px!important;min-height:148px!important;padding:8px!important}.ypk-products-section-v1113 .yps-product-body{padding:10px!important;gap:6px!important}.ypk-products-section-v1113 .yps-product-code{font-size:.62rem!important;padding:3px 6px!important;margin-bottom:2px!important}.ypk-products-section-v1113 .yps-product-body h3{min-height:34px!important;font-size:.78rem!important;line-height:1.24!important}.ypk-products-section-v1113 .yps-product-body p{display:none!important}.ypk-products-section-v1113 .yps-product-specs{min-height:0!important;gap:4px!important}.ypk-products-section-v1113 .yps-product-specs span{font-size:.62rem!important;padding:3px 5px!important;min-height:21px!important}.ypk-products-section-v1113 .yps-product-actions{gap:5px!important}.ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:32px!important;font-size:.68rem!important;border-radius:9px!important;padding:6px 7px!important}.ypk-v1115-products-note{grid-template-columns:1fr!important;padding:13px!important;border-radius:15px!important}.ypk-v1115-products-note p{font-size:.8rem!important}.ypk-quality-band{padding:30px 0!important}.ypk-quality-grid{gap:9px!important}.ypk-quality-grid article{padding:15px!important;border-radius:16px!important}.ypk-quality-grid h3{font-size:.93rem!important}.ypk-quality-grid p{font-size:.8rem!important;line-height:1.48!important}.ypk-quote-process-section{padding:28px 0!important}.ypk-quote-card-v1111{padding:14px!important;border-radius:18px!important}.yps-quote-form input,.yps-quote-form textarea,.yps-quote-form select{min-height:42px!important;font-size:.86rem!important}.ypk-process-row{grid-template-columns:1fr 1fr!important;gap:9px!important}.ypk-process-row small{font-size:.68rem!important}.ypk-faq-section{padding:34px 0!important}.ypk-faq-head{text-align:center!important;margin-bottom:16px!important}.ypk-faq-head h2{font-size:1.42rem!important}.ypk-faq-head p{font-size:.84rem!important}.ypk-faq-item summary{min-height:52px!important;font-size:.84rem!important;line-height:1.28!important;padding:12px!important}.ypk-faq-item p{font-size:.78rem!important;line-height:1.5!important;padding:0 12px 12px!important}.ypk-export-v1111{padding:30px 0!important}.ypk-country-list{grid-template-columns:1fr 1fr!important}.ypk-country-pill{min-height:34px!important;font-size:.72rem!important}.ypk-contact-strip{display:none!important}.ypk-mobile-contact{left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;border-radius:16px!important}.ypk-mobile-contact a{min-height:56px!important;font-size:.67rem!important}.ypk-mobile-contact svg{width:19px!important;height:19px!important}.ypk-footer{padding-top:32px!important}}
@media(max-width:430px){.ypk-container{width:min(100% - 18px,410px)!important}.ypk-brand{width:186px!important}.ypk-logo-mark{flex-basis:36px!important;width:36px!important;height:36px!important}.ypk-logo-text strong{font-size:.72rem!important}.ypk-logo-text small{font-size:.34rem!important}.ypk-nav ul,.ypk-menu,.ypk-menu-default{grid-template-columns:1fr!important}.ypk-hero-v1116 .ypk-slide-card{width:min(100% - 16px,410px)!important}.ypk-category-grid{grid-template-columns:1fr 1fr!important}.ypk-products-section-v1113 .yps-product-card{min-height:318px!important}.ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{height:136px!important;min-height:136px!important}.ypk-products-section-v1113 .yps-product-actions .yps-btn{font-size:.64rem!important}.ypk-core-menu-grid{grid-template-columns:1fr!important}.ypk-country-list{grid-template-columns:1fr!important}}


/* v1.1.17 - Kurumsal ifade standardı, yüksek netlikte ürün portföyü ve dönüşüm/güven bölümü */
.ypk-products-section-v1113{padding:46px 0 54px!important}
.ypk-products-section-v1113 .ypk-section-head{max-width:880px!important;margin:0 auto 22px!important;text-align:center!important}
.ypk-products-section-v1113 .ypk-section-head h2{font-weight:600!important;letter-spacing:-.03em!important}
.ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.ypk-products-section-v1113 .yps-product-card{min-height:0!important;height:auto!important;border-radius:20px!important;transform:none!important;filter:none!important;contain:layout paint!important}
.ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4/3!important;padding:0!important;background:#f7fbff!important;overflow:hidden!important;line-height:0!important}
.ypk-products-section-v1113 .yps-product-media img,.ypk-products-section-v1113 .yps-product-img,.yps-product-card-v1115 .yps-product-img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;image-rendering:auto!important;filter:none!important;opacity:1!important;transform:none!important;backface-visibility:visible!important}
.ypk-products-section-v1113 .yps-product-body{padding:15px 16px 17px!important;gap:9px!important}
.ypk-products-section-v1113 .yps-product-body h3{min-height:auto!important;font-size:1rem!important;line-height:1.28!important;font-weight:500!important}
.ypk-products-section-v1113 .yps-product-body p{display:block!important;color:#5b7187!important;font-size:.82rem!important;line-height:1.48!important;font-weight:400!important}
.ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:39px!important;font-size:.79rem!important;padding:8px 10px!important}
.ypk-product-assurance{margin-bottom:18px!important}
.ypk-product-assurance strong{font-weight:600!important}
.ypk-v1115-products-note{margin-top:20px!important}

.ypk-trust-conversion-v1117{padding:54px 0;background:linear-gradient(135deg,#062044 0%,#083c73 60%,#0b72e7 100%);color:#fff;position:relative;overflow:hidden}
.ypk-trust-conversion-v1117::before{content:"";position:absolute;width:440px;height:440px;right:-170px;top:-220px;border-radius:50%;background:rgba(255,255,255,.075)}
.ypk-trust-intro-v1117{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:24px}
.ypk-trust-intro-v1117>div:first-child{max-width:860px}
.ypk-trust-intro-v1117 .ypk-kicker{color:#cfe8ff!important}
.ypk-trust-intro-v1117 h2{margin:0 0 10px;color:#fff;font-size:clamp(1.7rem,2.5vw,2.85rem);line-height:1.12;font-weight:500;letter-spacing:-.035em}
.ypk-trust-intro-v1117 p{max-width:820px;margin:0;color:#dceeff;font-size:1rem;line-height:1.68;font-weight:400}
.ypk-trust-cta-v1117{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.ypk-trust-cta-v1117 .ypk-btn-light{background:#fff;border-color:#fff;color:#083a70}
.ypk-trust-grid-v1117{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.ypk-trust-grid-v1117 article{padding:20px;border:1px solid rgba(255,255,255,.22);border-radius:19px;background:rgba(255,255,255,.09);backdrop-filter:none}
.ypk-trust-grid-v1117 article>b{display:grid;place-items:center;width:42px;height:42px;margin-bottom:13px;border-radius:13px;background:rgba(255,255,255,.15);color:#fff}
.ypk-trust-grid-v1117 svg{width:22px;height:22px}
.ypk-trust-grid-v1117 h3{margin:0 0 7px;color:#fff;font-size:1rem;line-height:1.3;font-weight:500}
.ypk-trust-grid-v1117 p{margin:0;color:#dbeeff;font-size:.86rem;line-height:1.58;font-weight:400}

@media(max-width:1100px){
  .ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ypk-trust-intro-v1117{grid-template-columns:1fr;align-items:start}
  .ypk-trust-cta-v1117{justify-content:flex-start}
  .ypk-trust-grid-v1117{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .ypk-products-section-v1113{padding:32px 0 38px!important}
  .ypk-products-section-v1113 .yps-products-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ypk-products-section-v1113 .yps-product-card{border-radius:17px!important}
  .ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{aspect-ratio:4/3!important}
  .ypk-products-section-v1113 .yps-product-body{padding:14px!important}
  .ypk-products-section-v1113 .yps-product-body h3{font-size:.96rem!important}
  .ypk-products-section-v1113 .yps-product-body p{font-size:.8rem!important}
  .ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:40px!important;font-size:.78rem!important}
  .ypk-product-assurance{grid-template-columns:1fr!important}
  .ypk-trust-conversion-v1117{padding:38px 0}
  .ypk-trust-intro-v1117{gap:18px;margin-bottom:18px;text-align:center}
  .ypk-trust-intro-v1117 h2{font-size:1.52rem}
  .ypk-trust-intro-v1117 p{font-size:.86rem;line-height:1.58}
  .ypk-trust-cta-v1117{display:grid;grid-template-columns:1fr;width:100%}
  .ypk-trust-cta-v1117 .ypk-btn{width:100%;justify-content:center}
  .ypk-trust-grid-v1117{grid-template-columns:1fr;gap:9px}
  .ypk-trust-grid-v1117 article{padding:16px;text-align:left}
}


/* v1.1.18 - Kurumsal SSS bilgi merkezi, yönetilebilir soru-cevap yapısı ve ürün görsel netliği */
.ypk-faq-v1118,.ypk-faq-page-v1118{position:relative;overflow:hidden;background:linear-gradient(135deg,#041a38 0%,#062c5d 52%,#0759a5 100%);color:#fff}
.ypk-faq-v1118::before,.ypk-faq-page-v1118::before{content:"";position:absolute;inset:-25% -10% auto auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(72,165,255,.24),rgba(72,165,255,0) 68%);pointer-events:none}
.ypk-faq-v1118 .ypk-container,.ypk-faq-page-v1118 .ypk-container{position:relative;z-index:1}
.ypk-faq-layout{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);gap:42px;align-items:start}
.ypk-faq-intro{position:sticky;top:104px;padding:8px 0}
.ypk-faq-kicker,.ypk-faq-page-summary span,.ypk-faq-contact-cta span{display:inline-flex;margin-bottom:10px;color:#9fd0ff;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.ypk-faq-intro h2,.ypk-faq-page-summary h2,.ypk-faq-contact-cta h2{margin:0 0 14px;color:#fff;font-size:clamp(1.8rem,2.8vw,3rem);line-height:1.12;font-weight:600;letter-spacing:-.035em}
.ypk-faq-intro>p,.ypk-faq-page-summary p,.ypk-faq-contact-cta p{margin:0;color:#d6e8f9;font-size:.98rem;line-height:1.72;font-weight:400}
.ypk-faq-category-links,.ypk-faq-page-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.ypk-faq-category-links a,.ypk-faq-page-nav a{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-size:.76rem;line-height:1.2;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease}
.ypk-faq-category-links a:hover,.ypk-faq-page-nav a:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.42)}
.ypk-faq-intro-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.ypk-btn-white{background:#fff!important;color:#062044!important;border-color:#fff!important}
.ypk-btn-outline-white{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.42)!important}
.ypk-faq-list,.ypk-faq-grid-full{display:grid;gap:10px}
.ypk-faq-item{margin:0!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:16px!important;background:rgba(255,255,255,.075)!important;box-shadow:none!important;overflow:hidden;backdrop-filter:none!important}
.ypk-faq-item[open]{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.3)!important}
.ypk-faq-item summary{display:grid!important;grid-template-columns:38px minmax(0,1fr) 26px!important;gap:12px!important;align-items:center!important;min-height:66px!important;padding:14px 16px!important;color:#fff!important;font-size:.94rem!important;line-height:1.42!important;font-weight:500!important;list-style:none!important;cursor:pointer!important}
.ypk-faq-item summary::-webkit-details-marker{display:none}
.ypk-faq-number{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(119,191,255,.14);color:#a9d8ff;font-size:.7rem;font-weight:600;letter-spacing:.04em}
.ypk-faq-item summary b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.1rem;font-weight:400;transition:transform .2s ease}
.ypk-faq-item[open] summary b{transform:rotate(45deg)}
.ypk-faq-answer{padding:0 16px 17px 66px!important}
.ypk-faq-item .ypk-faq-answer p,.ypk-faq-item>p{margin:0!important;padding:0!important;color:#dbeafa!important;font-size:.86rem!important;line-height:1.68!important;font-weight:400!important}
.ypk-faq-page-hero-v1118{padding-bottom:40px!important}
.ypk-faq-page-v1118{padding-top:52px!important}
.ypk-faq-page-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);gap:34px;align-items:end;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.18)}
.ypk-faq-page-summary h2{font-size:clamp(1.75rem,2.5vw,2.7rem)}
.ypk-faq-page-nav{justify-content:flex-end;margin:0}
.ypk-faq-group{padding:42px 0 0;scroll-margin-top:110px}
.ypk-faq-group-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.ypk-faq-group-head>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#fff;color:#07336a;font-size:.78rem;font-weight:700}
.ypk-faq-group-head h2{margin:0;color:#fff;font-size:1.35rem;line-height:1.2;font-weight:600}
.ypk-faq-group-head p{margin:3px 0 0;color:#a9c8e5;font-size:.76rem}
.ypk-faq-grid-full{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.ypk-faq-contact-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin-top:48px;padding:30px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.09)}
.ypk-faq-contact-cta h2{font-size:1.65rem}
.ypk-faq-contact-cta>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
/* Tam çözünürlüklü ürün görselleri kırpılmaz; gerçek ürün formu korunur. */
.ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{background:#fff!important;border-bottom:1px solid #e5edf5!important}
.ypk-products-section-v1113 .yps-product-media img,.ypk-products-section-v1113 .yps-product-img,.yps-product-card-v1115 .yps-product-img{object-fit:contain!important;object-position:center!important;padding:12px!important;background:#fff!important}
@media(max-width:980px){.ypk-faq-layout{grid-template-columns:1fr;gap:24px}.ypk-faq-intro{position:static;max-width:760px}.ypk-faq-page-summary{grid-template-columns:1fr}.ypk-faq-page-nav{justify-content:flex-start}.ypk-faq-grid-full{grid-template-columns:1fr}.ypk-faq-contact-cta{grid-template-columns:1fr}.ypk-faq-contact-cta>div:last-child{justify-content:flex-start}}
@media(max-width:680px){.ypk-faq-v1118,.ypk-faq-page-v1118{padding:34px 0!important}.ypk-faq-intro{text-align:center}.ypk-faq-intro h2{font-size:1.52rem}.ypk-faq-intro>p{font-size:.84rem;line-height:1.6}.ypk-faq-category-links,.ypk-faq-intro-actions{justify-content:center}.ypk-faq-category-links a{font-size:.68rem;padding:6px 9px;min-height:32px}.ypk-faq-intro-actions{display:grid;grid-template-columns:1fr;width:100%}.ypk-faq-intro-actions .ypk-btn{width:100%}.ypk-faq-item summary{grid-template-columns:30px minmax(0,1fr) 24px!important;gap:9px!important;min-height:58px!important;padding:12px!important;font-size:.82rem!important}.ypk-faq-number{width:29px;height:29px;border-radius:8px;font-size:.64rem}.ypk-faq-answer{padding:0 12px 14px 51px!important}.ypk-faq-item .ypk-faq-answer p{font-size:.76rem!important;line-height:1.56!important}.ypk-faq-page-summary{text-align:center;padding-bottom:26px}.ypk-faq-page-nav{justify-content:center}.ypk-faq-group{padding-top:32px}.ypk-faq-group-head{justify-content:center;text-align:left}.ypk-faq-contact-cta{text-align:center;margin-top:34px;padding:20px 15px}.ypk-faq-contact-cta>div:last-child{display:grid;grid-template-columns:1fr;justify-content:stretch}.ypk-faq-contact-cta .ypk-btn{width:100%}.ypk-products-section-v1113 .yps-product-media img,.ypk-products-section-v1113 .yps-product-img,.yps-product-card-v1115 .yps-product-img{padding:8px!important}}


/* v1.1.19 — Görünür sayfa yolu ve SEO erişilebilirlik katmanı */
.ypk-breadcrumbs{background:#f6f9fd;border-bottom:1px solid #e4ebf4;color:#52637a;font-size:13px;line-height:1.4}
.ypk-breadcrumbs .ypk-container{padding-top:10px;padding-bottom:10px}
.ypk-breadcrumbs ol{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}
.ypk-breadcrumbs li{display:flex;align-items:center;gap:8px;min-width:0}
.ypk-breadcrumbs li:not(:last-child)::after{content:"/";color:#9aacbf}
.ypk-breadcrumbs a{color:var(--yp-blue);font-weight:500;text-decoration:none}
.ypk-breadcrumbs a:hover,.ypk-breadcrumbs a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.ypk-breadcrumbs span[aria-current="page"]{color:#33445a;font-weight:500;max-width:min(62vw,560px);overflow:hidden;text-overflow:ellipsis}
@media(max-width:767px){.ypk-breadcrumbs{font-size:12px}.ypk-breadcrumbs .ypk-container{padding-top:8px;padding-bottom:8px}.ypk-breadcrumbs span[aria-current="page"]{max-width:58vw}}


/* v1.1.20 — Performans, cache uyumu, tek slayt motoru ve CLS stabilizasyonu */
.ypk-header{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.ypk-hero-slider{contain:layout paint;isolation:isolate}
.ypk-hero-slider .ypk-slider-track{position:relative!important;min-height:var(--ypk-current-slide-height,560px)!important;transition:min-height .18s ease}
.ypk-hero-slider .ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .38s ease,visibility .38s ease!important}
.ypk-hero-slider .ypk-slide.is-active{position:relative!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.ypk-hero-slider .ypk-slide-card{contain:layout style}
.ypk-hero-slider .ypk-hero-media{overflow:hidden!important}
.ypk-hero-slider .ypk-hero-media img{display:block!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important;image-rendering:auto!important}
.ypk-slider-btn,.ypk-slider-dots button{touch-action:manipulation}
.yps-product-media{height:auto!important;min-height:0!important;aspect-ratio:4/3!important;contain:layout paint;background:#fff!important}
.yps-product-media .yps-product-img,.ypk-products-section-v1113 .yps-product-media img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important;image-rendering:auto!important}
.ypk-btn:focus-visible,.yps-btn:focus-visible,.ypk-nav a:focus-visible,.ypk-cat-card:focus-visible,.ypk-slider-btn:focus-visible,.ypk-slider-dots button:focus-visible{outline:3px solid rgba(11,114,231,.3);outline-offset:3px}
@supports(content-visibility:auto){
  .ypk-corporate-overview,.ypk-products-section,.ypk-trust-conversion-v1117,.ypk-quality-band,.ypk-quote-process-section,.ypk-faq-section,.ypk-export-compact{content-visibility:auto;contain-intrinsic-size:1px 720px}
}
@media(max-width:1120px){.ypk-hero-slider .ypk-slider-track{min-height:var(--ypk-current-slide-height,640px)!important}}
@media(max-width:760px){
  .ypk-hero-slider{contain:paint}
  .ypk-hero-slider .ypk-slider-track{min-height:var(--ypk-current-slide-height,430px)!important}
  .ypk-hero-v1116 .ypk-hero-media{min-height:0!important;height:auto!important;aspect-ratio:16/9!important}
  .ypk-hero-v1116 .ypk-hero-media img{padding:0!important}
  .ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{height:auto!important;min-height:0!important;aspect-ratio:4/3!important}
}
@media(prefers-reduced-motion:reduce){
  .ypk-hero-slider .ypk-slide,.ypk-hero-slider .ypk-slider-track{transition:none!important}
}


/* v1.2.0 — SSS menü/ana sayfa bütünlüğü ve yayın öncesi kurumsal sağlamlaştırma */
html{scroll-behavior:smooth}
#sss{scroll-margin-top:96px}
.ypk-faq-v1118{display:block!important;visibility:visible!important;min-height:420px}
.ypk-faq-v1118 .ypk-faq-layout{align-items:start}
.ypk-faq-v1118 .ypk-faq-list:empty::before{content:"Kurumsal bilgi merkezi hazırlanıyor.";display:block;padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:16px;color:#fff}
.ypk-nav a[href$="#sss"]{white-space:nowrap}
.ypk-release-assurance-v120{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}
.ypk-release-assurance-v120 span{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.07);color:#e9f4ff;font-size:.76rem;text-align:center}
@media(max-width:760px){#sss{scroll-margin-top:72px}.ypk-faq-v1118{min-height:0}.ypk-release-assurance-v120{grid-template-columns:1fr 1fr}.ypk-faq-v1118 .ypk-faq-layout{gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* v1.2.2 - Kurumsal broşürleri kompakt web vitrini olarak gösterir. */
.ypk-brochure-section{padding:30px 0!important;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.yps-brochure-showcase{min-width:0}
.yps-brochure-head{display:grid;gap:7px;margin:0 0 16px;text-align:left}
.yps-brochure-head h2{margin:0;color:var(--yp-dark);font-size:clamp(1.35rem,2vw,2rem);line-height:1.16;font-weight:600;letter-spacing:-.025em}
.yps-brochure-head p{max-width:820px;margin:0;color:#597087;font-size:.94rem;line-height:1.58}
.yps-brochure-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,278px);gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:2px 2px 12px;scrollbar-width:thin;scrollbar-color:#b9cee2 transparent}
.yps-brochure-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;scroll-snap-align:start;border:1px solid #dbe7f2;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,32,68,.055)}
.yps-brochure-image{position:relative;display:grid;place-items:center;height:188px;overflow:hidden;background:linear-gradient(145deg,#f7fbff,#eef5fb)}
.yps-brochure-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;filter:none!important;transform:none!important}
.yps-brochure-card.is-portrait .yps-brochure-image img{padding:6px}
.yps-brochure-zoom{position:absolute;right:9px;bottom:9px;padding:5px 9px;border-radius:999px;background:rgba(6,32,68,.84);color:#fff;font-size:.68rem;font-weight:600;opacity:0;transition:opacity .18s ease}
.yps-brochure-image:hover .yps-brochure-zoom,.yps-brochure-image:focus-visible .yps-brochure-zoom{opacity:1}
.yps-brochure-copy{display:grid;align-content:start;gap:7px;padding:13px 14px 15px}
.yps-brochure-copy strong{color:#092a52;font-size:.94rem;line-height:1.28;font-weight:600}
.yps-brochure-copy small{color:#62788e;font-size:.78rem;line-height:1.42}
.yps-brochure-copy>a{width:max-content;color:#096bd6;font-size:.79rem;font-weight:600;text-decoration:none}
.yps-brochure-dialog{width:min(920px,94vw);max-width:none;padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(3,19,40,.35)}
.yps-brochure-dialog::backdrop{background:rgba(2,16,34,.78);backdrop-filter:blur(3px)}
.yps-brochure-dialog>button{position:absolute;z-index:2;top:10px;right:10px;width:42px;height:42px;border:0;border-radius:50%;background:#062044;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}
.yps-brochure-dialog figure{display:grid;gap:0;max-height:90vh;margin:0;padding:16px;overflow:auto}
.yps-brochure-dialog img{display:block;width:100%;height:auto;max-height:80vh;object-fit:contain;background:#fff}
.yps-brochure-dialog figcaption{padding:10px 4px 2px;color:#173653;font-size:.9rem;font-weight:600;text-align:center}
@media(max-width:1040px){.ypk-brochure-section{padding:26px 0!important}.yps-brochure-rail{grid-auto-columns:minmax(215px,255px)}.yps-brochure-image{height:178px}}
@media(max-width:720px){.ypk-brochure-section{padding:22px 0!important}.yps-brochure-head{margin-bottom:12px}.yps-brochure-head h2{font-size:1.3rem}.yps-brochure-head p{font-size:.84rem}.yps-brochure-rail{grid-auto-columns:78vw;gap:10px;padding-bottom:9px}.yps-brochure-image{height:174px}.yps-brochure-copy{padding:11px 12px 13px}.yps-brochure-copy strong{font-size:.88rem}.yps-brochure-copy small{font-size:.74rem}.yps-brochure-zoom{opacity:1;background:rgba(6,32,68,.72)}}
@media(max-width:430px){.yps-brochure-rail{grid-auto-columns:84vw}.yps-brochure-image{height:166px}.yps-brochure-dialog figure{padding:10px}.yps-brochure-dialog>button{top:6px;right:6px;width:38px;height:38px}}


/* v1.2.3 — Menü sayfalarına dağıtılmış kompakt broşür banner, slayt ve kart sistemi */
.ypk-brochure-feature-section{padding:24px 0!important;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.ypk-brochure-card-section{padding:26px 0!important;background:#fff}
.yps-brochure-feature{min-width:0}
.yps-brochure-feature-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.yps-brochure-feature-head>div{min-width:0}
.yps-brochure-feature-head h2{margin:0 0 5px;color:#062044;font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15;font-weight:600;letter-spacing:-.025em}
.yps-brochure-feature-head p{max-width:780px;margin:0;color:#587087;font-size:.9rem;line-height:1.52}
.yps-brochure-feature-head>span{flex:0 0 auto;padding:7px 11px;border:1px solid #cfe0f0;border-radius:999px;background:#fff;color:#1268be;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.yps-brochure-feature-slider{position:relative;min-width:0;overflow:hidden;border:1px solid #d7e6f4;border-radius:22px;background:linear-gradient(135deg,#071f42 0%,#0c4f9d 100%);box-shadow:0 12px 34px rgba(6,32,68,.08)}
.yps-brochure-feature-track{position:relative;min-height:var(--ypk-current-slide-height,350px);transition:min-height .18s ease}
.yps-brochure-feature-slider .ypk-slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .38s ease,visibility .38s ease!important}
.yps-brochure-feature-slider .ypk-slide.is-active{position:relative!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.yps-brochure-feature-slider .yps-brochure-feature-card{display:grid!important;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr)!important;align-items:stretch!important;gap:0!important;min-height:350px!important;padding:0!important;background:transparent!important;contain:layout style}
.yps-brochure-feature-copy{display:grid;align-content:center;gap:10px;padding:30px;color:#fff;background:linear-gradient(145deg,rgba(4,25,55,.98),rgba(9,68,133,.91))}
.yps-brochure-feature-copy>span{color:#7fc2ff;font-size:.68rem;font-weight:600;letter-spacing:.075em;text-transform:uppercase}
.yps-brochure-feature-copy h3{margin:0;color:#fff;font-size:clamp(1.45rem,2.35vw,2.35rem);line-height:1.08;font-weight:600;letter-spacing:-.03em}
.yps-brochure-feature-copy p{margin:0;color:#d7e8f9;font-size:.9rem;line-height:1.55}
.yps-brochure-feature-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.yps-brochure-feature-cta,.yps-brochure-feature-preview{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 13px;border-radius:11px;text-decoration:none;font-size:.78rem;font-weight:600}
.yps-brochure-feature-cta{background:#fff;color:#075fbf}.yps-brochure-feature-preview{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.07)}
.yps-brochure-feature-media{display:grid;place-items:center;min-width:0;height:350px;padding:12px;background:radial-gradient(circle at 70% 20%,rgba(48,147,255,.28),transparent 38%),linear-gradient(145deg,#eef7ff,#fff);overflow:hidden}
.yps-brochure-feature-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:transparent;filter:none!important;transform:none!important}
.yps-brochure-feature-card.is-portrait .yps-brochure-feature-media img{max-width:74%;margin-inline:auto}
.yps-brochure-feature-nav{top:50%!important;width:38px!important;height:38px!important;font-size:22px!important;border:1px solid rgba(255,255,255,.32)!important;background:rgba(5,31,65,.78)!important;color:#fff!important;box-shadow:none!important}
.yps-brochure-feature-nav.prev{left:8px!important}.yps-brochure-feature-nav.next{right:8px!important}
.yps-brochure-feature-dots{position:absolute!important;left:auto!important;right:16px!important;bottom:13px!important;z-index:9!important;margin:0!important;transform:none!important}
.yps-brochure-feature-dots button{background:rgba(255,255,255,.45)!important}.yps-brochure-feature-dots button.is-active{background:#fff!important}
.yps-brochure-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.yps-brochure-grid-card{display:grid;grid-template-rows:150px 1fr;overflow:hidden;border:1px solid #dbe7f2;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(6,32,68,.045)}
.yps-brochure-grid-media{display:grid;place-items:center;min-width:0;overflow:hidden;background:linear-gradient(145deg,#f7fbff,#edf5fc)}
.yps-brochure-grid-media img{display:block;width:100%;height:100%;padding:6px;object-fit:contain;object-position:center;background:#fff;filter:none!important;transform:none!important}
.yps-brochure-grid-card>div{display:grid;align-content:start;gap:6px;padding:11px 12px 13px}
.yps-brochure-grid-card strong{color:#082c56;font-size:.86rem;line-height:1.26;font-weight:600}
.yps-brochure-grid-card small{color:#62788d;font-size:.72rem;line-height:1.4}
.yps-brochure-grid-card>div>a{width:max-content;color:#0868c9;font-size:.73rem;font-weight:600;text-decoration:none}
@media(max-width:1040px){.ypk-brochure-feature-section{padding:22px 0!important}.yps-brochure-feature-slider .yps-brochure-feature-card{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)!important;min-height:320px!important}.yps-brochure-feature-media{height:320px}.yps-brochure-feature-copy{padding:24px}.yps-brochure-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.ypk-brochure-feature-section,.ypk-brochure-card-section{padding:18px 0!important}.yps-brochure-feature-head{align-items:start;margin-bottom:10px}.yps-brochure-feature-head>span{display:none}.yps-brochure-feature-head h2{font-size:1.25rem}.yps-brochure-feature-head p{font-size:.8rem;line-height:1.45}.yps-brochure-feature-slider{border-radius:17px}.yps-brochure-feature-slider .yps-brochure-feature-card{grid-template-columns:1fr!important;min-height:0!important}.yps-brochure-feature-media{order:1;height:218px;padding:8px}.yps-brochure-feature-card.is-portrait .yps-brochure-feature-media img{max-width:54%}.yps-brochure-feature-copy{order:2;gap:7px;padding:15px 14px 17px;text-align:center}.yps-brochure-feature-copy h3{font-size:1.18rem;line-height:1.14}.yps-brochure-feature-copy p{max-width:420px;margin-inline:auto;font-size:.78rem;line-height:1.45}.yps-brochure-feature-copy>div{justify-content:center}.yps-brochure-feature-cta,.yps-brochure-feature-preview{min-height:36px;padding:7px 10px;font-size:.72rem}.yps-brochure-feature-nav{display:none!important}.yps-brochure-feature-dots{position:relative!important;right:auto!important;bottom:auto!important;justify-content:center!important;padding:8px 0 10px}.yps-brochure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.yps-brochure-grid-card{grid-template-rows:125px 1fr;border-radius:14px}.yps-brochure-grid-card>div{padding:9px 10px 11px}.yps-brochure-grid-card strong{font-size:.76rem}.yps-brochure-grid-card small{display:none}.yps-brochure-grid-card>div>a{font-size:.68rem}}
@media(max-width:430px){.yps-brochure-feature-media{height:196px}.yps-brochure-feature-card.is-portrait .yps-brochure-feature-media img{max-width:58%}.yps-brochure-grid{grid-template-columns:1fr 1fr}.yps-brochure-grid-card{grid-template-rows:112px 1fr}.yps-brochure-grid-card strong{font-size:.72rem}}
@media(prefers-reduced-motion:reduce){.yps-brochure-feature-slider .ypk-slide,.yps-brochure-feature-track{transition:none!important}}

/* v1.2.4 — Broşür ve ürün görsellerinde tam görünüm, yüksek netlik ve oran güvenliği */
.yps-brochure-showcase img{
  image-rendering:auto!important;
  -ms-interpolation-mode:bicubic;
  filter:none!important;
  transform:none!important;
  opacity:1!important;
  backface-visibility:visible!important;
}
.yps-brochure-image,
.yps-brochure-feature-media,
.yps-brochure-grid-media{
  box-sizing:border-box;
  isolation:isolate;
  overflow:hidden;
}
.yps-brochure-image img,
.yps-brochure-feature-media img,
.yps-brochure-grid-media img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
  background:transparent!important;
}

/* Yatay vitrin: görsel yönüne göre yeterli ve sabit bir güvenli alan. */
.yps-brochure-card{grid-template-rows:auto 1fr!important}
.yps-brochure-card .yps-brochure-image{height:188px!important;padding:8px!important;background:#fff!important}
.yps-brochure-card.is-square .yps-brochure-image{height:224px!important}
.yps-brochure-card.is-portrait .yps-brochure-image{height:258px!important}
.yps-brochure-card.is-landscape .yps-brochure-image{height:188px!important}

/* Menü sayfası broşür slaytı: hiçbir oran kırpılmaz, görsel tam olarak görünür. */
.yps-brochure-feature-slider .yps-brochure-feature-card{
  grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr)!important;
  min-height:390px!important;
  contain:none!important;
}
.yps-brochure-feature-media{
  height:390px!important;
  min-height:390px!important;
  padding:14px!important;
  background:linear-gradient(145deg,#f7fbff 0%,#fff 100%)!important;
}
.yps-brochure-feature-card.is-portrait .yps-brochure-feature-media img,
.yps-brochure-feature-card.is-square .yps-brochure-feature-media img,
.yps-brochure-feature-card.is-landscape .yps-brochure-feature-media img{
  max-width:100%!important;
  max-height:100%!important;
}
.yps-brochure-feature-card.is-portrait .yps-brochure-feature-media{padding:12px 28px!important}

/* Sayfa içi kartlar: dört küçük kutu yerine okunabilir üçlü kurumsal düzen. */
.yps-brochure-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.yps-brochure-grid-card{grid-template-rows:auto 1fr!important;min-width:0!important}
.yps-brochure-grid-media{height:188px!important;padding:8px!important;background:#fff!important}
.yps-brochure-grid-card.is-square .yps-brochure-grid-media{height:224px!important}
.yps-brochure-grid-card.is-portrait .yps-brochure-grid-media{height:272px!important}
.yps-brochure-grid-card.is-landscape .yps-brochure-grid-media{height:188px!important}

/* Büyütülmüş görünümde kaynak çözünürlük korunur. */
.yps-brochure-dialog{width:min(1120px,96vw)!important}
.yps-brochure-dialog figure{max-height:94vh!important;padding:12px!important}
.yps-brochure-dialog img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:86vh!important;
  margin:auto!important;
  object-fit:contain!important;
}

@media(max-width:1040px){
  .yps-brochure-feature-slider .yps-brochure-feature-card{
    grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr)!important;
    min-height:350px!important;
  }
  .yps-brochure-feature-media{height:350px!important;min-height:350px!important}
  .yps-brochure-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:720px){
  .yps-brochure-rail{grid-auto-columns:82vw!important}
  .yps-brochure-card .yps-brochure-image{height:190px!important}
  .yps-brochure-card.is-square .yps-brochure-image{height:238px!important}
  .yps-brochure-card.is-portrait .yps-brochure-image{height:278px!important}

  .yps-brochure-feature-slider .yps-brochure-feature-card{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  .yps-brochure-feature-media{order:1;height:240px!important;min-height:240px!important;padding:8px!important}
  .yps-brochure-feature-card.is-square .yps-brochure-feature-media{height:278px!important;min-height:278px!important}
  .yps-brochure-feature-card.is-portrait .yps-brochure-feature-media{height:320px!important;min-height:320px!important;padding:8px 22px!important}
  .yps-brochure-feature-copy{order:2!important}

  .yps-brochure-grid{
    display:grid!important;
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:minmax(250px,78vw)!important;
    gap:10px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory;
    padding:2px 2px 10px!important;
  }
  .yps-brochure-grid-card{scroll-snap-align:start}
  .yps-brochure-grid-media{height:188px!important}
  .yps-brochure-grid-card.is-square .yps-brochure-grid-media{height:228px!important}
  .yps-brochure-grid-card.is-portrait .yps-brochure-grid-media{height:282px!important}
}

@media(max-width:430px){
  .yps-brochure-rail{grid-auto-columns:86vw!important}
  .yps-brochure-card.is-portrait .yps-brochure-image{height:264px!important}
  .yps-brochure-feature-media{height:220px!important;min-height:220px!important}
  .yps-brochure-feature-card.is-square .yps-brochure-feature-media{height:252px!important;min-height:252px!important}
  .yps-brochure-feature-card.is-portrait .yps-brochure-feature-media{height:296px!important;min-height:296px!important;padding-inline:18px!important}
  .yps-brochure-grid{grid-auto-columns:84vw!important}
}


/* v1.2.5 — Ürün kataloğu yönlendirmesinde kısa kurumsal metin ve mobil ikon dengesi */
.yps-catalog-gateway-v125{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:24px;padding:28px;border-radius:24px}
.yps-catalog-gateway-v125 .yps-catalog-gateway-main{gap:11px}
.yps-catalog-gateway-v125 .yps-catalog-kicker{padding:6px 10px;font-size:.72rem;letter-spacing:.045em}
.yps-catalog-gateway-v125 h2{max-width:600px;font-size:clamp(1.5rem,2.15vw,2.15rem);line-height:1.13}
.yps-catalog-gateway-v125 p{max-width:570px;font-size:.95rem;line-height:1.55}
.yps-catalog-gateway-v125 .yps-catalog-actions{gap:9px;margin-top:4px}
.yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn{min-height:44px;padding:9px 14px;font-size:.88rem;line-height:1.15;white-space:nowrap}
.yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn svg{display:block;width:17px;height:17px;min-width:17px;max-width:17px;max-height:17px;flex:0 0 17px}
.yps-catalog-gateway-v125 .yps-catalog-group-grid{gap:10px}
.yps-catalog-gateway-v125 .yps-catalog-group-grid a{min-height:94px;padding:14px 16px;border-radius:16px;gap:4px}
.yps-catalog-gateway-v125 .yps-catalog-group-grid a:first-child{min-height:90px}
.yps-catalog-gateway-v125 .yps-catalog-group-grid strong{font-size:.94rem}
.yps-catalog-gateway-v125 .yps-catalog-group-grid small{font-size:.8rem;line-height:1.4}

@media(max-width:1120px){
  .yps-catalog-gateway-v125{grid-template-columns:1fr;padding:24px}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .ypk-v1115-home-catalog{padding-top:12px!important}
  .yps-catalog-gateway-v125{gap:14px!important;padding:14px!important;border-radius:16px!important}
  .yps-catalog-gateway-v125 .yps-catalog-gateway-main{gap:7px!important;text-align:center!important;align-items:center!important}
  .yps-catalog-gateway-v125 .yps-catalog-kicker{padding:5px 9px!important;font-size:.61rem!important}
  .yps-catalog-gateway-v125 h2{max-width:330px!important;font-size:1.12rem!important;line-height:1.18!important;letter-spacing:-.02em!important}
  .yps-catalog-gateway-v125 p{max-width:360px!important;font-size:.72rem!important;line-height:1.42!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  .yps-catalog-gateway-v125 .yps-catalog-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:3px!important}
  .yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn{width:100%!important;min-height:36px!important;padding:6px 8px!important;border-radius:9px!important;gap:5px!important;font-size:.69rem!important;white-space:nowrap!important}
  .yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn-wa{grid-column:1/-1!important}
  .yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn svg{width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;max-height:13px!important;flex-basis:13px!important}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid a{min-height:48px!important;padding:8px 9px!important;border-radius:11px!important;gap:1px!important;justify-content:center!important}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid a:first-child{grid-column:1/-1!important;min-height:46px!important}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid strong{font-size:.72rem!important;line-height:1.15!important}
  .yps-catalog-gateway-v125 .yps-catalog-group-grid small{display:none!important}
}
@media(max-width:390px){
  .yps-catalog-gateway-v125{padding:12px!important}
  .yps-catalog-gateway-v125 h2{font-size:1.04rem!important}
  .yps-catalog-gateway-v125 .yps-catalog-actions .yps-btn{font-size:.64rem!important;padding-inline:6px!important}
}


/* v1.2.7 — Dijital katalog ve broşür merkezi */
.ypk-brochure-library-section{padding-top:38px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.yps-brochure-library{display:grid;gap:18px}
.yps-brochure-library-head{display:flex;align-items:end;justify-content:space-between;gap:24px}
.yps-brochure-library-head>div{min-width:0;max-width:850px}.yps-brochure-library-head>div>span{display:block;margin-bottom:5px;color:#0b72e7;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.yps-brochure-library-head h2{margin:0 0 7px;color:#062044;font-size:clamp(1.55rem,2.7vw,2.55rem);line-height:1.1;letter-spacing:-.035em;font-weight:600}.yps-brochure-library-head p{margin:0;color:#587087;font-size:.94rem;line-height:1.55}
.yps-brochure-search{flex:0 0 min(340px,32vw)}.yps-brochure-search input{width:100%;min-height:46px;padding:10px 14px;border:1px solid #cfe0f0;border-radius:13px;background:#fff;color:#062044;font:inherit;box-shadow:0 6px 20px rgba(6,32,68,.04)}
.yps-brochure-filters{display:flex;flex-wrap:wrap;gap:8px}.yps-brochure-filters button{min-height:38px;padding:8px 13px;border:1px solid #cfe0f0;border-radius:999px;background:#fff;color:#31516e;font-size:.78rem;font-weight:600;cursor:pointer}.yps-brochure-filters button.is-active{border-color:#0b72e7;background:#0b72e7;color:#fff}
.yps-brochure-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:start}
.yps-brochure-library-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid #d6e5f2;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(6,32,68,.06)}
.yps-brochure-library-media{position:relative;display:grid;place-items:center;height:255px;overflow:hidden;padding:8px;background:linear-gradient(145deg,#eef7ff,#fff)}
.yps-brochure-library-card.is-portrait .yps-brochure-library-media{height:340px;padding:10px 28px}.yps-brochure-library-card.is-square .yps-brochure-library-media{height:300px}
.yps-brochure-library-media img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;margin:auto!important;object-fit:contain!important;filter:none!important;transform:none!important}
.yps-brochure-library-media>span{position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(4,28,60,.82);color:#fff;font-size:.66rem;font-weight:600;opacity:0;transform:translateY(4px);transition:.18s ease}
.yps-brochure-library-media:hover>span{opacity:1;transform:none}
.yps-brochure-library-copy{display:grid;align-content:start;gap:7px;padding:15px 16px 17px}.yps-brochure-library-copy small{color:#0b72e7;font-size:.65rem;font-weight:700;letter-spacing:.065em;text-transform:uppercase}.yps-brochure-library-copy h3{margin:0;color:#082c56;font-size:1rem;line-height:1.25;font-weight:600}.yps-brochure-library-copy p{margin:0;color:#60778d;font-size:.78rem;line-height:1.48}.yps-brochure-library-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:3px}.yps-brochure-library-copy>div a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:9px;background:#edf6ff;color:#0766c7;font-size:.7rem;font-weight:600;text-decoration:none}.yps-brochure-library-copy>div a:first-child{background:#0b72e7;color:#fff}
.yps-brochure-empty{margin:0;padding:20px;border:1px dashed #bfd5e9;border-radius:16px;text-align:center;color:#587087;background:#fff}
.ypk-brochure-library-cta{padding:32px 0 50px}.ypk-brochure-library-cta>.ypk-container{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:26px 28px;border-radius:22px;background:linear-gradient(135deg,#062044,#0a5db4);color:#fff}.ypk-brochure-library-cta span{display:block;margin-bottom:4px;color:#9bd0ff;font-size:.72rem;font-weight:600;letter-spacing:.075em;text-transform:uppercase}.ypk-brochure-library-cta h2{max-width:720px;margin:0;color:#fff;font-size:clamp(1.25rem,2.1vw,2rem);line-height:1.18}.ypk-brochure-library-cta>.ypk-container>div:last-child{display:flex;gap:9px;flex:0 0 auto}
@media(max-width:1100px){.yps-brochure-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yps-brochure-library-head{align-items:start}.yps-brochure-search{flex-basis:290px}.ypk-brochure-library-cta>.ypk-container{align-items:flex-start;flex-direction:column}.ypk-brochure-library-cta>.ypk-container>div:last-child{width:100%}}
@media(max-width:720px){.ypk-brochure-library-section{padding-top:22px}.yps-brochure-library{gap:13px}.yps-brochure-library-head{display:grid;gap:12px}.yps-brochure-library-head h2{font-size:1.38rem}.yps-brochure-library-head p{font-size:.82rem}.yps-brochure-search{width:100%;flex-basis:auto}.yps-brochure-search input{min-height:42px;font-size:.82rem}.yps-brochure-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.yps-brochure-filters button{min-height:36px;padding:7px 8px;font-size:.7rem}.yps-brochure-library-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(270px,86vw);gap:10px;overflow-x:auto;scroll-snap-type:inline mandatory;padding:2px 2px 10px}.yps-brochure-library-card{scroll-snap-align:start;border-radius:16px}.yps-brochure-library-media{height:205px}.yps-brochure-library-card.is-square .yps-brochure-library-media{height:245px}.yps-brochure-library-card.is-portrait .yps-brochure-library-media{height:300px;padding-inline:22px}.yps-brochure-library-media>span{display:none}.yps-brochure-library-copy{padding:12px 13px 14px}.yps-brochure-library-copy h3{font-size:.9rem}.yps-brochure-library-copy p{font-size:.72rem}.ypk-brochure-library-cta{padding:24px 0 34px}.ypk-brochure-library-cta>.ypk-container{padding:18px;border-radius:17px}.ypk-brochure-library-cta h2{font-size:1.15rem}.ypk-brochure-library-cta>.ypk-container>div:last-child{display:grid;grid-template-columns:1fr 1fr}.ypk-brochure-library-cta .ypk-btn{width:100%;min-height:39px;padding:8px;font-size:.72rem}}
@media(max-width:430px){.yps-brochure-library-grid{grid-auto-columns:88vw}.yps-brochure-filters{grid-template-columns:1fr 1fr}.ypk-brochure-library-cta>.ypk-container>div:last-child{grid-template-columns:1fr}}


/* v1.2.8 — Dijital katalog seçim, karşılaştırma ve hızlı teklif akışı */
.ypk-catalog-selection-guide{padding:18px 0;background:#f7fbff;border-block:1px solid #e3edf7}.ypk-catalog-selection-guide>.ypk-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ypk-catalog-selection-guide>.ypk-container>div{display:flex;align-items:center;gap:11px;min-width:0;padding:13px 15px;border:1px solid #d6e5f2;border-radius:15px;background:#fff}.ypk-catalog-selection-guide b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#0b72e7;color:#fff;font-size:.82rem}.ypk-catalog-selection-guide span{display:grid;gap:2px;min-width:0}.ypk-catalog-selection-guide strong{color:#082c56;font-size:.83rem;font-weight:600}.ypk-catalog-selection-guide small{color:#637a90;font-size:.7rem;line-height:1.35}
.yps-brochure-library-tools{display:grid;justify-items:end;gap:5px;flex:0 0 310px}.yps-brochure-library-tools .yps-brochure-search{width:100%;flex-basis:auto}.yps-brochure-library-tools>small{color:#6a8095;font-size:.66rem}.yps-brochure-library-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border:1px solid #c9def1;border-radius:9px;background:#fff;color:#075fbf;font:inherit;font-size:.7rem;font-weight:600;cursor:pointer}.yps-brochure-library-actions button[aria-pressed="true"]{border-color:#0b72e7;background:#0b72e7;color:#fff}.yps-brochure-library-card.is-selected{border-color:#0b72e7;box-shadow:0 0 0 2px rgba(11,114,231,.12),0 12px 30px rgba(6,32,68,.08)}
.yps-brochure-compare{position:sticky;z-index:15;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid rgba(255,255,255,.24);border-radius:17px;background:linear-gradient(135deg,#062044,#0b72e7);color:#fff;box-shadow:0 18px 42px rgba(6,32,68,.24)}.yps-brochure-compare[hidden]{display:none!important}.yps-brochure-compare>div:first-child{display:grid;gap:5px;min-width:0}.yps-brochure-compare strong{font-size:.82rem}.yps-brochure-compare [data-compare-items]{display:flex;flex-wrap:wrap;gap:5px}.yps-brochure-compare [data-compare-items] span{display:inline-flex;max-width:210px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.63rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yps-brochure-compare>div:last-child{display:flex;align-items:center;gap:8px;flex:0 0 auto}.yps-brochure-compare button,.yps-brochure-compare a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 11px;border-radius:10px;font-size:.7rem;font-weight:600;text-decoration:none}.yps-brochure-compare button{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;cursor:pointer}.yps-brochure-compare a{background:#fff;color:#075fbf}.yps-quote-form textarea:not(:placeholder-shown){background:#f8fcff}
@media(max-width:900px){.ypk-catalog-selection-guide>.ypk-container{grid-template-columns:1fr}.yps-brochure-library-tools{justify-items:stretch;flex:1 1 100%;width:100%}.yps-brochure-library-tools>small{text-align:left}.yps-brochure-compare{align-items:flex-start;flex-direction:column}.yps-brochure-compare>div:last-child{width:100%}.yps-brochure-compare button,.yps-brochure-compare a{flex:1}}
@media(max-width:720px){.ypk-catalog-selection-guide{padding:12px 0}.ypk-catalog-selection-guide>.ypk-container{gap:7px}.ypk-catalog-selection-guide>.ypk-container>div{padding:9px 11px;border-radius:12px}.ypk-catalog-selection-guide b{flex-basis:29px;width:29px;height:29px}.ypk-catalog-selection-guide strong{font-size:.76rem}.ypk-catalog-selection-guide small{font-size:.64rem}.yps-brochure-library-actions{display:grid!important;grid-template-columns:1fr 1fr}.yps-brochure-library-actions button{grid-column:1/-1;min-height:36px}.yps-brochure-compare{bottom:76px;padding:11px;border-radius:14px}.yps-brochure-compare [data-compare-items] span{max-width:135px}.yps-brochure-compare button,.yps-brochure-compare a{min-height:36px;padding:7px 8px;font-size:.66rem}}

/* v1.2.9 — Form güvenliği, geri bildirim ve erişilebilirlik */
.yps-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.yps-form-notice{margin:0 0 14px;padding:12px 14px;border:1px solid #cfe0f0;border-radius:13px;background:#f6fbff;color:#24445f;font-size:.86rem;line-height:1.5}.yps-form-notice.is-success{border-color:#b7e4ca;background:#edf9f2;color:#176842}.yps-form-notice.is-warning{border-color:#f0d79a;background:#fff9e9;color:#7b5605}.yps-form-notice.is-error{border-color:#efc0c0;background:#fff3f3;color:#8b2626}
.yps-quote-form input:focus-visible,.yps-quote-form textarea:focus-visible,.yps-quote-form button:focus-visible,.yps-brochure-library button:focus-visible,.yps-brochure-library a:focus-visible{outline:3px solid rgba(11,114,231,.3);outline-offset:2px}
.yps-quote-form input[aria-invalid="true"],.yps-quote-form textarea[aria-invalid="true"]{border-color:#c83232}
@media(max-width:720px){.yps-form-notice{margin-bottom:10px;padding:10px 11px;border-radius:11px;font-size:.76rem}.yps-quote-form .yps-btn[type="submit"]{width:100%;min-height:42px}}


/* v1.3.0 — Kurumsal sayfa menüsü ve sonraki işlem şeridi */
.ypk-context-nav-v130{position:relative;z-index:18;border-bottom:1px solid #dce8f3;background:rgba(255,255,255,.98)}
.ypk-context-nav-track{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:9px 0;scrollbar-width:none;scroll-snap-type:inline proximity}
.ypk-context-nav-track::-webkit-scrollbar{display:none}
.ypk-context-nav-track a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:34px;padding:7px 12px;border:1px solid #dce8f3;border-radius:999px;background:#fff;color:#47617a;font-size:.74rem;font-weight:600;white-space:nowrap;scroll-snap-align:start}
.ypk-context-nav-track a:hover{border-color:#b8d2eb;color:#0969c8;background:#f7fbff}
.ypk-context-nav-track a.is-active{border-color:#0b72e7;background:#0b72e7;color:#fff}
.ypk-internal-actions-v130{padding:22px 0;border-top:1px solid #dce8f3;background:linear-gradient(135deg,#f7fbff,#fff)}
.ypk-internal-actions-v130>.ypk-container{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);align-items:center;gap:20px;padding:18px 20px;border:1px solid #dce8f3;border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(6,32,68,.045)}
.ypk-internal-actions-copy{display:grid;gap:3px}
.ypk-internal-actions-copy span{color:#0b72e7;font-size:.67rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.ypk-internal-actions-copy strong{color:#173654;font-size:1rem;line-height:1.38;font-weight:600}
.ypk-internal-actions-links{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.ypk-internal-actions-links a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:8px 13px;border:1px solid #cbddec;border-radius:999px;background:#fff;color:#175f9f;font-size:.75rem;font-weight:600}
.ypk-internal-actions-links a.is-primary{border-color:#0b72e7;background:#0b72e7;color:#fff}
.ypk-internal-actions-links a.is-whatsapp{border-color:#cfe9d9;background:#f4fcf7;color:#168a45}
.ypk-internal-actions-links svg{width:17px;height:17px}
@media(max-width:1040px){.ypk-context-nav-v130{position:sticky;top:76px}.ypk-internal-actions-v130>.ypk-container{grid-template-columns:1fr}.ypk-internal-actions-copy{text-align:center}.ypk-internal-actions-links{justify-content:center}}
@media(max-width:720px){.ypk-context-nav-v130{top:70px}.ypk-context-nav-track{margin-inline:-2px;padding:7px 0}.ypk-context-nav-track a{min-height:32px;padding:6px 10px;font-size:.68rem}.ypk-internal-actions-v130{padding:14px 0 18px}.ypk-internal-actions-v130>.ypk-container{gap:12px;padding:14px;border-radius:16px}.ypk-internal-actions-copy strong{font-size:.88rem}.ypk-internal-actions-links{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}.ypk-internal-actions-links a{width:100%;min-height:37px;padding:7px;font-size:.68rem}.ypk-internal-actions-links a.is-primary,.ypk-internal-actions-links a.is-whatsapp{grid-column:auto}}
@media(max-width:390px){.ypk-internal-actions-links{grid-template-columns:1fr}.ypk-internal-actions-links a.is-primary,.ypk-internal-actions-links a.is-whatsapp{grid-column:1}}


/* v1.3.1 — Dönüşüm, iletişim ve mobil form uyumu */
.ypk-conversion-strip-v131 .ypk-internal-actions-links a{min-height:42px}
.ypk-conversion-strip-v131 .ypk-internal-actions-links .is-whatsapp svg{width:17px;height:17px}
.ypk-mobile-contact{transition:transform .2s ease,opacity .2s ease,visibility .2s ease}
.ypk-mobile-contact.is-form-hidden,.ypk-mobile-contact.is-keyboard-hidden{transform:translateY(115%);opacity:0;visibility:hidden;pointer-events:none}
.yps-conversion-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.yps-conversion-preview-grid article{padding:16px;border:1px solid #dbe6ef;border-radius:14px;background:#fff}
.yps-conversion-preview-grid strong{display:block;margin-bottom:7px;color:#062044}
.yps-conversion-preview-grid p{min-height:54px;margin:0 0 12px;color:#526b82;line-height:1.5}
@media(max-width:720px){
  .ypk-conversion-strip-v131 .ypk-internal-actions-copy strong{font-size:.92rem;line-height:1.35}
  .ypk-conversion-strip-v131 .ypk-internal-actions-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;width:100%}
  .ypk-conversion-strip-v131 .ypk-internal-actions-links a{min-height:38px;padding:8px 9px;font-size:.7rem}
  .ypk-conversion-strip-v131 .ypk-internal-actions-links .is-whatsapp{grid-column:1/-1}
  .yps-conversion-preview-grid{grid-template-columns:1fr}
}


/* v1.3.2 — Footer logo kontrastı ve iki satırlı iletişim adresi */
.ypk-brand-footer .ypk-logo-text strong,
.ypk-brand-footer .ypk-logo-text strong span,
.ypk-brand-footer .ypk-logo-text strong span:first-child{
  color:#fff!important;
}
.ypk-brand-footer .ypk-logo-text small{
  color:#c7d8eb!important;
}
.ypk-footer-contact-column{
  min-width:0;
}
.ypk-footer-address{
  display:grid;
  gap:1px;
  margin:0 0 12px!important;
  max-width:440px;
  color:#d2e2f2!important;
  line-height:1.45!important;
}
.ypk-footer-address span{
  display:block;
}
.ypk-footer-contact-links{
  display:grid;
  gap:7px;
  min-width:0;
}
.ypk-footer-contact-links a{
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr);
  align-items:center;
  gap:9px!important;
  width:max-content;
  max-width:100%;
  line-height:1.35!important;
  text-decoration:none;
}
.ypk-footer-contact-links a span{
  min-width:0;
  overflow-wrap:anywhere;
}
.ypk-footer-contact-links svg{
  width:18px!important;
  height:18px!important;
  color:#dcecff;
}
@media(max-width:1040px){
  .ypk-footer-contact-column{grid-column:1/-1;max-width:540px}
}
@media(max-width:720px){
  .ypk-footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  .ypk-footer-grid>div:last-child{grid-column:auto!important}
  .ypk-brand-footer{width:260px!important;height:72px!important}
  .ypk-footer-address{font-size:.84rem!important}
  .ypk-footer-contact-links a{font-size:.84rem!important}
}


/* v1.3.3 — Yayın öncesi görsel, CLS, mobil ve erişilebilirlik sertleştirmesi */
img{max-width:100%;height:auto}
.yps-brochure-library-card[hidden],.yps-brochure-grid-card[hidden]{display:none!important}
.yps-brochure-library-media,.yps-brochure-feature-media,.yps-brochure-grid-media{contain:layout paint;isolation:isolate}
.yps-brochure-library-media img,.yps-brochure-feature-media img,.yps-brochure-grid-media img{image-rendering:auto;backface-visibility:hidden}
.yps-products-grid,.yps-brochure-library-grid,.yps-brochure-grid{align-items:stretch}
.ypk-404-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}
.ypk-404-actions .ypk-btn{min-width:150px}
@media(max-width:720px){
  .ypk-404-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .ypk-404-actions .ypk-btn{min-width:0;width:100%;padding-inline:9px;font-size:.72rem}
  .yps-brochure-library-grid{grid-auto-rows:auto}
  .yps-brochure-library-card{min-width:0;overflow:hidden}
  .yps-brochure-library-media{aspect-ratio:auto!important;min-height:180px}
  .yps-brochure-library-media img{width:100%;height:100%;object-fit:contain!important;object-position:center!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.ypk-slider-track,.ypk-slide,.yps-brochure-library-card{transition:none!important;animation:none!important}}


/* v1.3.4 — İhracat bölgeleri için kesin responsive sütun yapısı */
.ypk-export-row,
.ypk-country-list,
.ypk-country-pill{min-width:0}
.ypk-country-list{grid-auto-flow:row;align-items:stretch}
.ypk-country-pill{width:100%;overflow:hidden}
.ypk-country-pill>:last-child{min-width:0;overflow-wrap:anywhere}

@media (min-width:1101px){
  .ypk-country-list{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}

@media (min-width:721px) and (max-width:1100px){
  .ypk-export-compact{padding:10px 0 28px}
  .ypk-export-row{grid-template-columns:1fr!important;gap:18px;padding:20px}
  .ypk-country-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px}
  .ypk-country-pill{min-height:38px;padding:7px 8px;font-size:.78rem;line-height:1.25}
  .ypk-country-code{min-width:30px;height:22px;font-size:.64rem}
}

@media (max-width:720px){
  .ypk-export-compact,.ypk-export-v1111{padding:24px 0 26px!important}
  .ypk-export-row{grid-template-columns:1fr!important;gap:14px!important;padding:15px!important;border-radius:17px!important}
  .ypk-export-heading{gap:10px;align-items:center}
  .ypk-export-icon{width:42px;height:42px;border-radius:12px}
  .ypk-export-icon svg{width:22px;height:22px}
  .ypk-export-heading h2{margin-bottom:3px;font-size:1.12rem;line-height:1.18}
  .ypk-export-heading p{font-size:.76rem;line-height:1.4}
  .ypk-country-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .ypk-country-pill{min-height:34px!important;gap:6px;padding:6px 7px!important;border-radius:10px;font-size:.7rem!important;line-height:1.2}
  .ypk-country-code{min-width:27px;height:21px;padding:0 4px;border-radius:6px;font-size:.59rem}
}

@media (max-width:360px){
  .ypk-country-pill{font-size:.66rem!important;padding-inline:6px!important}
  .ypk-country-code{min-width:25px;font-size:.56rem}
}

/* v1.5.5 — Standart hero ölçüsü ve koyu lacivert açık-zemin metinleri.
   Kapsam yalnız kurumsal tema bileşenleridir; üçüncü taraf alanlara genel kural uygulanmaz. */
:root{
  --yp-text-navy:#0b2545;
  --yp-text-navy-strong:#071d36;
  --yp-text-navy-muted:#4a6078;
}
body.yps-corporate-typography{color:var(--yp-text-navy)}
body.yps-corporate-typography :where(.ypk-main,.ypk-section,.ypk-page-shell,.ypk-card,.ypk-about-card,.ypk-info-card,.ypk-quote-card,.ypk-action-tile,.ypk-cat-card,.yps-product-card){color:var(--yp-text-navy)}
body.yps-corporate-typography :where(.ypk-hero-copy h1,.ypk-slide-copy h1){
  color:var(--yp-text-navy-strong)!important;
  font-size:clamp(1.75rem,2.35vw,2.75rem)!important;
  line-height:1.16!important;
  letter-spacing:-.02em!important;
}
body.yps-corporate-typography :where(.ypk-page-hero h1,.ypk-page-hero-v1112 h1,.ypk-page-hero-v1114 h1,.ypk-archive-hero h1,.ypk-single-hero h1){
  color:var(--yp-text-navy-strong)!important;
  font-size:clamp(1.55rem,2vw,2.15rem)!important;
  line-height:1.2!important;
  letter-spacing:-.016em!important;
}
body.yps-corporate-typography :where(.ypk-section-head h2,.ypk-info-copy h2,.ypk-about-card h2,.ypk-quote-card h2,.ypk-export-heading h2){
  color:var(--yp-text-navy-strong)!important;
}
body.yps-corporate-typography :where(.ypk-hero-copy p,.ypk-slide-copy p,.ypk-page-hero p,.ypk-section-head p,.ypk-info-copy p,.ypk-about-card p,.ypk-quote-card p){
  color:var(--yp-text-navy-muted)!important;
}
/* Koyu alanlar beyaz kalır. */
body.yps-corporate-typography :where(.ypk-footer,.ypk-contact-row,.ypk-trust-conversion-v1117,.ypk-faq-v1118,.ypk-faq-page-v1118,.ypk-brochure-library-cta>.ypk-container,.yps-brochure-feature-slider,.yps-brochure-compare) :where(h1,h2,h3,h4,h5,h6,strong,b,a,label,dt,dd){color:#fff!important}
body.yps-corporate-typography :where(.ypk-footer,.ypk-contact-row,.ypk-trust-conversion-v1117,.ypk-faq-v1118,.ypk-faq-page-v1118,.ypk-brochure-library-cta>.ypk-container,.yps-brochure-feature-slider,.yps-brochure-compare) :where(p,li,small,span,figcaption){color:rgba(255,255,255,.84)!important}
@media(max-width:782px){
  body.yps-corporate-typography :where(.ypk-hero-copy h1,.ypk-slide-copy h1){font-size:clamp(1.45rem,5vw,1.9rem)!important}
  body.yps-corporate-typography :where(.ypk-page-hero h1,.ypk-page-hero-v1112 h1,.ypk-page-hero-v1114 h1,.ypk-archive-hero h1,.ypk-single-hero h1){font-size:clamp(1.35rem,4.5vw,1.65rem)!important}
}
@media(max-width:430px){
  body.yps-corporate-typography :where(.ypk-hero-copy h1,.ypk-slide-copy h1){font-size:1.42rem!important;line-height:1.22!important}
}

/* v1.5.8 — Koyu alan yazı kontrastı ve beyaz buton metni düzeltmesi.
   Yalnız ana sayfadaki işaretlenen koyu bileşenleri hedefler; açık zemin tipografisini değiştirmez. */
body.yps-corporate-typography .ypk-footer .ypk-footer-brand-column > p{
  color:rgba(255,255,255,.78)!important;
}
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-trust-intro-v1117 h2,
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-trust-grid-v1117 h3{
  color:#fff!important;
}
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-trust-intro-v1117 > div:first-child > p,
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-trust-grid-v1117 article > p{
  color:rgba(235,246,255,.88)!important;
}
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-kicker{
  color:#d8edff!important;
}
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-btn-light,
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-btn-light b,
body.yps-corporate-typography .ypk-trust-conversion-v1117 .ypk-btn-light span{
  color:#0b5fae!important;
}
body.yps-corporate-typography .ypk-faq-v1118 .ypk-faq-intro h2,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-faq-page-summary h2{
  color:#fff!important;
}
body.yps-corporate-typography .ypk-faq-v1118 .ypk-faq-intro > p,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-faq-page-summary > p{
  color:rgba(230,243,255,.88)!important;
}
body.yps-corporate-typography .ypk-faq-v1118 .ypk-faq-kicker,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-faq-kicker{
  color:#d8edff!important;
}
body.yps-corporate-typography .ypk-faq-v1118 .ypk-btn-white,
body.yps-corporate-typography .ypk-faq-v1118 .ypk-btn-white b,
body.yps-corporate-typography .ypk-faq-v1118 .ypk-btn-white span,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-btn-white,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-btn-white b,
body.yps-corporate-typography .ypk-faq-page-v1118 .ypk-btn-white span{
  color:#062044!important;
}
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-copy > span{
  color:#9bd2ff!important;
}
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-copy h3{
  color:#fff!important;
}
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-copy > p{
  color:rgba(231,244,255,.88)!important;
}
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-cta,
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-cta b,
body.yps-corporate-typography .yps-brochure-feature-slider .yps-brochure-feature-cta span{
  color:#075fbf!important;
}
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-catalog-gateway h2{
  color:#fff!important;
}
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-catalog-gateway-main > p{
  color:rgba(235,246,255,.88)!important;
}
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-catalog-kicker{
  color:#fff!important;
}
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-light,
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-light span,
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-light b{
  color:#0b5fae!important;
}
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-wa,
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-wa span,
body.yps-corporate-typography .ypk-v1115-home-catalog .yps-btn-wa b{
  color:#128043!important;
}

/* v1.5.15 — Genel yerleşim sağlamlaştırması.
   Mevcut tasarım ölçülerini değiştirmez; grid/flex çocuklarının uzun içerikte taşmasını önler. */
body.yps-corporate-typography :where(
  .ypk-header-inner,.ypk-nav,.ypk-primary-action-inner,.ypk-category-grid,.ypk-compact-grid,
  .ypk-about-card,.ypk-quote-card,.ypk-info-card,.ypk-export-row,.ypk-country-list,.ypk-contact-row,
  .ypk-footer-grid,.ypk-single-grid,.yps-products-grid,.yps-product-body,.yps-catalog-gateway,
  .yps-catalog-group-grid,.ypk-v1114-flow-grid,.ypk-v1114-path-grid,.ypk-trust-grid-v1117,
  .ypk-faq-layout,.yps-brochure-library-grid,.yps-brochure-grid,.yps-brochure-feature-slider
)>*{min-width:0}
body.yps-corporate-typography :where(
  .ypk-main,.ypk-footer,.ypk-contact-row,.ypk-info-copy,.ypk-about-card,.ypk-quote-card,
  .yps-product-body,.yps-catalog-gateway,.yps-brochure-library-copy,.ypk-faq-answer
) :where(h1,h2,h3,h4,p,li,a,strong,small,span){overflow-wrap:anywhere}
body.yps-corporate-typography :where(.ypk-btn,.yps-btn,.ypk-mini-link){max-width:100%;text-align:center}
body.yps-corporate-typography :where(.ypk-contact-row,.ypk-footer-contact-links) a{min-width:0;max-width:100%}
@media (min-width:721px) and (max-width:1040px){
  .ypk-contact-row>*{min-width:0;overflow-wrap:anywhere}
}


/* v1.5.16 — Mobil kurumsal sadeleştirme ve 2'li bilgi mimarisi.
   Form/SSS gibi okuma ve giriş alanları tek sütunda; kompakt seçim kartları 2 sütunda tutulur. */
@media (max-width:760px){
  .ypk-section{padding:26px 0!important}
  .ypk-tight-section{padding:22px 0!important}
  .ypk-section-head,.ypk-core-menu-head{margin-bottom:13px!important;text-align:center!important}
  .ypk-section-head>span,.ypk-core-menu-head>span{display:none!important}
  .ypk-section-head h2,.ypk-core-menu-head h2{font-size:1.24rem!important;line-height:1.18!important;letter-spacing:-.025em!important}
  .ypk-section-head p,.ypk-core-menu-head p{max-width:520px!important;margin:6px auto 0!important;font-size:.78rem!important;line-height:1.45!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}

  .ypk-page-hero-v1112 p,.ypk-page-hero-v1114 p{max-width:620px!important;font-size:.82rem!important;line-height:1.48!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  .ypk-hero-quicklinks{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .ypk-hero-quicklinks a{min-width:0!important;justify-content:center!important;text-align:center!important;padding:7px 8px!important;font-size:.7rem!important}

  /* Hızlı işlemler: bir ana aksiyon + iki ikincil aksiyon. */
  .ypk-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ypk-action-buttons .ypk-btn:first-child{grid-column:1/-1}
  .ypk-action-buttons .ypk-btn{min-width:0!important;padding-inline:7px!important;font-size:.74rem!important}
  .ypk-action-panel-copy strong{font-size:.82rem!important}
  .yps-catalog-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .yps-catalog-actions .yps-btn:first-child{grid-column:1/-1}
  .yps-catalog-actions .yps-btn{width:100%!important;min-height:37px!important;padding:7px!important;font-size:.68rem!important}

  /* Mobil menü ve kurumsal erişim kartları tek uzun listeye dönüşmez. */
  .ypk-nav ul,.ypk-menu,.ypk-menu-default,.ypk-core-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ypk-core-menu-grid a{min-height:64px!important;padding:10px!important;align-content:center!important}
  .ypk-core-menu-grid strong{font-size:.78rem!important}
  .ypk-core-menu-grid small{display:none!important}

  /* Ana sayfa ve iç sayfalardaki kompakt bilgi kartları. */
  .ypk-quality-grid,
  .ypk-trust-grid-v1117,
  .ypk-v1114-flow-grid,
  .ypk-v1114-selector-grid,
  .ypk-v1114-product-groups,
  .ypk-page-grid,
  .ypk-page-grid-2,
  .ypk-page-grid-3,
  .ypk-contact-cards-v1112,
  .ypk-process-row,
  .ypk-feature-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}

  .ypk-quality-grid article,.ypk-trust-grid-v1117 article,.ypk-v1114-flow-grid article,.ypk-v1114-selector-grid article,.ypk-page-card{
    min-height:0!important;padding:12px!important;border-radius:15px!important
  }
  .ypk-quality-grid article>b,.ypk-trust-grid-v1117 article>b,.ypk-v1114-flow-grid article>b{
    width:34px!important;height:34px!important;margin-bottom:8px!important;border-radius:10px!important
  }
  .ypk-quality-grid svg,.ypk-trust-grid-v1117 svg{width:18px!important;height:18px!important}
  .ypk-quality-grid h3,.ypk-trust-grid-v1117 h3,.ypk-v1114-flow-grid h3,.ypk-v1114-selector-grid h3,.ypk-page-card h2,.ypk-page-card h3{
    margin-bottom:5px!important;font-size:.8rem!important;line-height:1.25!important
  }
  .ypk-quality-grid p,.ypk-trust-grid-v1117 p,.ypk-v1114-flow-grid p,.ypk-v1114-selector-grid p,.ypk-page-card p,.ypk-page-card li{
    font-size:.69rem!important;line-height:1.42!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important
  }

  /* Ürün grupları: 2'li kısa kart, uzun açıklama mobilde kaldırılır. */
  .ypk-v1114-product-groups a{grid-template-rows:105px auto!important;gap:7px!important;padding:10px!important;border-radius:15px!important}
  .ypk-v1114-product-groups img{height:105px!important;padding:5px!important;border-radius:11px!important}
  .ypk-v1114-product-groups strong{font-size:.76rem!important;line-height:1.2!important}
  .ypk-v1114-product-groups small{display:none!important}

  /* Kurumsal özet: istatistikler tek satırda, detay etiketleri 2'li. */
  .ypk-overview-main>p{font-size:.78rem!important;line-height:1.48!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  .ypk-overview-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .ypk-overview-stats span{padding:9px 6px!important;text-align:center!important}
  .ypk-overview-stats strong{font-size:.86rem!important}
  .ypk-overview-stats small{display:none!important}
  .ypk-feature-mini-grid span{min-height:34px!important;padding:7px 8px!important;font-size:.68rem!important;line-height:1.25!important}

  .ypk-cat-card{min-height:96px!important;padding:8px!important;gap:6px!important}
  .ypk-cat-img{width:54px!important;height:50px!important}
  .ypk-cat-card small{display:none!important}

  /* Ürün vitrini mobilde 2 sütun olarak sabitlenir. */
  .ypk-products-section-v1113 .yps-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .ypk-products-section-v1113 .yps-product-card{min-height:0!important;border-radius:14px!important}
  .ypk-products-section-v1113 .yps-product-media,.yps-product-card-v1115 .yps-product-media{height:auto!important;min-height:0!important;aspect-ratio:1/1!important;padding:5px!important}
  .ypk-products-section-v1113 .yps-product-body{padding:9px!important;gap:5px!important}
  .ypk-products-section-v1113 .yps-product-body h3{min-height:31px!important;font-size:.74rem!important;line-height:1.2!important}
  .ypk-products-section-v1113 .yps-product-body p{display:none!important}
  .ypk-products-section-v1113 .yps-product-specs span:nth-child(n+3){display:none!important}
  .ypk-products-section-v1113 .yps-product-actions{grid-template-columns:1fr!important;gap:4px!important}
  .ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:31px!important;font-size:.63rem!important;padding:5px!important}
  .ypk-products-section-v1113 .ypk-center{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  .ypk-products-section-v1113 .ypk-center .ypk-btn{width:100%!important;min-height:38px!important;font-size:.7rem!important;padding:7px!important}

  /* Güven bölümü: başlık kısa, butonlar ve kartlar 2'li. */
  .ypk-trust-conversion-v1117{padding:30px 0!important}
  .ypk-trust-intro-v1117{gap:13px!important;margin-bottom:14px!important}
  .ypk-trust-intro-v1117 h2{font-size:1.3rem!important}
  .ypk-trust-intro-v1117 p{font-size:.78rem!important;line-height:1.46!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  .ypk-trust-cta-v1117{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  .ypk-trust-cta-v1117 .ypk-btn{min-height:38px!important;font-size:.69rem!important;padding:7px!important}

  /* Teklif akışında süreç 2x2, form alanı tek sütun kalır. */
  .ypk-quote-process-section{padding:24px 0!important}
  .ypk-quote-card-v1111{padding:12px!important}
  .ypk-process-row span{padding:9px 7px!important;min-width:0!important}
  .ypk-process-row strong{font-size:.72rem!important;line-height:1.2!important}
  .ypk-process-row small{font-size:.62rem!important;line-height:1.3!important}

  /* FAQ okunabilir kalır, ancak yardımcı navigasyon gereksiz uzamaz. */
  .ypk-faq-v1118{padding:28px 0!important}
  .ypk-faq-intro h2{font-size:1.3rem!important}
  .ypk-faq-intro>p{font-size:.78rem!important;line-height:1.46!important}
  .ypk-faq-category-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .ypk-faq-category-links a{justify-content:center!important;text-align:center!important}
  .ypk-faq-intro-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  .ypk-faq-intro-actions .ypk-btn{min-height:38px!important;font-size:.69rem!important;padding:7px!important}

  /* İhracat ülkeleri küçük ekranlarda da 2 sütun; tek uzun liste oluşmaz. */
  .ypk-country-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .ypk-country-pill{min-width:0!important;min-height:34px!important;font-size:.68rem!important;padding:5px 6px!important}
  .ypk-country-code{min-width:27px!important;height:21px!important;font-size:.6rem!important}

  /* Footer bilgi blokları: marka tam genişlik, bağlantılar ve iletişim 2 sütun. */
  .ypk-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 12px!important}
  .ypk-footer-brand-column{grid-column:1/-1!important}
  .ypk-footer-grid>div:last-child{grid-column:auto!important}
  .ypk-footer-brand-column>p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:.76rem!important}
  .ypk-footer h3{font-size:.86rem!important}
  .ypk-footer p,.ypk-footer li,.ypk-footer a{font-size:.73rem!important;line-height:1.45!important}
}
@media (max-width:430px){
  .ypk-nav ul,.ypk-menu,.ypk-menu-default,.ypk-core-menu-grid,.ypk-country-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ypk-quality-grid,.ypk-trust-grid-v1117,.ypk-v1114-flow-grid,.ypk-v1114-selector-grid,.ypk-v1114-product-groups,.ypk-page-grid,.ypk-page-grid-2,.ypk-page-grid-3,.ypk-contact-cards-v1112,.ypk-feature-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:350px){
  /* Çok dar cihazlarda okunabilirlik, 2 sütun hedefinden daha önemlidir. */
  .ypk-page-grid,.ypk-page-grid-2,.ypk-page-grid-3,.ypk-contact-cards-v1112{grid-template-columns:1fr!important}
  .ypk-footer-grid{grid-template-columns:1fr!important}
  .ypk-footer-brand-column{grid-column:auto!important}
}


/* v1.5.17 — Erişilebilirlik, etkileşim ve mobil dokunma rafinesi. */
.ypk-skip-link{position:fixed;z-index:100000;top:8px;left:12px;transform:translateY(-160%);padding:10px 14px;border:2px solid #fff;border-radius:10px;background:var(--yp-dark);color:#fff!important;font-size:.86rem;font-weight:600;box-shadow:0 8px 24px rgba(6,32,68,.2);transition:transform .15s ease}
.ypk-skip-link:focus{transform:translateY(0);outline:3px solid rgba(11,114,231,.35);outline-offset:2px}
.ypk-main:focus{outline:none}
.ypk-main a:focus-visible,.ypk-header a:focus-visible,.ypk-footer a:focus-visible,.ypk-mobile-contact a:focus-visible,.ypk-menu-toggle:focus-visible,.ypk-btn:focus-visible,.yps-btn:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(11,114,231,.38)!important;outline-offset:3px!important}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  .ypk-main *,.ypk-main *::before,.ypk-main *::after,.ypk-header *,.ypk-header *::before,.ypk-header *::after,.ypk-footer *,.ypk-footer *::before,.ypk-footer *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
@media (max-width:720px){
  .ypk-mobile-contact a{min-height:44px!important}
  .ypk-hero-quicklinks a,.ypk-faq-category-links a{min-height:40px!important}
  .ypk-products-section-v1113 .yps-product-actions .yps-btn{min-height:36px!important}
  .ypk-action-buttons .ypk-btn,.yps-catalog-actions .yps-btn,.ypk-trust-cta-v1117 .ypk-btn,.ypk-faq-intro-actions .ypk-btn{min-height:40px!important}
}
