/* Yeniada Makina - Brand System */
:root{
  --turquoise:#1ea7a3;
  --turquoise-dark:#0d6e6a;
  --turquoise-deep:#073f3c;
  --red:#be1e2d;
  --ink:#10211f;
  --muted:#637572;
  --paper:#f5f9f8;
  --line:#d9e7e5;
  --white:#fff;
  --dark:#061b1a;
  --container:1240px;
  --radius:24px;
  --shadow:0 24px 70px rgba(6,27,26,.12);
  --font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{min-height:88px;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:28px}.logo-wrap img{width:255px;height:64px;object-fit:contain;object-position:left center}.main-nav{display:flex;justify-content:center;gap:28px}.main-nav a{position:relative;font-size:13px;font-weight:800;color:#36504d}.main-nav a:after{content:"";position:absolute;left:0;bottom:-12px;width:0;height:3px;border-radius:99px;background:var(--turquoise);transition:.2s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:12px}.language-switcher{display:flex;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:3px}.lang-btn{border:0;background:transparent;width:33px;height:30px;border-radius:999px;font-size:10px;font-weight:900;color:#64817d;cursor:pointer}.lang-btn.active{background:var(--turquoise);color:#fff}.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border-radius:12px;border:1px solid transparent;font-size:13px;font-weight:850;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--turquoise);color:#fff;box-shadow:0 14px 34px rgba(30,167,163,.22)}.btn-primary:hover{background:var(--turquoise-dark)}.btn-outline{border-color:#bcd8d5;color:var(--turquoise-deep);background:#fff}.btn-outline:hover{background:var(--turquoise-deep);color:#fff;border-color:var(--turquoise-deep)}.btn-small{min-height:42px;padding:0 16px}.btn-light{background:#fff;color:var(--turquoise-deep)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbfa 0%,#edf7f5 60%,#dff2ef 100%);padding:72px 0 84px}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(30,167,163,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(30,167,163,.045) 1px,transparent 1px);background-size:42px 42px}.hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center}.eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.18em;font-weight:900;color:var(--turquoise-dark)}.eyebrow:before{content:"";width:36px;height:2px;background:var(--red)}.hero h1{margin:17px 0 20px;font-size:clamp(50px,6vw,84px);line-height:.98;letter-spacing:-.055em;color:var(--turquoise-deep)}.hero p{max-width:650px;color:var(--muted);font-size:17px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px;padding-top:22px;border-top:1px solid #c8dfdc}.hero-meta strong{display:block;color:var(--red);font-size:10px;letter-spacing:.12em}.hero-meta span{font-size:12px;font-weight:800;color:#355451}.hero-media{position:relative;background:#fff;border:1px solid #cce2df;border-radius:32px;padding:16px;box-shadow:var(--shadow)}.hero-media img{width:100%;height:620px;object-fit:cover;object-position:center;border-radius:22px}.hero-logo-badge{position:absolute;left:32px;top:32px;background:rgba(255,255,255,.95);padding:8px 10px;border-radius:10px;box-shadow:0 10px 30px rgba(6,27,26,.12)}.hero-logo-badge img{width:150px;height:auto;border-radius:0}.hero-chip{position:absolute;right:-16px;bottom:34px;background:var(--turquoise-deep);color:#fff;padding:14px 16px;border-radius:14px;box-shadow:0 16px 34px rgba(0,0,0,.18)}.hero-chip small{display:block;color:#79d7cf;font-size:8px;font-weight:900;letter-spacing:.14em}.hero-chip strong{font-size:11px}
.brand-strip{background:var(--turquoise-deep);color:#fff}.brand-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.brand-strip-grid div{padding:24px 22px;border-right:1px solid rgba(255,255,255,.1)}.brand-strip-grid div:last-child{border-right:0}.brand-strip-grid strong{display:block;color:#7ddbd2;font-size:10px;letter-spacing:.14em}.brand-strip-grid span{font-size:11px;color:rgba(255,255,255,.62)}
.section{padding:105px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-kicker{color:var(--turquoise-dark);font-size:10px;font-weight:900;letter-spacing:.16em}.section-heading h2,.about-copy h2,.quote-copy h2,.products-hero h1{margin:12px 0 0;color:var(--turquoise-deep);font-size:clamp(38px,4.3vw,60px);line-height:1.04;letter-spacing:-.045em}.section-heading p,.about-copy p,.quote-copy>p{color:var(--muted)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-logo-panel{min-height:430px;border-radius:28px;background:linear-gradient(145deg,var(--turquoise-deep),var(--turquoise-dark));display:grid;place-items:center;padding:40px;position:relative;overflow:hidden}.about-logo-panel:after{content:"";position:absolute;width:260px;height:260px;border:70px solid rgba(255,255,255,.06);border-radius:50%;right:-70px;bottom:-90px}.about-logo-panel img{width:460px;background:#fff;border-radius:18px;padding:20px;position:relative;z-index:1}.about-copy p{font-size:16px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.check{padding:13px 14px;background:var(--paper);border:1px solid var(--line);border-radius:12px;font-size:11px;font-weight:800;color:#34514e}
.machines-section{background:#f7faf9;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.machine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.machine-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s}.machine-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.machine-image{position:relative;height:300px;overflow:hidden;background:#eef5f4}.machine-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.machine-card:hover .machine-image img{transform:scale(1.025)}.machine-code{position:absolute;left:14px;top:14px;background:rgba(6,27,26,.9);color:#88e0d7;padding:7px 9px;border-radius:8px;font-size:8px;font-weight:900;letter-spacing:.12em}.machine-info{padding:24px}.machine-type{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.14em}.machine-info h3{margin:6px 0 8px;color:var(--turquoise-deep);font-size:24px}.machine-info p{margin:0;color:var(--muted);font-size:12px;min-height:58px}.card-link{display:inline-block;margin-top:18px;color:var(--turquoise-dark);font-size:12px;font-weight:900}
.dark-section{background:var(--dark);color:#fff;padding:100px 0}.dark-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.dark-copy h2{font-size:clamp(36px,4vw,56px);line-height:1.05;margin:12px 0;color:#fff}.dark-copy p{color:rgba(255,255,255,.52)}.process-list{border-top:1px solid rgba(255,255,255,.12)}.process-item{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.12)}.process-item>span{color:#6dd4ca;font-size:10px;font-weight:900}.process-item strong{font-size:15px}.process-item p{margin:5px 0 0;color:rgba(255,255,255,.5);font-size:12px}
.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px}.contact-stack{display:grid;gap:8px;margin-top:28px}.contact-stack a{display:grid;padding:13px 0;border-bottom:1px solid var(--line)}.contact-stack small{font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--turquoise-dark)}.contact-stack strong{font-size:14px}.quote-form{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:grid;gap:7px;margin-bottom:14px}.quote-form label span{font-size:10px;font-weight:850;color:#49625e}.quote-form input,.quote-form textarea{width:100%;border:1px solid #cce0dd;background:#fff;border-radius:11px;padding:13px 14px;outline:0}.quote-form input{height:48px}.quote-form textarea{resize:vertical;min-height:120px}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 4px rgba(30,167,163,.08)}.submit-btn{width:100%}.form-status{min-height:20px;margin-top:10px;font-size:12px;font-weight:800}.form-status.success{color:#0d795f}.form-status.error{color:var(--red)}.hp-field{position:absolute!important;left:-10000px!important;opacity:0!important}
.site-footer{background:#051716;color:#fff;padding:58px 0 26px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-brand img{width:300px;background:#fff;border-radius:8px;padding:5px}.footer-brand p{max-width:350px;color:rgba(255,255,255,.45);font-size:12px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h4{margin:0 0 8px;color:#75d9d0;font-size:9px;letter-spacing:.14em}.footer-links a{font-size:12px;color:rgba(255,255,255,.65)}.footer-bottom{display:flex;justify-content:space-between;margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.34);font-size:10px}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:900;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 14px 34px rgba(37,211,102,.3)}.whatsapp svg{width:30px;fill:#fff}
.products-hero{padding:82px 0 62px;background:linear-gradient(135deg,#f7fbfa,#e6f5f2);border-bottom:1px solid var(--line)}.products-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end}.products-hero p{color:var(--muted)}.product-list{background:#f8fbfa}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden}.product-main-image{height:410px;overflow:hidden;background:#eef5f4}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:28px}.product-body h2{margin:7px 0 10px;color:var(--turquoise-deep);font-size:29px}.product-body p{color:var(--muted);font-size:13px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:20px 0}.product-gallery img{height:125px;width:100%;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#f3f7f6}.specs{list-style:none;padding:0;margin:20px 0;border-top:1px solid var(--line)}.specs li{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.specs span{color:var(--muted)}
.reveal{opacity:0;transform:translateY(16px);transition:.65s}.reveal.in-view{opacity:1;transform:none}
@media(max-width:1080px){.header-inner{grid-template-columns:230px auto 1fr}.logo-wrap img{width:220px}.menu-toggle{display:block;justify-self:end}.main-nav{position:fixed;left:20px;right:20px;top:96px;display:grid;justify-content:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s}.main-nav.open{opacity:1;pointer-events:auto;transform:none}.main-nav a{padding:10px 7px}.main-nav a:after{display:none}.header-actions{justify-self:end}.hero-grid{grid-template-columns:1fr}.hero-media{max-width:800px;margin:auto}.machine-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.container{width:min(calc(100% - 28px),var(--container))}.header-inner{min-height:76px;grid-template-columns:1fr auto auto;gap:8px}.logo-wrap img{width:175px;height:46px}.header-actions .btn-small{display:none}.hero{padding:58px 0}.hero h1{font-size:clamp(45px,13vw,66px)}.hero-meta{grid-template-columns:1fr}.hero-media img{height:430px}.hero-logo-badge img{width:105px}.brand-strip-grid{grid-template-columns:1fr 1fr}.section{padding:76px 0}.about-grid,.dark-grid,.quote-grid,.products-hero-grid{grid-template-columns:1fr;gap:36px}.machine-grid,.product-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;gap:0}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.product-main-image{height:330px}}
@media(max-width:520px){.logo-wrap img{width:145px;height:40px}.lang-btn{width:28px;height:27px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-media{padding:9px;border-radius:22px}.hero-media img{height:330px;border-radius:16px}.hero-logo-badge{left:20px;top:20px;padding:5px 7px}.hero-chip{right:10px;bottom:18px;transform:scale(.88);transform-origin:right bottom}.brand-strip-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.check-grid{grid-template-columns:1fr}.machine-image{height:250px}.product-main-image{height:270px}.product-gallery img{height:95px}.quote-form{padding:20px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:4px}.footer-brand img{width:250px}.whatsapp{width:54px;height:54px;right:13px;bottom:13px}}


/* ===========================
   MOBILE / TABLET FINAL FIXES
   =========================== */
html,body{max-width:100%;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto}
.machine-card,.product-card,.hero-media,.about-logo-panel{min-width:0}

@media(max-width:1080px){
  .header-inner{grid-template-columns:minmax(180px,1fr) auto auto;gap:10px}
  .logo-wrap img{width:220px;height:54px}
  .menu-toggle{display:block;justify-self:end;position:relative;z-index:1101}
  .menu-toggle span{transition:.25s}
  .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.open span:nth-child(2){opacity:0}
  .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .main-nav{
    position:fixed;top:88px;left:16px;right:16px;
    display:grid;gap:0;padding:10px;background:#fff;border:1px solid var(--line);
    border-radius:18px;box-shadow:0 18px 60px rgba(6,27,26,.18);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:.22s;
    max-height:calc(100vh - 108px);overflow-y:auto
  }
  .main-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .main-nav a{padding:14px 12px;border-bottom:1px solid var(--line)}
  .main-nav a:last-child{border-bottom:0}
  .main-nav a:after{display:none}
  .header-actions{justify-self:end}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-media{max-width:760px;width:100%;margin:auto}
  .hero-media img{height:auto;max-height:620px;object-fit:contain;background:#fff}
  .about-grid,.dark-grid,.quote-grid,.products-hero-grid{gap:44px}
  .machine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:780px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .site-header{position:sticky}
  .header-inner{min-height:72px;grid-template-columns:minmax(130px,1fr) auto auto;gap:6px}
  .logo-wrap{min-width:0}
  .logo-wrap img{width:165px;height:44px;object-fit:contain}
  .header-actions{gap:6px}
  .header-actions .btn-small{display:none}
  .language-switcher{padding:2px}
  .lang-btn{width:29px;height:27px;font-size:9px}
  .menu-toggle{width:38px;height:38px;padding:7px}
  .main-nav{top:78px;left:12px;right:12px}

  .hero{padding:48px 0 54px}
  .hero-grid{gap:28px}
  .hero h1{font-size:clamp(39px,12vw,60px);line-height:1.01}
  .hero p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%}
  .hero-meta{grid-template-columns:1fr;gap:10px;margin-top:30px}
  .hero-meta>div{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:6px}
  .hero-media{padding:8px;border-radius:22px}
  .hero-media img{height:auto;max-height:none;object-fit:contain;border-radius:16px}
  .hero-logo-badge{left:18px;top:18px;padding:4px 6px}
  .hero-logo-badge img{width:92px}
  .hero-chip{right:12px;bottom:14px;max-width:65%;padding:9px 11px}
  .hero-chip strong{font-size:9px}

  .brand-strip-grid{grid-template-columns:1fr 1fr}
  .brand-strip-grid div{padding:18px 14px}

  .section{padding:68px 0}
  .section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:26px}
  .section-heading h2,.about-copy h2,.quote-copy h2,.products-hero h1{font-size:clamp(34px,9vw,48px)}
  .about-grid,.dark-grid,.quote-grid,.products-hero-grid{grid-template-columns:1fr;gap:30px}
  .about-logo-panel{min-height:auto;padding:24px;border-radius:20px}
  .about-logo-panel img{width:100%;max-width:440px;padding:12px}
  .check-grid{grid-template-columns:1fr}

  .machine-grid,.product-grid{grid-template-columns:1fr}
  .machine-card,.product-card{border-radius:18px}
  .machine-image{height:auto;min-height:220px;padding:8px}
  .machine-image img{height:auto;max-height:340px;object-fit:contain;background:#fff;border-radius:12px}
  .machine-info{padding:20px}
  .machine-info p{min-height:0}
  .machine-info h3{font-size:22px}

  .dark-section{padding:66px 0}
  .dark-copy h2{font-size:clamp(34px,9vw,48px)}
  .process-item{grid-template-columns:38px 1fr;gap:12px}

  .quote-form{padding:18px;border-radius:18px}
  .form-grid{grid-template-columns:1fr;gap:0}
  .quote-form input{height:46px}

  .footer-main{grid-template-columns:1fr;gap:28px}
  .footer-brand{grid-column:auto}
  .footer-brand img{width:100%;max-width:280px}
  .footer-bottom{flex-direction:column;gap:4px}

  .products-hero{padding:58px 0 44px}
  .product-main-image{height:auto;padding:8px;background:#fff}
  .product-main-image img{height:auto;max-height:430px;object-fit:contain;border-radius:12px}
  .product-gallery{grid-template-columns:1fr 1fr}
  .product-gallery img{height:120px;object-fit:contain;background:#fff}
  .product-body{padding:20px}
}

@media(max-width:480px){
  .container{width:min(calc(100% - 18px),var(--container))}
  .header-inner{grid-template-columns:minmax(115px,1fr) auto auto}
  .logo-wrap img{width:138px;height:38px}
  .lang-btn{width:26px;height:25px;font-size:8px}
  .menu-toggle{width:34px;height:34px}
  .hero{padding-top:38px}
  .hero h1{font-size:40px}
  .hero p{font-size:14px}
  .hero-chip{position:static;margin-top:8px;max-width:none;border-radius:10px}
  .hero-logo-badge{display:none}
  .brand-strip-grid{grid-template-columns:1fr}
  .brand-strip-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .brand-strip-grid div:last-child{border-bottom:0}
  .section{padding:58px 0}
  .machine-image{min-height:190px}
  .product-gallery{grid-template-columns:1fr}
  .product-gallery img{height:auto;max-height:250px}
  .whatsapp{width:52px;height:52px;right:12px;bottom:12px}
}


/* ===========================
   FOOTER MOBILE FINAL FIX
   =========================== */
.footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.footer-links h4{
  display:block;
  width:100%;
  margin:0 0 8px;
}
.footer-links a{
  display:block;
  width:100%;
  line-height:1.5;
  white-space:normal;
}

@media(max-width:780px){
  .footer-main{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
  }
  .footer-brand,
  .footer-links{
    width:100%;
  }
  .footer-links{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
    padding-top:4px;
  }
  .footer-links h4{
    margin-bottom:6px;
  }
  .footer-links a{
    display:block;
    width:auto;
    max-width:100%;
    font-size:13px;
    line-height:1.55;
  }
  .footer-bottom{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
}

@media(max-width:480px){
  .site-footer{padding:48px 0 22px}
  .footer-main{gap:24px}
  .footer-links{gap:8px}
  .footer-links a{font-size:12px}
}


@media(max-width:1080px){
  .partner-grid{grid-template-columns:1fr;gap:38px}
  .partner-copy{max-width:760px}
  .partner-form{max-width:900px;width:100%}
}
@media(max-width:780px){
  .partner-section{padding:72px 0}
  .partner-grid{gap:28px}
  .partner-copy h2{font-size:clamp(35px,9vw,48px)}
  .partner-benefit{grid-template-columns:36px 1fr;gap:10px}
  .partner-form{padding:19px;border-radius:19px}
  .partner-form-head h3{font-size:22px}
}
@media(max-width:480px){
  .partner-section{padding:58px 0}
  .partner-copy h2{font-size:36px}
  .partner-note{padding:15px}
  .partner-form{padding:15px}
  .partner-form input,.partner-form select{height:46px}
}

/* =====================================================
   DISTRIBUTOR / PARTNERSHIP SECTION V2
   ===================================================== */
.partner-section{
  position:relative;
  padding:96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(30,167,163,.11), transparent 24%),
    linear-gradient(180deg,#f7fbfb 0%, #f0f8f7 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.partner-section:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(30,167,163,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(30,167,163,.04) 1px, transparent 1px);
  background-size:54px 54px;
  opacity:.35;
  pointer-events:none;
}
.partner-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(320px,.84fr) minmax(380px,1.16fr);
  gap:32px;
  align-items:start;
}
.partner-info-card,
.partner-form-card{
  position:relative;
  background:rgba(255,255,255,.94);
  border:1px solid #cde2df;
  border-radius:30px;
  box-shadow:0 24px 70px rgba(6,27,26,.09);
}
.partner-info-card{
  padding:34px 32px;
}
.partner-info-card h2{
  margin:12px 0 16px;
  color:var(--turquoise-deep);
  font-size:clamp(36px,4vw,58px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.partner-lead{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.partner-highlight-grid{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.partner-highlight{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:16px;
  padding:16px 17px;
  border:1px solid #d8ebe8;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbfb 100%);
}
.partner-highlight > span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:var(--turquoise);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.partner-highlight strong{
  display:block;
  color:var(--turquoise-deep);
  font-size:14px;
}
.partner-highlight p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.partner-note-card{
  margin-top:18px;
  padding:18px 18px 17px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(30,167,163,.1), rgba(255,255,255,.96));
  border:1px solid #c7e3df;
}
.partner-note-card strong{
  display:block;
  margin-bottom:6px;
  color:var(--turquoise-deep);
  font-size:13px;
}
.partner-note-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}
.partner-form-card{
  padding:0;
  overflow:hidden;
}
.partner-form{
  padding:34px 34px 30px;
  background:transparent;
  border:none;
  box-shadow:none;
}
.partner-form-head{
  margin-bottom:24px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.partner-form-tag{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:#e5f7f4;
  color:var(--turquoise-dark);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.partner-form-head h3{
  margin:12px 0 5px;
  color:var(--turquoise-deep);
  font-size:28px;
  line-height:1.15;
}
.partner-form-head p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.partner-form label{
  display:grid;
  gap:8px;
  margin-bottom:14px;
}
.partner-form label > span{
  color:#49625e;
  font-size:11px;
  font-weight:850;
}
.partner-form input,
.partner-form select,
.partner-form textarea{
  width:100%;
  border:1px solid #cce0dd;
  border-radius:12px;
  background:#fbfdfc;
  color:var(--ink);
  outline:0;
  transition:.2s;
  font:inherit;
}
.partner-form input,
.partner-form select{
  height:50px;
  padding:0 14px;
}
.partner-form textarea{
  min-height:104px;
  padding:13px 14px;
  resize:vertical;
}
.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus{
  border-color:var(--turquoise);
  background:#fff;
  box-shadow:0 0 0 4px rgba(30,167,163,.08);
}
.partner-form .invalid{
  border-color:var(--red)!important;
  box-shadow:0 0 0 3px rgba(190,30,45,.08)!important;
}
.partner-form .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.partner-form-footer{
  display:grid;
  gap:14px;
  margin-top:6px;
}
.partner-form-footer p{
  margin:0;
  color:#748481;
  font-size:11px;
  line-height:1.65;
}
.partner-form .submit-btn{
  width:100%;
}
.partner-form .form-status{
  min-height:20px;
  margin-top:10px;
}

@media(max-width:1100px){
  .partner-shell{
    grid-template-columns:1fr;
    gap:24px;
  }
}
@media(max-width:780px){
  .partner-section{padding:74px 0}
  .partner-info-card,
  .partner-form{
    padding:22px;
  }
  .partner-info-card h2{font-size:clamp(34px,9vw,46px)}
  .partner-form-head h3{font-size:24px}
  .partner-form .form-grid{grid-template-columns:1fr;gap:0}
}
@media(max-width:480px){
  .partner-section{padding:58px 0}
  .partner-info-card,
  .partner-form{
    padding:18px;
    border-radius:22px;
  }
  .partner-highlight{
    grid-template-columns:40px 1fr;
    gap:12px;
    padding:14px;
  }
  .partner-highlight > span{
    width:40px;
    height:40px;
    border-radius:12px;
  }
}

/* SEO V3 language links: preserve existing language-button appearance */
a.lang-btn{text-decoration:none}
